The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of request-dl, reference 3.0.2 (75f4c6), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 16:44:15 UTC.

Swift 6 data race errors: 41

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

19 |      */
20 |     public func ping(_ times: Int = 1, debug: Bool = true) async throws {
warning: Return value documented for instance method returning void
  --> ../Tasks/Extensions/Task+Methods.swift:18:6-18:97
16 |      - Throws: An error if the ping request fails.
17 |
18 +      - Returns: Nothing. This function only waits for the server to respond to the ping request.
   |      ╰─suggestion: Remove return value documentation
19 |      */
20 |     public func ping(_ times: Int = 1, debug: Bool = true) async throws {
warning: Return value documented for instance method returning void
  --> ../Tasks/Extensions/Task+Methods.swift:18:6-18:97
16 |      - Throws: An error if the ping request fails.
17 |
18 +      - Returns: Nothing. This function only waits for the server to respond to the ping request.
   |      ╰─suggestion: Remove return value documentation
19 |      */
20 |     public func ping(_ times: Int = 1, debug: Bool = true) async throws {
warning: External name 'content' used to document parameter
  --> ../Tasks/Sources/Other Tasks/Group/GroupTask.swift:46:11-46:18
44 |      - Parameters:
45 |         - data: The type of the collection that contains the elements.
46 +         - content: The closure map function that transform each element of data into of task.
   |           ╰─suggestion: Replace 'content' with 'transform'
47 |      */
48 |     public init(_ data: Data, content transform: @escaping @Sendable (Data.Element) -> Content) {
warning: Parameter 'key' not found in instance subscript declaration
  --> ../Tasks/Sources/Request Task/Request Task/Models/TaskEnvironmentValues.swift:23:18-23:21
21 |      Subscript for retrieving an `Value` for a given ``TaskEnvironmentKey`` type.
22 |
23 +      - Parameter key: The ``TaskEnvironmentKey`` type to retrieve the `Value` for.
   |                  ╰─suggestion: Replace 'key' with 'keyType'
24 |      - Returns: The `Value` in the environment for the given `Key`.
25 |      */
warning: Parameter 'keyType' is missing documentation
  --> ../Tasks/Sources/Request Task/Request Task/Models/TaskEnvironmentValues.swift:23:83-23:83
21 |      Subscript for retrieving an `Value` for a given ``TaskEnvironmentKey`` type.
22 |
23 +      - Parameter key: The ``TaskEnvironmentKey`` type to retrieve the `Value` for.
   |                                                                                   ╰─suggestion: Document 'keyType' parameter
24 |      - Returns: The `Value` in the environment for the given `Key`.
25 |      */Conversion complete! (1.06s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/request-dl/request-dl-nio/3.0.2'
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SemanticVersion.swift
[8/57] Compiling SymbolKit AccessControl.swift
[9/57] Compiling SymbolKit Availability.swift
[10/57] Compiling SymbolKit AvailabilityItem.swift
[11/57] Compiling SymbolKit Domain.swift
[12/57] Compiling SymbolKit GenericConstraint.swift
[13/57] Compiling SymbolKit GenericParameter.swift
[14/57] Compiling SymbolKit Generics.swift
[15/57] Compiling SymbolKit Namespace.swift
[16/57] Compiling SymbolKit Identifier.swift
[17/57] Compiling SymbolKit KindIdentifier.swift
[18/57] Compiling SymbolKit Location.swift
[19/57] Compiling SymbolKit Mutability.swift
[20/57] Compiling SymbolKit Names.swift
[21/57] Compiling SymbolKit SPI.swift
[22/57] Compiling SymbolKit Snippet.swift
[23/57] Compiling SymbolKit Extension.swift
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit Mixin+Equals.swift
[35/57] Compiling SymbolKit Mixin+Hash.swift
[36/57] Compiling SymbolKit Mixin.swift
[37/57] Compiling SymbolKit LineList.swift
[38/57] Compiling SymbolKit Position.swift
[39/57] Compiling SymbolKit DeclarationFragments.swift
[40/57] Compiling SymbolKit Fragment.swift
[41/57] Compiling SymbolKit FragmentKind.swift
[42/57] Compiling SymbolKit FunctionParameter.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.61s)
warning: 'swift-algorithms': 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/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/63] Compiling Atomics AtomicRawRepresentable.swift
[3/63] Compiling Atomics AtomicStrongReference.swift
[4/64] Compiling RealModule AlgebraicField.swift
[5/64] Compiling RealModule ApproximateEquality.swift
[6/65] Compiling DequeModule _DequeBufferHeader.swift
[7/65] Compiling DequeModule _DequeSlot.swift
[8/65] Compiling Atomics Primitives.native.swift
[9/66] Compiling RealModule Float80+Real.swift
[10/66] Compiling RealModule Real.swift
[11/66] Compiling RealModule RealFunctions.swift
[12/66] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[13/66] Compiling DequeModule _DequeBuffer.swift
[14/66] Compiling Logging MetadataProvider.swift
[15/66] Compiling RealModule ElementaryFunctions.swift
[16/66] Compiling RealModule Float+Real.swift
[17/66] Compiling RealModule Float16+Real.swift
[18/66] Compiling Atomics AtomicValue.swift
[19/66] Compiling Atomics DoubleWord.swift
[20/66] Compiling RealModule AugmentedArithmetic.swift
[21/66] Compiling RealModule Double+Real.swift
[22/66] Compiling Atomics AtomicInteger.swift
[23/66] Compiling Atomics AtomicMemoryOrderings.swift
[26/66] Compiling Atomics Unmanaged extensions.swift
[27/66] Compiling Atomics AtomicBool.swift
[28/66] Compiling NIOConcurrencyHelpers lock.swift
[29/66] Compiling DequeModule _UnsafeWrappedBuffer.swift
[32/66] Emitting module RealModule
[33/66] Emitting module _NIOBase64
[34/66] Compiling _NIOBase64 Base64.swift
[35/66] Compiling _NIODataStructures PriorityQueue.swift
[36/66] Compiling _NIODataStructures Heap.swift
[37/66] Compiling _NIODataStructures _TinyArray.swift
[38/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/66] Compiling NIOConcurrencyHelpers NIOLock.swift
[40/66] Compiling NIOConcurrencyHelpers atomics.swift
[41/66] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[42/66] Compiling Atomics PointerConformances.swift
[43/66] Emitting module _NIODataStructures
[44/66] Emitting module NIOConcurrencyHelpers
[45/66] Compiling Atomics AtomicLazyReference.swift
[46/66] Compiling Atomics HighLevelTypes.swift
[47/66] Compiling DequeModule Deque._UnsafeHandle.swift
[48/66] Compiling DequeModule Deque.swift
[49/66] Compiling Atomics AtomicOptional.swift
[50/66] Compiling Atomics AtomicOptionalRawRepresentable.swift
[59/66] Compiling Atomics IntegerConformances.swift
[60/80] Compiling Logging LogHandler.swift
[61/80] Compiling Logging Locks.swift
[62/80] Emitting module Logging
[63/80] Compiling Logging Logging.swift
[64/92] Emitting module DequeModule
[65/92] Compiling Atomics Primitives.shims.swift
[66/92] Compiling Algorithms EitherSequence.swift
[67/92] Compiling Algorithms FirstNonNil.swift
[68/92] Compiling Algorithms FlattenCollection.swift
[69/94] Compiling Algorithms Split.swift
[70/94] Compiling Algorithms Stride.swift
[71/94] Compiling Algorithms RandomSample.swift
[72/94] Compiling Algorithms Reductions.swift
[73/94] Compiling Algorithms Rotate.swift
[74/94] Compiling Algorithms Suffix.swift
[75/94] Compiling Algorithms Trim.swift
[76/94] Compiling Algorithms Joined.swift
[77/94] Compiling Algorithms Keyed.swift
[78/94] Compiling Algorithms MinMax.swift
[79/94] Compiling Algorithms Grouped.swift
[80/94] Compiling Algorithms Indexed.swift
[81/94] Compiling Algorithms Intersperse.swift
[82/94] Compiling Algorithms Partition.swift
[83/94] Compiling Algorithms Permutations.swift
[84/94] Compiling Algorithms Product.swift
[85/94] Compiling Algorithms Combinations.swift
[86/94] Compiling Algorithms Compacted.swift
[87/94] Compiling Algorithms Cycle.swift
[88/94] Compiling Algorithms AdjacentPairs.swift
[89/94] Compiling Algorithms Chain.swift
[90/94] Compiling Algorithms Chunked.swift
[91/94] Compiling Algorithms Unique.swift
[92/94] Compiling Algorithms Windows.swift
[93/94] Emitting module Atomics
[94/153] Compiling NIOCore GlobalSingletons.swift
[95/153] Compiling NIOCore IO.swift
[96/153] Compiling NIOCore IOData.swift
[97/153] Compiling NIOCore IPProtocol.swift
[98/153] Compiling NIOCore IntegerBitPacking.swift
[99/153] Compiling NIOCore IntegerTypes.swift
[100/159] Emitting module Algorithms
[101/159] Compiling NIOCore AddressedEnvelope.swift
[102/159] Compiling NIOCore AsyncAwaitSupport.swift
[103/159] Compiling NIOCore AsyncChannel.swift
[104/159] Compiling NIOCore AsyncChannelInboundStream.swift
[105/159] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[106/159] Compiling NIOCore AsyncChannelOutboundWriter.swift
[107/159] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[108/159] Compiling NIOCore EventLoopFuture+Deprecated.swift
[109/159] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[110/159] Compiling NIOCore EventLoopFuture.swift
[111/159] Compiling NIOCore FileDescriptor.swift
[112/159] Compiling NIOCore FileHandle.swift
[113/159] Compiling NIOCore FileRegion.swift
[114/159] Compiling NIOCore SocketOptionProvider.swift
[115/159] Compiling NIOCore SystemCallHelpers.swift
[116/159] Compiling NIOCore TimeAmount+Duration.swift
[117/159] Compiling NIOCore TypeAssistedChannelHandler.swift
[118/159] Compiling NIOCore UniversalBootstrapSupport.swift
[119/159] Compiling NIOCore Utilities.swift
[120/159] Compiling NIOCore NIOLoopBound.swift
[121/159] Compiling NIOCore NIOSendable.swift
[122/159] Compiling NIOCore PointerHelpers.swift
[123/159] Compiling NIOCore RecvByteBufferAllocator.swift
[124/159] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[125/159] Compiling NIOCore SocketAddresses.swift
[126/159] Compiling NIOCore NIOAsyncSequenceProducer.swift
[127/159] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[128/159] Compiling NIOCore NIOAsyncWriter.swift
[129/159] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[130/159] Compiling NIOCore BSDSocketAPI.swift
[131/159] Compiling NIOCore ByteBuffer-aux.swift
[132/159] Compiling NIOCore ByteBuffer-conversions.swift
[133/159] Compiling NIOCore ChannelHandler.swift
[134/159] Compiling NIOCore ChannelHandlers.swift
[135/159] Compiling NIOCore ChannelInvoker.swift
[136/159] Compiling NIOCore ChannelOption.swift
[137/159] Compiling NIOCore ChannelPipeline.swift
[138/159] Compiling NIOCore CircularBuffer.swift
[139/159] Compiling NIOCore Codec.swift
[140/159] Compiling NIOCore ConvenienceOptionSupport.swift
[141/159] Compiling NIOCore DeadChannel.swift
[142/159] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/159] Compiling NIOCore EventLoop+Deprecated.swift
[144/159] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/159] Compiling NIOCore EventLoop.swift
[146/159] Compiling NIOCore ByteBuffer-core.swift
[147/159] Compiling NIOCore ByteBuffer-hexdump.swift
[148/159] Compiling NIOCore ByteBuffer-int.swift
[149/159] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[150/159] Compiling NIOCore ByteBuffer-multi-int.swift
[151/159] Compiling NIOCore ByteBuffer-views.swift
[152/159] Compiling NIOCore Channel.swift
[153/159] Compiling NIOCore Interfaces.swift
[154/159] Compiling NIOCore Linux.swift
[155/159] Compiling NIOCore MarkedCircularBuffer.swift
[156/159] Compiling NIOCore MulticastChannel.swift
[157/159] Compiling NIOCore NIOAny.swift
[158/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[159/159] Emitting module NIOCore
[160/211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[161/211] Emitting module NIOEmbedded
[162/211] Compiling NIOEmbedded Embedded.swift
[163/211] Compiling NIOEmbedded AsyncTestingChannel.swift
[164/211] Compiling NIOPosix LinuxCPUSet.swift
[165/211] Compiling NIOPosix LinuxUring.swift
[166/211] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[167/211] Compiling NIOPosix NIOThreadPool.swift
[168/211] Compiling NIOPosix NonBlockingFileIO.swift
[169/216] Compiling NIOPosix BSDSocketAPICommon.swift
[170/216] Compiling NIOPosix BSDSocketAPIPosix.swift
[171/216] Compiling NIOPosix BSDSocketAPIWindows.swift
[172/216] Compiling NIOPosix BaseSocket.swift
[173/216] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[174/216] Compiling NIOPosix BaseSocketChannel.swift
[175/216] Compiling NIOPosix Pool.swift
[176/216] Compiling NIOPosix PooledRecvBufferAllocator.swift
[177/216] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[178/216] Compiling NIOPosix PosixSingletons.swift
[179/216] Compiling NIOPosix RawSocketBootstrap.swift
[180/216] Compiling NIOPosix HappyEyeballs.swift
[181/216] Compiling NIOPosix IO.swift
[182/216] Compiling NIOPosix IntegerBitPacking.swift
[183/216] Compiling NIOPosix IntegerTypes.swift
[184/216] Compiling NIOPosix Linux.swift
[185/216] Compiling NIOPosix Resolver.swift
[186/216] Compiling NIOPosix Selectable.swift
[187/216] Compiling NIOPosix SelectableChannel.swift
[188/216] Compiling NIOPosix SelectableEventLoop.swift
[189/216] Compiling NIOPosix SelectorEpoll.swift
[190/216] Compiling NIOPosix PendingDatagramWritesManager.swift
[191/216] Compiling NIOPosix PendingWritesManager.swift
[192/216] Compiling NIOPosix PipeChannel.swift
[193/216] Compiling NIOPosix PipePair.swift
[194/216] Compiling NIOPosix PointerHelpers.swift
[195/216] Compiling NIOPosix SocketChannel.swift
[196/216] Compiling NIOPosix SocketProtocols.swift
[197/216] Compiling NIOPosix System.swift
[198/216] Compiling NIOPosix Thread.swift
[199/216] Compiling NIOPosix ThreadPosix.swift
[200/216] Emitting module NIOPosix
[201/216] Compiling NIOPosix BaseStreamSocketChannel.swift
[202/216] Compiling NIOPosix Bootstrap.swift
[203/216] Compiling NIOPosix ControlMessage.swift
[204/216] Compiling NIOPosix DatagramVectorReadManager.swift
[205/216] Compiling NIOPosix FileDescriptor.swift
[206/216] Compiling NIOPosix GetaddrinfoResolver.swift
[207/216] Compiling NIOPosix SelectorGeneric.swift
[208/216] Compiling NIOPosix SelectorKqueue.swift
[209/216] Compiling NIOPosix SelectorUring.swift
[210/216] Compiling NIOPosix ServerSocket.swift
[211/216] Compiling NIOPosix Socket.swift
[212/216] Compiling NIOPosix ThreadWindows.swift
[213/216] Compiling NIOPosix UnsafeTransfer.swift
[214/216] Compiling NIOPosix Utilities.swift
[215/216] Compiling NIOPosix VsockAddress.swift
[216/216] Compiling NIOPosix VsockChannelEvents.swift
[217/218] Emitting module NIO
[218/218] Compiling NIO Exports.swift
[219/257] Compiling NIOTLS TLSEvents.swift
[220/257] Emitting module NIOTLS
[221/257] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[222/257] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[223/257] Compiling NIOSOCKS ClientStateMachine.swift
[224/257] Compiling NIOSOCKS SOCKSResponse.swift
[225/258] Compiling NIOSOCKS Messages.swift
[226/258] Compiling NIOSOCKS Helpers.swift
[227/258] Compiling NIOSOCKS Errors.swift
[228/258] Compiling NIOSOCKS SOCKSRequest.swift
[229/258] Compiling NIOHTTP1 ByteCollectionUtils.swift
[230/258] Compiling NIOHTTP1 HTTPDecoder.swift
[231/258] Emitting module NIOSOCKS
[232/258] Compiling NIOHTTP1 HTTPEncoder.swift
[233/258] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[234/258] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[235/258] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[236/258] Compiling NIOTLS SNIHandler.swift
[237/258] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[238/258] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[239/258] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[240/259] Compiling NIOSOCKS ServerStateMachine.swift
[241/259] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[242/259] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[243/259] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[244/259] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[245/259] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[246/259] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[247/259] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[248/259] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[251/259] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[252/259] Emitting module NIOFoundationCompat
[253/259] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[254/309] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[255/309] Emitting module NIOHTTP1
[256/309] Compiling NIOTransportServices NIOTSDatagramListener.swift
[257/309] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[258/309] Compiling NIOTransportServices StateManagedListenerChannel.swift
[259/309] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[260/327] Compiling NIOTransportServices NIOTSBootstraps.swift
[261/327] Compiling NIOTransportServices NIOTSChannelOptions.swift
[262/327] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[263/329] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[264/329] Compiling NIOHPACK DynamicHeaderTable.swift
[265/329] Compiling NIOHPACK HPACKDecoder.swift
[266/329] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[267/329] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[268/329] Compiling NIOTransportServices NIOTSErrors.swift
[269/329] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[270/329] Compiling NIOHPACK IntegerCoding.swift
[271/329] Compiling NIOHPACK IndexedHeaderTable.swift
[272/330] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[273/330] Compiling NIOTransportServices StateManagedChannel.swift
[274/330] Compiling NIOTransportServices AcceptHandler.swift
[275/330] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[276/330] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[277/332] Compiling NIOSSL NIOSSLHandler.swift
[278/332] Compiling NIOSSL NIOSSLServerHandler.swift
[279/332] Compiling NIOSSL ObjectIdentifier.swift
[280/332] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[281/332] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[282/332] Compiling NIOSSL Zeroization.swift
[283/332] Compiling NIOHTTPCompression HTTPDecompression.swift
[284/332] Emitting module NIOHTTPCompression
[285/332] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[286/332] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[287/332] Compiling NIOHTTPCompression HTTPCompression.swift
[288/332] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[289/332] Emitting module NIOSSL
[290/332] Compiling NIOHPACK HuffmanTables.swift
[291/332] Compiling NIOHPACK HuffmanCoding.swift
[292/332] Compiling NIOHPACK HeaderTables.swift
[293/332] Compiling NIOHPACK HPACKErrors.swift
[294/332] Compiling NIOHPACK HPACKEncoder.swift
[295/332] Compiling NIOHPACK HPACKHeader.swift
[298/332] Compiling NIOHPACK StaticHeaderTable.swift
[299/332] Emitting module NIOHPACK
[305/332] Compiling NIOTransportServices NIOTSSingletons.swift
[309/332] Compiling NIOTransportServices NIOTSEventLoop.swift
[310/332] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[311/332] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[312/332] Compiling NIOTransportServices NIOTSListenerChannel.swift
[314/332] Compiling NIOSSL TLSConfiguration.swift
[315/332] Compiling NIOSSL UniversalBootstrapSupport.swift
[325/332] Emitting module NIOTransportServices
[333/390] Compiling NIOHTTP2 QuiescingState.swift
[334/390] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[335/390] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[336/390] Compiling NIOHTTP2 StateMachineResult.swift
[337/390] Compiling NIOHTTP2 ContentLengthVerifier.swift
[338/390] Compiling NIOHTTP2 DOSHeuristics.swift
[339/396] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[340/396] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[341/396] Compiling NIOHTTP2 MaySendFrames.swift
[342/396] Compiling NIOHTTP2 SendingDataState.swift
[343/396] Compiling NIOHTTP2 SendingGoawayState.swift
[344/396] Compiling NIOHTTP2 SendingHeadersState.swift
[345/396] Compiling NIOHTTP2 SendingPushPromiseState.swift
[346/396] Compiling NIOHTTP2 HTTP2Settings.swift
[347/396] Compiling NIOHTTP2 HTTP2Stream.swift
[348/396] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[349/396] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[350/396] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[351/396] Compiling NIOHTTP2 HTTP2StreamID.swift
[352/396] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[353/396] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[354/396] Compiling NIOHTTP2 HTTP2UserEvents.swift
[355/396] Compiling NIOHTTP2 InboundEventBuffer.swift
[356/396] Compiling NIOHTTP2 InboundWindowManager.swift
[357/396] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[358/396] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[359/396] Compiling NIOHTTP2 ControlFrameBuffer.swift
[360/396] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[361/396] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[362/396] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[363/396] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[364/396] Emitting module NIOHTTP2
[365/396] Compiling NIOHTTP2 StreamChannelFlowController.swift
[366/396] Compiling NIOHTTP2 StreamChannelList.swift
[367/396] Compiling NIOHTTP2 StreamMap.swift
[368/396] Compiling NIOHTTP2 StreamStateMachine.swift
[369/396] Compiling NIOHTTP2 UnsafeTransfer.swift
[370/396] Compiling NIOHTTP2 WatermarkedFlowController.swift
[371/396] Compiling NIOHTTP2 ConnectionStateMachine.swift
[372/396] Compiling NIOHTTP2 ConnectionStreamsState.swift
[373/396] Compiling NIOHTTP2 MayReceiveFrames.swift
[374/396] Compiling NIOHTTP2 ReceivingDataState.swift
[375/396] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[376/396] Compiling NIOHTTP2 ReceivingHeadersState.swift
[377/396] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[378/396] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[379/396] Compiling NIOHTTP2 HTTP2Frame.swift
[380/396] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[381/396] Compiling NIOHTTP2 HTTP2FrameParser.swift
[382/396] Compiling NIOHTTP2 HTTP2PingData.swift
[383/396] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[384/396] Compiling NIOHTTP2 SendingRstStreamState.swift
[385/396] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[386/396] Compiling NIOHTTP2 HTTP2SettingsState.swift
[387/396] Compiling NIOHTTP2 HasFlowControlWindows.swift
[388/396] Compiling NIOHTTP2 HasLocalSettings.swift
[389/396] Compiling NIOHTTP2 HasRemoteSettings.swift
[390/396] Compiling NIOHTTP2 LocallyQuiescingState.swift
[391/396] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[392/396] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[393/396] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[394/396] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[395/396] Compiling NIOHTTP2 HTTP2Error.swift
[396/396] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[397/452] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[398/452] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[399/452] Compiling AsyncHTTPClient AsyncLazySequence.swift
[400/452] Compiling AsyncHTTPClient HTTPClient+execute.swift
[401/452] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[402/452] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[403/452] Compiling AsyncHTTPClient HTTPClientRequest.swift
[404/458] Compiling AsyncHTTPClient ConnectionPool.swift
[405/458] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[406/458] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[407/458] Compiling AsyncHTTPClient TLSEventsHandler.swift
[408/458] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[409/458] Compiling AsyncHTTPClient HTTP1Connection.swift
[410/458] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[411/458] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[412/458] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[413/458] Compiling AsyncHTTPClient ConnectionTarget.swift
[414/458] Compiling AsyncHTTPClient DeconstructedURL.swift
[415/458] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[416/458] Emitting module AsyncHTTPClient
[417/458] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[418/458] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[419/458] Compiling AsyncHTTPClient HTTP2Connection.swift
[420/458] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[421/458] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[422/458] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[423/458] Compiling AsyncHTTPClient HTTPClientResponse.swift
[424/458] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[425/458] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[426/458] Compiling AsyncHTTPClient Transaction.swift
[427/458] Compiling AsyncHTTPClient Base64.swift
[428/458] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[429/458] Compiling AsyncHTTPClient NWErrorHandler.swift
[430/458] Compiling AsyncHTTPClient NWWaitingHandler.swift
[431/458] Compiling AsyncHTTPClient TLSConfiguration.swift
[432/458] Compiling AsyncHTTPClient RedirectState.swift
[433/458] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[434/458] Compiling AsyncHTTPClient RequestBag.swift
[435/458] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[436/458] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[437/458] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[438/458] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[439/458] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[440/458] Compiling AsyncHTTPClient RequestBodyLength.swift
[441/458] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[442/458] Compiling AsyncHTTPClient RequestOptions.swift
[443/458] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[444/458] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[445/458] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[446/458] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[447/458] Compiling AsyncHTTPClient RequestValidation.swift
[448/458] Compiling AsyncHTTPClient SSLContextCache.swift
[449/458] Compiling AsyncHTTPClient Scheme.swift
[450/458] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[451/458] Compiling AsyncHTTPClient UnsafeTransfer.swift
[452/458] Compiling AsyncHTTPClient Utils.swift
[453/458] Compiling AsyncHTTPClient FoundationExtensions.swift
[454/458] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[455/458] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[456/458] Compiling AsyncHTTPClient HTTPClient.swift
[457/458] Compiling AsyncHTTPClient HTTPHandler.swift
[458/458] Compiling AsyncHTTPClient LRUCache.swift
[459/678] Compiling RequestDL Certificate.swift
[460/678] Compiling RequestDL CertificateNode.swift
[461/678] Compiling RequestDL CertificateProperty.swift
[462/678] Compiling RequestDL CertificatePropertyKey.swift
[463/678] Compiling RequestDL Certificates.swift
[464/678] Compiling RequestDL PSKIdentity.swift
[465/678] Compiling RequestDL PrivateKey.swift
[466/678] Compiling RequestDL CertificateVerification.swift
[467/678] Compiling RequestDL RenegotiationSupport.swift
[468/678] Compiling RequestDL SecureConnectionNode.swift
[469/678] Compiling RequestDL SignatureAlgorithm.swift
[470/678] Compiling RequestDL TLSCipher.swift
[471/678] Compiling RequestDL TLSVersion.swift
[472/678] Compiling RequestDL SecureConnection.swift
[473/678] Compiling RequestDL DefaultTrusts.swift
[474/678] Compiling RequestDL Trusts.swift
[475/678] Compiling RequestDL Path.swift
[476/678] Compiling RequestDL QueryNode.swift
[477/678] Compiling RequestDL QueryGroup.swift
[478/678] Compiling RequestDL QueryItem.swift
[479/678] Compiling RequestDL URLEncoder.ArrayEncodingStrategy.swift
[480/678] Compiling RequestDL URLEncoder.BoolEncodingStrategy.swift
[481/678] Compiling RequestDL URLEncoder.DataEncodingStrategy.swift
[482/678] Compiling RequestDL URLEncoder.DateEncodingStrategy.swift
[483/678] Emitting module RequestDL
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[484/678] Compiling RequestDL DynamicEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[485/678] Compiling RequestDL GraphEnvironmentOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[486/678] Compiling RequestDL PropertyEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[487/678] Compiling RequestDL PropertyEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[488/678] Compiling RequestDL PropertyEnvironmentValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[489/678] Compiling RequestDL PropertyForEach.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[490/678] Compiling RequestDL PropertyGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[491/678] Compiling RequestDL PropertyModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[492/678] Compiling RequestDL _PropertyModifier_Content.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[493/678] Compiling RequestDL ModifiedProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[494/678] Compiling RequestDL ChildrenNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[495/678] Compiling RequestDL EmptyLeafNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[496/678] Compiling RequestDL GraphID.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[497/678] Compiling RequestDL IdentifiedGraphValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[498/678] Compiling RequestDL _GraphValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[499/678] Compiling RequestDL LeafNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[500/678] Compiling RequestDL NodeDebug.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[501/678] Compiling RequestDL NodeStringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[502/678] Compiling RequestDL PropertyNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[503/678] Compiling RequestDL Node.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[504/678] Compiling RequestDL Make.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[505/678] Compiling RequestDL PropertyInputs.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[506/678] Compiling RequestDL PropertyOutputs.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[507/678] Compiling RequestDL Resolved.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphEnvironmentOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[508/678] Compiling RequestDL SSLPSKIdentityResolver.swift
[509/678] Compiling RequestDL Internals.TrustRoots.swift
[510/678] Compiling RequestDL Internals.AsyncBytes.swift
[511/678] Compiling RequestDL Internals.AsyncResponse.swift
[512/678] Compiling RequestDL Internals.EventLoopGroupManager.swift
[513/678] Compiling RequestDL MultiThreadedEventLoopGroup.swift
[514/678] Compiling RequestDL Internals.Session.Configuration.swift
[515/678] Compiling RequestDL Internals.Decompression.Limit.swift
[516/678] Compiling RequestDL Internals.Decompression.swift
[517/678] Compiling RequestDL Internals.HTTPVersion.swift
[518/678] Compiling RequestDL Internals.RedirectConfiguration.swift
[519/678] Compiling RequestDL Internals.Timeout.swift
[520/678] Compiling RequestDL CustomSessionProvider.swift
[521/678] Compiling RequestDL IdentifiedSessionProvider.swift
[522/678] Compiling RequestDL SharedSessionProvider.swift
[523/678] Compiling RequestDL SessionProvider.swift
[524/678] Compiling RequestDL Internals.Session.swift
[525/678] Compiling RequestDL Internals.ClientResponseReceiver.swift
[526/678] Compiling RequestDL Internals.DownloadStep.swift
[527/678] Compiling RequestDL Internals.Query.swift
[528/678] Compiling RequestDL Internals.Request.swift
[529/678] Compiling RequestDL Internals.ResponseHead.swift
[530/678] Compiling RequestDL Internals.ResponseStep.swift
[531/678] Compiling RequestDL Internals.UploadStep.swift
[532/678] Compiling RequestDL SessionTask.swift
[533/678] Compiling RequestDL CharsetEnvironmentKey.swift
[534/678] Compiling RequestDL Charset.swift
[535/678] Compiling RequestDL FormGroup.swift
[536/678] Compiling RequestDL FormGroupBuilder.swift
[537/678] Compiling RequestDL FormItem.swift
[538/678] Compiling RequestDL FormNode.swift
[539/678] Compiling RequestDL Form.swift
[540/678] Compiling RequestDL PayloadPartLength.swift
[541/678] Compiling RequestDL ContentType.swift
[542/678] Compiling RequestDL DataPayloadFactory.swift
[543/678] Compiling RequestDL EncodablePayloadFactory.swift
[544/678] Compiling RequestDL EncodingPayloadError.swift
[545/678] Compiling RequestDL FilePayloadFactory.swift
[546/678] Compiling RequestDL JSONPayloadFactory.swift
[547/678] Compiling RequestDL PayloadFactory.swift
[548/678] Compiling RequestDL PayloadNode.swift
[549/678] Compiling RequestDL StringPayloadFactory.swift
[550/678] Compiling RequestDL Payload.swift
[551/678] Compiling RequestDL Property.swift
[552/678] Compiling RequestDL _EitherContent.swift
[553/678] Compiling RequestDL _OptionalContent.swift
[554/678] Compiling RequestDL _PartialContent.swift
[555/678] Compiling RequestDL PropertyBuilder.swift
[556/678] Compiling RequestDL AdditionalTrusts.swift
[557/750] Compiling RequestDL Array+AsyncSequence.swift
[558/750] Compiling RequestDL Bundle+Methods.swift
[559/750] Compiling RequestDL CharacterSet+Methods.swift
[560/750] Compiling RequestDL Internals.Override.FatalError.swift
[561/750] Compiling RequestDL Internals.Override.Print.swift
[562/750] Compiling RequestDL Internals.Override.Raise.swift
[563/750] Compiling RequestDL Internals.Override.swift
[564/750] Compiling RequestDL ProcessInfo+.swift
[565/750] Compiling RequestDL String+Methods.swift
[566/750] Compiling RequestDL URL+Extensions.swift
[567/750] Compiling RequestDL Internals.swift
[568/750] Compiling RequestDL Internals.Body.swift
[569/750] Compiling RequestDL Internals.BodySequence.swift
[570/750] Compiling RequestDL Internals.StreamWriterSequence.swift
[571/750] Compiling RequestDL Internals.AnyBuffer.swift
[572/750] Compiling RequestDL _BufferRepresentable.swift
[573/750] Compiling RequestDL Internals.Buffer.swift
[574/750] Compiling RequestDL BufferURL.swift
[575/750] Compiling RequestDL Internals.ByteBufferURL.swift
[576/750] Compiling RequestDL Internals.ByteStreamBuffer.swift
[577/750] Compiling RequestDL Internals.FileBufferURL.swift
[578/750] Compiling RequestDL Internals.FileStreamBuffer.swift
[579/750] Compiling RequestDL StreamBuffer.swift
[580/750] Compiling RequestDL Internals.DataBuffer.swift
[581/750] Compiling RequestDL Internals.ByteHandle.swift
[582/750] Compiling RequestDL Internals.Storage.swift
[583/750] Compiling RequestDL Internals.AsyncQueue.swift
[584/750] Compiling RequestDL Internals.AsyncStream.swift
[585/750] Compiling RequestDL Internals.DownloadBuffer.swift
[586/750] Compiling RequestDL HTTPHeaders+.swift
[587/750] Compiling RequestDL Never+Property.swift
[588/750] Compiling RequestDL String+Shifted.swift
[589/750] Compiling RequestDL CacheConfigurationProperty.swift
[590/750] Compiling RequestDL CachePolicyProperty.swift
[591/750] Compiling RequestDL CacheStrategyProperty.swift
[592/750] Compiling RequestDL CacheStrategy.swift
[593/750] Compiling RequestDL EmptyCachedDataError.swift
[594/750] Compiling RequestDL DataCache.swift
[595/750] Compiling RequestDL CachedData.swift
[596/750] Compiling RequestDL CachedResponse.swift
[597/750] Compiling RequestDL DataCache.Buffer.swift
[598/750] Compiling RequestDL DataCache.Policy.Set.swift
[599/750] Compiling RequestDL DataCache.Policy.swift
[600/750] Compiling RequestDL DiskStorage.swift
[601/750] Compiling RequestDL MemoryStorage.swift
[602/750] Compiling RequestDL AnyProperty.swift
[603/750] Compiling RequestDL AsyncProperty.swift
[604/750] Compiling RequestDL EmptyProperty.swift
[605/750] Compiling RequestDL EnvironmentProperty.swift
[606/750] Compiling RequestDL URLEncoder.DictionaryEncodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[607/750] Compiling RequestDL URLEncoder.KeyEncodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[608/750] Compiling RequestDL URLEncoder.OptionalEncodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[609/750] Compiling RequestDL URLEncoder.WhitespaceEncodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[610/750] Compiling RequestDL URLEncodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[611/750] Compiling RequestDL URLSingleEncodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[612/750] Compiling RequestDL URLEncoder.Encoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[613/750] Compiling RequestDL URLEncoder.KeyContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[614/750] Compiling RequestDL URLEncoder.ValueContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[615/750] Compiling RequestDL URLEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[616/750] Compiling RequestDL URLEncoderEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[617/750] Compiling RequestDL URLEncoderError.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[618/750] Compiling RequestDL Query.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[619/750] Compiling RequestDL BaseURL.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[620/750] Compiling RequestDL BaseURLError.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[621/750] Compiling RequestDL URLScheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[622/750] Compiling RequestDL DynamicValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[623/750] Compiling RequestDL DynamicValueDeepSearch.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[624/750] Compiling RequestDL DynamicValueMirror.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[625/750] Compiling RequestDL GraphOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[626/750] Compiling RequestDL GraphProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[627/750] Compiling RequestDL GraphValueOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[628/750] Compiling RequestDL Seed.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[629/750] Compiling RequestDL SeedFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift:16:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
14 |     // MARK: - Private properties
15 |
16 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'DynamicValueDeepSearch' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
17 |
18 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift:22:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
20 |
21 |     private let pathway: Int
22 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
23 |
24 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[630/750] Compiling RequestDL GraphNamespaceOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[631/750] Compiling RequestDL Namespace.ID.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[632/750] Compiling RequestDL PropertyNamespace.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[633/750] Compiling RequestDL DynamicStoredObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[634/750] Compiling RequestDL GraphStoredObjectOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[635/750] Compiling RequestDL StoredObjectConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[636/750] Compiling RequestDL StoredObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[637/750] Compiling RequestDL _Container.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[638/750] Compiling RequestDL Task+Methods.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[639/750] Compiling RequestDL Interceptors.Breakpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[640/750] Compiling RequestDL Interceptors.Detach.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[641/750] Compiling RequestDL Interceptors.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[642/750] Compiling RequestDL Interceptors.LogInConsole.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[643/750] Compiling RequestDL Modifiers.AcceptOnlyStatusCode.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[644/750] Compiling RequestDL Modifiers.CollectBytes.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[645/750] Compiling RequestDL Modifiers.CollectData.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[646/750] Compiling RequestDL Modifiers.Decode.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[647/750] Compiling RequestDL Modifiers.Environment.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[648/750] Compiling RequestDL Modifiers.ExtractPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[649/750] Compiling RequestDL Modifiers.FlatMapError.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[650/750] Compiling RequestDL Modifiers.FlatMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[651/750] Compiling RequestDL Modifiers.IgnoresProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[652/750] Compiling RequestDL AbstractKeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[653/750] Compiling RequestDL KeyPathInvalidDataError.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphNamespaceOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift:11:17: warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
 9 |     // MARK: - Private properties
10 |
11 |     private let mirror: DynamicValueMirror<Content>
   |                 `- warning: stored property 'mirror' of 'Sendable'-conforming generic struct 'GraphStoredObjectOperation' has non-sendable type 'DynamicValueMirror<Content>'; this is an error in the Swift 6 language mode
12 |
13 |     // MARK: - Inits
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift:7:8: note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 5 | import Foundation
 6 |
 7 | struct DynamicValueMirror<Content> {
   |        `- note: consider making generic struct 'DynamicValueMirror' conform to the 'Sendable' protocol
 8 |
 9 |     struct Child {
[654/750] Compiling RequestDL Resolve.swift
[655/750] Compiling RequestDL Authorization.swift
[656/750] Compiling RequestDL Authorization.TokenType.swift
[657/750] Compiling RequestDL HeaderGroup.swift
[658/750] Compiling RequestDL AcceptCharsetHeader.swift
[659/750] Compiling RequestDL AcceptHeader.swift
[660/750] Compiling RequestDL CacheHeader.swift
[661/750] Compiling RequestDL CustomHeader.swift
[662/750] Compiling RequestDL HeaderNode.swift
[663/750] Compiling RequestDL HeaderSeparatorKey.swift
[664/750] Compiling RequestDL HeaderStrategy.swift
[665/750] Compiling RequestDL HeaderStrategyKey.swift
[666/750] Compiling RequestDL HostHeader.swift
[667/750] Compiling RequestDL OriginHeader.swift
[668/750] Compiling RequestDL RefererHeader.swift
[669/750] Compiling RequestDL UserAgentHeader.swift
[670/750] Compiling RequestDL HTTPMethod.swift
[671/750] Compiling RequestDL RequestMethod.swift
[672/750] Compiling RequestDL ReadingMode.swift
[673/750] Compiling RequestDL Session.DecompressionLimit.swift
[674/750] Compiling RequestDL Session.swift
[675/750] Compiling RequestDL Timeout.Source.swift
[676/750] Compiling RequestDL UnitTime.swift
[677/750] Compiling RequestDL Timeout.swift
[678/750] Compiling RequestDL Internals.ByteURL.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[679/750] Compiling RequestDL Internals.FileBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[680/750] Compiling RequestDL Internals.CacheConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[681/750] Compiling RequestDL Internal.CacheControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[682/750] Compiling RequestDL Internals.ClientManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[683/750] Compiling RequestDL Internals.ClientManager.Item.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[684/750] Compiling RequestDL Internals.ClientOperationQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[685/750] Compiling RequestDL Internals.ClientOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[686/750] Compiling RequestDL QueueClientOperationDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[687/750] Compiling RequestDL Internals.Client.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[688/750] Compiling RequestDL Internals.TaskSeed.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[689/750] Compiling RequestDL Internals.UnsafeTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[690/750] Compiling RequestDL AsyncLock.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[691/750] Compiling RequestDL AsyncSignal.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[692/750] Compiling RequestDL Lock.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[693/750] Compiling RequestDL Internals.Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[694/750] Compiling RequestDL Internals.Log.Message.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[695/750] Compiling RequestDL Internals.AdditionalTrustRoots.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[696/750] Compiling RequestDL Internals.CertificateChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[697/750] Compiling RequestDL Internals.Certificate.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[698/750] Compiling RequestDL Internals.Certificate.Format.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[699/750] Compiling RequestDL Internals.PrivateKeySource.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[700/750] Compiling RequestDL Internals.PrivateKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[701/750] Compiling RequestDL Internals.SecureConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[702/750] Compiling RequestDL SSLKeyLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift:11:29: warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
 9 |     final class ClientOperationQueue: @unchecked Sendable {
10 |
11 |         private final class Root: Internals.ClientOperation {
   |                             `- warning: class 'Root' must restate inherited '@unchecked Sendable' conformance
12 |
13 |             override func complete() {
[703/750] Compiling RequestDL KeyPathNotFound.swift
[704/750] Compiling RequestDL Modifiers.KeyPath.swift
[705/750] Compiling RequestDL Logging+.swift
[706/750] Compiling RequestDL LoggerPropertyEnvironmentKey.swift
[707/750] Compiling RequestDL LoggerTaskEnvironmentKey.swift
[708/750] Compiling RequestDL Modifiers.Logger.swift
[709/750] Compiling RequestDL Modifiers.MapError.swift
[710/750] Compiling RequestDL Modifiers.Map.swift
[711/750] Compiling RequestDL Modifiers.swift
[712/750] Compiling RequestDL InvalidStatusCodeError.swift
[713/750] Compiling RequestDL StatusCode.swift
[714/750] Compiling RequestDL StatusCodeSet.swift
[715/750] Compiling RequestDL Modifiers.OnStatusCode.swift
[716/750] Compiling RequestDL AsyncBytes+Collect.swift
[717/750] Compiling RequestDL AsyncResponse+Collect.swift
[718/750] Compiling RequestDL DownloadProgress.swift
[719/750] Compiling RequestDL Progress.swift
[720/750] Compiling RequestDL UploadProgress.swift
[721/750] Compiling RequestDL Modifiers.Progress.swift
[722/750] Compiling RequestDL AnyTask.swift
[723/750] Compiling RequestDL GroupTask.swift
[724/750] Compiling RequestDL PublishedTask.swift
[725/750] Compiling RequestDL DataTask.swift
[726/750] Compiling RequestDL TaskError.swift
[727/750] Compiling RequestDL TaskResult.swift
[728/750] Compiling RequestDL DownloadTask.swift
[729/750] Compiling RequestDL AsyncBytes.swift
[730/750] Compiling RequestDL MockedTask.swift
[731/750] Compiling RequestDL MockedTaskPayload.swift
[732/750] Compiling RequestDL PropertyMockedTask.swift
[733/750] Compiling RequestDL EmptyResponseError.swift
[734/750] Compiling RequestDL RawTask.swift
[735/750] Compiling RequestDL AsyncResponse.swift
[736/750] Compiling RequestDL DownloadStep.swift
[737/750] Compiling RequestDL HTTPHeaders.swift
[738/750] Compiling RequestDL ResponseHead.swift
[739/750] Compiling RequestDL ResponseStep.swift
[740/750] Compiling RequestDL UploadStep.swift
[741/750] Compiling RequestDL UploadTask.swift
[742/750] Compiling RequestDL RequestTaskInternals.swift
[743/750] Compiling RequestDL TaskEnvironmentKey.swift
[744/750] Compiling RequestDL TaskEnvironmentValues.swift
[745/750] Compiling RequestDL RequestTask.swift
[746/750] Compiling RequestDL InterceptedRequestTask.swift
[747/750] Compiling RequestDL RequestTaskInterceptor.swift
[748/750] Compiling RequestDL RequestTaskModifier.swift
[749/750] Compiling RequestDL _RequestTaskModifier_Content.swift
[750/750] Compiling RequestDL ModifiedRequestTask.swift
Build of target: 'RequestDL' complete! (11.69s)
    4276
36	/Users/admin/builder/spi-builder-workspace/.docs/request-dl/request-dl-nio/3.0.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/request-dl/request-dl-nio/3.0.2
File count: 4276
Doc size:   36.0MB
Preparing doc bundle ...
Uploading prod-request-dl-request-dl-nio-3.0.2-cf6f4579.zip to s3://spi-docs-inbox/prod-request-dl-request-dl-nio-3.0.2-cf6f4579.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.