The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-web, reference main (f32eef), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 23:32:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/swift-web.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/swift-web
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f32eefc HB 2.0 (#3)
Cloned https://github.com/adam-fowler/swift-web.git
Revision (git rev-parse @):
f32eefc1269336d8201fee8ea45dedf9a98f0f3f
SUCCESS checkout https://github.com/adam-fowler/swift-web.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adam-fowler/swift-web.git
https://github.com/adam-fowler/swift-web.git
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-web",
  "name" : "swift-web",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-web",
      "targets" : [
        "swift-web"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_web",
      "module_type" : "SwiftTarget",
      "name" : "swift-web",
      "path" : "Sources/swift-web",
      "product_dependencies" : [
        "ArgumentParser",
        "Hummingbird"
      ],
      "product_memberships" : [
        "swift-web"
      ],
      "sources" : [
        "app.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/58] Write sources
[1/58] Write swift-web-entitlement.plist
[1/58] Write sources
[14/58] Copying PrivacyInfo.xcprivacy
[14/58] Write sources
[42/58] Compiling CNIOWindows WSAStartup.c
[43/58] Compiling CNIOWindows shim.c
[44/58] Write swift-version-2F0A5646E1D333AE.txt
[45/58] Compiling CNIOWASI CNIOWASI.c
[46/58] Compiling CNIOLinux liburing_shims.c
[46/58] Compiling CNIOLinux shim.c
[48/67] Compiling _AtomicsShims.c
[49/67] Compiling CNIOLLHTTP c_nio_http.c
[50/72] Compiling CNIOLLHTTP c_nio_api.c
[51/90] Compiling CNIOLLHTTP c_nio_llhttp.c
[53/102] Compiling ServiceContextModule ServiceContextKey.swift
[54/102] Compiling ServiceContextModule ServiceContext.swift
[55/102] Emitting module ServiceContextModule
[55/102] Compiling CNIODarwin shim.c
[57/102] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/103] Emitting module _NIOBase64
[59/103] Compiling _NIOBase64 Base64.swift
[60/103] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/103] Compiling InternalCollectionsUtilities Specialize.swift
[62/103] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/103] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/103] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/103] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/103] Compiling InternalCollectionsUtilities Debugging.swift
[67/103] Compiling InternalCollectionsUtilities Descriptions.swift
[68/103] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/103] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/103] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[71/103] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/103] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[73/103] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[74/106] Emitting module InternalCollectionsUtilities
[75/106] Compiling InternalCollectionsUtilities Integer rank.swift
[76/106] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/112] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/133] Compiling _NIODataStructures PriorityQueue.swift
[79/133] Compiling Instrumentation NoOpInstrument.swift
[80/133] Emitting module Instrumentation
[81/133] Compiling Instrumentation MultiplexInstrument.swift
[82/133] Compiling Logging MetadataProvider.swift
[83/133] Compiling Logging LogHandler.swift
[84/133] Compiling _NIODataStructures _TinyArray.swift
[85/133] Compiling _NIODataStructures Heap.swift
[86/133] Emitting module _NIODataStructures
[87/133] Compiling Atomics AtomicMemoryOrderings.swift
[88/133] Compiling Atomics DoubleWord.swift
[89/133] Compiling Atomics UnsafeAtomic.swift
[90/133] Compiling Atomics UnsafeAtomicLazyReference.swift
[91/135] Compiling Logging Locks.swift
[92/135] Emitting module Logging
[93/135] Compiling Instrumentation InstrumentationSystem.swift
[94/135] Compiling Instrumentation Locks.swift
[95/135] Compiling Instrumentation Instrument.swift
[96/205] Compiling _RopeModule BigString+RemoveSubrange.swift
[97/205] Compiling _RopeModule BigString+ReplaceSubrange.swift
[98/261] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[99/261] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[100/261] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[101/261] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[102/261] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[103/261] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[104/261] Compiling Logging Logging.swift
[105/261] Compiling ArgumentParserToolInfo ToolInfo.swift
[106/261] Emitting module ArgumentParserToolInfo
[107/261] Compiling HTTPTypes ISOLatin1String.swift
[108/261] Compiling HTTPTypes HTTPResponse.swift
[109/261] Compiling HTTPTypes NIOLock.swift
[110/261] Compiling HTTPTypes HTTPRequest.swift
[111/261] Compiling HTTPTypes HTTPParsedFields.swift
[112/261] Compiling HTTPTypes HTTPFieldName.swift
[113/261] Compiling HTTPTypes HTTPField.swift
[114/261] Emitting module HTTPTypes
[115/261] Compiling HTTPTypes HTTPFields.swift
[116/261] Compiling CoreMetrics Locks.swift
[117/261] Emitting module CoreMetrics
[118/261] Compiling CoreMetrics Metrics.swift
[119/370] Compiling HashTreeCollections _HashLevel.swift
[120/370] Compiling HashTreeCollections _HashNode+Builder.swift
[121/370] Compiling HashTreeCollections _HashNode+Debugging.swift
[122/370] Compiling HashTreeCollections _HashNode+Initializers.swift
[123/370] Compiling HashTreeCollections _Bucket.swift
[124/370] Compiling HashTreeCollections _Hash.swift
[125/370] Compiling DequeModule _DequeBufferHeader.swift
[126/371] Compiling DequeModule _DequeSlot.swift
[127/371] Compiling DequeModule _DequeBuffer.swift
[128/371] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[129/371] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[130/371] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[131/371] Compiling HashTreeCollections TreeDictionary+Values.swift
[132/371] Compiling HashTreeCollections TreeDictionary.swift
[133/371] Compiling HashTreeCollections TreeSet+Codable.swift
[134/377] Compiling ConcurrencyHelpers LockedValueBox.swift
[135/377] Compiling HeapModule Heap.swift
[136/377] Compiling HeapModule Heap+Invariants.swift
[137/377] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[138/377] Compiling HeapModule Heap+Descriptions.swift
[139/377] Compiling HeapModule _HeapNode.swift
[140/377] Compiling HeapModule Heap+UnsafeHandle.swift
[141/377] Compiling HashTreeCollections _HashNode+Invariants.swift
[142/377] Compiling HashTreeCollections _RawHashNode.swift
[143/377] Emitting module HeapModule
[147/377] Compiling HashTreeCollections _UnmanagedHashNode.swift
[148/377] Compiling HashTreeCollections _UnsafePath.swift
[149/377] Compiling HashTreeCollections TreeDictionary+Codable.swift
[152/377] Compiling ConcurrencyHelpers Lock.swift
[153/377] Emitting module ConcurrencyHelpers
[154/377] Compiling DequeModule _UnsafeWrappedBuffer.swift
[154/379] Compiling c-nioatomics.c
[156/434] Compiling BitCollections BitArray+Equatable.swift
[157/434] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[158/434] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[159/434] Compiling BitCollections BitArray+Extras.swift
[160/434] Compiling BitCollections BitArray+Fill.swift
[161/434] Compiling BitCollections BitArray+Shifts.swift
[162/434] Compiling BitCollections BitSet+CustomReflectable.swift
[163/434] Compiling BitCollections BitSet+CustomStringConvertible.swift
[164/434] Compiling BitCollections BitSet+Equatable.swift
[165/434] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[166/434] Compiling BitCollections BitSet+Extras.swift
[167/434] Compiling BitCollections BitSet+Hashable.swift
[168/434] Compiling BitCollections BitSet+Initializers.swift
[169/434] Compiling BitCollections BitSet+Invariants.swift
[170/434] Compiling BitCollections BitSet+Random.swift
[171/434] Compiling BitCollections BitSet+SetAlgebra basics.swift
[172/434] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[173/434] Compiling BitCollections BitArray+Descriptions.swift
[174/434] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[175/434] Compiling BitCollections BitArray+Codable.swift
[176/434] Compiling BitCollections BitArray+Collection.swift
[177/434] Compiling BitCollections BitArray+Copy.swift
[178/434] Compiling BitCollections BitArray+CustomReflectable.swift
[179/434] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[180/434] Compiling BitCollections BitArray+Testing.swift
[181/434] Compiling BitCollections BitArray._UnsafeHandle.swift
[182/434] Compiling BitCollections BitArray.swift
[183/434] Compiling BitCollections BitSet+BidirectionalCollection.swift
[184/434] Compiling BitCollections BitSet+Codable.swift
[185/434] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[186/437] Compiling BitCollections BitSet+SetAlgebra union.swift
[187/437] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[188/437] Compiling BitCollections BitSet.Counted.swift
[189/437] Compiling BitCollections BitSet.Index.swift
[190/437] Compiling BitCollections BitSet._UnsafeHandle.swift
[191/437] Compiling BitCollections BitArray+BitwiseOperations.swift
[192/437] Compiling Tracing TracerProtocol.swift
[193/437] Compiling Tracing TracerProtocol+Legacy.swift
[194/437] Compiling Tracing TracingTime.swift
[195/437] Compiling Tracing Tracer.swift
[196/437] Emitting module Tracing
[197/437] Compiling Tracing InstrumentationSystem+Tracing.swift
[198/437] Compiling Tracing NoOpTracer.swift
[199/437] Compiling Tracing SpanProtocol.swift
[200/437] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[201/437] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[202/437] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[203/437] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[204/437] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[205/437] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[208/437] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[222/483] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[223/483] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[224/483] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[225/483] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[226/483] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[228/483] Compiling OrderedCollections OrderedSet+SubSequence.swift
[229/483] Compiling OrderedCollections OrderedSet+Testing.swift
[230/483] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[231/483] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[232/483] Compiling OrderedCollections OrderedSet.swift
[233/483] Compiling OrderedCollections _UnsafeBitset.swift
[234/483] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[235/483] Compiling ArgumentParser DumpHelpGenerator.swift
[236/483] Compiling ArgumentParser HelpCommand.swift
[237/483] Compiling ArgumentParser CommandConfiguration.swift
[238/483] Compiling ArgumentParser CommandGroup.swift
[239/483] Compiling ArgumentParser EnumerableFlag.swift
[240/483] Compiling ArgumentParser ExpressibleByArgument.swift
[250/483] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[251/483] Compiling HashTreeCollections _HashNode+Storage.swift
[252/483] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[253/483] Compiling HashTreeCollections _HashNode+Structural filter.swift
[254/483] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[255/483] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[256/483] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[257/483] Compiling ArgumentParser BashCompletionsGenerator.swift
[258/483] Compiling ArgumentParser CompletionsGenerator.swift
[259/483] Compiling ArgumentParser FishCompletionsGenerator.swift
[260/483] Compiling ArgumentParser ZshCompletionsGenerator.swift
[261/483] Compiling ArgumentParser Argument.swift
[262/483] Compiling ArgumentParser ArgumentHelp.swift
[263/483] Compiling ArgumentParser ArgumentVisibility.swift
[264/483] Compiling ArgumentParser OptionGroup.swift
[265/483] Compiling ArgumentParser AsyncParsableCommand.swift
[266/483] Compiling ArgumentParser HelpGenerator.swift
[267/483] Compiling ArgumentParser MessageInfo.swift
[268/483] Compiling ArgumentParser UsageGenerator.swift
[269/483] Compiling ArgumentParser CollectionExtensions.swift
[270/488] Emitting module DequeModule
[282/488] Compiling ArgumentParser CompletionKind.swift
[285/488] Emitting module Atomics
[286/488] Emitting module BitCollections
[293/488] Compiling UnixSignals UnixSignalsSequence.swift
[294/488] Emitting module UnixSignals
[295/488] Compiling UnixSignals UnixSignal.swift
[296/488] Compiling BitCollections Range+Utilities.swift
[297/488] Compiling BitCollections Slice+Utilities.swift
[298/488] Compiling BitCollections UInt+Tricks.swift
[299/488] Compiling BitCollections _Word.swift
[301/488] Compiling c-atomics.c
[303/488] Compiling ArgumentParser ArgumentDefinition.swift
[304/488] Compiling ArgumentParser ArgumentSet.swift
[305/488] Compiling ArgumentParser CommandParser.swift
[306/488] Compiling ArgumentParser InputKey.swift
[307/488] Compiling ArgumentParser NameSpecification.swift
[308/488] Compiling ArgumentParser Option.swift
[311/488] Compiling ArgumentParser Flag.swift
[312/488] Compiling ArgumentParser ParsableArguments.swift
[313/488] Compiling ArgumentParser ParsableArgumentsValidation.swift
[314/488] Compiling ArgumentParser ParsableCommand.swift
[315/488] Compiling ArgumentParser ArgumentDecoder.swift
[316/488] Compiling ArgumentParser InputOrigin.swift
[317/488] Compiling ArgumentParser Name.swift
[318/488] Compiling ArgumentParser Parsed.swift
[319/488] Compiling ArgumentParser ParsedValues.swift
[320/496] Compiling ArgumentParser ParserError.swift
[321/496] Compiling ArgumentParser SplitArguments.swift
[338/496] Compiling BitCollections BitSet.swift
[349/496] Emitting module OrderedCollections
[358/502] Compiling ArgumentParser Errors.swift
[377/548] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[378/548] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[379/548] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[380/548] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[381/548] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[382/548] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[383/548] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[384/548] Compiling HashTreeCollections TreeSet.swift
[385/548] Emitting module _RopeModule
[386/548] Compiling _RopeModule Rope+Remove.swift
[387/548] Compiling _RopeModule Rope+RemoveSubrange.swift
[388/548] Compiling _RopeModule Rope+Split.swift
[389/548] Compiling _RopeModule Optional Utilities.swift
[390/548] Compiling _RopeModule String Utilities.swift
[391/548] Compiling _RopeModule String.Index+ABI.swift
[392/548] Compiling _RopeModule _CharacterRecognizer.swift
[418/548] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[419/548] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[420/548] Compiling AsyncAlgorithms MergeStateMachine.swift
[421/548] Compiling AsyncAlgorithms MergeStorage.swift
[422/548] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[423/548] Compiling AsyncAlgorithms Rethrow.swift
[424/548] Compiling AsyncAlgorithms SetAlgebra.swift
[425/548] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[426/548] Compiling AsyncAlgorithms CombineLatestStorage.swift
[427/548] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[428/548] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[429/548] Compiling NIOConcurrencyHelpers NIOLock.swift
[430/548] Compiling NIOConcurrencyHelpers atomics.swift
[431/548] Emitting module NIOConcurrencyHelpers
[432/548] Compiling NIOConcurrencyHelpers lock.swift
[433/609] Compiling NIOCore NIOLoopBound.swift
[434/609] Compiling NIOCore NIOScheduledCallback.swift
[435/609] Compiling NIOCore NIOSendable.swift
[436/609] Compiling NIOCore RecvByteBufferAllocator.swift
[437/609] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[438/609] Compiling NIOCore SocketAddresses.swift
[439/609] Compiling NIOCore Codec.swift
[440/609] Compiling NIOCore ConvenienceOptionSupport.swift
[441/609] Compiling NIOCore DeadChannel.swift
[442/609] Compiling NIOCore DispatchQueue+WithFuture.swift
[443/614] Compiling NIOCore ChannelHandlers.swift
[444/614] Compiling NIOCore ChannelInvoker.swift
[445/614] Compiling NIOCore ChannelOption.swift
[446/614] Compiling NIOCore ChannelPipeline.swift
[447/614] Compiling NIOCore CircularBuffer.swift
[448/614] Compiling NIOCore EventLoop+Deprecated.swift
[449/614] Compiling NIOCore EventLoop+SerialExecutor.swift
[450/614] Compiling NIOCore EventLoop.swift
[451/614] Compiling NIOCore Channel.swift
[452/614] Compiling NIOCore ChannelHandler.swift
[453/614] Compiling NIOCore ByteBuffer-int.swift
[454/614] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[455/614] Compiling NIOCore ByteBuffer-multi-int.swift
[456/614] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[457/614] Compiling NIOCore ByteBuffer-views.swift
[458/614] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[459/614] Compiling NIOCore NIOAsyncWriter.swift
[460/614] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[461/614] Compiling NIOCore BSDSocketAPI.swift
[462/614] Compiling NIOCore ByteBuffer-aux.swift
[465/614] Compiling AsyncAlgorithms UnsafeTransfer.swift
[466/614] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[467/614] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[468/614] Compiling AsyncAlgorithms ZipStateMachine.swift
[469/614] Compiling AsyncAlgorithms ZipStorage.swift
[470/614] Compiling NIOCore EventLoopFuture.swift
[471/614] Compiling NIOCore NIOAsyncSequenceProducer.swift
[472/614] Compiling NIOCore Interfaces.swift
[473/614] Compiling NIOCore Linux.swift
[474/614] Compiling NIOCore MarkedCircularBuffer.swift
[475/614] Compiling NIOCore MulticastChannel.swift
[476/614] Compiling NIOCore NIOAny.swift
[477/614] Compiling NIOCore NIOCloseOnErrorHandler.swift
[478/614] Compiling NIOCore ByteBuffer-core.swift
[479/614] Compiling NIOCore ByteBuffer-hex.swift
[480/614] Emitting module HashTreeCollections
[489/616] Emitting module Collections
[490/616] Compiling Collections Collections.swift
[491/616] Emitting module ArgumentParser
[496/620] Compiling NIOCore GlobalSingletons.swift
[497/620] Compiling NIOCore IO.swift
[498/620] Compiling NIOCore IOData.swift
[499/620] Compiling NIOCore IPProtocol.swift
[500/620] Compiling NIOCore IntegerBitPacking.swift
[501/620] Compiling NIOCore IntegerTypes.swift
[507/626] Emitting module AsyncAlgorithms
[508/626] Compiling NIOCore AddressedEnvelope.swift
[509/626] Compiling NIOCore AsyncAwaitSupport.swift
[510/626] Compiling NIOCore AsyncChannel.swift
[511/626] Compiling NIOCore AsyncChannelHandler.swift
[512/626] Compiling NIOCore AsyncChannelInboundStream.swift
[513/626] Compiling NIOCore AsyncChannelOutboundWriter.swift
[523/626] Compiling ArgumentParser Platform.swift
[524/626] Compiling ArgumentParser SequenceExtensions.swift
[525/626] Compiling ArgumentParser StringExtensions.swift
[526/626] Compiling ArgumentParser Tree.swift
[527/635] Compiling NIOCore SocketOptionProvider.swift
[528/635] Compiling NIOCore SystemCallHelpers.swift
[529/635] Compiling NIOCore TimeAmount+Duration.swift
[530/635] Compiling NIOCore TypeAssistedChannelHandler.swift
[531/635] Compiling NIOCore UniversalBootstrapSupport.swift
[532/635] Compiling NIOCore Utilities.swift
[554/635] Compiling Metrics Metrics.swift
[555/635] Emitting module Metrics
[576/635] Compiling ServiceLifecycle ServiceRunnerError.swift
[577/635] Compiling ServiceLifecycle Service.swift
[578/635] Compiling ServiceLifecycle GracefulShutdown.swift
[579/635] Emitting module ServiceLifecycle
[580/635] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[581/635] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[582/635] Compiling ServiceLifecycle CancellationWaiter.swift
[583/635] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[584/635] Compiling ServiceLifecycle ServiceGroup.swift
[589/635] Compiling NIOCore FileDescriptor.swift
[590/635] Compiling NIOCore FileHandle.swift
[591/635] Compiling NIOCore FileRegion.swift
[632/635] Emitting module NIOCore
[633/690] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[634/690] Emitting module NIOHTTPTypes
[635/690] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[636/690] Compiling NIOEmbedded Embedded.swift
[637/690] Emitting module NIOEmbedded
[638/690] Compiling NIOEmbedded AsyncTestingChannel.swift
[639/690] Compiling NIOPosix GetaddrinfoResolver.swift
[640/690] Compiling NIOPosix HappyEyeballs.swift
[641/690] Compiling NIOPosix IO.swift
[642/690] Compiling NIOPosix IntegerBitPacking.swift
[643/690] Compiling NIOPosix IntegerTypes.swift
[644/690] Compiling NIOPosix Linux.swift
[645/695] Compiling NIOPosix PooledRecvBufferAllocator.swift
[646/695] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[647/695] Compiling NIOPosix PosixSingletons.swift
[648/695] Compiling NIOPosix RawSocketBootstrap.swift
[649/695] Compiling NIOPosix Resolver.swift
[650/695] Compiling NIOPosix SocketProtocols.swift
[651/695] Compiling NIOPosix System.swift
[652/695] Compiling NIOPosix Thread.swift
[653/695] Compiling NIOPosix ThreadPosix.swift
[654/695] Compiling NIOPosix ThreadWindows.swift
[655/695] Emitting module NIOPosix
[656/695] Compiling NIOPosix UnsafeTransfer.swift
[657/695] Compiling NIOPosix Utilities.swift
[658/695] Compiling NIOPosix VsockAddress.swift
[659/695] Compiling NIOPosix VsockChannelEvents.swift
[660/695] Compiling NIOPosix resource_bundle_accessor.swift
[661/695] Compiling NIOPosix SelectorKqueue.swift
[662/695] Compiling NIOPosix SelectorUring.swift
[663/695] Compiling NIOPosix ServerSocket.swift
[664/695] Compiling NIOPosix Socket.swift
[665/695] Compiling NIOPosix SocketChannel.swift
[666/695] Compiling NIOPosix BSDSocketAPICommon.swift
[667/695] Compiling NIOPosix BSDSocketAPIPosix.swift
[668/695] Compiling NIOPosix BSDSocketAPIWindows.swift
[669/695] Compiling NIOPosix BaseSocket.swift
[670/695] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[671/695] Compiling NIOPosix BaseSocketChannel.swift
[672/695] Compiling NIOPosix LinuxCPUSet.swift
[673/695] Compiling NIOPosix LinuxUring.swift
[674/695] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[675/695] Compiling NIOPosix NIOThreadPool.swift
[676/695] Compiling NIOPosix NonBlockingFileIO.swift
[677/695] Compiling NIOPosix PendingDatagramWritesManager.swift
[678/695] Compiling NIOPosix PendingWritesManager.swift
[679/695] Compiling NIOPosix PipeChannel.swift
[680/695] Compiling NIOPosix PipePair.swift
[681/695] Compiling NIOPosix Pool.swift
[682/695] Compiling NIOPosix Selectable.swift
[683/695] Compiling NIOPosix SelectableChannel.swift
[684/695] Compiling NIOPosix SelectableEventLoop.swift
[685/695] Compiling NIOPosix SelectorEpoll.swift
[686/695] Compiling NIOPosix SelectorGeneric.swift
[687/695] Compiling NIOPosix BaseStreamSocketChannel.swift
[688/695] Compiling NIOPosix Bootstrap.swift
[689/695] Compiling NIOPosix ControlMessage.swift
[690/695] Compiling NIOPosix DatagramVectorReadManager.swift
[691/695] Compiling NIOPosix Errors+Any.swift
[692/695] Compiling NIOPosix FileDescriptor.swift
[693/697] Emitting module NIO
[694/697] Compiling NIO Exports.swift
[695/725] Compiling NIOTLS TLSEvents.swift
[696/725] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[697/725] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[698/725] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[699/726] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[700/726] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[701/726] Emitting module NIOTLS
[702/726] Compiling NIOTLS SNIHandler.swift
[703/726] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[704/726] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[705/726] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[706/726] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[707/726] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[708/726] Emitting module NIOFoundationCompat
[709/726] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[710/748] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[711/748] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[712/748] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[713/748] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[714/748] Compiling NIOTransportServices StateManagedListenerChannel.swift
[715/748] Emitting module NIOHTTP1
[716/748] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[717/748] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[718/748] Compiling NIOTransportServices AcceptHandler.swift
[719/748] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[720/748] Compiling NIOTransportServices NIOTSErrors.swift
[721/748] Compiling NIOTransportServices NIOTSDatagramListener.swift
[722/748] Compiling NIOTransportServices StateManagedChannel.swift
[723/748] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[724/771] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[725/771] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[726/771] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[727/771] Emitting module NIOHTTPTypesHTTP1
[728/771] Compiling NIOExtras QuiescingHelper.swift
[729/771] Compiling NIOExtras RequestResponseHandler.swift
[730/771] Compiling NIOExtras RequestResponseWithIDHandler.swift
[731/771] Compiling NIOExtras UnsafeTransfer.swift
[732/771] Compiling NIOExtras NIORequestIdentifiable.swift
[733/771] Compiling NIOExtras PCAPRingBuffer.swift
[734/772] Emitting module NIOTransportServices
[735/774] Compiling NIOExtras NIOExtrasError.swift
[736/774] Compiling NIOExtras NIOLengthFieldBitLength.swift
[737/774] Compiling NIOExtras LineBasedFrameDecoder.swift
[738/774] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[739/774] Compiling NIOExtras FixedLengthFrameDecoder.swift
[740/774] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[741/774] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[742/774] Compiling NIOExtras JSONRPCFraming.swift
[743/774] Compiling NIOExtras DebugInboundEventsHandler.swift
[744/774] Compiling NIOExtras DebugOutboundEventsHandler.swift
[745/774] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[746/774] Compiling NIOExtras LengthFieldPrepender.swift
[747/774] Emitting module NIOExtras
[757/774] Compiling NIOTransportServices NIOTSListenerChannel.swift
[758/774] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[759/774] Compiling NIOTransportServices NIOTSSingletons.swift
[765/774] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[766/774] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[771/774] Compiling NIOExtras WritePCAPHandler.swift
[772/799] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[773/799] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[774/799] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[775/799] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[776/799] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[777/799] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[778/799] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[779/801] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[780/801] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[781/801] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[782/801] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[783/801] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[784/801] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[785/801] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[786/801] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[787/801] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[788/801] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[789/801] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[790/801] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[791/801] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[792/801] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[793/801] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[794/801] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[795/801] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[796/801] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[797/801] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[798/801] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[799/867] Compiling Hummingbird MetricsMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[800/867] Compiling Hummingbird Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[801/867] Compiling Hummingbird MiddlewareGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[802/867] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[803/867] Compiling Hummingbird _Middleware2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[804/867] Compiling Hummingbird _OptionalMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[805/867] Compiling Hummingbird _SpreadMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[806/867] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[807/867] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[808/867] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[809/867] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[810/867] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[811/867] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[812/867] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[813/874] Compiling Hummingbird Trie+resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[814/874] Compiling Hummingbird Trie+serialize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[815/874] Compiling Hummingbird TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[816/874] Compiling Hummingbird ChildRequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[817/874] Compiling Hummingbird Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[818/874] Compiling Hummingbird RequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/874] Compiling Hummingbird RequestContextSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[820/874] Compiling Hummingbird URLEncodedFormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[821/874] Compiling Hummingbird Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[822/874] Compiling Hummingbird Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[823/874] Compiling Hummingbird Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[824/874] Compiling Hummingbird EditedHTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[825/874] Compiling Hummingbird HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[826/874] Compiling Hummingbird HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[827/874] Compiling Hummingbird NIOCore+HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[828/874] Compiling Hummingbird Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[829/874] Compiling Hummingbird CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[830/874] Compiling Hummingbird FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[831/874] Compiling Hummingbird FileProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[832/874] Compiling Hummingbird LocalFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[833/874] Compiling Hummingbird Cookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[834/874] Compiling Hummingbird Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[835/874] Compiling Hummingbird TracingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[836/874] Compiling Hummingbird EndpointResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[837/874] Compiling Hummingbird Parameters+UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[838/874] Compiling Hummingbird Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[839/874] Compiling Hummingbird ResponseGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[840/874] Compiling Hummingbird RouteCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[841/874] Compiling Hummingbird Router+validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[842/874] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[843/874] Compiling Hummingbird MediaType+FileExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[844/874] Compiling Hummingbird MediaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[845/874] Compiling Hummingbird Request+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[846/874] Compiling Hummingbird Response+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[847/874] Compiling Hummingbird CORSMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[848/874] Compiling Hummingbird FileMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[849/874] Compiling Hummingbird LogRequestMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[850/874] Compiling Hummingbird Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[851/874] Compiling Hummingbird RouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[852/874] Compiling Hummingbird RouterMethods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[853/874] Compiling Hummingbird RouterPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[854/874] Compiling Hummingbird RouterResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[855/874] Compiling Hummingbird TransformingRouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[856/874] Compiling Hummingbird RouterTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[857/874] Compiling Hummingbird Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[858/874] Compiling Hummingbird CodableProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[859/874] Compiling Hummingbird JSONCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[860/874] Compiling Hummingbird ResponseEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[861/874] Compiling Hummingbird URLEncodedForm+Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[862/874] Compiling Hummingbird URLEncodedForm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[863/874] Compiling Hummingbird URLEncodedFormDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[864/874] Compiling Hummingbird URLEncodedFormEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[865/874] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[866/874] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[867/874] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[868/874] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[869/874] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[870/874] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[871/874] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[872/876] Compiling swift_web app.swift
[873/876] Emitting module swift_web
[873/876] Write Objects.LinkFileList
[874/876] Linking swift-web
[875/876] Applying swift-web
Build complete! (54.11s)
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/24423] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.76s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.76s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (2.27s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (0.48s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/2394] Fetching swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.73s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.80s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.81s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.81s)
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.90s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (1.02s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.03s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-metrics.git from cache (0.58s)
[1/4974] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetched https://github.com/apple/swift-collections.git from cache (0.79s)
[3633/9939] Fetching swift-distributed-tracing, swift-async-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.11s)
[547/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.08s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.09s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.06s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.44s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.84s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.31s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.67s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.48s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.07s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.01s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.56s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.12.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-web",
  "name" : "swift-web",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-web",
      "targets" : [
        "swift-web"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_web",
      "module_type" : "SwiftTarget",
      "name" : "swift-web",
      "path" : "Sources/swift-web",
      "product_dependencies" : [
        "ArgumentParser",
        "Hummingbird"
      ],
      "product_memberships" : [
        "swift-web"
      ],
      "sources" : [
        "app.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.