The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-log-loki, reference main (3ce3f4), with Swift 6.1 for macOS (SPM) on 23 Mar 2026 17:39:35 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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/swift-log-loki.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lovetodream/swift-log-loki
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3ce3f44 Prepare v2 release (#18)
Cloned https://github.com/lovetodream/swift-log-loki.git
Revision (git rev-parse @):
3ce3f444077cb31b06d86da540eecaaabaa31941
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/swift-log-loki.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lovetodream/swift-log-loki.git
https://github.com/lovetodream/swift-log-loki.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-snappy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lovetodream/swift-snappy.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "swift-log-loki",
  "name" : "swift-log-loki",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "LoggingLoki",
      "targets" : [
        "LoggingLoki"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BasicUsage",
      "targets" : [
        "BasicUsage"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingLokiTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingLokiTests",
      "path" : "Tests/LoggingLokiTests",
      "sources" : [
        "IntegrationTests.swift",
        "LokiLogHandlerTests.swift",
        "LokiLogProcessorConfigurationTests.swift",
        "LokiLogProcessorTests.swift",
        "MockClock.swift"
      ],
      "target_dependencies" : [
        "LoggingLoki"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggingLoki",
      "module_type" : "SwiftTarget",
      "name" : "LoggingLoki",
      "path" : "Sources/LoggingLoki",
      "product_dependencies" : [
        "Logging",
        "SwiftProtobuf",
        "Snappy",
        "AsyncHTTPClient",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "LoggingLoki",
        "BasicUsage"
      ],
      "sources" : [
        "Batch.swift",
        "BatchEntry.swift",
        "LokiLog.swift",
        "LokiLogHandler.swift",
        "LokiLogProcessor.swift",
        "LokiRequest.swift",
        "LokiStream.swift",
        "LokiTransformer.swift",
        "LokiTransport.swift",
        "Proto/push.pb.swift",
        "Utility/Timeout.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicUsage",
      "module_type" : "SwiftTarget",
      "name" : "BasicUsage",
      "path" : "Snippets",
      "product_memberships" : [
        "BasicUsage"
      ],
      "sources" : [
        "BasicUsage.swift"
      ],
      "target_dependencies" : [
        "LoggingLoki"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.0"
}
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
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/473] Compiling pair.cc
[4/473] Compiling fd.cc
[4/473] Compiling socket_helper.cc
[4/473] Compiling blake2.cc
[4/473] Compiling file.cc
[4/473] Copying PrivacyInfo.xcprivacy
[4/473] Compiling hexdump.cc
[4/473] Copying PrivacyInfo.xcprivacy
[4/473] Compiling printf.cc
[4/473] Write sources
[4/473] Compiling socket.cc
[4/473] Write sources
[4/473] Compiling a_i2d_fp.cc
[4/473] Compiling a_gentm.cc
[4/473] Write sources
[4/473] Copying PrivacyInfo.xcprivacy
[4/473] Write sources
[48/473] Compiling CSystem shims.c
[49/473] Compiling CNIOWindows WSAStartup.c
[50/473] Compiling CNIOWindows shim.c
[51/473] Compiling _NumericsShims _NumericsShims.c
[52/473] Compiling CNIOWASI CNIOWASI.c
[53/473] Compiling CNIOOpenBSD shim.c
[54/473] Compiling CNIOLinux liburing_shims.c
[55/473] Compiling CNIOLinux shim.c
[56/473] Write swift-version-2F0A5646E1D333AE.txt
[57/473] Compiling _AtomicsShims.c
[58/473] Compiling CNIOPosix event_loop_id.c
[59/473] Compiling CNIOLLHTTP c_nio_http.c
[60/479] Compiling CNIOLLHTTP c_nio_api.c
[61/507] Compiling CNIOExtrasZlib trees.c
[62/507] Compiling CNIOExtrasZlib inftrees.c
[63/507] Compiling CNIOLLHTTP c_nio_llhttp.c
[64/613] Compiling CNIOExtrasZlib zutil.c
[65/613] Compiling SnappyC map.c
[66/635] Compiling SnappyC snappy.c
[67/635] Compiling CNIOExtrasZlib inflate.c
[68/635] Compiling CNIOExtrasZlib inffast.c
[69/635] Compiling CNIOExtrasZlib deflate.c
[70/635] Compiling CNIOExtrasZlib crc32.c
[71/635] Compiling CNIOExtrasZlib adler32.c
[73/635] Emitting module _NIOBase64
[74/635] Compiling _NIOBase64 Base64.swift
[75/635] Compiling RealModule RealFunctions.swift
[76/636] Compiling RealModule RelaxedArithmetic.swift
[77/636] Emitting module ServiceContextModule
[78/636] Compiling ServiceContextModule ServiceContextKey.swift
[79/636] Compiling RealModule Float80+Real.swift
[80/636] Compiling RealModule Real.swift
[81/636] Compiling ServiceContextModule ServiceContext.swift
[81/636] Compiling fiat_p256_adx_sqr.S
[83/636] Compiling RealModule Float16+Real.swift
[84/636] Compiling RealModule ElementaryFunctions.swift
[85/636] Compiling RealModule Double+Real.swift
[86/636] Compiling RealModule AugmentedArithmetic.swift
[87/636] Compiling RealModule Float+Real.swift
[88/636] Compiling InternalCollectionsUtilities Debugging.swift
[89/636] Compiling InternalCollectionsUtilities Descriptions.swift
[90/636] Emitting module RealModule
[90/636] Compiling fiat_p256_adx_mul.S
[91/636] Compiling fiat_curve25519_adx_square.S
[92/636] Compiling fiat_curve25519_adx_mul.S
[94/642] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/642] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[96/642] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[97/642] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[98/642] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[99/642] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[100/642] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[101/642] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[102/642] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[103/642] Compiling InternalCollectionsUtilities _SortedCollection.swift
[104/642] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[105/642] Compiling InternalCollectionsUtilities Integer rank.swift
[105/643] Compiling CNIODarwin shim.c
[107/643] Compiling Instrumentation InstrumentationSystem.swift
[108/643] Compiling _NIODataStructures Heap.swift
[109/643] Compiling _NIODataStructures PriorityQueue.swift
[110/643] Emitting module _NIODataStructures
[111/643] Compiling _NIODataStructures _TinyArray.swift
[112/643] Compiling InternalCollectionsUtilities Span+Extras.swift
[113/643] Compiling InternalCollectionsUtilities String+Padding.swift
[114/643] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[115/643] Compiling InternalCollectionsUtilities UInt+reversed.swift
[116/643] Compiling Instrumentation NoOpInstrument.swift
[117/643] Compiling Instrumentation MultiplexInstrument.swift
[118/643] Emitting module Instrumentation
[119/643] Compiling Instrumentation Instrument.swift
[120/643] Compiling Instrumentation Locks.swift
[121/643] Emitting module InternalCollectionsUtilities
[124/643] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[134/646] Compiling ConcurrencyHelpers Lock.swift
[135/646] Compiling ConcurrencyHelpers LockedValueBox.swift
[136/646] Emitting module ConcurrencyHelpers
[136/654] Compiling CNIOBoringSSLShims shims.c
[138/710] Compiling OrderedCollections OrderedSet+Descriptions.swift
[139/710] Compiling OrderedCollections OrderedSet+Diffing.swift
[140/710] Compiling OrderedCollections OrderedSet+Equatable.swift
[141/710] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[142/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[143/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[144/710] Emitting module SystemPackage
[145/713] Emitting module Logging
[146/713] Compiling Logging MetadataProvider.swift
[147/713] Compiling Logging LogHandler.swift
[148/713] Compiling Logging Logging.swift
[149/713] Compiling Logging Locks.swift
[150/713] Compiling OrderedCollections _HashTable.swift
[151/713] Compiling OrderedCollections _Hashtable+Header.swift
[152/713] Compiling OrderedCollections OrderedDictionary+Codable.swift
[153/713] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[154/713] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[155/713] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[156/747] Compiling ContainersPreview BorrowingSequence.swift
[157/747] Compiling ContainersPreview BidirectionalContainer.swift
[158/747] Compiling ContainersPreview Container+Filter.swift
[159/747] Compiling ContainersPreview Container+SpanwiseZip.swift
[160/747] Compiling ContainersPreview Container.swift
[161/747] Compiling ContainersPreview Producer.swift
[162/753] Compiling ContainersPreview Drain+Reduce.swift
[163/753] Compiling ContainersPreview Drain.swift
[164/753] Compiling ContainersPreview Producer+Collect.swift
[165/753] Emitting module ContainersPreview
[166/756] Compiling ContainersPreview RandomAccessContainer.swift
[167/756] Compiling ContainersPreview RangeExpression2.swift
[168/756] Compiling ContainersPreview RangeReplaceableContainer.swift
[169/756] Compiling ContainersPreview Drain+Map.swift
[170/756] Compiling Tracing TracingTime.swift
[171/756] Compiling Tracing TracerProtocol.swift
[173/756] Compiling ContainersPreview Borrow.swift
[174/756] Compiling ContainersPreview Box.swift
[175/756] Compiling ContainersPreview Producer+Filter.swift
[176/756] Compiling ContainersPreview Producer+Map.swift
[177/756] Compiling ContainersPreview Producer+Reduce.swift
[178/756] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[179/756] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[180/756] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[182/756] Compiling ContainersPreview ContainerIterator.swift
[183/756] Compiling ContainersPreview DynamicContainer.swift
[184/756] Compiling ContainersPreview MutableContainer.swift
[185/756] Compiling ContainersPreview PermutableContainer.swift
[186/756] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[187/756] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[188/756] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[189/756] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[194/756] Compiling ContainersPreview OutputSpan+Extras.swift
[195/756] Compiling ContainersPreview TemporaryAllocation.swift
[196/756] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[197/756] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[210/756] Compiling ContainersPreview Inout.swift
[211/756] Compiling ContainersPreview InputSpan.swift
[212/756] Compiling ContainersPreview Shared.swift
[216/756] Compiling Tracing TracerProtocol+Legacy.swift
[217/756] Compiling Tracing Tracer.swift
[218/756] Compiling Tracing NoOpTracer.swift
[219/756] Emitting module Tracing
[220/756] Compiling Tracing InstrumentationSystem+Tracing.swift
[221/756] Compiling Tracing SpanProtocol.swift
[228/756] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[229/756] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[230/756] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[231/756] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[232/756] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[233/756] Compiling OrderedCollections OrderedSet+Sendable.swift
[234/756] Compiling OrderedCollections OrderedDictionary+Elements.swift
[235/756] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[236/756] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[237/756] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[238/756] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[239/756] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[240/756] Compiling OrderedCollections OrderedSet+Hashable.swift
[241/756] Compiling OrderedCollections OrderedSet+Initializers.swift
[242/756] Compiling OrderedCollections OrderedSet+Insertions.swift
[243/756] Compiling OrderedCollections OrderedSet+Invariants.swift
[244/756] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[245/756] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[245/756] Compiling tls_record.cc
[252/756] Compiling OrderedCollections OrderedDictionary.swift
[259/756] Compiling UnixSignals UnixSignalsSequence.swift
[260/756] Emitting module UnixSignals
[261/756] Compiling UnixSignals UnixSignal.swift
[261/758] Compiling tls_method.cc
[263/799] Compiling DequeModule UniqueDeque+Append.swift
[264/799] Compiling DequeModule UniqueDeque+Consumption.swift
[265/799] Compiling DequeModule UniqueDeque+Container.swift
[266/799] Compiling DequeModule UniqueDeque+Descriptions.swift
[267/799] Compiling DequeModule UniqueDeque+Equatable.swift
[268/799] Compiling DequeModule UniqueDeque+Experimental.swift
[269/799] Compiling DequeModule UniqueDeque+Hashable.swift
[270/799] Compiling DequeModule UniqueDeque+Initializers.swift
[271/799] Compiling DequeModule UniqueDeque+Insertions.swift
[272/799] Compiling DequeModule UniqueDeque+Prepend.swift
[273/799] Compiling DequeModule UniqueDeque+Removals.swift
[274/799] Compiling DequeModule UniqueDeque+Replacements.swift
[274/803] Compiling tls13_enc.cc
[275/803] Compiling tls13_server.cc
[277/803] Compiling DequeModule Deque._UnsafeHandle.swift
[278/803] Compiling DequeModule Deque.swift
[279/803] Compiling DequeModule _DequeBuffer.swift
[280/803] Compiling DequeModule _DequeBufferHeader.swift
[281/803] Compiling DequeModule RigidDeque+Append.swift
[282/803] Compiling DequeModule RigidDeque+Consumption.swift
[283/803] Compiling DequeModule RigidDeque+Container.swift
[284/803] Compiling OrderedCollections OrderedSet+SubSequence.swift
[285/803] Compiling OrderedCollections OrderedSet+Testing.swift
[286/803] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[287/803] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[288/803] Compiling OrderedCollections OrderedSet.swift
[289/803] Compiling OrderedCollections _UnsafeBitset.swift
[289/803] Compiling tls13_client.cc
[291/803] Compiling DequeModule RigidDeque+Removals.swift
[292/803] Compiling DequeModule RigidDeque+Replacements.swift
[293/803] Compiling DequeModule RigidDeque+Testing.swift
[294/803] Compiling DequeModule RigidDeque.swift
[295/803] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[296/803] Compiling DequeModule Deque+Extras.swift
[297/803] Compiling DequeModule Deque+Hashable.swift
[298/803] Compiling DequeModule Deque+Testing.swift
[299/803] Compiling DequeModule Deque._Storage.swift
[300/803] Compiling DequeModule Deque+Codable.swift
[301/803] Compiling DequeModule Deque+Collection.swift
[302/803] Compiling DequeModule Deque+CustomReflectable.swift
[303/803] Compiling DequeModule Deque+Descriptions.swift
[304/803] Compiling DequeModule Deque+Equatable.swift
[305/803] Emitting module OrderedCollections
[305/803] Compiling t1_enc.cc
[306/803] Compiling tls13_both.cc
[307/803] Compiling ssl_transcript.cc
[308/803] Compiling ssl_versions.cc
[309/803] Compiling ssl_x509.cc
[311/803] Compiling DequeModule UniqueDeque.swift
[312/803] Compiling DequeModule _DequeSlot.swift
[313/803] Compiling DequeModule _UnsafeDequeHandle.swift
[314/803] Compiling DequeModule _UnsafeDequeSegments.swift
[314/803] Compiling ssl_stat.cc
[318/803] Compiling DequeModule RigidDeque+Descriptions.swift
[319/803] Compiling DequeModule RigidDeque+Equatable.swift
[320/803] Compiling DequeModule RigidDeque+Experimental.swift
[326/803] Compiling DequeModule RigidDeque+Hashable.swift
[327/803] Compiling DequeModule RigidDeque+Initializers.swift
[328/803] Compiling DequeModule RigidDeque+Insertions.swift
[329/803] Compiling DequeModule RigidDeque+Prepend.swift
[330/803] Emitting module DequeModule
[330/803] Compiling ssl_session.cc
[331/803] Compiling ssl_privkey.cc
[332/803] Compiling ssl_file.cc
[333/803] Compiling ssl_key_share.cc
[334/803] Compiling ssl_credential.cc
[336/803] Emitting module SwiftProtobuf
[336/812] Compiling ssl_lib.cc
[337/812] Compiling ssl_cipher.cc
[338/812] Compiling ssl_cert.cc
[340/812] Compiling SwiftProtobuf PathVisitor.swift
[341/812] Compiling SwiftProtobuf ProtoNameProviding.swift
[342/812] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[343/812] Compiling SwiftProtobuf ProtobufMap.swift
[344/812] Compiling SwiftProtobuf SelectiveVisitor.swift
[345/812] Compiling SwiftProtobuf SimpleExtensionMap.swift
[346/812] Compiling SwiftProtobuf StringUtils.swift
[347/812] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[348/812] Compiling SwiftProtobuf SwiftProtobufError.swift
[348/812] Compiling ssl_buffer.cc
[359/812] Compiling ssl_asn1.cc
[370/812] Compiling ssl_aead_ctx.cc
[371/812] Compiling s3_pkt.cc
[372/812] Compiling s3_lib.cc
[394/812] Emitting module Snappy
[395/812] Compiling Snappy Snappy.swift
[395/812] Compiling s3_both.cc
[399/812] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[400/812] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[401/812] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[402/812] Compiling SwiftProtobuf Message.swift
[403/812] Compiling SwiftProtobuf MessageExtension.swift
[404/812] Compiling SwiftProtobuf NameMap.swift
[405/812] Compiling SwiftProtobuf PathDecoder.swift
[406/812] Compiling SwiftProtobuf TextFormatDecoder.swift
[407/812] Compiling SwiftProtobuf TextFormatDecodingError.swift
[408/812] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[409/812] Compiling SwiftProtobuf TextFormatEncoder.swift
[410/812] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[411/812] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[412/812] Compiling SwiftProtobuf TextFormatScanner.swift
[413/812] Compiling SwiftProtobuf TimeUtils.swift
[414/812] Compiling SwiftProtobuf UnknownStorage.swift
[414/812] Compiling handshake_server.cc
[415/812] Compiling handshake_client.cc
[416/812] Compiling handshake.cc
[417/812] Compiling handoff.cc
[418/812] Compiling encrypted_client_hello.cc
[419/812] Compiling dtls_record.cc
[420/812] Compiling md5-x86_64-linux.S
[421/812] Compiling md5-x86_64-apple.S
[422/812] Compiling md5-586-linux.S
[424/812] Compiling SwiftProtobuf duration.pb.swift
[425/812] Compiling SwiftProtobuf empty.pb.swift
[426/812] Compiling SwiftProtobuf field_mask.pb.swift
[427/812] Compiling SwiftProtobuf source_context.pb.swift
[428/812] Compiling SwiftProtobuf struct.pb.swift
[429/812] Compiling SwiftProtobuf timestamp.pb.swift
[430/812] Compiling SwiftProtobuf type.pb.swift
[431/812] Compiling SwiftProtobuf wrappers.pb.swift
[432/812] Compiling SwiftProtobuf resource_bundle_accessor.swift
[432/812] Compiling d1_srtp.cc
[433/812] Compiling md5-586-apple.S
[434/812] Compiling dtls_method.cc
[435/812] Compiling extensions.cc
[436/812] Compiling chacha20_poly1305_x86_64-linux.S
[437/812] Compiling chacha20_poly1305_x86_64-apple.S
[438/812] Compiling chacha20_poly1305_armv8-win.S
[439/812] Compiling chacha20_poly1305_armv8-linux.S
[440/812] Compiling chacha-x86_64-linux.S
[441/812] Compiling chacha-x86_64-apple.S
[442/812] Compiling chacha20_poly1305_armv8-apple.S
[443/812] Compiling chacha-x86-linux.S
[444/812] Compiling chacha-x86-apple.S
[445/812] Compiling chacha-armv8-win.S
[446/812] Compiling chacha-armv8-linux.S
[447/812] Compiling chacha-armv8-apple.S
[448/812] Compiling chacha-armv4-linux.S
[449/812] Compiling aes128gcmsiv-x86_64-linux.S
[450/812] Compiling aes128gcmsiv-x86_64-apple.S
[451/812] Compiling x86_64-mont5-linux.S
[452/812] Compiling x86_64-mont5-apple.S
[453/812] Compiling x86_64-mont-linux.S
[454/812] Compiling d1_pkt.cc
[455/812] Compiling x86_64-mont-apple.S
[456/812] Compiling err_data.cc
[457/812] Compiling x86-mont-linux.S
[458/812] Compiling x86-mont-apple.S
[459/812] Compiling vpaes-x86_64-apple.S
[460/812] Compiling vpaes-x86_64-linux.S
[461/812] Compiling d1_lib.cc
[462/812] Compiling vpaes-x86-linux.S
[463/812] Compiling bio_ssl.cc
[464/812] Compiling vpaes-x86-apple.S
[465/812] Compiling vpaes-armv8-win.S
[466/812] Compiling vpaes-armv8-linux.S
[467/812] Compiling vpaes-armv7-linux.S
[468/812] Compiling sha512-x86_64-linux.S
[469/812] Compiling vpaes-armv8-apple.S
[470/812] Compiling sha512-x86_64-apple.S
[471/812] Compiling sha512-armv8-win.S
[472/812] Compiling sha512-armv8-linux.S
[473/812] Compiling sha512-armv8-apple.S
[473/812] Compiling sha512-armv4-linux.S
[475/812] Compiling sha512-586-linux.S
[476/812] Compiling sha256-x86_64-linux.S
[476/812] Compiling sha512-586-apple.S
[478/812] Compiling sha256-x86_64-apple.S
[479/812] Compiling sha256-armv8-win.S
[480/812] Compiling sha256-armv8-linux.S
[481/812] Compiling sha256-armv4-linux.S
[482/812] Compiling sha256-586-apple.S
[483/812] Compiling sha256-586-linux.S
[483/812] Compiling sha1-x86_64-linux.S
[485/812] Compiling d1_both.cc
[486/812] Compiling sha256-armv8-apple.S
[487/812] Compiling sha1-x86_64-apple.S
[488/812] Compiling sha1-armv8-win.S
[489/812] Compiling sha1-armv8-linux.S
[490/812] Compiling sha1-armv8-apple.S
[491/812] Compiling rsaz-avx2-apple.S
[492/812] Compiling rsaz-avx2-linux.S
[492/812] Compiling sha1-armv4-large-linux.S
[494/812] Compiling sha1-586-linux.S
[494/812] Compiling sha1-586-apple.S
[496/812] Compiling rdrand-x86_64-linux.S
[497/812] Compiling rdrand-x86_64-apple.S
[498/812] Compiling p256_beeu-x86_64-asm-linux.S
[499/812] Compiling p256_beeu-x86_64-asm-apple.S
[500/812] Compiling p256_beeu-armv8-asm-win.S
[501/812] Compiling p256_beeu-armv8-asm-linux.S
[502/812] Compiling p256-x86_64-asm-linux.S
[502/812] Compiling p256-x86_64-asm-apple.S
[504/812] Compiling p256_beeu-armv8-asm-apple.S
[505/812] Compiling p256-armv8-asm-linux.S
[505/812] Compiling p256-armv8-asm-win.S
[507/812] Compiling p256-armv8-asm-apple.S
[508/812] Compiling ghashv8-armv8-linux.S
[509/812] Compiling ghashv8-armv8-apple.S
[510/812] Compiling ghashv8-armv8-win.S
[510/812] Compiling ghash-x86_64-apple.S
[510/812] Compiling ghashv8-armv7-linux.S
[513/812] Compiling ghash-x86_64-linux.S
[514/812] Compiling ghash-x86-apple.S
[515/812] Compiling ghash-x86-linux.S
[516/812] Compiling ghash-ssse3-x86_64-linux.S
[517/812] Compiling ghash-ssse3-x86_64-apple.S
[518/812] Compiling ghash-ssse3-x86-linux.S
[519/812] Compiling ghash-neon-armv8-win.S
[520/812] Compiling ghash-ssse3-x86-apple.S
[521/812] Compiling ghash-neon-armv8-apple.S
[521/812] Compiling ghash-neon-armv8-linux.S
[523/812] Compiling ghash-armv4-linux.S
[524/812] Compiling co-586-linux.S
[525/812] Compiling co-586-apple.S
[526/812] Compiling bsaes-armv7-linux.S
[527/812] Compiling bn-armv8-linux.S
[528/812] Compiling bn-586-linux.S
[529/812] Compiling bn-armv8-win.S
[530/812] Compiling bn-586-apple.S
[531/812] Compiling bn-armv8-apple.S
[532/812] Compiling armv8-mont-linux.S
[533/812] Compiling armv8-mont-win.S
[534/812] Compiling armv8-mont-apple.S
[535/812] Compiling armv4-mont-linux.S
[536/812] Compiling aesv8-gcm-armv8-win.S
[537/812] Compiling aesv8-gcm-armv8-linux.S
[538/812] Compiling aesv8-armv8-win.S
[539/812] Compiling aesv8-armv8-linux.S
[540/812] Compiling aesv8-gcm-armv8-apple.S
[541/812] Compiling aesv8-armv7-linux.S
[542/812] Compiling aesv8-armv8-apple.S
[543/812] Compiling aesni-x86_64-linux.S
[544/812] Compiling aesni-x86_64-apple.S
[545/812] Compiling aesni-x86-linux.S
[546/812] Compiling aesni-gcm-x86_64-linux.S
[547/812] Compiling aesni-gcm-x86_64-apple.S
[548/812] Compiling aesni-x86-apple.S
[549/812] Compiling aes-gcm-avx2-x86_64-linux.S
[550/812] Compiling aes-gcm-avx2-x86_64-apple.S
[551/812] Compiling aes-gcm-avx10-x86_64-linux.S
[552/812] Compiling aes-gcm-avx10-x86_64-apple.S
[572/812] Compiling x_x509a.cc
[573/812] Compiling x_sig.cc
[574/812] Compiling x_val.cc
[575/812] Compiling x_spki.cc
[575/812] Compiling x_pubkey.cc
[577/812] Compiling x_req.cc
[578/812] Compiling x_x509.cc
[579/812] Compiling x_name.cc
[580/812] Compiling x_exten.cc
[581/812] Compiling x_crl.cc
[582/812] Compiling x_attrib.cc
[583/812] Compiling x_algor.cc
[584/812] Compiling x509spki.cc
[585/812] Compiling x_all.cc
[586/812] Compiling x509rset.cc
[587/812] Compiling x509cset.cc
[588/812] Compiling x509name.cc
[589/812] Compiling x509_vpm.cc
[590/812] Compiling x509_vfy.cc
[591/812] Compiling x509_v3.cc
[592/812] Compiling x509_txt.cc
[593/812] Compiling x509_trs.cc
[594/812] Compiling x509_req.cc
[595/812] Compiling x509_set.cc
[596/812] Compiling x509_def.cc
[597/812] Compiling x509_obj.cc
[598/812] Compiling x509_ext.cc
[599/812] Compiling x509_d2.cc
[600/812] Compiling x509_lu.cc
[601/812] Compiling x509_cmp.cc
[602/812] Compiling x509_att.cc
[603/812] Compiling x509.cc
[604/812] Compiling v3_skey.cc
[605/812] Compiling v3_prn.cc
[606/812] Compiling v3_purp.cc
[607/812] Compiling v3_utl.cc
[608/812] Compiling v3_ocsp.cc
[609/812] Compiling v3_pcons.cc
[610/812] Compiling v3_pmaps.cc
[611/812] Compiling v3_ncons.cc
[612/812] Compiling v3_int.cc
[613/812] Compiling v3_lib.cc
[614/812] Compiling v3_ia5.cc
[615/812] Compiling v3_info.cc
[616/812] Compiling v3_genn.cc
[617/812] Compiling v3_enum.cc
[618/812] Compiling v3_extku.cc
[619/812] Compiling v3_cpols.cc
[620/812] Compiling v3_crld.cc
[621/812] Compiling v3_conf.cc
[622/812] Compiling v3_bcons.cc
[623/812] Compiling v3_bitst.cc
[624/812] Compiling v3_akeya.cc
[625/812] Compiling v3_alt.cc
[626/812] Compiling v3_akey.cc
[627/812] Compiling t_x509a.cc
[628/812] Compiling t_crl.cc
[629/812] Compiling t_x509.cc
[630/812] Compiling t_req.cc
[631/812] Compiling i2d_pr.cc
[632/812] Compiling rsa_pss.cc
[633/812] Compiling name_print.cc
[634/812] Compiling policy.cc
[635/812] Compiling by_file.cc
[636/812] Compiling algorithm.cc
[637/812] Compiling a_sign.cc
[638/812] Compiling a_verify.cc
[639/812] Compiling by_dir.cc
[640/812] Compiling asn1_gen.cc
[641/812] Compiling a_digest.cc
[642/812] Compiling thread_win.cc
[642/812] Compiling voprf.cc
[644/812] Compiling thread.cc
[645/812] Compiling thread_none.cc
[646/812] Compiling trust_token.cc
[647/812] Compiling thread_pthread.cc
[648/812] Compiling stack.cc
[649/812] Compiling pmbtoken.cc
[650/812] Compiling spake2plus.cc
[651/812] Compiling sha512.cc
[652/812] Compiling siphash.cc
[653/812] Compiling sha256.cc
[654/812] Compiling sha1.cc
[655/812] Compiling rsa_extra.cc
[656/812] Compiling rsa_print.cc
[657/812] Compiling slhdsa.cc
[658/812] Compiling rsa_crypt.cc
[659/812] Compiling refcount.cc
[660/812] Compiling rsa_asn1.cc
[661/812] Compiling rc4.cc
[662/812] Compiling urandom.cc
[663/812] Compiling trusty.cc
[664/812] Compiling windows.cc
[665/812] Compiling rand.cc
[666/812] Compiling poly1305_arm_asm.S
[666/812] Compiling passive.cc
[668/812] Compiling ios.cc
[669/812] Compiling getentropy.cc
[670/812] Compiling forkunsafe.cc
[671/812] Compiling fork_detect.cc
[672/812] Compiling deterministic.cc
[673/812] Compiling poly1305_vec.cc
[674/812] Compiling poly1305_arm.cc
[675/812] Compiling poly1305.cc
[676/812] Compiling pool.cc
[677/812] Compiling pkcs8.cc
[678/812] Compiling p5_pbev2.cc
[679/812] Compiling pkcs8_x509.cc
[680/812] Compiling pkcs7.cc
[681/812] Compiling pkcs7_x509.cc
[682/812] Compiling pem_xaux.cc
[683/812] Compiling pem_x509.cc
[684/812] Compiling pem_pkey.cc
[685/812] Compiling pem_pk8.cc
[686/812] Compiling pem_oth.cc
[687/812] Compiling obj_xref.cc
[688/812] Compiling mlkem.cc
[689/812] Compiling pem_info.cc
[690/812] Compiling mldsa.cc
[691/812] Compiling pem_lib.cc
[692/812] Compiling pem_all.cc
[693/812] Compiling poly_rq_mul.S
[694/812] Compiling fips_shared_support.cc
[694/812] Compiling mem.cc
[696/812] Compiling obj.cc
[697/812] Compiling md5.cc
[698/812] Compiling md4.cc
[699/812] Compiling lhash.cc
[700/812] Compiling ex_data.cc
[701/812] Compiling scrypt.cc
[702/812] Compiling sign.cc
[703/812] Compiling kyber.cc
[704/812] Compiling print.cc
[705/812] Compiling pbkdf.cc
[706/812] Compiling hpke.cc
[707/812] Compiling hrss.cc
[708/812] Compiling p_x25519_asn1.cc
[709/812] Compiling p_x25519.cc
[710/812] Compiling p_ed25519.cc
[711/812] Compiling p_ec.cc
[712/812] Compiling p_rsa.cc
[712/812] Compiling p_rsa_asn1.cc
[714/812] Compiling p_hkdf.cc
[715/812] Compiling p_ed25519_asn1.cc
[716/812] Compiling p_ec_asn1.cc
[717/812] Compiling p_dh_asn1.cc
[718/812] Compiling p_dsa_asn1.cc
[719/812] Compiling p_dh.cc
[720/812] Compiling evp_ctx.cc
[721/812] Compiling evp.cc
[722/812] Compiling err.cc
[723/812] Compiling engine.cc
[724/812] Compiling evp_asn1.cc
[725/812] Compiling ecdsa_asn1.cc
[726/812] Compiling ecdh.cc
[727/812] Compiling ec_derive.cc
[728/812] Compiling hash_to_curve.cc
[729/812] Compiling dsa.cc
[730/812] Compiling dsa_asn1.cc
[731/812] Compiling ec_asn1.cc
[732/812] Compiling params.cc
[733/812] Compiling bcm.cc
[734/812] Compiling x25519-asm-arm.S
[735/812] Compiling digest_extra.cc
[736/812] Compiling des.cc
[737/812] Compiling dh_asn1.cc
[738/812] Compiling curve25519_64_adx.cc
[739/812] Compiling spake25519.cc
[740/812] Compiling cpu_intel.cc
[741/812] Compiling cpu_arm_linux.cc
[742/812] Compiling crypto.cc
[743/812] Compiling cpu_aarch64_win.cc
[744/812] Compiling cpu_arm_freebsd.cc
[745/812] Compiling curve25519.cc
[746/812] Compiling cpu_aarch64_openbsd.cc
[747/812] Compiling cpu_aarch64_sysreg.cc
[748/812] Compiling cpu_aarch64_linux.cc
[749/812] Compiling cpu_aarch64_fuchsia.cc
[750/812] Compiling cpu_aarch64_apple.cc
[751/812] Compiling get_cipher.cc
[752/812] Compiling tls_cbc.cc
[753/812] Compiling conf.cc
[754/812] Compiling e_rc4.cc
[755/812] Compiling e_tls.cc
[756/812] Compiling e_null.cc
[757/812] Compiling e_rc2.cc
[758/812] Compiling e_des.cc
[759/812] Compiling e_chacha20poly1305.cc
[760/812] Compiling e_aesgcmsiv.cc
[761/812] Compiling derive_key.cc
[762/812] Compiling chacha.cc
[763/812] Compiling e_aesctrhmac.cc
[764/812] Compiling unicode.cc
[765/812] Compiling cbs.cc
[766/812] Compiling ber.cc
[767/812] Compiling cbb.cc
[768/812] Compiling asn1_compat.cc
[769/812] Compiling buf.cc
[770/812] Compiling errno.cc
[771/812] Compiling connect.cc
[772/812] Compiling bn_asn1.cc
[773/812] Compiling convert.cc
[774/812] Compiling bio_mem.cc
[775/812] Compiling base64.cc
[776/812] Compiling bio.cc
[777/812] Compiling tasn_typ.cc
[778/812] Compiling tasn_utl.cc
[779/812] Compiling tasn_new.cc
[780/812] Compiling tasn_fre.cc
[781/812] Compiling tasn_enc.cc
[782/812] Compiling posix_time.cc
[783/812] Compiling f_string.cc
[784/812] Compiling f_int.cc
[785/812] Compiling tasn_dec.cc
[786/812] Compiling asn_pack.cc
[787/812] Compiling asn1_par.cc
[788/812] Compiling a_utctm.cc
[789/812] Compiling a_type.cc
[789/812] Compiling asn1_lib.cc
[791/812] Compiling a_time.cc
[792/812] Compiling a_octet.cc
[793/812] Compiling a_strnid.cc
[794/812] Compiling a_strex.cc
[795/812] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[796/812] Write sources
[801/812] Compiling a_mbstr.cc
[802/812] Compiling a_object.cc
[803/812] Compiling a_int.cc
[804/812] Compiling a_dup.cc
[805/812] Compiling a_d2i_fp.cc
[806/831] Compiling a_bitstr.cc
[807/870] Compiling a_bool.cc
[809/912] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[810/912] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[811/913] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[812/913] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[813/915] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[814/915] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[815/915] Compiling Atomics Unmanaged extensions.swift
[816/915] Compiling Algorithms Unique.swift
[817/915] Compiling Algorithms Windows.swift
[818/915] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[819/915] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[820/915] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[821/915] Compiling AsyncAlgorithms AsyncShareSequence.swift
[822/915] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[823/915] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[824/915] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[825/915] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[826/915] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[827/915] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[828/915] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[829/915] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[830/915] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[831/915] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[838/915] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[839/915] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[840/915] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[850/920] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[851/920] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[877/920] Compiling AsyncAlgorithms DebounceStorage.swift
[878/920] Compiling AsyncAlgorithms Dictionary.swift
[880/920] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[881/920] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[882/920] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[883/920] Compiling AsyncAlgorithms Disconnected.swift
[885/920] Emitting module AsyncAlgorithms
[886/920] Emitting module Atomics
[890/920] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[891/920] Compiling AsyncAlgorithms ChannelStateMachine.swift
[892/920] Compiling AsyncAlgorithms ChannelStorage.swift
[893/920] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[894/920] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[895/920] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[896/920] Compiling AsyncAlgorithms CombineLatestStorage.swift
[897/920] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[898/920] Compiling AsyncAlgorithms DebounceStateMachine.swift
[898/920] Compiling c-nioatomics.c
[900/920] Compiling AsyncAlgorithms UnsafeTransfer.swift
[901/920] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[902/920] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[903/920] Compiling AsyncAlgorithms ZipStateMachine.swift
[904/920] Compiling AsyncAlgorithms ZipStorage.swift
[905/920] Emitting module Algorithms
[906/920] Compiling AsyncAlgorithms _TinyArray.swift
[907/920] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[908/920] Compiling AsyncAlgorithms Locking.swift
[909/920] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[910/920] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[911/920] Compiling AsyncAlgorithms MergeStateMachine.swift
[912/920] Compiling AsyncAlgorithms MergeStorage.swift
[913/920] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[914/920] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[915/920] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[916/920] Compiling AsyncAlgorithms Rethrow.swift
[917/920] Compiling AsyncAlgorithms SetAlgebra.swift
[917/920] Compiling c-atomics.c
[919/937] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[920/937] Emitting module ServiceLifecycle
[921/937] Compiling ServiceLifecycle ClosureService.swift
[922/937] Compiling ServiceLifecycle ServiceRunnerError.swift
[923/937] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[924/937] Compiling ServiceLifecycle Service.swift
[925/937] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[926/937] Compiling ServiceLifecycle GracefulShutdown.swift
[927/937] Compiling ServiceLifecycle CancellationWaiter.swift
[928/937] Compiling NIOConcurrencyHelpers lock.swift
[929/937] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[930/937] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[931/937] Compiling NIOConcurrencyHelpers NIOLock.swift
[932/937] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[933/937] Emitting module NIOConcurrencyHelpers
[934/937] Compiling NIOConcurrencyHelpers atomics.swift
[935/937] Compiling ServiceLifecycle ServiceGroup.swift
[936/1002] Compiling NIOCore IO.swift
[937/1002] Compiling NIOCore IOData.swift
[938/1002] Compiling NIOCore IPProtocol.swift
[939/1002] Compiling NIOCore IntegerBitPacking.swift
[940/1002] Compiling NIOCore IntegerTypes.swift
[941/1002] Compiling NIOCore Interfaces.swift
[942/1002] Compiling NIOCore Linux.swift
[943/1009] Compiling NIOCore ConvenienceOptionSupport.swift
[944/1009] Compiling NIOCore DeadChannel.swift
[945/1009] Compiling NIOCore DispatchQueue+WithFuture.swift
[946/1009] Compiling NIOCore EventLoop+Deprecated.swift
[947/1009] Compiling NIOCore EventLoop+SerialExecutor.swift
[948/1009] Compiling NIOCore EventLoop.swift
[949/1009] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[950/1009] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[951/1009] Compiling NIOCore NIOScheduledCallback.swift
[952/1009] Compiling NIOCore NIOSendable.swift
[953/1009] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[954/1009] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[955/1009] Compiling NIOCore RecvByteBufferAllocator.swift
[956/1009] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[957/1009] Compiling NIOCore EventLoopFuture+Deprecated.swift
[958/1009] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[959/1009] Compiling NIOCore EventLoopFuture.swift
[960/1009] Compiling NIOCore FileDescriptor.swift
[961/1009] Compiling NIOCore FileHandle.swift
[962/1009] Compiling NIOCore FileRegion.swift
[963/1009] Compiling NIOCore GlobalSingletons.swift
[964/1009] Compiling NIOCore AddressedEnvelope.swift
[965/1009] Compiling NIOCore AsyncAwaitSupport.swift
[966/1009] Compiling NIOCore AsyncChannel.swift
[967/1009] Compiling NIOCore AsyncChannelHandler.swift
[968/1009] Compiling NIOCore AsyncChannelInboundStream.swift
[969/1009] Compiling NIOCore AsyncChannelOutboundWriter.swift
[970/1009] Compiling NIOCore NIOAsyncSequenceProducer.swift
[971/1009] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[972/1009] Compiling NIOCore SocketAddresses.swift
[973/1009] Compiling NIOCore SocketOptionProvider.swift
[974/1009] Compiling NIOCore SystemCallHelpers.swift
[975/1009] Compiling NIOCore TimeAmount+Duration.swift
[976/1009] Compiling NIOCore TypeAssistedChannelHandler.swift
[977/1009] Compiling NIOCore UniversalBootstrapSupport.swift
[978/1009] Compiling NIOCore Utilities.swift
[979/1009] Compiling NIOCore MarkedCircularBuffer.swift
[980/1009] Compiling NIOCore MulticastChannel.swift
[981/1009] Compiling NIOCore NIOAny.swift
[982/1009] Compiling NIOCore NIOCloseOnErrorHandler.swift
[983/1009] Compiling NIOCore NIOCoreSendableMetatype.swift
[984/1009] Compiling NIOCore NIODecodedAsyncSequence.swift
[985/1009] Compiling NIOCore NIOLoopBound.swift
[986/1009] Compiling NIOCore ChannelHandler.swift
[987/1009] Compiling NIOCore ChannelHandlers.swift
[988/1009] Compiling NIOCore ChannelInvoker.swift
[989/1009] Compiling NIOCore ChannelOption.swift
[990/1009] Compiling NIOCore ChannelPipeline.swift
[991/1009] Compiling NIOCore CircularBuffer.swift
[992/1009] Compiling NIOCore Codec.swift
[993/1009] Compiling NIOCore NIOAsyncWriter.swift
[994/1009] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[995/1009] Compiling NIOCore BSDSocketAPI.swift
[996/1009] Compiling NIOCore ByteBuffer-aux.swift
[997/1009] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[998/1009] Compiling NIOCore ByteBuffer-conversions.swift
[999/1009] Compiling NIOCore ByteBuffer-core.swift
[1000/1009] Compiling NIOCore ByteBuffer-hex.swift
[1001/1009] Compiling NIOCore ByteBuffer-int.swift
[1002/1009] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1003/1009] Compiling NIOCore ByteBuffer-multi-int.swift
[1004/1009] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1005/1009] Compiling NIOCore ByteBuffer-views.swift
[1006/1009] Compiling NIOCore Channel.swift
[1007/1009] Emitting module NIOCore
[1008/1065] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1009/1065] Compiling NIOPosix PosixSingletons.swift
[1010/1065] Compiling NIOPosix RawSocketBootstrap.swift
[1011/1065] Compiling NIOPosix Resolver.swift
[1012/1065] Compiling NIOPosix Selectable.swift
[1013/1065] Compiling NIOPosix SelectableChannel.swift
[1014/1070] Emitting module NIOEmbedded
[1015/1070] Compiling NIOEmbedded Embedded.swift
[1016/1070] Compiling NIOEmbedded AsyncTestingChannel.swift
[1017/1070] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1018/1070] Compiling NIOPosix BSDSocketAPICommon.swift
[1019/1070] Compiling NIOPosix BSDSocketAPIPosix.swift
[1020/1070] Compiling NIOPosix BSDSocketAPIWindows.swift
[1021/1070] Compiling NIOPosix BaseSocket.swift
[1022/1070] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1023/1070] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1024/1070] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1025/1070] Compiling NIOPosix System.swift
[1026/1070] Compiling NIOPosix Thread.swift
[1027/1070] Compiling NIOPosix ThreadPosix.swift
[1028/1070] Compiling NIOPosix ThreadWindows.swift
[1029/1070] Compiling NIOPosix Utilities.swift
[1030/1070] Compiling NIOPosix VsockAddress.swift
[1031/1070] Compiling NIOPosix VsockChannelEvents.swift
[1032/1070] Compiling NIOPosix Windows.swift
[1033/1070] Compiling NIOPosix resource_bundle_accessor.swift
[1034/1070] Emitting module NIOPosix
[1035/1070] Compiling NIOPosix SelectorWSAPoll.swift
[1036/1070] Compiling NIOPosix ServerSocket.swift
[1037/1070] Compiling NIOPosix Socket.swift
[1038/1070] Compiling NIOPosix SocketChannel.swift
[1039/1070] Compiling NIOPosix SocketProtocols.swift
[1040/1070] Compiling NIOPosix SelectableEventLoop.swift
[1041/1070] Compiling NIOPosix SelectorEpoll.swift
[1042/1070] Compiling NIOPosix SelectorGeneric.swift
[1043/1070] Compiling NIOPosix SelectorKqueue.swift
[1044/1070] Compiling NIOPosix SelectorUring.swift
[1045/1070] Compiling NIOPosix FileDescriptor.swift
[1046/1070] Compiling NIOPosix GetaddrinfoResolver.swift
[1047/1070] Compiling NIOPosix HappyEyeballs.swift
[1048/1070] Compiling NIOPosix IO.swift
[1049/1070] Compiling NIOPosix IntegerBitPacking.swift
[1050/1070] Compiling NIOPosix IntegerTypes.swift
[1051/1070] Compiling NIOPosix Linux.swift
[1052/1070] Compiling NIOPosix LinuxCPUSet.swift
[1053/1070] Compiling NIOPosix LinuxUring.swift
[1054/1070] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1055/1070] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1056/1070] Compiling NIOPosix NIOThreadPool.swift
[1057/1070] Compiling NIOPosix NonBlockingFileIO.swift
[1058/1070] Compiling NIOPosix PendingDatagramWritesManager.swift
[1059/1070] Compiling NIOPosix PendingWritesManager.swift
[1060/1070] Compiling NIOPosix PipeChannel.swift
[1061/1070] Compiling NIOPosix PipePair.swift
[1062/1070] Compiling NIOPosix Pool.swift
[1063/1070] Compiling NIOPosix BaseSocketChannel.swift
[1064/1070] Compiling NIOPosix BaseStreamSocketChannel.swift
[1065/1070] Compiling NIOPosix Bootstrap.swift
[1066/1070] Compiling NIOPosix ControlMessage.swift
[1067/1070] Compiling NIOPosix DatagramVectorReadManager.swift
[1068/1070] Compiling NIOPosix Errors+Any.swift
[1069/1072] Compiling NIO Exports.swift
[1070/1072] Emitting module NIO
[1071/1112] Compiling NIOTLS TLSEvents.swift
[1072/1112] Compiling NIOSOCKS Helpers.swift
[1073/1113] Compiling NIOSOCKS Errors.swift
[1074/1113] Compiling NIOSOCKS Messages.swift
[1075/1113] Compiling NIOSOCKS SOCKSResponse.swift
[1076/1113] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1077/1113] Compiling NIOSOCKS ClientStateMachine.swift
[1078/1113] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1079/1113] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1080/1113] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1081/1113] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1082/1113] Emitting module NIOSOCKS
[1083/1113] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1084/1113] Compiling NIOHTTP1 HTTPDecoder.swift
[1085/1113] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1086/1113] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1087/1113] Emitting module NIOTLS
[1088/1113] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1089/1113] Compiling NIOTLS SNIHandler.swift
[1090/1113] Compiling NIOSOCKS SOCKSRequest.swift
[1091/1113] Compiling NIOSOCKS ServerStateMachine.swift
[1092/1113] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1093/1113] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1094/1114] Emitting module NIOFoundationCompat
[1095/1114] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1096/1114] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1099/1114] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1100/1114] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1101/1114] Compiling NIOHTTP1 HTTPEncoder.swift
[1102/1114] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1103/1114] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1104/1114] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1105/1167] Emitting module NIOHTTP1
[1106/1167] Compiling NIOTransportServices AcceptHandler.swift
[1107/1167] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1108/1167] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1109/1167] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1110/1167] Compiling NIOTransportServices StateManagedChannel.swift
[1111/1167] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1112/1167] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1113/1185] Emitting module NIOTransportServices
[1114/1187] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1115/1187] Compiling NIOHPACK IndexedHeaderTable.swift
[1116/1188] Compiling NIOHPACK IntegerCoding.swift
[1117/1188] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1118/1188] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1119/1188] Compiling NIOHPACK DynamicHeaderTable.swift
[1120/1188] Compiling NIOHPACK HPACKDecoder.swift
[1121/1188] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1122/1188] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1123/1188] Compiling NIOTransportServices NIOTSErrors.swift
[1124/1188] Compiling NIOHPACK HuffmanTables.swift
[1125/1188] Compiling NIOHPACK HuffmanCoding.swift
[1126/1188] Compiling NIOHPACK HeaderTables.swift
[1127/1188] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1128/1188] Compiling NIOHTTPCompression HTTPCompression.swift
[1129/1188] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1130/1188] Emitting module NIOHTTPCompression
[1131/1188] Compiling NIOHTTPCompression HTTPDecompression.swift
[1132/1188] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1133/1188] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1134/1188] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1135/1188] Compiling NIOHPACK StaticHeaderTable.swift
[1136/1188] Compiling NIOHPACK HPACKErrors.swift
[1137/1188] Compiling NIOHPACK HPACKHeader.swift
[1140/1188] Emitting module NIOHPACK
[1141/1188] Compiling NIOHPACK HPACKEncoder.swift
[1142/1188] Emitting module NIOSSL
[1143/1191] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1144/1191] Compiling NIOTransportServices NIOTSSingletons.swift
[1145/1191] Compiling NIOTransportServices NIOTSEventLoop.swift
[1146/1191] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1149/1191] Compiling NIOTransportServices NIOTSBootstraps.swift
[1152/1191] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1153/1191] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1154/1191] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1155/1191] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1156/1191] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1163/1255] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1164/1255] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1165/1255] Compiling NIOHTTP2 HTTP2StreamID.swift
[1166/1255] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1167/1255] Compiling NIOHTTP2 HTTP2Stream.swift
[1168/1255] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1169/1255] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1170/1255] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1171/1255] Compiling NIOHTTP2 GlitchesMonitor.swift
[1172/1255] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1173/1255] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1174/1255] Compiling NIOHTTP2 SendingRstStreamState.swift
[1175/1255] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1176/1255] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1177/1255] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1178/1255] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1179/1255] Compiling NIOHTTP2 HTTP2Settings.swift
[1180/1255] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1181/1255] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1182/1255] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1183/1255] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1184/1255] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1185/1255] Compiling NIOHTTP2 HTTP2Error.swift
[1186/1255] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1187/1255] Compiling NIOHTTP2 Error+Any.swift
[1188/1255] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1189/1255] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1190/1255] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1191/1255] Compiling NIOHTTP2 QuiescingState.swift
[1192/1255] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1193/1255] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1194/1255] Compiling NIOHTTP2 StateMachineResult.swift
[1195/1255] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1196/1255] Compiling NIOHTTP2 DOSHeuristics.swift
[1197/1255] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1198/1255] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1199/1255] Compiling NIOHTTP2 MaySendFrames.swift
[1200/1255] Compiling NIOHTTP2 SendingDataState.swift
[1201/1255] Compiling NIOHTTP2 SendingGoawayState.swift
[1202/1255] Compiling NIOHTTP2 SendingHeadersState.swift
[1203/1255] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1204/1255] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1205/1255] Compiling NIOHTTP2 InboundEventBuffer.swift
[1206/1255] Compiling NIOHTTP2 InboundWindowManager.swift
[1207/1255] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1208/1255] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1209/1255] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1210/1255] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1211/1262] Emitting module NIOHTTP2
[1217/1262] Compiling NIOHTTP2 HasLocalSettings.swift
[1218/1262] Compiling NIOHTTP2 HasRemoteSettings.swift
[1233/1262] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1234/1262] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1235/1262] Compiling NIOHTTP2 MayReceiveFrames.swift
[1236/1262] Compiling NIOHTTP2 ReceivingDataState.swift
[1237/1262] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1238/1262] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1239/1262] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1240/1262] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1241/1262] Compiling NIOHTTP2 StreamChannelList.swift
[1242/1262] Compiling NIOHTTP2 StreamMap.swift
[1243/1262] Compiling NIOHTTP2 StreamStateMachine.swift
[1244/1262] Compiling NIOHTTP2 Timer.swift
[1245/1262] Compiling NIOHTTP2 UnsafeTransfer.swift
[1246/1262] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1247/1262] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1248/1262] Compiling NIOHTTP2 HTTP2Frame.swift
[1249/1262] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1250/1262] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1251/1262] Compiling NIOHTTP2 HTTP2PingData.swift
[1252/1262] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1261/1327] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1262/1327] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1263/1327] Compiling AsyncHTTPClient ConnectionPool.swift
[1264/1327] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1265/1327] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1266/1327] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1267/1327] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1268/1334] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1269/1334] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1270/1334] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1271/1334] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1272/1334] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1273/1334] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1274/1334] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1275/1334] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1276/1334] Emitting module AsyncHTTPClient
[1277/1334] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1278/1334] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1279/1334] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1280/1334] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1281/1334] Compiling AsyncHTTPClient Transaction.swift
[1282/1334] Compiling AsyncHTTPClient Base64.swift
[1283/1334] Compiling AsyncHTTPClient BasicAuth.swift
[1284/1334] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1285/1334] Compiling AsyncHTTPClient ConnectionTarget.swift
[1286/1334] Compiling AsyncHTTPClient DeconstructedURL.swift
[1287/1334] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1288/1334] Compiling AsyncHTTPClient FoundationExtensions.swift
[1289/1334] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1290/1334] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1291/1334] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1292/1334] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1293/1334] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1294/1334] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1295/1334] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1296/1334] Compiling AsyncHTTPClient RequestBodyLength.swift
[1297/1334] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1298/1334] Compiling AsyncHTTPClient HTTP1Connection.swift
[1299/1334] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1300/1334] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1301/1334] Compiling AsyncHTTPClient HTTP2Connection.swift
[1302/1334] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1303/1334] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1304/1334] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1305/1334] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1306/1334] Compiling AsyncHTTPClient TLSConfiguration.swift
[1307/1334] Compiling AsyncHTTPClient RedirectState.swift
[1308/1334] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1309/1334] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1310/1334] Compiling AsyncHTTPClient RequestBag.swift
[1311/1334] Compiling AsyncHTTPClient RequestValidation.swift
[1312/1334] Compiling AsyncHTTPClient SSLContextCache.swift
[1313/1334] Compiling AsyncHTTPClient Scheme.swift
[1314/1334] Compiling AsyncHTTPClient Singleton.swift
[1315/1334] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1316/1334] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1317/1334] Compiling AsyncHTTPClient TracingSupport.swift
[1318/1334] Compiling AsyncHTTPClient Utils.swift
[1319/1334] Compiling AsyncHTTPClient RequestOptions.swift
[1320/1334] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1321/1334] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1322/1334] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1323/1334] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1324/1334] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1325/1334] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1326/1334] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1327/1334] Compiling AsyncHTTPClient HTTPClient.swift
[1328/1334] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1329/1334] Compiling AsyncHTTPClient HTTPHandler.swift
[1330/1334] Compiling AsyncHTTPClient LRUCache.swift
[1331/1334] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1332/1334] Compiling AsyncHTTPClient NWErrorHandler.swift
[1333/1345] Compiling LoggingLoki LokiTransport.swift
[1334/1345] Compiling LoggingLoki LokiRequest.swift
[1335/1346] Compiling LoggingLoki push.pb.swift
[1336/1346] Compiling LoggingLoki Timeout.swift
[1337/1346] Compiling LoggingLoki LokiStream.swift
[1338/1346] Compiling LoggingLoki LokiLogProcessor.swift
[1339/1346] Compiling LoggingLoki LokiLog.swift
[1340/1346] Compiling LoggingLoki LokiLogHandler.swift
[1341/1346] Compiling LoggingLoki Batch.swift
[1342/1346] Compiling LoggingLoki BatchEntry.swift
[1343/1346] Compiling LoggingLoki LokiTransformer.swift
[1344/1346] Emitting module LoggingLoki
[1345/1348] Emitting module BasicUsage
[1346/1348] Compiling BasicUsage BasicUsage.swift
[1346/1348] Write Objects.LinkFileList
[1347/1348] Linking BasicUsage
Build complete! (142.37s)
Fetching https://github.com/lovetodream/swift-snappy.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/2676] Fetching swift-service-lifecycle
[162/4847] Fetching swift-service-lifecycle, swift-docc-plugin
[698/5041] Fetching swift-service-lifecycle, swift-docc-plugin, swift-snappy
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.92s)
[401/2365] Fetching swift-docc-plugin, swift-snappy
Fetched https://github.com/apple/swift-docc-plugin.git from cache (2.20s)
Fetched https://github.com/lovetodream/swift-snappy.git from cache (2.20s)
Fetched https://github.com/apple/swift-log.git from cache (2.24s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.24s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.29s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (5.58s)
Fetching https://github.com/apple/swift-system from cache
Fetched https://github.com/apple/swift-system from cache (1.04s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.6 (1.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.00s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.71s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.56s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.52s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6228] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.11s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.67s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (5.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (5.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.50s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (0.53s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.1 (0.51s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.92s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.06s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
[1/5691] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.74s)
Fetched https://github.com/apple/swift-nio.git from cache (2.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (4.00s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (3.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.79s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.93s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.56s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.75s)
[1/7125] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.28s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.34s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.34s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.0 (2.04s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.80s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.68s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.50s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (2.05s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (1.09s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
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.42.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.1
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
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.32.1
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.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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.36.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.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.5.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
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.4.1
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.6.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.33.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.97.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.10.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/lovetodream/swift-snappy.git
Working copy of https://github.com/lovetodream/swift-snappy.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.6
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.1.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-snappy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lovetodream/swift-snappy.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "swift-log-loki",
  "name" : "swift-log-loki",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "LoggingLoki",
      "targets" : [
        "LoggingLoki"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BasicUsage",
      "targets" : [
        "BasicUsage"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingLokiTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingLokiTests",
      "path" : "Tests/LoggingLokiTests",
      "sources" : [
        "IntegrationTests.swift",
        "LokiLogHandlerTests.swift",
        "LokiLogProcessorConfigurationTests.swift",
        "LokiLogProcessorTests.swift",
        "MockClock.swift"
      ],
      "target_dependencies" : [
        "LoggingLoki"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggingLoki",
      "module_type" : "SwiftTarget",
      "name" : "LoggingLoki",
      "path" : "Sources/LoggingLoki",
      "product_dependencies" : [
        "Logging",
        "SwiftProtobuf",
        "Snappy",
        "AsyncHTTPClient",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "LoggingLoki",
        "BasicUsage"
      ],
      "sources" : [
        "Batch.swift",
        "BatchEntry.swift",
        "LokiLog.swift",
        "LokiLogHandler.swift",
        "LokiLogProcessor.swift",
        "LokiRequest.swift",
        "LokiStream.swift",
        "LokiTransformer.swift",
        "LokiTransport.swift",
        "Proto/push.pb.swift",
        "Utility/Timeout.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicUsage",
      "module_type" : "SwiftTarget",
      "name" : "BasicUsage",
      "path" : "Snippets",
      "product_memberships" : [
        "BasicUsage"
      ],
      "sources" : [
        "BasicUsage.swift"
      ],
      "target_dependencies" : [
        "LoggingLoki"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.0"
}
Done.