Build Information
Successful build of request-dl-nio, reference main (87cded
), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 16:44:11 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
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.07s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/request-dl/request-dl-nio/main'
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Compiling SymbolKit SemanticVersion.swift
[11/57] Compiling SymbolKit AccessControl.swift
[12/57] Compiling SymbolKit Availability.swift
[13/57] Compiling SymbolKit AvailabilityItem.swift
[14/57] Compiling SymbolKit Domain.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit GenericConstraint.swift
[27/57] Compiling SymbolKit GenericParameter.swift
[28/57] Compiling SymbolKit Generics.swift
[29/57] Compiling SymbolKit Namespace.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit Names.swift
[36/57] Compiling SymbolKit SPI.swift
[37/57] Compiling SymbolKit Snippet.swift
[38/57] Compiling SymbolKit Extension.swift
[39/57] Compiling SymbolKit SourceRange.swift
[40/57] Compiling SymbolKit Metadata.swift
[41/57] Compiling SymbolKit Module.swift
[42/57] Compiling SymbolKit OperatingSystem.swift
[43/57] Compiling SymbolKit Platform.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] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.43s)
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 Logging MetadataProvider.swift
[5/64] Compiling RealModule Real.swift
[6/64] Compiling RealModule Float80+Real.swift
[7/65] Compiling DequeModule _DequeBufferHeader.swift
[8/65] Compiling DequeModule _DequeSlot.swift
[9/65] Compiling Atomics Primitives.native.swift
[10/66] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[11/66] Compiling DequeModule _DequeBuffer.swift
[12/66] Compiling RealModule RealFunctions.swift
[13/66] Compiling RealModule Float16+Real.swift
[14/66] Compiling RealModule ElementaryFunctions.swift
[15/66] Compiling RealModule Float+Real.swift
[16/66] Compiling _NIOBase64 Base64.swift
[17/66] Emitting module _NIOBase64
[18/66] Compiling Atomics AtomicValue.swift
[19/66] Compiling Atomics DoubleWord.swift
[20/66] Compiling RealModule AugmentedArithmetic.swift
[21/66] Compiling RealModule ApproximateEquality.swift
[22/66] Compiling RealModule AlgebraicField.swift
[23/66] Compiling RealModule Double+Real.swift
[26/66] Compiling Atomics AtomicInteger.swift
[27/66] Compiling Atomics AtomicMemoryOrderings.swift
[28/66] Compiling Atomics Unmanaged extensions.swift
[29/66] Compiling Atomics AtomicBool.swift
[30/66] Compiling DequeModule _UnsafeWrappedBuffer.swift
[31/66] Compiling NIOConcurrencyHelpers lock.swift
[32/66] Emitting module RealModule
[33/66] Compiling _NIODataStructures PriorityQueue.swift
[34/66] Compiling _NIODataStructures _TinyArray.swift
[35/66] Compiling _NIODataStructures Heap.swift
[36/66] Compiling NIOConcurrencyHelpers NIOLock.swift
[37/66] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/66] Compiling NIOConcurrencyHelpers atomics.swift
[39/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[40/66] Emitting module _NIODataStructures
[41/66] Emitting module NIOConcurrencyHelpers
[42/66] Compiling Atomics PointerConformances.swift
[43/66] Compiling Atomics AtomicLazyReference.swift
[44/66] Compiling Atomics HighLevelTypes.swift
[45/66] Compiling DequeModule Deque._UnsafeHandle.swift
[46/66] Compiling DequeModule Deque.swift
[49/66] Compiling Atomics AtomicOptional.swift
[50/66] Compiling Atomics AtomicOptionalRawRepresentable.swift
[55/66] Compiling Logging LogHandler.swift
[56/66] Compiling Logging Locks.swift
[57/66] Emitting module Logging
[58/66] Compiling Logging Logging.swift
[63/66] Compiling Atomics IntegerConformances.swift
[64/92] Compiling Atomics Primitives.shims.swift
[65/92] Emitting module DequeModule
[66/92] Compiling Algorithms Combinations.swift
[67/92] Compiling Algorithms Compacted.swift
[68/92] Compiling Algorithms Cycle.swift
[69/94] Compiling Algorithms RandomSample.swift
[70/94] Compiling Algorithms Reductions.swift
[71/94] Compiling Algorithms Rotate.swift
[72/94] Compiling Algorithms Joined.swift
[73/94] Compiling Algorithms Keyed.swift
[74/94] Compiling Algorithms MinMax.swift
[75/94] Compiling Algorithms Split.swift
[76/94] Compiling Algorithms Stride.swift
[77/94] Compiling Algorithms Grouped.swift
[78/94] Compiling Algorithms Indexed.swift
[79/94] Compiling Algorithms Intersperse.swift
[80/94] Compiling Algorithms EitherSequence.swift
[81/94] Compiling Algorithms FirstNonNil.swift
[82/94] Compiling Algorithms FlattenCollection.swift
[83/94] Compiling Algorithms Partition.swift
[84/94] Compiling Algorithms Permutations.swift
[85/94] Compiling Algorithms Product.swift
[86/94] Emitting module Atomics
[87/94] Compiling Algorithms Suffix.swift
[88/94] Compiling Algorithms Trim.swift
[89/94] Compiling Algorithms AdjacentPairs.swift
[90/94] Compiling Algorithms Chain.swift
[91/94] Compiling Algorithms Chunked.swift
[92/94] Compiling Algorithms Unique.swift
[93/94] Compiling Algorithms Windows.swift
[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 ConvenienceOptionSupport.swift
[102/159] Compiling NIOCore DeadChannel.swift
[103/159] Compiling NIOCore DispatchQueue+WithFuture.swift
[104/159] Compiling NIOCore EventLoop+Deprecated.swift
[105/159] Compiling NIOCore EventLoop+SerialExecutor.swift
[106/159] Compiling NIOCore EventLoop.swift
[107/159] Compiling NIOCore Interfaces.swift
[108/159] Compiling NIOCore Linux.swift
[109/159] Compiling NIOCore MarkedCircularBuffer.swift
[110/159] Compiling NIOCore MulticastChannel.swift
[111/159] Compiling NIOCore NIOAny.swift
[112/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[113/159] Compiling NIOCore SocketOptionProvider.swift
[114/159] Compiling NIOCore SystemCallHelpers.swift
[115/159] Compiling NIOCore TimeAmount+Duration.swift
[116/159] Compiling NIOCore TypeAssistedChannelHandler.swift
[117/159] Compiling NIOCore UniversalBootstrapSupport.swift
[118/159] Compiling NIOCore Utilities.swift
[119/159] Compiling NIOCore AddressedEnvelope.swift
[120/159] Compiling NIOCore AsyncAwaitSupport.swift
[121/159] Compiling NIOCore AsyncChannel.swift
[122/159] Compiling NIOCore AsyncChannelInboundStream.swift
[123/159] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[124/159] Compiling NIOCore AsyncChannelOutboundWriter.swift
[125/159] Compiling NIOCore AsyncChannelOutboundWriterHandler.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 ByteBuffer-core.swift
[141/159] Compiling NIOCore ByteBuffer-hexdump.swift
[142/159] Compiling NIOCore ByteBuffer-int.swift
[143/159] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[144/159] Compiling NIOCore ByteBuffer-multi-int.swift
[145/159] Compiling NIOCore ByteBuffer-views.swift
[146/159] Compiling NIOCore Channel.swift
[147/159] Compiling NIOCore NIOLoopBound.swift
[148/159] Compiling NIOCore NIOSendable.swift
[149/159] Compiling NIOCore PointerHelpers.swift
[150/159] Compiling NIOCore RecvByteBufferAllocator.swift
[151/159] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[152/159] Compiling NIOCore SocketAddresses.swift
[153/159] Compiling NIOCore EventLoopFuture+Deprecated.swift
[154/159] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[155/159] Compiling NIOCore EventLoopFuture.swift
[156/159] Compiling NIOCore FileDescriptor.swift
[157/159] Compiling NIOCore FileHandle.swift
[158/159] Compiling NIOCore FileRegion.swift
[159/159] Emitting module NIOCore
[160/211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[161/211] Compiling NIOEmbedded AsyncTestingChannel.swift
[162/211] Emitting module NIOEmbedded
[163/211] Compiling NIOEmbedded Embedded.swift
[164/211] Compiling NIOPosix HappyEyeballs.swift
[165/211] Compiling NIOPosix IO.swift
[166/211] Compiling NIOPosix IntegerBitPacking.swift
[167/211] Compiling NIOPosix IntegerTypes.swift
[168/211] Compiling NIOPosix Linux.swift
[169/216] Compiling NIOPosix Pool.swift
[170/216] Compiling NIOPosix PooledRecvBufferAllocator.swift
[171/216] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[172/216] Compiling NIOPosix PosixSingletons.swift
[173/216] Compiling NIOPosix RawSocketBootstrap.swift
[174/216] Compiling NIOPosix LinuxCPUSet.swift
[175/216] Compiling NIOPosix LinuxUring.swift
[176/216] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[177/216] Compiling NIOPosix NIOThreadPool.swift
[178/216] Compiling NIOPosix NonBlockingFileIO.swift
[179/216] Compiling NIOPosix Resolver.swift
[180/216] Compiling NIOPosix Selectable.swift
[181/216] Compiling NIOPosix SelectableChannel.swift
[182/216] Compiling NIOPosix SelectableEventLoop.swift
[183/216] Compiling NIOPosix SelectorEpoll.swift
[184/216] Compiling NIOPosix SelectorGeneric.swift
[185/216] Compiling NIOPosix SelectorKqueue.swift
[186/216] Compiling NIOPosix SelectorUring.swift
[187/216] Compiling NIOPosix ServerSocket.swift
[188/216] Compiling NIOPosix Socket.swift
[189/216] Compiling NIOPosix ThreadWindows.swift
[190/216] Compiling NIOPosix UnsafeTransfer.swift
[191/216] Compiling NIOPosix Utilities.swift
[192/216] Compiling NIOPosix VsockAddress.swift
[193/216] Compiling NIOPosix VsockChannelEvents.swift
[194/216] Compiling NIOPosix PendingDatagramWritesManager.swift
[195/216] Compiling NIOPosix PendingWritesManager.swift
[196/216] Compiling NIOPosix PipeChannel.swift
[197/216] Compiling NIOPosix PipePair.swift
[198/216] Compiling NIOPosix PointerHelpers.swift
[199/216] Compiling NIOPosix BSDSocketAPICommon.swift
[200/216] Compiling NIOPosix BSDSocketAPIPosix.swift
[201/216] Compiling NIOPosix BSDSocketAPIWindows.swift
[202/216] Compiling NIOPosix BaseSocket.swift
[203/216] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[204/216] Compiling NIOPosix BaseSocketChannel.swift
[205/216] Compiling NIOPosix SocketChannel.swift
[206/216] Compiling NIOPosix SocketProtocols.swift
[207/216] Compiling NIOPosix System.swift
[208/216] Compiling NIOPosix Thread.swift
[209/216] Compiling NIOPosix ThreadPosix.swift
[210/216] Emitting module NIOPosix
[211/216] Compiling NIOPosix BaseStreamSocketChannel.swift
[212/216] Compiling NIOPosix Bootstrap.swift
[213/216] Compiling NIOPosix ControlMessage.swift
[214/216] Compiling NIOPosix DatagramVectorReadManager.swift
[215/216] Compiling NIOPosix FileDescriptor.swift
[216/216] Compiling NIOPosix GetaddrinfoResolver.swift
[217/218] Emitting module NIO
[218/218] Compiling NIO Exports.swift
[219/257] Compiling NIOTLS TLSEvents.swift
[220/257] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[221/257] Compiling NIOSOCKS ClientStateMachine.swift
[222/257] Compiling NIOSOCKS SOCKSResponse.swift
[223/258] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[224/258] Compiling NIOSOCKS Messages.swift
[225/258] Compiling NIOSOCKS Helpers.swift
[226/258] Compiling NIOSOCKS Errors.swift
[227/258] Compiling NIOSOCKS SOCKSRequest.swift
[228/258] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[229/258] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[230/258] Emitting module NIOSOCKS
[231/258] Compiling NIOHTTP1 ByteCollectionUtils.swift
[232/258] Compiling NIOHTTP1 HTTPDecoder.swift
[233/258] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[234/258] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[235/258] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[236/258] Emitting module NIOTLS
[237/258] Compiling NIOTLS SNIHandler.swift
[238/258] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[239/258] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[240/259] Compiling NIOSOCKS ServerStateMachine.swift
[241/259] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[242/259] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[243/271] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[244/271] Emitting module NIOFoundationCompat
[245/271] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[246/278] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[247/287] Compiling NIOSSL SSLCallbacks.swift
[248/287] Compiling NIOSSL SSLCertificate.swift
[249/287] Compiling NIOSSL SSLCertificateExtensions.swift
[250/287] Compiling NIOSSL SSLConnection.swift
[251/287] Compiling NIOSSL NIOSSLSecureBytes.swift
[252/287] Compiling NIOSSL PosixPort.swift
[253/287] Compiling NIOSSL CustomPrivateKey.swift
[254/287] Compiling NIOSSL IdentityVerification.swift
[255/287] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[256/287] Compiling NIOSSL SubjectAlternativeName.swift
[257/287] Emitting module NIOHTTP1
[258/287] Compiling NIOSSL SSLContext.swift
[259/287] Compiling NIOSSL ByteBufferBIO.swift
[260/327] Compiling NIOSSL LinuxCABundle.swift
[261/327] Compiling NIOSSL NIOSSLClientHandler.swift
[262/327] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[263/329] Compiling NIOSSL SSLErrors.swift
[264/329] Compiling NIOSSL SSLInit.swift
[265/329] Compiling NIOSSL SSLPKCS12Bundle.swift
[266/329] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[267/329] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[268/329] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[269/329] Compiling NIOTransportServices NIOTSSingletons.swift
[270/329] Compiling NIOTransportServices NIOTSEventLoop.swift
[271/329] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[272/329] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[275/331] Compiling NIOHPACK DynamicHeaderTable.swift
[276/331] Compiling NIOHPACK HPACKDecoder.swift
[277/331] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[278/331] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[279/331] Compiling NIOTransportServices NIOTSListenerChannel.swift
[280/331] Compiling NIOTransportServices StateManagedListenerChannel.swift
[281/331] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[282/331] Compiling NIOHTTPCompression HTTPDecompression.swift
[283/331] Compiling NIOHTTPCompression HTTPCompression.swift
[284/331] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[285/331] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[286/331] Emitting module NIOHTTPCompression
[287/331] Compiling NIOHPACK IntegerCoding.swift
[288/331] Compiling NIOHPACK HeaderTables.swift
[289/331] Compiling NIOHPACK IndexedHeaderTable.swift
[290/331] Compiling NIOHPACK HuffmanTables.swift
[291/332] Compiling NIOHPACK HuffmanCoding.swift
[292/332] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[293/332] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[294/332] Compiling NIOTransportServices NIOTSErrors.swift
[295/332] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[296/332] Compiling NIOTransportServices StateManagedChannel.swift
[297/332] Compiling NIOTransportServices NIOTSDatagramListener.swift
[298/332] Emitting module NIOSSL
[299/332] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[300/332] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[301/332] Compiling NIOHPACK HPACKErrors.swift
[302/332] Compiling NIOHPACK HPACKHeader.swift
[305/332] Compiling NIOHPACK HPACKEncoder.swift
[306/332] Emitting module NIOHPACK
[307/332] Emitting module NIOTransportServices
[308/332] Compiling NIOHPACK StaticHeaderTable.swift
[318/332] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[319/332] Compiling NIOTransportServices AcceptHandler.swift
[320/332] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[321/332] Compiling NIOSSL TLSConfiguration.swift
[322/332] Compiling NIOSSL UniversalBootstrapSupport.swift
[323/347] Compiling NIOHTTP2 SendingRstStreamState.swift
[324/347] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[325/347] Compiling NIOHTTP2 HTTP2SettingsState.swift
[326/348] Compiling NIOHTTP2 ConnectionStateMachine.swift
[327/348] Compiling NIOHTTP2 ConnectionStreamsState.swift
[328/348] Compiling NIOHTTP2 MayReceiveFrames.swift
[329/350] Compiling NIOHTTP2 ReceivingDataState.swift
[330/350] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[331/351] Compiling NIOHTTP2 ReceivingHeadersState.swift
[332/351] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[336/390] Compiling NIOHTTP2 HasFlowControlWindows.swift
[337/390] Compiling NIOHTTP2 HasLocalSettings.swift
[338/390] Compiling NIOHTTP2 HasRemoteSettings.swift
[339/390] Compiling NIOHTTP2 LocallyQuiescingState.swift
[340/396] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[341/396] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[342/396] Compiling NIOHTTP2 HTTP2UserEvents.swift
[343/396] Compiling NIOHTTP2 InboundEventBuffer.swift
[344/396] Compiling NIOHTTP2 InboundWindowManager.swift
[345/396] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[346/396] Emitting module NIOHTTP2
[347/396] Compiling NIOHTTP2 StreamChannelFlowController.swift
[348/396] Compiling NIOHTTP2 StreamChannelList.swift
[349/396] Compiling NIOHTTP2 StreamMap.swift
[350/396] Compiling NIOHTTP2 StreamStateMachine.swift
[351/396] Compiling NIOHTTP2 UnsafeTransfer.swift
[352/396] Compiling NIOHTTP2 WatermarkedFlowController.swift
[360/396] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[361/396] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[362/396] Compiling NIOHTTP2 MaySendFrames.swift
[363/396] Compiling NIOHTTP2 SendingDataState.swift
[364/396] Compiling NIOHTTP2 SendingGoawayState.swift
[365/396] Compiling NIOHTTP2 SendingHeadersState.swift
[366/396] Compiling NIOHTTP2 SendingPushPromiseState.swift
[367/396] Compiling NIOHTTP2 HTTP2Settings.swift
[368/396] Compiling NIOHTTP2 HTTP2Stream.swift
[369/396] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[370/396] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[371/396] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[372/396] Compiling NIOHTTP2 HTTP2StreamID.swift
[373/396] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[374/396] Compiling NIOHTTP2 HTTP2Frame.swift
[375/396] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[376/396] Compiling NIOHTTP2 HTTP2FrameParser.swift
[377/396] Compiling NIOHTTP2 HTTP2PingData.swift
[378/396] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[379/396] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[380/396] Compiling NIOHTTP2 ControlFrameBuffer.swift
[381/396] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[382/396] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[383/396] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[384/396] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[385/396] Compiling NIOHTTP2 QuiescingState.swift
[386/396] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[387/396] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[388/396] Compiling NIOHTTP2 StateMachineResult.swift
[389/396] Compiling NIOHTTP2 ContentLengthVerifier.swift
[390/396] Compiling NIOHTTP2 DOSHeuristics.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] Emitting module AsyncHTTPClient
[398/452] Compiling AsyncHTTPClient ConnectionPool.swift
[399/452] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[400/452] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[401/452] Compiling AsyncHTTPClient TLSEventsHandler.swift
[402/452] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[403/452] Compiling AsyncHTTPClient HTTP1Connection.swift
[404/458] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[405/458] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[406/458] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[407/458] Compiling AsyncHTTPClient ConnectionTarget.swift
[408/458] Compiling AsyncHTTPClient DeconstructedURL.swift
[409/458] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[410/458] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[411/458] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[412/458] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[413/458] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[414/458] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[415/458] Compiling AsyncHTTPClient RequestBodyLength.swift
[416/458] Compiling AsyncHTTPClient NWErrorHandler.swift
[417/458] Compiling AsyncHTTPClient NWWaitingHandler.swift
[418/458] Compiling AsyncHTTPClient TLSConfiguration.swift
[419/458] Compiling AsyncHTTPClient RedirectState.swift
[420/458] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[421/458] Compiling AsyncHTTPClient RequestBag.swift
[422/458] Compiling AsyncHTTPClient HTTPClientResponse.swift
[423/458] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[424/458] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[425/458] Compiling AsyncHTTPClient Transaction.swift
[426/458] Compiling AsyncHTTPClient Base64.swift
[427/458] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[428/458] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[429/458] Compiling AsyncHTTPClient RequestOptions.swift
[430/458] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[431/458] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[432/458] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[433/458] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[434/458] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[435/458] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[436/458] Compiling AsyncHTTPClient AsyncLazySequence.swift
[437/458] Compiling AsyncHTTPClient HTTPClient+execute.swift
[438/458] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[439/458] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[440/458] Compiling AsyncHTTPClient HTTPClientRequest.swift
[441/458] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[442/458] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[443/458] Compiling AsyncHTTPClient HTTP2Connection.swift
[444/458] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[445/458] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[446/458] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[447/458] Compiling AsyncHTTPClient FoundationExtensions.swift
[448/458] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[449/458] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[450/458] Compiling AsyncHTTPClient HTTPClient.swift
[451/458] Compiling AsyncHTTPClient HTTPHandler.swift
[452/458] Compiling AsyncHTTPClient LRUCache.swift
[453/458] Compiling AsyncHTTPClient RequestValidation.swift
[454/458] Compiling AsyncHTTPClient SSLContextCache.swift
[455/458] Compiling AsyncHTTPClient Scheme.swift
[456/458] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[457/458] Compiling AsyncHTTPClient UnsafeTransfer.swift
[458/458] Compiling AsyncHTTPClient Utils.swift
[459/678] Compiling RequestDL Resolve.swift
[460/678] Compiling RequestDL Authorization.swift
[461/678] Compiling RequestDL Authorization.TokenType.swift
[462/678] Compiling RequestDL HeaderGroup.swift
[463/678] Compiling RequestDL AcceptCharsetHeader.swift
[464/678] Compiling RequestDL AcceptHeader.swift
[465/678] Compiling RequestDL CacheHeader.swift
[466/678] Compiling RequestDL CustomHeader.swift
[467/678] Compiling RequestDL HeaderNode.swift
[468/678] Compiling RequestDL HeaderSeparatorKey.swift
[469/678] Compiling RequestDL HeaderStrategy.swift
[470/678] Compiling RequestDL HeaderStrategyKey.swift
[471/678] Compiling RequestDL HostHeader.swift
[472/678] Compiling RequestDL OriginHeader.swift
[473/678] Compiling RequestDL RefererHeader.swift
[474/678] Compiling RequestDL UserAgentHeader.swift
[475/678] Compiling RequestDL HTTPMethod.swift
[476/678] Compiling RequestDL RequestMethod.swift
[477/678] Compiling RequestDL ReadingMode.swift
[478/678] Compiling RequestDL Session.DecompressionLimit.swift
[479/678] Compiling RequestDL Session.swift
[480/678] Compiling RequestDL Timeout.Source.swift
[481/678] Compiling RequestDL UnitTime.swift
[482/678] Compiling RequestDL Timeout.swift
[483/702] 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 {
[484/702] 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 {
[485/702] 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 {
[486/702] 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 {
[487/702] 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 {
[488/702] 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 {
[489/702] 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 {
[490/702] 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 {
[491/702] 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 {
[492/702] 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 {
[493/702] 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 {
[494/702] 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 {
[495/702] 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 {
[496/702] 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 {
[497/702] 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 {
[498/702] 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 {
[499/702] 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 {
[500/702] 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 {
[501/702] 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 {
[502/702] 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 {
[503/702] 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 {
[504/702] 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 {
[505/702] 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 {
[506/702] 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 {
[507/702] Compiling RequestDL SSLPSKIdentityResolver.swift
[508/702] Compiling RequestDL Internals.TrustRoots.swift
[509/702] Compiling RequestDL Internals.AsyncBytes.swift
[510/702] Compiling RequestDL Internals.AsyncResponse.swift
[511/702] Compiling RequestDL Internals.EventLoopGroupManager.swift
[512/702] Compiling RequestDL MultiThreadedEventLoopGroup.swift
[513/702] Compiling RequestDL Internals.Session.Configuration.swift
[514/702] Compiling RequestDL Internals.Decompression.Limit.swift
[515/702] Compiling RequestDL Internals.Decompression.swift
[516/702] Compiling RequestDL Internals.HTTPVersion.swift
[517/702] Compiling RequestDL Internals.RedirectConfiguration.swift
[518/702] Compiling RequestDL Internals.Timeout.swift
[519/702] Compiling RequestDL CustomSessionProvider.swift
[520/702] Compiling RequestDL IdentifiedSessionProvider.swift
[521/702] Compiling RequestDL SharedSessionProvider.swift
[522/702] Compiling RequestDL SessionProvider.swift
[523/702] Compiling RequestDL Internals.Session.swift
[524/702] Compiling RequestDL Internals.ClientResponseReceiver.swift
[525/702] Compiling RequestDL Internals.DownloadStep.swift
[526/702] Compiling RequestDL Internals.Query.swift
[527/702] Compiling RequestDL Internals.Request.swift
[528/702] Compiling RequestDL Internals.ResponseHead.swift
[529/702] Compiling RequestDL Internals.ResponseStep.swift
[530/702] Compiling RequestDL Internals.UploadStep.swift
[531/702] Compiling RequestDL SessionTask.swift
[532/750] 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 {
[533/750] Compiling RequestDL Certificate.swift
[534/750] Compiling RequestDL CertificateNode.swift
[535/750] Compiling RequestDL CertificateProperty.swift
[536/750] Compiling RequestDL CertificatePropertyKey.swift
[537/750] Compiling RequestDL Certificates.swift
[538/750] Compiling RequestDL PSKIdentity.swift
[539/750] Compiling RequestDL PrivateKey.swift
[540/750] Compiling RequestDL CertificateVerification.swift
[541/750] Compiling RequestDL RenegotiationSupport.swift
[542/750] Compiling RequestDL SecureConnectionNode.swift
[543/750] Compiling RequestDL SignatureAlgorithm.swift
[544/750] Compiling RequestDL TLSCipher.swift
[545/750] Compiling RequestDL TLSVersion.swift
[546/750] Compiling RequestDL SecureConnection.swift
[547/750] Compiling RequestDL DefaultTrusts.swift
[548/750] Compiling RequestDL Trusts.swift
[549/750] Compiling RequestDL Path.swift
[550/750] Compiling RequestDL QueryNode.swift
[551/750] Compiling RequestDL QueryGroup.swift
[552/750] Compiling RequestDL QueryItem.swift
[553/750] Compiling RequestDL URLEncoder.ArrayEncodingStrategy.swift
[554/750] Compiling RequestDL URLEncoder.BoolEncodingStrategy.swift
[555/750] Compiling RequestDL URLEncoder.DataEncodingStrategy.swift
[556/750] Compiling RequestDL URLEncoder.DateEncodingStrategy.swift
[557/750] Compiling RequestDL Internals.Storage.swift
[558/750] Compiling RequestDL Internals.AsyncQueue.swift
[559/750] Compiling RequestDL Internals.AsyncStream.swift
[560/750] Compiling RequestDL Internals.DownloadBuffer.swift
[561/750] Compiling RequestDL HTTPHeaders+.swift
[562/750] Compiling RequestDL Never+Property.swift
[563/750] Compiling RequestDL String+Shifted.swift
[564/750] Compiling RequestDL CacheConfigurationProperty.swift
[565/750] Compiling RequestDL CachePolicyProperty.swift
[566/750] Compiling RequestDL CacheStrategyProperty.swift
[567/750] Compiling RequestDL CacheStrategy.swift
[568/750] Compiling RequestDL EmptyCachedDataError.swift
[569/750] Compiling RequestDL DataCache.swift
[570/750] Compiling RequestDL CachedData.swift
[571/750] Compiling RequestDL CachedResponse.swift
[572/750] Compiling RequestDL DataCache.Buffer.swift
[573/750] Compiling RequestDL DataCache.Policy.Set.swift
[574/750] Compiling RequestDL DataCache.Policy.swift
[575/750] Compiling RequestDL DiskStorage.swift
[576/750] Compiling RequestDL MemoryStorage.swift
[577/750] Compiling RequestDL AnyProperty.swift
[578/750] Compiling RequestDL AsyncProperty.swift
[579/750] Compiling RequestDL EmptyProperty.swift
[580/750] Compiling RequestDL EnvironmentProperty.swift
[581/750] Compiling RequestDL CharsetEnvironmentKey.swift
[582/750] Compiling RequestDL Charset.swift
[583/750] Compiling RequestDL FormGroup.swift
[584/750] Compiling RequestDL FormGroupBuilder.swift
[585/750] Compiling RequestDL FormItem.swift
[586/750] Compiling RequestDL FormNode.swift
[587/750] Compiling RequestDL Form.swift
[588/750] Compiling RequestDL PayloadPartLength.swift
[589/750] Compiling RequestDL ContentType.swift
[590/750] Compiling RequestDL DataPayloadFactory.swift
[591/750] Compiling RequestDL EncodablePayloadFactory.swift
[592/750] Compiling RequestDL EncodingPayloadError.swift
[593/750] Compiling RequestDL FilePayloadFactory.swift
[594/750] Compiling RequestDL JSONPayloadFactory.swift
[595/750] Compiling RequestDL PayloadFactory.swift
[596/750] Compiling RequestDL PayloadNode.swift
[597/750] Compiling RequestDL StringPayloadFactory.swift
[598/750] Compiling RequestDL Payload.swift
[599/750] Compiling RequestDL Property.swift
[600/750] Compiling RequestDL _EitherContent.swift
[601/750] Compiling RequestDL _OptionalContent.swift
[602/750] Compiling RequestDL _PartialContent.swift
[603/750] Compiling RequestDL PropertyBuilder.swift
[604/750] Compiling RequestDL AdditionalTrusts.swift
[605/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 {
[606/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 {
[607/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 {
[608/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 {
[609/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 {
[610/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 {
[611/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 {
[612/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 {
[613/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 {
[614/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 {
[615/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 {
[616/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 {
[617/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 {
[618/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 {
[619/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 {
[620/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 {
[621/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 {
[622/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 {
[623/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 {
[624/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 {
[625/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 {
[626/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 {
[627/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 {
[628/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 {
[629/750] Compiling RequestDL KeyPathNotFound.swift
[630/750] Compiling RequestDL Modifiers.KeyPath.swift
[631/750] Compiling RequestDL Logging+.swift
[632/750] Compiling RequestDL LoggerPropertyEnvironmentKey.swift
[633/750] Compiling RequestDL LoggerTaskEnvironmentKey.swift
[634/750] Compiling RequestDL Modifiers.Logger.swift
[635/750] Compiling RequestDL Modifiers.MapError.swift
[636/750] Compiling RequestDL Modifiers.Map.swift
[637/750] Compiling RequestDL Modifiers.swift
[638/750] Compiling RequestDL InvalidStatusCodeError.swift
[639/750] Compiling RequestDL StatusCode.swift
[640/750] Compiling RequestDL StatusCodeSet.swift
[641/750] Compiling RequestDL Modifiers.OnStatusCode.swift
[642/750] Compiling RequestDL AsyncBytes+Collect.swift
[643/750] Compiling RequestDL AsyncResponse+Collect.swift
[644/750] Compiling RequestDL DownloadProgress.swift
[645/750] Compiling RequestDL Progress.swift
[646/750] Compiling RequestDL UploadProgress.swift
[647/750] Compiling RequestDL Modifiers.Progress.swift
[648/750] Compiling RequestDL AnyTask.swift
[649/750] Compiling RequestDL GroupTask.swift
[650/750] Compiling RequestDL PublishedTask.swift
[651/750] Compiling RequestDL DataTask.swift
[652/750] Compiling RequestDL TaskError.swift
[653/750] Compiling RequestDL Array+AsyncSequence.swift
[654/750] Compiling RequestDL Bundle+Methods.swift
[655/750] Compiling RequestDL CharacterSet+Methods.swift
[656/750] Compiling RequestDL Internals.Override.FatalError.swift
[657/750] Compiling RequestDL Internals.Override.Print.swift
[658/750] Compiling RequestDL Internals.Override.Raise.swift
[659/750] Compiling RequestDL Internals.Override.swift
[660/750] Compiling RequestDL ProcessInfo+.swift
[661/750] Compiling RequestDL String+Methods.swift
[662/750] Compiling RequestDL URL+Extensions.swift
[663/750] Compiling RequestDL Internals.swift
[664/750] Compiling RequestDL Internals.Body.swift
[665/750] Compiling RequestDL Internals.BodySequence.swift
[666/750] Compiling RequestDL Internals.StreamWriterSequence.swift
[667/750] Compiling RequestDL Internals.AnyBuffer.swift
[668/750] Compiling RequestDL _BufferRepresentable.swift
[669/750] Compiling RequestDL Internals.Buffer.swift
[670/750] Compiling RequestDL BufferURL.swift
[671/750] Compiling RequestDL Internals.ByteBufferURL.swift
[672/750] Compiling RequestDL Internals.ByteStreamBuffer.swift
[673/750] Compiling RequestDL Internals.FileBufferURL.swift
[674/750] Compiling RequestDL Internals.FileStreamBuffer.swift
[675/750] Compiling RequestDL StreamBuffer.swift
[676/750] Compiling RequestDL Internals.DataBuffer.swift
[677/750] Compiling RequestDL Internals.ByteHandle.swift
[678/750] 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 {
[679/750] 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 {
[680/750] 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 {
[681/750] 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 {
[682/750] 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 {
[683/750] 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 {
[684/750] 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 {
[685/750] 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 {
[686/750] 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 {
[687/750] 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 {
[688/750] 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 {
[689/750] 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 {
[690/750] 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 {
[691/750] 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 {
[692/750] 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 {
[693/750] 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 {
[694/750] 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 {
[695/750] 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 {
[696/750] 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 {
[697/750] 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 {
[698/750] 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 {
[699/750] 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 {
[700/750] 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 {
[701/750] 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 {
[702/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() {
[703/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() {
[704/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() {
[705/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() {
[706/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() {
[707/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() {
[708/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() {
[709/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() {
[710/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() {
[711/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() {
[712/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() {
[713/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() {
[714/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() {
[715/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() {
[716/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() {
[717/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() {
[718/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() {
[719/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() {
[720/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() {
[721/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() {
[722/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() {
[723/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() {
[724/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() {
[725/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() {
[726/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() {
[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! (12.13s)
4276
36 /Users/admin/builder/spi-builder-workspace/.docs/request-dl/request-dl-nio/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/request-dl/request-dl-nio/main
File count: 4276
Doc size: 36.0MB
Preparing doc bundle ...
Uploading prod-request-dl-request-dl-nio-main-895a8f83.zip to s3://spi-docs-inbox/prod-request-dl-request-dl-nio-main-895a8f83.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.