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

The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Pioneer with Swift 6.0 for macOS (SPM).

Build Command

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

Build Log

 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:55: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> FieldType') 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'
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:55: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> ResolveType') 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'
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:51: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> ResolveType') 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'
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:51: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> ResolveType') 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'
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:55: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> ResolveType') 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'
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:55: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
[1546/1592] Compiling Pioneer Field+Middleware.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> FieldType') 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'
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:51: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> FieldType') 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'
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:51: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphiti'
  6 | //
  7 |
  8 | import Graphiti
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphiti'
  9 | import GraphQL
 10 | import protocol NIO.EventLoopGroup
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> FieldType') 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'
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:55: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> FieldType') 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'
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:55: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> ResolveType') 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'
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:51: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> ResolveType') 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'
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:51: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> ResolveType') 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'
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:55: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> ResolveType') 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'
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:55: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
[1547/1592] Compiling Pioneer GraphQL+Execution.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> FieldType') 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'
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:51: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> FieldType') 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'
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:51: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphiti'
  6 | //
  7 |
  8 | import Graphiti
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphiti'
  9 | import GraphQL
 10 | import protocol NIO.EventLoopGroup
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> FieldType') 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'
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:55: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> FieldType') 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'
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:55: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> ResolveType') 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'
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:51: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> ResolveType') 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'
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:51: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> ResolveType') 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'
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:55: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> ResolveType') 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'
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:55: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
[1548/1592] Compiling Pioneer GraphQLError+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> FieldType') 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'
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:29:51: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 |             { context, arguments, eventLoopGroup in
 28 |                 eventLoopGroup.makeFutureWithTask {
 29 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 |                 }
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> FieldType') 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'
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:43:51: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |             { context, arguments, eventLoopGroup in
 42 |                 eventLoopGroup.makeFutureWithTask {
 43 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 44 |                 }
 45 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphiti'
  6 | //
  7 |
  8 | import Graphiti
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphiti'
  9 | import GraphQL
 10 | import protocol NIO.EventLoopGroup
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, FieldType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> FieldType') 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'
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:60:55: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             { context, arguments, eventLoopGroup in
 59 |                 eventLoopGroup.makeFutureWithTask {
 60 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 61 |                 }
 62 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> FieldType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, FieldType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> FieldType') 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'
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:74:55: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |             { context, arguments, eventLoopGroup in
 73 |                 eventLoopGroup.makeFutureWithTask {
 74 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |                 }
 76 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async -> ResolveType') 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'
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:94:51: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 92 |             { context, arguments, eventLoopGroup in
 93 |                 eventLoopGroup.makeFutureWithTask {
 94 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |                 }
 96 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:27: warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                           |- warning: capture of 'function' with non-sendable type 'AsyncAwaitResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async -> ResolveType') 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'
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:36: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                    `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:42: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                          `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:109:51: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
107 |             { context, arguments, eventLoopGroup in
108 |                 eventLoopGroup.makeFutureWithTask {
109 |                     await function(type)(context, arguments, eventLoopGroup)
    |                                                   `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |                 }
111 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, Arguments, ResolveType>' (aka '(ObjectType) -> (Context, Arguments, any EventLoopGroup) async throws -> ResolveType') 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'
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:127:55: warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 |             { context, arguments, eventLoopGroup in
126 |                 eventLoopGroup.makeFutureWithTask {
127 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'Arguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |                 }
129 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:31: warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> ResolveType') in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                               |- warning: capture of 'function' with non-sendable type 'AsyncAwaitThrowingResolveWithEventLoop<ObjectType, Context, NoArguments, ResolveType>' (aka '(ObjectType) -> (Context, NoArguments, any EventLoopGroup) async throws -> ResolveType') 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'
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:40: warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                        `- warning: capture of 'type' with non-sendable type 'ObjectType' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:46: warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                              `- warning: capture of 'context' with non-sendable type 'Context' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift:142:55: warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
140 |             { context, arguments, eventLoopGroup in
141 |                 eventLoopGroup.makeFutureWithTask {
142 |                     try await function(type)(context, arguments, eventLoopGroup)
    |                                                       `- warning: capture of 'arguments' with non-sendable type 'NoArguments' in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Graphiti/Sources/Graphiti/Argument/NoArguments.swift:1:15: note: struct 'NoArguments' does not conform to the 'Sendable' protocol
1 | public struct NoArguments: Decodable {
  |               `- note: struct 'NoArguments' does not conform to the 'Sendable' protocol
2 |     init() {}
3 | }
[1549/1592] Emitting module Pioneer
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Int/UInt64+Nanoseconds.swift:8:33: warning: cannot use type alias 'WrappedType' in an extension with public or '@usableFromInline' members; 'Vapor' was not imported by this file
 6 | //
 7 |
 8 | public extension Optional where WrappedType == UInt64 {
   |                                 `- warning: cannot use type alias 'WrappedType' in an extension with public or '@usableFromInline' members; 'Vapor' was not imported by this file
 9 |     /// Convert the given value in seconds into nanoseconds
10 |     /// - Parameter s: The value in seconds
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Utilities/OptionalType.swift:54:22: note: type declared here
52 | extension Optional: OptionalType {
53 |     /// See `OptionalType.WrappedType`
54 |     public typealias WrappedType = Wrapped
   |                      `- note: type declared here
55 |
56 |     /// See `OptionalType.wrapped`
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:74:23: warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// GraphQL over HTTP spec's accept media type
 74 |     public static var mediaType = "application/graphql-response+json"
    |                       |- warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediaType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'mediaType' 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
 75 |
 76 |     /// GraphQL over HTTP spec's content type
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:77:23: warning: static property 'contentType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 75 |
 76 |     /// GraphQL over HTTP spec's content type
 77 |     public static var contentType = "\(mediaType); charset=utf-8, \(mediaType)"
    |                       |- warning: static property 'contentType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'contentType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'contentType' 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
 78 | }
 79 |
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Request/GraphQLJSONEncoder+ContentEncoder.swift:11:1: warning: extension declares a conformance of imported type 'GraphQLJSONEncoder' to imported protocol 'ContentEncoder'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
 9 | import Vapor
10 |
11 | extension GraphQLJSONEncoder: ContentEncoder {
   | |- warning: extension declares a conformance of imported type 'GraphQLJSONEncoder' to imported protocol 'ContentEncoder'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func encode<E>(_ encodable: E, to body: inout NIOCore.ByteBuffer, headers: inout NIOHTTP1.HTTPHeaders) throws where E: Encodable {
13 |         headers.contentType = .json
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/GraphQLResult+Content.swift:11:1: warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
 9 | import protocol Vapor.Content
10 |
11 | extension GraphQLResult: Content {}
   | |- warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Probe/Probe.swift:104:22: warning: type 'GraphQLResult' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
102 |
103 |         /// Build context and execute short-lived GraphQL Operation inside an event loop
104 |         private func execute(_ gql: GraphQLRequest, client: WebSocketClient) -> Task<GraphQLResult, Error> {
    |                      `- warning: type 'GraphQLResult' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
105 |             Task { [unowned self] in
106 |                 let ctx = try await client.context(gql)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/GraphQL.swift:3:15: note: struct 'GraphQLResult' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | public struct GraphQLResult: Equatable, Codable, CustomStringConvertible {
    |               `- note: struct 'GraphQLResult' does not conform to the 'Sendable' protocol
  4 |     public var data: Map?
  5 |     public var errors: [GraphQLError]
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Probe/Probe.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'GraphQL'
  8 | import struct Foundation.UUID
  9 | import class Graphiti.Schema
 10 | import GraphQL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'GraphQL'
 11 | import protocol NIO.EventLoopGroup
 12 |
[1550/1592] Compiling Pioneer Request+GraphQLRequest.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:35:27: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 33 |         public static let aIM = Name("A-IM")
 34 |         /// Accept header.
 35 |         public static let accept = Name("Accept")
    |                           |- warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'accept' 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
 36 |         /// Accept-Additions header.
 37 |         public static let acceptAdditions = Name("Accept-Additions")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:74:23: warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// GraphQL over HTTP spec's accept media type
 74 |     public static var mediaType = "application/graphql-response+json"
    |                       |- warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediaType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'mediaType' 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
 75 |
 76 |     /// GraphQL over HTTP spec's content type
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:91:27: warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 89 |         public static let close = Name("Close")
 90 |         /// Connection header.
 91 |         public static let connection = Name("Connection")
    |                           |- warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'connection' 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
 92 |         /// Content-Base header.
 93 |         public static let contentBase = Name("Content-Base")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:321:27: warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
319 |         public static let uri = Name("URI")
320 |         /// Upgrade header.
321 |         public static let upgrade = Name("Upgrade")
    |                           |- warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'upgrade' 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
322 |         /// User-Agent header.
323 |         public static let userAgent = Name("User-Agent")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/GraphQLResult+Content.swift:11:1: warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
 9 | import protocol Vapor.Content
10 |
11 | extension GraphQLResult: Content {}
   | |- warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[1551/1592] Compiling Pioneer Request+PathComponent.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:35:27: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 33 |         public static let aIM = Name("A-IM")
 34 |         /// Accept header.
 35 |         public static let accept = Name("Accept")
    |                           |- warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'accept' 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
 36 |         /// Accept-Additions header.
 37 |         public static let acceptAdditions = Name("Accept-Additions")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:74:23: warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// GraphQL over HTTP spec's accept media type
 74 |     public static var mediaType = "application/graphql-response+json"
    |                       |- warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediaType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'mediaType' 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
 75 |
 76 |     /// GraphQL over HTTP spec's content type
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:91:27: warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 89 |         public static let close = Name("Close")
 90 |         /// Connection header.
 91 |         public static let connection = Name("Connection")
    |                           |- warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'connection' 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
 92 |         /// Content-Base header.
 93 |         public static let contentBase = Name("Content-Base")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:321:27: warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
319 |         public static let uri = Name("URI")
320 |         /// Upgrade header.
321 |         public static let upgrade = Name("Upgrade")
    |                           |- warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'upgrade' 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
322 |         /// User-Agent header.
323 |         public static let userAgent = Name("User-Agent")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/GraphQLResult+Content.swift:11:1: warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
 9 | import protocol Vapor.Content
10 |
11 | extension GraphQLResult: Content {}
   | |- warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[1552/1592] Compiling Pioneer Request+WebSocket.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:35:27: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 33 |         public static let aIM = Name("A-IM")
 34 |         /// Accept header.
 35 |         public static let accept = Name("Accept")
    |                           |- warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'accept' 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
 36 |         /// Accept-Additions header.
 37 |         public static let acceptAdditions = Name("Accept-Additions")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:74:23: warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// GraphQL over HTTP spec's accept media type
 74 |     public static var mediaType = "application/graphql-response+json"
    |                       |- warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediaType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'mediaType' 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
 75 |
 76 |     /// GraphQL over HTTP spec's content type
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:91:27: warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 89 |         public static let close = Name("Close")
 90 |         /// Connection header.
 91 |         public static let connection = Name("Connection")
    |                           |- warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'connection' 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
 92 |         /// Content-Base header.
 93 |         public static let contentBase = Name("Content-Base")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:321:27: warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
319 |         public static let uri = Name("URI")
320 |         /// Upgrade header.
321 |         public static let upgrade = Name("Upgrade")
    |                           |- warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'upgrade' 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
322 |         /// User-Agent header.
323 |         public static let userAgent = Name("User-Agent")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/GraphQLResult+Content.swift:11:1: warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
 9 | import protocol Vapor.Content
10 |
11 | extension GraphQLResult: Content {}
   | |- warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[1553/1592] Compiling Pioneer Request+WebsocketContext.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:35:27: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 33 |         public static let aIM = Name("A-IM")
 34 |         /// Accept header.
 35 |         public static let accept = Name("Accept")
    |                           |- warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'accept' 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
 36 |         /// Accept-Additions header.
 37 |         public static let acceptAdditions = Name("Accept-Additions")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:74:23: warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// GraphQL over HTTP spec's accept media type
 74 |     public static var mediaType = "application/graphql-response+json"
    |                       |- warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediaType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'mediaType' 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
 75 |
 76 |     /// GraphQL over HTTP spec's content type
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:91:27: warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 89 |         public static let close = Name("Close")
 90 |         /// Connection header.
 91 |         public static let connection = Name("Connection")
    |                           |- warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'connection' 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
 92 |         /// Content-Base header.
 93 |         public static let contentBase = Name("Content-Base")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:321:27: warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
319 |         public static let uri = Name("URI")
320 |         /// Upgrade header.
321 |         public static let upgrade = Name("Upgrade")
    |                           |- warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'upgrade' 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
322 |         /// User-Agent header.
323 |         public static let userAgent = Name("User-Agent")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/GraphQLResult+Content.swift:11:1: warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
 9 | import protocol Vapor.Content
10 |
11 | extension GraphQLResult: Content {}
   | |- warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[1554/1592] Compiling Pioneer GraphQLResult+Content.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:35:27: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 33 |         public static let aIM = Name("A-IM")
 34 |         /// Accept header.
 35 |         public static let accept = Name("Accept")
    |                           |- warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'accept' 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
 36 |         /// Accept-Additions header.
 37 |         public static let acceptAdditions = Name("Accept-Additions")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:74:23: warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// GraphQL over HTTP spec's accept media type
 74 |     public static var mediaType = "application/graphql-response+json"
    |                       |- warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediaType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'mediaType' 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
 75 |
 76 |     /// GraphQL over HTTP spec's content type
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:91:27: warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 89 |         public static let close = Name("Close")
 90 |         /// Connection header.
 91 |         public static let connection = Name("Connection")
    |                           |- warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'connection' 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
 92 |         /// Content-Base header.
 93 |         public static let contentBase = Name("Content-Base")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:321:27: warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
319 |         public static let uri = Name("URI")
320 |         /// Upgrade header.
321 |         public static let upgrade = Name("Upgrade")
    |                           |- warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'upgrade' 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
322 |         /// User-Agent header.
323 |         public static let userAgent = Name("User-Agent")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/GraphQLResult+Content.swift:11:1: warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
 9 | import protocol Vapor.Content
10 |
11 | extension GraphQLResult: Content {}
   | |- warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[1555/1592] Compiling Pioneer Response+GraphQLError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:35:27: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 33 |         public static let aIM = Name("A-IM")
 34 |         /// Accept header.
 35 |         public static let accept = Name("Accept")
    |                           |- warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'accept' 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
 36 |         /// Accept-Additions header.
 37 |         public static let acceptAdditions = Name("Accept-Additions")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:74:23: warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// GraphQL over HTTP spec's accept media type
 74 |     public static var mediaType = "application/graphql-response+json"
    |                       |- warning: static property 'mediaType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediaType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'mediaType' 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
 75 |
 76 |     /// GraphQL over HTTP spec's content type
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:91:27: warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
 89 |         public static let close = Name("Close")
 90 |         /// Connection header.
 91 |         public static let connection = Name("Connection")
    |                           |- warning: static property 'connection' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'connection' 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
 92 |         /// Content-Base header.
 93 |         public static let contentBase = Name("Content-Base")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:321:27: warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
319 |         public static let uri = Name("URI")
320 |         /// Upgrade header.
321 |         public static let upgrade = Name("Upgrade")
    |                           |- warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'upgrade' 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
322 |         /// User-Agent header.
323 |         public static let userAgent = Name("User-Agent")
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/GraphQLResult+Content.swift:11:1: warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
 9 | import protocol Vapor.Content
10 |
11 | extension GraphQLResult: Content {}
   | |- warning: extension declares a conformance of imported type 'GraphQLResult' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'GraphQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[1556/1592] Compiling Pioneer WebSocket+WebSocketable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Http/Pioneer+IDE.swift:22:24: warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
20 |             return serve(html: embeddedSandboxHtml)
21 |         case let .redirect(to: cloud):
22 |             return req.redirect(to: cloud.url, type: .permanent)
   |                        |- warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
   |                        `- note: use 'redirect(to:redirectType:)' instead
23 |         case .disable:
24 |             return Response(status: .notFound)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:117:27: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
115 |         public static let contentStyleType = Name("Content-Style-Type")
116 |         /// Content-Type header.
117 |         public static let contentType = Name("Content-Type")
    |                           |- warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'contentType' 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
118 |         /// Content-Version header.
119 |         public static let contentVersion = Name("Content-Version")
[1557/1592] Compiling Pioneer Pioneer+Http.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Http/Pioneer+IDE.swift:22:24: warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
20 |             return serve(html: embeddedSandboxHtml)
21 |         case let .redirect(to: cloud):
22 |             return req.redirect(to: cloud.url, type: .permanent)
   |                        |- warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
   |                        `- note: use 'redirect(to:redirectType:)' instead
23 |         case .disable:
24 |             return Response(status: .notFound)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:117:27: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
115 |         public static let contentStyleType = Name("Content-Style-Type")
116 |         /// Content-Type header.
117 |         public static let contentType = Name("Content-Type")
    |                           |- warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'contentType' 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
118 |         /// Content-Version header.
119 |         public static let contentVersion = Name("Content-Version")
[1558/1592] Compiling Pioneer Pioneer+IDE.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Http/Pioneer+IDE.swift:22:24: warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
20 |             return serve(html: embeddedSandboxHtml)
21 |         case let .redirect(to: cloud):
22 |             return req.redirect(to: cloud.url, type: .permanent)
   |                        |- warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
   |                        `- note: use 'redirect(to:redirectType:)' instead
23 |         case .disable:
24 |             return Response(status: .notFound)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:117:27: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
115 |         public static let contentStyleType = Name("Content-Style-Type")
116 |         /// Content-Type header.
117 |         public static let contentType = Name("Content-Type")
    |                           |- warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'contentType' 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
118 |         /// Content-Version header.
119 |         public static let contentVersion = Name("Content-Version")
[1559/1592] Compiling Pioneer Pioneer+Standalone.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Http/Pioneer+IDE.swift:22:24: warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
20 |             return serve(html: embeddedSandboxHtml)
21 |         case let .redirect(to: cloud):
22 |             return req.redirect(to: cloud.url, type: .permanent)
   |                        |- warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
   |                        `- note: use 'redirect(to:redirectType:)' instead
23 |         case .disable:
24 |             return Response(status: .notFound)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:117:27: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
115 |         public static let contentStyleType = Name("Content-Style-Type")
116 |         /// Content-Type header.
117 |         public static let contentType = Name("Content-Type")
    |                           |- warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'contentType' 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
118 |         /// Content-Version header.
119 |         public static let contentVersion = Name("Content-Version")
[1560/1592] Compiling Pioneer Pioneer+Vapor+Void.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Http/Pioneer+IDE.swift:22:24: warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
20 |             return serve(html: embeddedSandboxHtml)
21 |         case let .redirect(to: cloud):
22 |             return req.redirect(to: cloud.url, type: .permanent)
   |                        |- warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
   |                        `- note: use 'redirect(to:redirectType:)' instead
23 |         case .disable:
24 |             return Response(status: .notFound)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:117:27: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
115 |         public static let contentStyleType = Name("Content-Style-Type")
116 |         /// Content-Type header.
117 |         public static let contentType = Name("Content-Type")
    |                           |- warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'contentType' 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
118 |         /// Content-Version header.
119 |         public static let contentVersion = Name("Content-Version")
[1561/1592] Compiling Pioneer Pioneer+Vapor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Http/Pioneer+IDE.swift:22:24: warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
20 |             return serve(html: embeddedSandboxHtml)
21 |         case let .redirect(to: cloud):
22 |             return req.redirect(to: cloud.url, type: .permanent)
   |                        |- warning: 'redirect(to:type:)' is deprecated: renamed to 'redirect(to:redirectType:)'
   |                        `- note: use 'redirect(to:redirectType:)' instead
23 |         case .disable:
24 |             return Response(status: .notFound)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift:117:27: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension HTTPHeaders {
  4 |     /// Type used for the name of a HTTP header in the `HTTPHeaders` storage.
  5 |     public struct Name: Codable, Hashable, Equatable, CustomStringConvertible, ExpressibleByStringLiteral {
    |                   `- note: consider making struct 'Name' conform to the 'Sendable' protocol
  6 |         /// See `Hashable`
  7 |         public func hash(into hasher: inout Hasher) {
    :
115 |         public static let contentStyleType = Name("Content-Style-Type")
116 |         /// Content-Type header.
117 |         public static let contentType = Name("Content-Type")
    |                           |- warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'contentType' 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
118 |         /// Content-Version header.
119 |         public static let contentVersion = Name("Content-Version")
error: compile command failed due to signal 6 (use -v to see invocation)
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift:77:23: warning: static property 'contentType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 75 |
 76 |     /// GraphQL over HTTP spec's content type
 77 |     public static var contentType = "\(mediaType); charset=utf-8, \(mediaType)"
    |                       |- warning: static property 'contentType' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'contentType' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'contentType' 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
 78 | }
 79 |
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Pioneer.swift:287:19: warning: capture of 'self' with non-sendable type 'Pioneer<Resolver, Context>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 14 |
 15 | /// Pioneer GraphQL Server for handling all GraphQL operations
 16 | public struct Pioneer<Resolver, Context> {
    |               `- note: consider making generic struct 'Pioneer' conform to the 'Sendable' protocol
 17 |     /// Graphiti schema used to execute operations
 18 |     public private(set) var schema: GraphQLSchema
    :
285 |     public func disposeClient(cid: WebSocketClient.ID, keepAlive: Task<Void, Error>?, timeout: Task<Void, Error>?) {
286 |         Task {
287 |             await probe.disconnect(for: cid)
    |                   `- warning: capture of 'self' with non-sendable type 'Pioneer<Resolver, Context>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
288 |         }
289 |         keepAlive?.cancel()
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/AsyncEventStream.swift:30:43: warning: capture of 'self' with non-sendable type 'AsyncEventStream<Element, Sequence>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 9 |
10 | /// EventStream implementation for AsyncSequence for allowing GraphQL Streaming.
11 | public final class AsyncEventStream<Element, Sequence: AsyncSequence>: EventStream<Element> where Sequence.Element == Element {
   |                    `- note: generic class 'AsyncEventStream' does not conform to the 'Sendable' protocol
12 |     /// Inner AsyncSequence
13 |     public let sequence: Sequence
   :
28 |             let task = Task {
29 |                 do {
30 |                     for try await each in self.sequence {
   |                                           `- warning: capture of 'self' with non-sendable type 'AsyncEventStream<Element, Sequence>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
31 |                         let res = try closure(each)
32 |                         continuation.yield(res)
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/AsyncEventStream.swift:31:39: warning: capture of 'closure' with non-sendable type '(Element) throws -> To' in a `@Sendable` closure; this is an error in the Swift 6 language mode
29 |                 do {
30 |                     for try await each in self.sequence {
31 |                         let res = try closure(each)
   |                                       |- warning: capture of 'closure' with non-sendable type '(Element) throws -> To' 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'
32 |                         continuation.yield(res)
33 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/AsyncPubSub.swift:32:44: warning: non-sendable type 'Downstream<any Sendable>' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
30 |         internal func asyncStream(for key: String) async -> AsyncThrowingStream<Sendable, Error> {
31 |             let emitter = await subscribe(for: key)
32 |             let downstream = await emitter.downstream()
   |                                            `- warning: non-sendable type 'Downstream<any Sendable>' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
33 |             return downstream.stream
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Broadcast.swift:83:15: note: consider making generic struct 'Downstream' conform to the 'Sendable' protocol
 81 |
 82 | /// An async stream with an id
 83 | public struct Downstream<Element: Sendable>: AsyncSequence {
    |               `- note: consider making generic struct 'Downstream' conform to the 'Sendable' protocol
 84 |     /// The id of the stream
 85 |     public let id: UUID
/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Pioneer.swift:72:23: warning: sending 'schema' risks causing data races; this is an error in the Swift 6 language mode
 70 |         self.keepAlive = keepAlive
 71 |         self.timeout = timeout
 72 |         self.probe = .init(
    |                       |- warning: sending 'schema' risks causing data races; this is an error in the Swift 6 language mode
    |                       `- note: sending task-isolated 'schema' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
 73 |             schema: schema,
 74 |             resolver: resolver,
Assertion failed: (type->isTypeParameter() && "Expected a type parameter"), function requiresProtocol, file GenericSignature.cpp, line 381.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Collections/Dictionary+SafeOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Collections/OrderedDictionary+Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Futures/Actor+Task.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Futures/Task+Starvation.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Int/UInt64+Nanoseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Map/Map+Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Pioneer+Graphiti.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Extensions/Results/Data+Json.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/BuiltinTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+AsyncAwait.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/Field+Middleware.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/GraphQL+Execution.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/Extensions/GraphQLError+Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/GraphQLMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/GraphQLMiddleware.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/GraphQLRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/GraphQL/GraphQLViolation.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/CSRFProtections.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HTTPGraphQL.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/HttpStrategy.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Http/IDE.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Pioneer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/AsyncEventStream.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/AsyncPubSub.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Broadcast.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Extension/AsyncEventStream+Future+GraphQLResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Extension/AsyncSequence+EventStream.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Extension/AsyncStream+Statics.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Extension/EventStream+Static.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/PubSub.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Utils/Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Utils/Timeout.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Utils/Validation.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/CORS/CORSMIddleware+BananaCakePop.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/CORS/CORSMiddleware+ApolloSandbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/EnvironmentVariables/EnvironmentVariables.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Request/GraphQLJSONEncoder+ContentEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Request/Request+GraphQLRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Request/Request+PathComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Request/Request+WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Request/Request+WebsocketContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/GraphQLResult+Content.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/Response/Response+GraphQLError.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Extensions/WebSocket/WebSocket+WebSocketable.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Http/Pioneer+Http.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Http/Pioneer+IDE.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Pioneer+Standalone.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Pioneer+Vapor+Void.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/Pioneer+Vapor.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Vapor/WebSocket/Pioneer+WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Common/Intent.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Common/Payload.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Common/Pioneer+WebSocketable.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Common/WebSocketClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Common/WebSocketable.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Probe/Drone/Drone.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Probe/Probe.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Protocol/GraphQLWs.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Protocol/SubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Protocol/SubscriptionsTransportWs.swift /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/WebSocket/Protocol/WebsocketProtocol.swift -supplementary-output-file-map /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.KZnwrn/supplementaryOutputs-4 -target arm64-apple-macosx10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -strict-concurrency=complete -empty-abi-descriptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-numerics/Sources/_NumericsShims/include/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CNIOSHA1.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CBacktrace.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-backtrace/Sources/CBacktrace/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CNIOExtrasZlib.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-extras/Sources/CNIOExtrasZlib/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CNIOBoringSSLShims.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSLShims/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CNIOBoringSSL.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CNIOLLHTTP.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLLHTTP/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CAsyncHTTPClient.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CVaporURLParser.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/CVaporURLParser/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/CVaporBcrypt/include/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/vapor/Sources/CVaporBcrypt/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CNIODarwin.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIODarwin/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOWindows/include/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOWindows/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CNIOLinux.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CNIOAtomics.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOAtomics/include -Xcc -isysroot -Xcc /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Xcc -F -Xcc /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xcc -fPIC -Xcc -g -module-name Pioneer -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Pioneer.build/HttpStrategy.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Pioneer.build/IDE.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Pioneer.build/Pioneer.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Pioneer.build/AsyncEventStream.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Pioneer.build/AsyncPubSub.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Pioneer.build/Broadcast.swift.o -index-store-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/index/store -index-system-modules
1.	Apple Swift version 6.0-dev (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)
2.	Compiling with effective version 5.10
3.	While evaluating request ASTLoweringRequest(Lowering AST to SIL for file "/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Broadcast.swift")
4.	While silgen emitFunction SIL function "@$s7Pioneer9BroadcastC4pipeyScTyyts5Error_pGqd__7ElementQyd__RszSciRd__lF".
 for 'pipe(_:)' (at /Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Broadcast.swift:18:12)
5.	While silgen closureexpr SIL function "@$s7Pioneer9BroadcastC4pipeyScTyyts5Error_pGqd__7ElementQyd__RszSciRd__lFyyYaYbKcfU_".
 for expression at [/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Broadcast.swift:19:14 - line:24:9] RangeText="{ [unowned self] in
            for try await each in stream {
                await self.publish(each)
            }
            await self.close()
        "
6.	While verifying SIL function "@$s7Pioneer9BroadcastC4pipeyScTyyts5Error_pGqd__7ElementQyd__RszSciRd__lFyyYaYbKcfU_".
 for expression at [/Users/admin/builder/spi-builder-workspace/Sources/Pioneer/Streaming/Broadcast.swift:19:14 - line:24:9] RangeText="{ [unowned self] in
            for try await each in stream {
                await self.publish(each)
            }
            await self.close()
        "
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend           0x0000000105e8bbf0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1  swift-frontend           0x0000000105e8a3bc llvm::sys::RunSignalHandlers() + 112
2  swift-frontend           0x0000000105e8c238 SignalHandler(int) + 304
3  libsystem_platform.dylib 0x0000000180629a24 _sigtramp + 56
4  libsystem_pthread.dylib  0x00000001805f9cc0 pthread_kill + 288
5  libsystem_c.dylib        0x0000000180505a40 abort + 180
6  libsystem_c.dylib        0x0000000180504d30 err + 0
7  swift-frontend           0x00000001063bbdc4 swift::GenericSignatureImpl::isConcreteType(swift::Type) const (.cold.1) + 0
8  swift-frontend           0x00000001021e2734 swift::GenericSignatureImpl::isConcreteType(swift::Type) const + 0
9  swift-frontend           0x000000010196eea4 (anonymous namespace)::SILVerifier::visitSILFunction(swift::SILFunction*) + 436
10 swift-frontend           0x000000010196abb0 swift::SILFunction::verify(swift::CalleeCache*, bool, bool, bool) const + 204
11 swift-frontend           0x0000000101017ce0 swift::Lowering::SILGenModule::postEmitFunction(swift::SILDeclRef, swift::SILFunction*) + 312
12 swift-frontend           0x00000001010173f0 swift::Lowering::SILGenModule::emitFunctionDefinition(swift::SILDeclRef, swift::SILFunction*) + 6364
13 swift-frontend           0x000000010101f578 void llvm::function_ref<void ()>::callback_fn<swift::Lowering::SILGenModule::emitClosure(swift::AbstractClosureExpr*, swift::Lowering::FunctionTypeInfo const&)::$_4>(long) + 220
14 swift-frontend           0x00000001018ece10 swift::Lowering::TypeConverter::withClosureTypeInfo(swift::AbstractClosureExpr*, swift::Lowering::FunctionTypeInfo const&, llvm::function_ref<void ()>) + 160
15 swift-frontend           0x00000001010191a4 swift::Lowering::SILGenModule::emitClosure(swift::AbstractClosureExpr*, swift::Lowering::FunctionTypeInfo const&) + 152
16 swift-frontend           0x000000010109a344 (anonymous namespace)::RValueEmitter::emitClosureReference(swift::AbstractClosureExpr*, swift::Lowering::FunctionTypeInfo const&) + 64
17 swift-frontend           0x0000000101099f88 (anonymous namespace)::RValueEmitter::visitAbstractClosureExpr(swift::AbstractClosureExpr*, swift::Lowering::SGFContext) + 588
18 swift-frontend           0x0000000101099d04 swift::Lowering::ManagedValue llvm::function_ref<swift::Lowering::ManagedValue (swift::AbstractClosureExpr*)>::callback_fn<(anonymous namespace)::RValueEmitter::visitCaptureListExpr(swift::CaptureListExpr*, swift::Lowering::SGFContext)::$_14>(long, swift::AbstractClosureExpr*) + 36
19 swift-frontend           0x0000000101099cac emitCaptureListExpr(swift::Lowering::SILGenFunction&, swift::CaptureListExpr*, llvm::function_ref<swift::Lowering::ManagedValue (swift::AbstractClosureExpr*)>) + 124
20 swift-frontend           0x0000000101091270 (anonymous namespace)::RValueEmitter::visitCaptureListExpr(swift::CaptureListExpr*, swift::Lowering::SGFContext) + 80
21 swift-frontend           0x00000001010829b0 swift::Lowering::SILGenFunction::emitRValueAsSingleValue(swift::Expr*, swift::Lowering::SGFContext) + 56
22 swift-frontend           0x00000001010687d4 swift::Lowering::SILGenFunction::emitConvertedRValue(swift::SILLocation, swift::Lowering::Conversion const&, swift::Lowering::SGFContext, llvm::function_ref<swift::Lowering::ManagedValue (swift::Lowering::SILGenFunction&, swift::SILLocation, swift::Lowering::SGFContext)>) + 296
23 swift-frontend           0x0000000101068be0 swift::Lowering::ConvertingInitialization::tryPeephole(swift::Lowering::SILGenFunction&, swift::SILLocation, swift::Lowering::Conversion, llvm::function_ref<swift::Lowering::ManagedValue (swift::Lowering::SILGenFunction&, swift::SILLocation, swift::Lowering::SGFContext)>) + 772
24 swift-frontend           0x0000000101068750 swift::Lowering::SILGenFunction::emitConvertedRValue(swift::SILLocation, swift::Lowering::Conversion const&, swift::Lowering::SGFContext, llvm::function_ref<swift::Lowering::ManagedValue (swift::Lowering::SILGenFunction&, swift::SILLocation, swift::Lowering::SGFContext)>) + 164
25 swift-frontend           0x00000001010688c8 swift::Lowering::SILGenFunction::emitConvertedRValue(swift::Expr*, swift::Lowering::Conversion const&, swift::Lowering::SGFContext) + 84
26 swift-frontend           0x000000010109361c (anonymous namespace)::RValueEmitter::visitFunctionConversionExpr(swift::FunctionConversionExpr*, swift::Lowering::SGFContext) + 1972
27 swift-frontend           0x00000001010829b0 swift::Lowering::SILGenFunction::emitRValueAsSingleValue(swift::Expr*, swift::Lowering::SGFContext) + 56
28 swift-frontend           0x00000001010687d4 swift::Lowering::SILGenFunction::emitConvertedRValue(swift::SILLocation, swift::Lowering::Conversion const&, swift::Lowering::SGFContext, llvm::function_ref<swift::Lowering::ManagedValue (swift::Lowering::SILGenFunction&, swift::SILLocation, swift::Lowering::SGFContext)>) + 296
29 swift-frontend           0x0000000100ffe204 swift::Lowering::ArgumentSource::getConverted(swift::Lowering::SILGenFunction&, swift::Lowering::Conversion const&, swift::Lowering::SGFContext) && + 184
30 swift-frontend           0x0000000101036098 (anonymous namespace)::ArgEmitter::emit(swift::Lowering::ArgumentSource&&, swift::Lowering::AbstractionPattern, std::__1::optional<swift::AnyFunctionType::Param>) + 4144
31 swift-frontend           0x00000001010270b0 (anonymous namespace)::ArgEmitter::emitSingleArg(swift::Lowering::ArgumentSource&&, swift::Lowering::AbstractionPattern, std::__1::optional<swift::AnyFunctionType::Param>) + 312
32 swift-frontend           0x00000001010345b0 (anonymous namespace)::ArgEmitter::emitPreparedArgs(swift::Lowering::PreparedArguments&&, swift::Lowering::AbstractionPattern) + 192
33 swift-frontend           0x000000010103f578 (anonymous namespace)::CallSite::emit(swift::Lowering::SILGenFunction&, swift::Lowering::AbstractionPattern, swift::CanTypeWrapper<swift::SILFunctionType>, (anonymous namespace)::ParamLowering&, llvm::SmallVectorImpl<swift::Lowering::ManagedValue>&, llvm::SmallVectorImpl<(anonymous namespace)::DelayedArgument>&, swift::ForeignInfo const&) && + 532
34 swift-frontend           0x000000010103ef40 (anonymous namespace)::CallEmission::emitArgumentsForNormalApply(swift::Lowering::AbstractionPattern, swift::CanTypeWrapper<swift::SILFunctionType>, swift::ForeignInfo const&, llvm::SmallVectorImpl<swift::Lowering::ManagedValue>&, std::__1::optional<swift::SILLocation>&) + 1040
35 swift-frontend           0x000000010102aa04 (anonymous namespace)::CallEmission::apply(swift::Lowering::SGFContext) + 1800
36 swift-frontend           0x0000000101029098 swift::Lowering::SILGenFunction::emitApplyExpr(swift::ApplyExpr*, swift::Lowering::SGFContext) + 2028
37 swift-frontend           0x00000001010802b4 swift::Lowering::SILGenFunction::emitRValue(swift::Expr*, swift::Lowering::SGFContext) + 40
38 swift-frontend           0x00000001011188e8 swift::Lowering::SILGenFunction::emitReturnExpr(swift::SILLocation, swift::Expr*) + 496
39 swift-frontend           0x0000000101116bd8 swift::ASTVisitor<(anonymous namespace)::StmtEmitter, void, void, void, void, void, void>::visit(swift::Stmt*) + 6568
40 swift-frontend           0x0000000101116398 swift::ASTVisitor<(anonymous namespace)::StmtEmitter, void, void, void, void, void, void>::visit(swift::Stmt*) + 4456
41 swift-frontend           0x0000000101115224 swift::Lowering::SILGenFunction::emitStmt(swift::Stmt*) + 24
42 swift-frontend           0x00000001010a4ef0 swift::Lowering::SILGenFunction::emitFunction(swift::FuncDecl*) + 432
43 swift-frontend           0x00000001010173c8 swift::Lowering::SILGenModule::emitFunctionDefinition(swift::SILDeclRef, swift::SILFunction*) + 6324
44 swift-frontend           0x000000010101825c swift::Lowering::SILGenModule::emitOrDelayFunction(swift::SILDeclRef) + 252
45 swift-frontend           0x0000000101015adc swift::Lowering::SILGenModule::emitFunction(swift::FuncDecl*) + 196
46 swift-frontend           0x0000000101129f3c (anonymous namespace)::SILGenType::visitFuncDecl(swift::FuncDecl*) + 28
47 swift-frontend           0x0000000101126e88 (anonymous namespace)::SILGenType::emitType() + 276
48 swift-frontend           0x0000000101126d68 swift::Lowering::SILGenModule::visitNominalTypeDecl(swift::NominalTypeDecl*) + 24
49 swift-frontend           0x000000010101ab74 swift::ASTLoweringRequest::evaluate(swift::Evaluator&, swift::ASTLoweringDescriptor) const + 880
50 swift-frontend           0x0000000101114c7c swift::SimpleRequest<swift::ASTLoweringRequest, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>> (swift::ASTLoweringDescriptor), (swift::RequestFlags)9>::evaluateRequest(swift::ASTLoweringRequest const&, swift::Evaluator&) + 148
51 swift-frontend           0x0000000101020468 swift::ASTLoweringRequest::OutputType swift::Evaluator::getResultUncached<swift::ASTLoweringRequest, swift::ASTLoweringRequest::OutputType swift::evaluateOrFatal<swift::ASTLoweringRequest>(swift::Evaluator&, swift::ASTLoweringRequest)::'lambda'()>(swift::ASTLoweringRequest const&, swift::ASTLoweringRequest::OutputType swift::evaluateOrFatal<swift::ASTLoweringRequest>(swift::Evaluator&, swift::ASTLoweringRequest)::'lambda'()) + 340
52 swift-frontend           0x000000010101b478 swift::performASTLowering(swift::FileUnit&, swift::Lowering::TypeConverter&, swift::SILOptions const&, swift::IRGenOptions const*) + 96
53 swift-frontend           0x0000000100a04f00 swift::performCompileStepsPostSema(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 604
54 swift-frontend           0x0000000100a16248 withSemanticAnalysis(swift::CompilerInstance&, swift::FrontendObserver*, llvm::function_ref<bool (swift::CompilerInstance&)>, bool) + 160
55 swift-frontend           0x0000000100a07590 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 708
56 swift-frontend           0x0000000100a064fc swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 2388
57 swift-frontend           0x00000001008203b0 swift::mainEntry(int, char const**) + 3096
58 dyld                     0x00000001802790e0 start + 2360
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/GraphQLSwift/Graphiti.git
[1/1845] Fetching multipart-kit
[75/5052] Fetching multipart-kit, graphiti
[172/7387] Fetching multipart-kit, graphiti, async-kit
[262/15241] Fetching multipart-kit, graphiti, async-kit, swift-crypto
[608/18602] Fetching multipart-kit, graphiti, async-kit, swift-crypto, swift-log
[775/32631] Fetching multipart-kit, graphiti, async-kit, swift-crypto, swift-log, swift-collections
[2113/44899] Fetching multipart-kit, graphiti, async-kit, swift-crypto, swift-log, swift-collections, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (2.75s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.75s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetched https://github.com/apple/swift-collections from cache (2.83s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (2.85s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.85s)
Fetching https://github.com/apple/swift-numerics
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (2.86s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/vapor/async-kit.git from cache (2.86s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/4349] Fetching graphql
[88/5912] Fetching graphql, swift-atomics
[135/8017] Fetching graphql, swift-atomics, swift-nio-transport-services
[201/13489] Fetching graphql, swift-atomics, swift-nio-transport-services, swift-numerics
[989/26153] Fetching graphql, swift-atomics, swift-nio-transport-services, swift-numerics, async-http-client
[1053/36386] Fetching graphql, swift-atomics, swift-nio-transport-services, swift-numerics, async-http-client, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.16s)
Fetching https://github.com/apple/swift-algorithms.git
[13661/34281] Fetching graphql, swift-atomics, swift-numerics, async-http-client, swift-nio-http2
[15303/99891] Fetching graphql, swift-atomics, swift-numerics, async-http-client, swift-nio-http2, swift-nio
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (1.53s)
Fetching https://github.com/vapor/console-kit.git
[13063/95542] Fetching swift-atomics, swift-numerics, async-http-client, swift-nio-http2, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.92s)
Fetching https://github.com/vapor/vapor.git
[21861/82878] Fetching swift-atomics, swift-numerics, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.93s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-numerics from cache (1.94s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.94s)
Fetching https://github.com/swift-server/swift-backtrace.git
[13122/65610] Fetching swift-nio
[36087/71011] Fetching swift-nio, console-kit
[37508/76239] Fetching swift-nio, console-kit, swift-algorithms
[53933/76859] Fetching swift-nio, console-kit, swift-algorithms, swift-backtrace
[48582/73486] Fetching swift-nio, swift-algorithms, swift-backtrace, swift-metrics
Fetched https://github.com/vapor/console-kit.git from cache (1.26s)
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.55s)
Fetching https://github.com/vapor/routing-kit.git
[45484/68258] Fetching swift-nio, swift-backtrace, swift-metrics
[46254/73091] Fetching swift-nio, swift-backtrace, swift-metrics, swift-nio-extras
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.96s)
[49990/72471] Fetching swift-nio, swift-metrics, swift-nio-extras
[53875/141165] Fetching swift-nio, swift-metrics, swift-nio-extras, vapor
Fetched https://github.com/apple/swift-metrics.git from cache (1.10s)
[51895/139137] Fetching swift-nio, swift-nio-extras, vapor
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.21s)
[61675/134304] Fetching swift-nio, vapor
[71794/136777] Fetching swift-nio, vapor, websocket-kit
[78125/157467] Fetching swift-nio, vapor, websocket-kit, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.99s)
[83546/154994] Fetching swift-nio, vapor, routing-kit
Fetched https://github.com/apple/swift-nio.git from cache (4.01s)
[84833/89384] Fetching vapor, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.64s)
Fetched https://github.com/vapor/vapor.git from cache (2.67s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.77.0 (0.75s)
Computing version for https://github.com/GraphQLSwift/Graphiti.git
Computed https://github.com/GraphQLSwift/Graphiti.git at 1.10.1 (0.67s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 2.5.1 (0.67s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.5.4 (0.66s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.14.0 (0.67s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.0.0 (0.66s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.4.0 (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.66s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.19.0 (0.70s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.27.0 (0.67s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.24.0 (0.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.54.0 (0.72s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.3 (0.70s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.7.2 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.5.0 (0.68s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.6.0 (0.67s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.17.0 (0.65s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.18.0 (0.67s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.4 (0.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.70s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.17.0 (0.65s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.67s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.18.0
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.54.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.4.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.19.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.77.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.6.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.4
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.5.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.24.0
Creating working copy for https://github.com/GraphQLSwift/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 2.5.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.27.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.7.2
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.1.0
Creating working copy for https://github.com/GraphQLSwift/Graphiti.git
Working copy of https://github.com/GraphQLSwift/Graphiti.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.5.0
warning: 'multipart-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/multipart-kit/Sources/MultipartKit/Docs.docc
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.