The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-log-loki, reference v2.0.0 (3ce3f4), with Swift 6.1 for Android on 23 Mar 2026 17:52:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/swift-log-loki.git
Reference: v2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/lovetodream/swift-log-loki
 * tag               v2.0.0     -> FETCH_HEAD
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 v2.0.0
========================================
Build
========================================
Selected platform:         android
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/lovetodream/swift-snappy.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/194] Fetching swift-snappy
[161/2870] Fetching swift-snappy, swift-service-lifecycle
[220/5041] Fetching swift-snappy, swift-service-lifecycle, swift-docc-plugin
[3110/48008] Fetching swift-snappy, swift-service-lifecycle, swift-docc-plugin, swift-protobuf
[3970/54269] Fetching swift-snappy, swift-service-lifecycle, swift-docc-plugin, swift-protobuf, swift-log
[13498/69904] Fetching swift-snappy, swift-service-lifecycle, swift-docc-plugin, swift-protobuf, swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
[13014/63643] Fetching swift-snappy, swift-service-lifecycle, swift-docc-plugin, swift-protobuf, async-http-client
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.04s)
[11155/61472] Fetching swift-snappy, swift-service-lifecycle, swift-protobuf, async-http-client
Fetched https://github.com/lovetodream/swift-snappy.git from cache (1.04s)
[11118/61278] Fetching swift-service-lifecycle, swift-protobuf, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (11.11s)
Fetched https://github.com/swift-server/async-http-client.git from cache (11.14s)
Fetched https://github.com/apple/swift-protobuf.git from cache (11.27s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (14.97s)
Fetching https://github.com/apple/swift-system
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.67s)
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.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.01s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.19s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.08s)
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.96s)
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 (0.70s)
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.85s)
Fetching https://github.com/apple/swift-collections.git
[1/22628] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (3.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.02s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (1.14s)
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 (1.17s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/6058] Fetching swift-algorithms
[2/7878] Fetching swift-algorithms, swift-atomics
[75/13569] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing
[969/16390] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing, swift-nio-transport-services
[1016/22881] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras
[3626/34951] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.22s)
[21899/32130] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.77s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.80s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.80s)
Fetching https://github.com/apple/swift-nio.git
[8714/18128] Fetching swift-algorithms, swift-nio-http2
[9318/33488] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl
[22277/116393] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (3.86s)
[39189/110335] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.88s)
[28255/98265] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.19s)
[36257/82905] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.34s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (14.21s)
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 (0.44s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
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.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.01s)
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.97s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.91s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (1.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.19s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1219] Fetching swift-http-structured-headers
[867/2170] Fetching swift-http-structured-headers, swift-http-types
[990/3939] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[3410/11064] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.64s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
[3622/8894] Fetching swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.66s)
[2494/7125] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.0 (2.92s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.03s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.87s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.15s)
Fetching https://github.com/apple/swift-crypto.git
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.16s)
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 (4.16s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (3.40s)
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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.3.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-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-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-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-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-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-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/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-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.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-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
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/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/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-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-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/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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/507] Compiling a_bitstr.cc
[4/507] Compiling a_dup.cc
[5/507] Compiling a_d2i_fp.cc
[6/507] Write sources
[8/507] Compiling _NumericsShims _NumericsShims.c
[9/507] Write sources
[13/507] Compiling _AtomicsShims.c
[14/507] Compiling SnappyC snappy.c
[15/507] Write sources
[40/507] Compiling SnappyC map.c
[41/507] Write sources
[42/507] Compiling p_ec.cc
[43/507] Compiling CNIOWindows WSAStartup.c
[44/507] Compiling CNIOWindows shim.c
[45/507] Compiling CNIOWASI CNIOWASI.c
[46/507] Compiling CSystem shims.c
[47/507] Compiling CNIOOpenBSD shim.c
[48/507] Compiling CNIOPosix event_loop_id.c
[49/507] Write swift-version-24593BA9C3E375BF.txt
[50/507] Compiling p_ec_asn1.cc
[51/507] Compiling CNIOLinux liburing_shims.c
[52/507] Compiling a_gentm.cc
[53/507] Compiling CNIOLLHTTP c_nio_http.c
[54/507] Compiling CNIOLinux shim.c
[55/507] Compiling a_bool.cc
[56/547] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/647] Compiling c-nioatomics.c
[59/665] Emitting module InternalCollectionsUtilities
[60/667] Emitting module RealModule
[61/668] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/668] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/668] Compiling RealModule Float80+Real.swift
[64/668] Compiling RealModule Real.swift
[65/668] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[66/668] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[67/668] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/668] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/668] Compiling _NIODataStructures PriorityQueue.swift
[70/668] Compiling _NIODataStructures _TinyArray.swift
[71/668] Compiling InternalCollectionsUtilities String+Padding.swift
[72/668] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/668] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/668] Compiling InternalCollectionsUtilities Integer rank.swift
[75/668] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/668] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/668] Emitting module ServiceContextModule
[78/668] Compiling ServiceContextModule ServiceContext.swift
[79/672] Emitting module _NIOBase64
[80/672] Compiling _NIOBase64 Base64.swift
[81/673] Compiling RealModule RelaxedArithmetic.swift
[82/673] Compiling RealModule Float16+Real.swift
[83/673] Compiling InternalCollectionsUtilities Debugging.swift
[84/673] Compiling InternalCollectionsUtilities Descriptions.swift
[85/673] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[89/673] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/673] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[92/673] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[93/673] Compiling InternalCollectionsUtilities Span+Extras.swift
[94/673] Compiling RealModule RealFunctions.swift
[95/673] Compiling ServiceContextModule ServiceContextKey.swift
[96/675] Emitting module _NIODataStructures
[97/675] Compiling _NIODataStructures Heap.swift
[113/677] Emitting module SystemPackage
[113/678] Wrapping AST for _NIODataStructures for debugging
[114/774] Wrapping AST for _NIOBase64 for debugging
[116/774] Compiling ConcurrencyHelpers LockedValueBox.swift
[117/774] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[118/774] Compiling ContainersPreview BorrowingSequence.swift
[119/774] Compiling ContainersPreview BidirectionalContainer.swift
[120/774] Compiling ContainersPreview Container+Filter.swift
[121/774] Compiling ContainersPreview Container+SpanwiseZip.swift
[122/778] Compiling ContainersPreview Container.swift
[123/778] Compiling ContainersPreview ContainerIterator.swift
[124/778] Compiling ContainersPreview DynamicContainer.swift
[125/778] Compiling ContainersPreview MutableContainer.swift
[126/778] Compiling ContainersPreview PermutableContainer.swift
[127/778] Compiling Instrumentation Instrument.swift
[128/778] Compiling ContainersPreview OutputSpan+Extras.swift
[129/778] Compiling ContainersPreview TemporaryAllocation.swift
[130/778] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[131/778] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[132/778] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[133/778] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[134/778] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[135/778] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[136/778] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[137/778] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[138/778] Compiling Instrumentation NoOpInstrument.swift
[139/778] Compiling ContainersPreview Box.swift
[140/778] Compiling ContainersPreview Inout.swift
[141/778] Compiling ContainersPreview InputSpan.swift
[142/778] Compiling ContainersPreview Shared.swift
[143/778] Emitting module ContainersPreview
[144/778] Compiling ContainersPreview Producer+Map.swift
[145/778] Compiling ContainersPreview Producer+Reduce.swift
[146/778] Compiling ContainersPreview Producer.swift
[147/778] Compiling ContainersPreview Borrow.swift
[148/778] Compiling ContainersPreview RandomAccessContainer.swift
[149/778] Compiling ContainersPreview RangeExpression2.swift
[150/778] Compiling ContainersPreview RangeReplaceableContainer.swift
[151/778] Compiling ContainersPreview Drain+Map.swift
[152/778] Compiling ContainersPreview Drain+Reduce.swift
[153/778] Compiling ContainersPreview Drain.swift
[154/778] Compiling ContainersPreview Producer+Collect.swift
[155/778] Compiling ContainersPreview Producer+Filter.swift
[155/779] Wrapping AST for ServiceContextModule for debugging
[157/779] Compiling Instrumentation MultiplexInstrument.swift
[168/779] Wrapping AST for RealModule for debugging
[170/779] Emitting module ConcurrencyHelpers
[170/779] Wrapping AST for InternalCollectionsUtilities for debugging
[175/779] Wrapping AST for ContainersPreview for debugging
[177/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[178/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[179/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[180/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[181/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[182/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[183/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[184/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[185/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[186/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[187/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[188/819] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[189/819] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[190/819] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[190/824] Compiling CNIOLLHTTP c_nio_api.c
[191/826] Compiling CNIOExtrasZlib zutil.c
[193/826] Compiling DequeModule RigidDeque+Removals.swift
[194/826] Compiling DequeModule RigidDeque+Replacements.swift
[195/826] Compiling DequeModule RigidDeque+Testing.swift
[196/826] Compiling DequeModule RigidDeque.swift
[197/826] Compiling DequeModule UniqueDeque+Append.swift
[198/826] Compiling DequeModule UniqueDeque+Consumption.swift
[199/826] Compiling DequeModule UniqueDeque+Container.swift
[200/826] Compiling DequeModule UniqueDeque+Descriptions.swift
[201/826] Compiling DequeModule UniqueDeque+Equatable.swift
[202/826] Compiling DequeModule UniqueDeque+Experimental.swift
[203/826] Compiling DequeModule UniqueDeque+Hashable.swift
[204/826] Compiling DequeModule UniqueDeque+Initializers.swift
[205/826] Compiling DequeModule UniqueDeque+Insertions.swift
[206/826] Compiling DequeModule UniqueDeque+Prepend.swift
[207/826] Compiling DequeModule UniqueDeque+Removals.swift
[208/826] Compiling OrderedCollections OrderedSet+Hashable.swift
[219/831] Compiling DequeModule Deque+Testing.swift
[220/831] Compiling DequeModule Deque._Storage.swift
[221/831] Compiling DequeModule Deque._UnsafeHandle.swift
[222/831] Compiling DequeModule Deque.swift
[223/831] Compiling DequeModule _DequeBuffer.swift
[224/831] Compiling DequeModule _DequeBufferHeader.swift
[225/831] Compiling DequeModule RigidDeque+Append.swift
[226/831] Compiling DequeModule RigidDeque+Consumption.swift
[232/831] Compiling DequeModule RigidDeque+Equatable.swift
[233/831] Compiling DequeModule RigidDeque+Experimental.swift
[234/831] Compiling DequeModule RigidDeque+Hashable.swift
[235/831] Compiling DequeModule RigidDeque+Initializers.swift
[236/831] Compiling DequeModule RigidDeque+Insertions.swift
[237/831] Compiling DequeModule RigidDeque+Prepend.swift
[238/831] Compiling DequeModule RigidDeque+Container.swift
[239/831] Compiling DequeModule RigidDeque+Descriptions.swift
[245/831] Compiling CNIOExtrasZlib trees.c
[252/831] Compiling CNIOExtrasZlib inftrees.c
[253/831] Compiling CNIOExtrasZlib inflate.c
[254/831] Compiling CNIOExtrasZlib inffast.c
[255/831] Compiling CNIOExtrasZlib deflate.c
[256/831] Compiling CNIOExtrasZlib crc32.c
[257/831] Compiling CNIOExtrasZlib adler32.c
[270/832] Compiling CNIODarwin shim.c
[272/832] Compiling ConcurrencyHelpers Lock.swift
[273/832] Emitting module Instrumentation
[274/832] Compiling Instrumentation InstrumentationSystem.swift
[275/832] Compiling Instrumentation Locks.swift
[276/834] Compiling Logging Locks.swift
[277/834] Emitting module Logging
[278/834] Compiling Logging MetadataProvider.swift
[279/834] Compiling Logging LogHandler.swift
[280/834] Compiling DequeModule Deque+Codable.swift
[281/834] Compiling Logging Logging.swift
[282/834] Compiling DequeModule Deque+Collection.swift
[283/834] Compiling DequeModule Deque+CustomReflectable.swift
[284/834] Compiling DequeModule Deque+Descriptions.swift
[285/834] Compiling DequeModule Deque+Equatable.swift
[286/834] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[287/834] Compiling DequeModule Deque+Extras.swift
[288/834] Compiling DequeModule Deque+Hashable.swift
[292/835] Emitting module OrderedCollections
[293/835] Compiling fiat_p256_adx_sqr.S
[295/835] Compiling OrderedCollections OrderedSet+Sendable.swift
[296/835] Compiling OrderedCollections OrderedSet+SubSequence.swift
[297/835] Compiling OrderedCollections OrderedSet+Testing.swift
[298/835] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[299/835] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[300/835] Compiling OrderedCollections OrderedSet.swift
[301/835] Compiling OrderedCollections _UnsafeBitset.swift
[313/839] Wrapping AST for SystemPackage for debugging
[315/839] Emitting module DequeModule
[316/846] Compiling DequeModule UniqueDeque+Replacements.swift
[317/846] Compiling DequeModule UniqueDeque.swift
[318/846] Compiling DequeModule _DequeSlot.swift
[319/846] Compiling DequeModule _UnsafeDequeHandle.swift
[320/846] Compiling DequeModule _UnsafeDequeSegments.swift
[320/848] Wrapping AST for Logging for debugging
[324/850] Compiling Tracing NoOpTracer.swift
[324/850] Compiling CNIOBoringSSLShims shims.c
[325/850] Wrapping AST for OrderedCollections for debugging
[326/850] Wrapping AST for Instrumentation for debugging
[328/850] Compiling Tracing InstrumentationSystem+Tracing.swift
[328/850] Wrapping AST for ConcurrencyHelpers for debugging
[329/850] Compiling fiat_curve25519_adx_square.S
[330/850] Compiling fiat_p256_adx_mul.S
[331/850] Wrapping AST for DequeModule for debugging
[333/850] Emitting module Tracing
[333/850] Compiling fiat_curve25519_adx_mul.S
[335/850] Emitting module SwiftProtobuf
[336/861] Compiling Tracing TracingTime.swift
[337/861] Emitting module UnixSignals
[338/861] Compiling UnixSignals UnixSignal.swift
[339/861] Compiling UnixSignals UnixSignalsSequence.swift
[340/862] Compiling Tracing Tracer.swift
[341/862] Compiling Tracing TracerProtocol.swift
[342/862] Compiling Tracing TracerProtocol+Legacy.swift
[344/862] Compiling Tracing SpanProtocol.swift
[345/863] Wrapping AST for UnixSignals for debugging
[358/863] Wrapping AST for Tracing for debugging
[371/863] Compiling tls_method.cc
[372/863] Compiling tls_record.cc
[373/863] Compiling tls13_client.cc
[374/863] Compiling tls13_server.cc
[375/863] Compiling tls13_enc.cc
[390/863] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[391/863] Compiling SwiftProtobuf ProtobufMap.swift
[392/863] Compiling SwiftProtobuf SelectiveVisitor.swift
[393/863] Compiling SwiftProtobuf SimpleExtensionMap.swift
[394/863] Compiling SwiftProtobuf StringUtils.swift
[395/863] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[396/863] Compiling SwiftProtobuf SwiftProtobufError.swift
[397/863] Compiling SwiftProtobuf TextFormatDecoder.swift
[398/863] Compiling SwiftProtobuf TextFormatDecodingError.swift
[399/863] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[400/863] Compiling SwiftProtobuf TextFormatEncoder.swift
[401/863] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[402/863] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[403/863] Compiling SwiftProtobuf TextFormatScanner.swift
[404/863] Compiling SwiftProtobuf TimeUtils.swift
[405/863] Compiling SwiftProtobuf UnknownStorage.swift
[406/863] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[407/863] Compiling SwiftProtobuf Varint.swift
[408/863] Compiling SwiftProtobuf Version.swift
[409/863] Compiling SwiftProtobuf Visitor.swift
[410/863] Compiling SwiftProtobuf WireFormat.swift
[411/863] Compiling SwiftProtobuf ZigZag.swift
[423/863] Compiling tls13_both.cc
[425/863] Emitting module Snappy
[426/863] Compiling Snappy Snappy.swift
[439/864] Compiling t1_enc.cc
[440/864] Compiling ssl_x509.cc
[441/864] Compiling ssl_versions.cc
[442/864] Wrapping AST for Snappy for debugging
[443/864] Compiling ssl_stat.cc
[444/864] Compiling ssl_transcript.cc
[445/864] Compiling ssl_session.cc
[446/864] Compiling ssl_privkey.cc
[447/864] Compiling ssl_key_share.cc
[448/864] Compiling ssl_file.cc
[449/864] Compiling ssl_lib.cc
[450/864] Compiling ssl_cipher.cc
[451/864] Compiling ssl_credential.cc
[452/864] Compiling ssl_cert.cc
[453/864] Compiling ssl_buffer.cc
[454/864] Compiling ssl_asn1.cc
[455/864] Compiling ssl_aead_ctx.cc
[456/864] Compiling s3_pkt.cc
[457/864] Compiling s3_lib.cc
[458/864] Compiling s3_both.cc
[459/864] Compiling handshake_server.cc
[460/864] Compiling handshake_client.cc
[461/864] Compiling handoff.cc
[462/864] Compiling handshake.cc
[463/864] Compiling dtls_record.cc
[464/864] Compiling extensions.cc
[465/864] Compiling encrypted_client_hello.cc
[466/864] Compiling md5-x86_64-linux.S
[467/864] Compiling md5-x86_64-apple.S
[468/864] Compiling md5-586-linux.S
[469/864] Compiling md5-586-apple.S
[470/864] Compiling dtls_method.cc
[471/864] Compiling chacha20_poly1305_x86_64-linux.S
[472/864] Compiling chacha20_poly1305_x86_64-apple.S
[473/864] Compiling chacha20_poly1305_armv8-win.S
[474/864] Compiling chacha20_poly1305_armv8-linux.S
[475/864] Compiling chacha20_poly1305_armv8-apple.S
[476/864] Compiling d1_srtp.cc
[477/864] Compiling chacha-x86_64-linux.S
[478/864] Compiling chacha-x86_64-apple.S
[479/864] Compiling chacha-x86-linux.S
[480/864] Compiling err_data.cc
[481/864] Compiling bio_ssl.cc
[482/864] Compiling chacha-armv8-win.S
[483/864] Compiling chacha-x86-apple.S
[484/864] Compiling d1_pkt.cc
[485/864] Compiling chacha-armv8-apple.S
[486/864] Compiling chacha-armv8-linux.S
[487/864] Compiling d1_lib.cc
[487/864] Compiling chacha-armv4-linux.S
[489/864] Compiling aes128gcmsiv-x86_64-linux.S
[490/864] Compiling aes128gcmsiv-x86_64-apple.S
[491/864] Compiling x86_64-mont5-apple.S
[492/864] Compiling x86_64-mont5-linux.S
[493/864] Compiling x86_64-mont-linux.S
[493/864] Compiling x86-mont-linux.S
[495/864] Compiling x86_64-mont-apple.S
[496/864] Compiling x86-mont-apple.S
[497/864] Compiling vpaes-x86_64-apple.S
[498/864] Compiling vpaes-x86_64-linux.S
[499/864] Compiling vpaes-x86-apple.S
[500/864] Compiling vpaes-x86-linux.S
[501/864] Compiling vpaes-armv8-win.S
[502/864] Compiling vpaes-armv8-linux.S
[503/864] Compiling vpaes-armv8-apple.S
[504/864] Compiling sha512-x86_64-linux.S
[505/864] Compiling sha512-x86_64-apple.S
[506/864] Compiling vpaes-armv7-linux.S
[507/864] Compiling sha512-armv8-win.S
[508/864] Compiling sha512-armv4-linux.S
[509/864] Compiling sha512-armv8-apple.S
[510/864] Compiling sha512-586-apple.S
[511/864] Compiling sha512-586-linux.S
[512/864] Compiling sha512-armv8-linux.S
[513/864] Compiling sha256-x86_64-linux.S
[514/864] Compiling sha256-armv8-win.S
[515/864] Compiling sha256-x86_64-apple.S
[516/864] Compiling sha256-armv4-linux.S
[517/864] Compiling sha256-armv8-apple.S
[518/864] Compiling sha256-armv8-linux.S
[519/864] Compiling sha256-586-apple.S
[520/864] Compiling sha256-586-linux.S
[521/864] Compiling sha1-armv8-win.S
[522/864] Compiling sha1-x86_64-linux.S
[523/864] Compiling sha1-x86_64-apple.S
[524/864] Compiling sha1-armv8-apple.S
[525/864] Compiling sha1-armv8-linux.S
[526/864] Compiling sha1-586-apple.S
[527/864] Compiling sha1-armv4-large-linux.S
[528/864] Compiling sha1-586-linux.S
[529/864] Compiling rsaz-avx2-linux.S
[530/864] Compiling rdrand-x86_64-linux.S
[531/864] Compiling rsaz-avx2-apple.S
[532/864] Compiling p256_beeu-x86_64-asm-apple.S
[533/864] Compiling rdrand-x86_64-apple.S
[534/864] Compiling p256_beeu-x86_64-asm-linux.S
[535/864] Compiling p256_beeu-armv8-asm-win.S
[536/864] Compiling p256_beeu-armv8-asm-linux.S
[537/864] Compiling p256-x86_64-asm-linux.S
[538/864] Compiling p256_beeu-armv8-asm-apple.S
[539/864] Compiling p256-armv8-asm-win.S
[540/864] Compiling p256-x86_64-asm-apple.S
[541/864] Compiling p256-armv8-asm-apple.S
[542/864] Compiling ghashv8-armv8-win.S
[543/864] Compiling p256-armv8-asm-linux.S
[544/864] Compiling ghashv8-armv8-linux.S
[545/864] Compiling ghashv8-armv7-linux.S
[546/864] Compiling ghashv8-armv8-apple.S
[547/864] Compiling ghash-x86_64-linux.S
[548/864] Compiling ghash-x86_64-apple.S
[549/864] Compiling ghash-x86-linux.S
[550/864] Compiling ghash-ssse3-x86_64-linux.S
[551/864] Compiling d1_both.cc
[552/864] Compiling ghash-x86-apple.S
[553/864] Compiling ghash-ssse3-x86_64-apple.S
[554/864] Compiling ghash-ssse3-x86-apple.S
[555/864] Compiling ghash-ssse3-x86-linux.S
[556/864] Compiling ghash-neon-armv8-apple.S
[557/864] Compiling ghash-armv4-linux.S
[558/864] Compiling ghash-neon-armv8-win.S
[559/864] Compiling ghash-neon-armv8-linux.S
[560/864] Compiling co-586-apple.S
[561/864] Compiling co-586-linux.S
[562/864] Compiling bsaes-armv7-linux.S
[563/864] Compiling bn-armv8-linux.S
[563/864] Compiling bn-armv8-win.S
[565/864] Compiling bn-armv8-apple.S
[566/864] Compiling bn-586-linux.S
[567/864] Compiling bn-586-apple.S
[568/864] Compiling armv8-mont-win.S
[569/864] Compiling armv8-mont-apple.S
[570/864] Compiling armv4-mont-linux.S
[571/864] Compiling aesv8-gcm-armv8-win.S
[572/864] Compiling armv8-mont-linux.S
[573/864] Compiling aesv8-gcm-armv8-apple.S
[574/864] Compiling aesv8-armv8-win.S
[575/864] Compiling aesv8-gcm-armv8-linux.S
[576/864] Compiling aesv8-armv8-apple.S
[577/864] Compiling aesv8-armv8-linux.S
[578/864] Compiling aesv8-armv7-linux.S
[579/864] Compiling aesni-x86_64-apple.S
[580/864] Compiling aesni-x86_64-linux.S
[581/864] Compiling aesni-x86-linux.S
[582/864] Compiling aesni-gcm-x86_64-linux.S
[583/864] Compiling aes-gcm-avx10-x86_64-linux.S
[584/864] Compiling aesni-x86-apple.S
[585/864] Compiling aes-gcm-avx2-x86_64-apple.S
[586/864] Compiling aesni-gcm-x86_64-apple.S
[587/864] Compiling aes-gcm-avx2-x86_64-linux.S
[588/864] Compiling aes-gcm-avx10-x86_64-apple.S
[590/864] Compiling SwiftProtobuf any.pb.swift
[591/864] Compiling SwiftProtobuf api.pb.swift
[592/864] Compiling SwiftProtobuf descriptor.pb.swift
[593/864] Compiling SwiftProtobuf duration.pb.swift
[594/864] Compiling SwiftProtobuf empty.pb.swift
[595/864] Compiling SwiftProtobuf field_mask.pb.swift
[596/864] Compiling SwiftProtobuf source_context.pb.swift
[597/864] Compiling SwiftProtobuf struct.pb.swift
[598/864] Compiling SwiftProtobuf timestamp.pb.swift
[599/864] Compiling SwiftProtobuf type.pb.swift
[600/864] Compiling SwiftProtobuf wrappers.pb.swift
[601/865] Compiling x_sig.cc
[602/865] Compiling x_pubkey.cc
[603/865] Compiling x_x509a.cc
[604/865] Compiling x_spki.cc
[605/865] Compiling x_req.cc
[606/865] Wrapping AST for SwiftProtobuf for debugging
[607/865] Compiling x_x509.cc
[608/865] Compiling x_val.cc
[609/865] Compiling x_name.cc
[610/865] Compiling x_exten.cc
[611/865] Compiling x_attrib.cc
[612/865] Compiling x509spki.cc
[613/865] Compiling x_algor.cc
[614/865] Compiling x_crl.cc
[615/865] Compiling x_all.cc
[616/865] Compiling x509rset.cc
[617/865] Compiling x509cset.cc
[618/865] Compiling x509name.cc
[619/865] Compiling x509_txt.cc
[620/865] Compiling x509_v3.cc
[621/865] Compiling x509_trs.cc
[622/865] Compiling x509_vpm.cc
[623/865] Compiling x509_vfy.cc
[624/865] Compiling x509_set.cc
[625/865] Compiling x509_req.cc
[626/865] Compiling x509_obj.cc
[627/865] Compiling x509_def.cc
[628/865] Compiling x509_lu.cc
[629/865] Compiling x509_ext.cc
[630/865] Compiling x509_att.cc
[631/865] Compiling x509_d2.cc
[632/865] Compiling x509_cmp.cc
[633/865] Compiling x509.cc
[634/865] Compiling v3_skey.cc
[635/865] Compiling v3_utl.cc
[636/865] Compiling v3_prn.cc
[637/865] Compiling v3_purp.cc
[638/865] Compiling v3_pmaps.cc
[639/865] Compiling v3_ocsp.cc
[640/865] Compiling v3_pcons.cc
[641/865] Compiling v3_ncons.cc
[642/865] Compiling v3_lib.cc
[643/865] Compiling v3_info.cc
[644/865] Compiling v3_int.cc
[645/865] Compiling v3_ia5.cc
[646/865] Compiling v3_genn.cc
[647/865] Compiling v3_extku.cc
[648/865] Compiling v3_enum.cc
[649/865] Compiling v3_cpols.cc
[650/865] Compiling v3_crld.cc
[651/865] Compiling v3_conf.cc
[652/865] Compiling v3_bitst.cc
[653/865] Compiling v3_bcons.cc
[654/865] Compiling v3_akeya.cc
[655/865] Compiling v3_alt.cc
[656/865] Compiling v3_akey.cc
[657/865] Compiling t_req.cc
[658/865] Compiling t_x509a.cc
[659/865] Compiling t_x509.cc
[660/865] Compiling t_crl.cc
[661/865] Compiling i2d_pr.cc
[662/865] Compiling rsa_pss.cc
[663/865] Compiling policy.cc
[664/865] Compiling name_print.cc
[665/865] Compiling by_dir.cc
[666/865] Compiling by_file.cc
[667/865] Compiling asn1_gen.cc
[668/865] Compiling a_verify.cc
[669/865] Compiling voprf.cc
[670/865] Compiling a_sign.cc
[671/865] Compiling algorithm.cc
[672/865] Compiling a_digest.cc
[673/865] Compiling thread_win.cc
[674/865] Compiling thread.cc
[675/865] Compiling trust_token.cc
[676/865] Compiling thread_pthread.cc
[677/865] Compiling thread_none.cc
[678/865] Compiling stack.cc
[679/865] Compiling pmbtoken.cc
[680/865] Compiling sha1.cc
[681/865] Compiling sha256.cc
[682/865] Compiling siphash.cc
[683/865] Compiling spake2plus.cc
[684/865] Compiling sha512.cc
[685/865] Compiling slhdsa.cc
[686/865] Compiling rsa_print.cc
[687/865] Compiling rsa_extra.cc
[688/865] Compiling rc4.cc
[689/865] Compiling refcount.cc
[690/865] Compiling rsa_crypt.cc
[691/865] Compiling trusty.cc
[692/865] Compiling windows.cc
[693/865] Compiling urandom.cc
[694/865] Compiling rand.cc
[695/865] Compiling rsa_asn1.cc
[696/865] Compiling passive.cc
[697/865] Compiling poly1305_arm_asm.S
[698/865] Compiling ios.cc
[699/865] Compiling fork_detect.cc
[700/865] Compiling getentropy.cc
[701/865] Compiling deterministic.cc
[702/865] Compiling forkunsafe.cc
[703/865] Compiling poly1305_vec.cc
[704/865] Compiling poly1305_arm.cc
[705/865] Compiling pool.cc
[706/865] Compiling poly1305.cc
[707/865] Compiling pkcs7.cc
[708/865] Compiling pkcs8.cc
[709/865] Compiling p5_pbev2.cc
[710/865] Compiling pkcs7_x509.cc
[711/865] Compiling pkcs8_x509.cc
[712/865] Compiling pem_x509.cc
[713/865] Compiling pem_xaux.cc
[714/865] Compiling pem_pkey.cc
[715/865] Compiling pem_pk8.cc
[716/865] Compiling mlkem.cc
[717/865] Compiling pem_oth.cc
[718/865] Compiling obj_xref.cc
[719/865] Compiling pem_info.cc
[720/865] Compiling pem_all.cc
[721/865] Compiling pem_lib.cc
[722/865] Compiling obj.cc
[723/865] Compiling poly_rq_mul.S
[724/865] Compiling mldsa.cc
[725/865] Compiling fips_shared_support.cc
[726/865] Compiling mem.cc
[727/865] Compiling md5.cc
[728/865] Compiling lhash.cc
[729/865] Compiling md4.cc
[730/865] Compiling kyber.cc
[731/865] Compiling ex_data.cc
[732/865] Compiling hrss.cc
[733/865] Compiling hpke.cc
[734/865] Compiling sign.cc
[734/865] Compiling print.cc
[736/865] Compiling scrypt.cc
[737/865] Compiling pbkdf.cc
[738/865] Compiling p_x25519.cc
[739/865] Compiling p_x25519_asn1.cc
[740/865] Compiling p_rsa_asn1.cc
[740/865] Compiling p_hkdf.cc
[742/865] Compiling p_ed25519_asn1.cc
[743/865] Compiling p_ed25519.cc
[744/865] Compiling p_rsa.cc
[745/865] Compiling p_dh.cc
[746/865] Compiling p_dh_asn1.cc
[747/865] Compiling p_dsa_asn1.cc
[748/865] Compiling evp.cc
[749/865] Compiling evp_ctx.cc
[750/865] Compiling err.cc
[751/865] Compiling evp_asn1.cc
[752/865] Compiling engine.cc
[753/865] Compiling ecdh.cc
[754/865] Compiling hash_to_curve.cc
[755/865] Compiling ec_derive.cc
[756/865] Compiling ecdsa_asn1.cc
[757/865] Compiling ec_asn1.cc
[758/865] Compiling params.cc
[759/865] Compiling dsa.cc
[760/865] Compiling dsa_asn1.cc
[761/865] Compiling des.cc
[762/865] Compiling bcm.cc
[763/865] Compiling digest_extra.cc
[764/865] Compiling x25519-asm-arm.S
[765/865] Compiling dh_asn1.cc
[766/865] Compiling curve25519_64_adx.cc
[767/865] Compiling cpu_intel.cc
[768/865] Compiling cpu_arm_linux.cc
[769/865] Compiling cpu_arm_freebsd.cc
[770/865] Compiling spake25519.cc
[771/865] Compiling curve25519.cc
[772/865] Compiling crypto.cc
[773/865] Compiling cpu_aarch64_win.cc
[774/865] Compiling cpu_aarch64_sysreg.cc
[775/865] Compiling cpu_aarch64_openbsd.cc
[776/865] Compiling cpu_aarch64_fuchsia.cc
[777/865] Compiling cpu_aarch64_linux.cc
[778/865] Compiling cpu_aarch64_apple.cc
[779/865] Compiling tls_cbc.cc
[780/865] Compiling conf.cc
[781/865] Compiling get_cipher.cc
[782/865] Compiling e_tls.cc
[783/865] Compiling e_rc4.cc
[784/865] Compiling e_rc2.cc
[785/865] Compiling e_null.cc
[786/865] Compiling e_aesgcmsiv.cc
[787/865] Compiling e_chacha20poly1305.cc
[788/865] Compiling e_des.cc
[789/865] Compiling e_aesctrhmac.cc
[790/865] Compiling derive_key.cc
[791/865] Compiling chacha.cc
[792/865] Compiling unicode.cc
[793/865] Compiling buf.cc
[794/865] Compiling ber.cc
[795/865] Compiling asn1_compat.cc
[796/865] Compiling cbb.cc
[797/865] Compiling cbs.cc
[798/865] Compiling bn_asn1.cc
[799/865] Compiling convert.cc
[800/865] Compiling blake2.cc
[801/865] Compiling socket_helper.cc
[802/865] Compiling printf.cc
[803/865] Compiling socket.cc
[804/865] Compiling pair.cc
[805/865] Compiling hexdump.cc
[806/865] Compiling file.cc
[807/865] Compiling fd.cc
[808/865] Compiling errno.cc
[809/865] Compiling connect.cc
[810/865] Compiling bio_mem.cc
[811/865] Compiling bio.cc
[812/865] Compiling base64.cc
[813/865] Compiling tasn_typ.cc
[814/865] Compiling tasn_fre.cc
[815/865] Compiling tasn_utl.cc
[816/865] Compiling tasn_new.cc
[817/865] Compiling tasn_enc.cc
[818/865] Compiling posix_time.cc
[819/865] Compiling f_string.cc
[820/865] Compiling f_int.cc
[821/865] Compiling tasn_dec.cc
[822/865] Compiling asn_pack.cc
[823/865] Compiling asn1_par.cc
[824/865] Compiling asn1_lib.cc
[825/865] Compiling a_time.cc
[826/865] Compiling a_utctm.cc
[827/865] Compiling a_type.cc
[828/865] Compiling a_octet.cc
[829/865] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[829/865] Write sources
[835/865] Compiling a_strnid.cc
[836/883] Compiling a_strex.cc
[837/961] Compiling a_object.cc
[839/961] Compiling Algorithms FlattenCollection.swift
[840/961] Compiling Algorithms Grouped.swift
[841/961] Compiling Algorithms Partition.swift
[842/961] Compiling Algorithms Permutations.swift
[842/963] Compiling a_i2d_fp.cc
[844/963] Compiling Algorithms Indexed.swift
[845/963] Compiling Algorithms Intersperse.swift
[846/963] Compiling Algorithms Keyed.swift
[847/963] Compiling Algorithms MinMax.swift
[847/963] Compiling a_mbstr.cc
[848/963] Compiling a_int.cc
[850/963] Compiling Algorithms EitherSequence.swift
[851/963] Compiling Algorithms FirstNonNil.swift
[852/963] Compiling Algorithms Joined.swift
[853/963] Compiling Atomics IntegerOperations.swift
[854/963] Compiling Atomics Unmanaged extensions.swift
[856/963] Compiling Algorithms Stride.swift
[857/963] Compiling Algorithms Suffix.swift
[858/966] Compiling Algorithms RandomSample.swift
[859/966] Compiling Algorithms Reductions.swift
[860/966] Compiling Algorithms Rotate.swift
[861/966] Compiling Algorithms AdjacentPairs.swift
[862/966] Compiling Algorithms Chain.swift
[863/966] Compiling Algorithms Chunked.swift
[864/966] Compiling Algorithms Combinations.swift
[865/966] Compiling Algorithms Compacted.swift
[866/966] Compiling Algorithms Cycle.swift
[899/973] Compiling Algorithms Trim.swift
[900/973] Compiling Algorithms Unique.swift
[901/973] Compiling Algorithms Windows.swift
[902/973] Emitting module AsyncAlgorithms
[903/973] Emitting module Atomics
[911/973] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[912/973] Compiling AsyncAlgorithms DebounceStateMachine.swift
[913/973] Compiling AsyncAlgorithms DebounceStorage.swift
[914/973] Compiling AsyncAlgorithms Dictionary.swift
[915/973] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[916/973] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[917/973] Compiling AsyncAlgorithms AsyncChannel.swift
[918/973] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[919/973] Compiling AsyncAlgorithms ChannelStateMachine.swift
[920/973] Compiling AsyncAlgorithms ChannelStorage.swift
[921/973] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[928/974] Wrapping AST for Atomics for debugging
[930/974] Compiling AsyncAlgorithms Rethrow.swift
[931/974] Compiling AsyncAlgorithms SetAlgebra.swift
[932/974] Compiling AsyncAlgorithms UnsafeTransfer.swift
[933/974] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[934/974] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[935/974] Compiling AsyncAlgorithms ZipStateMachine.swift
[936/974] Compiling AsyncAlgorithms ZipStorage.swift
[937/974] Emitting module Algorithms
[938/975] Wrapping AST for Algorithms for debugging
[939/975] Compiling c-atomics.c
[941/982] Compiling NIOConcurrencyHelpers lock.swift
[942/982] Compiling NIOConcurrencyHelpers NIOLock.swift
[943/982] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[944/982] Compiling NIOConcurrencyHelpers atomics.swift
[945/982] Emitting module NIOConcurrencyHelpers
[946/982] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[947/982] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[948/983] Wrapping AST for NIOConcurrencyHelpers for debugging
[950/1047] Compiling NIOCore NIOCoreSendableMetatype.swift
[951/1047] Compiling NIOCore NIODecodedAsyncSequence.swift
[952/1047] Compiling NIOCore NIOLoopBound.swift
[953/1047] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[954/1047] Compiling NIOCore NIOScheduledCallback.swift
[955/1047] Compiling NIOCore NIOSendable.swift
[956/1047] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[957/1047] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[958/1047] Compiling NIOCore RecvByteBufferAllocator.swift
[959/1055] Compiling NIOCore CircularBuffer.swift
[960/1055] Compiling NIOCore Codec.swift
[961/1055] Compiling NIOCore ConvenienceOptionSupport.swift
[962/1055] Compiling NIOCore DeadChannel.swift
[963/1055] Compiling NIOCore DispatchQueue+WithFuture.swift
[964/1055] Compiling NIOCore EventLoop+Deprecated.swift
[965/1055] Compiling NIOCore EventLoop+SerialExecutor.swift
[966/1055] Compiling NIOCore ByteBuffer-views.swift
[967/1055] Compiling NIOCore Channel.swift
[968/1055] Compiling NIOCore ChannelHandler.swift
[969/1055] Compiling NIOCore ChannelHandlers.swift
[970/1055] Compiling NIOCore ChannelInvoker.swift
[971/1055] Compiling NIOCore ChannelOption.swift
[972/1055] Compiling NIOCore ChannelPipeline.swift
[973/1056] Wrapping AST for AsyncAlgorithms for debugging
[975/1065] Compiling ServiceLifecycle CancellationWaiter.swift
[976/1066] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[977/1066] Emitting module ServiceLifecycle
[978/1066] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[979/1066] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[980/1066] Compiling NIOCore IPProtocol.swift
[981/1066] Compiling NIOCore IntegerBitPacking.swift
[982/1066] Compiling NIOCore IntegerTypes.swift
[983/1066] Compiling NIOCore Interfaces.swift
[984/1066] Compiling NIOCore Linux.swift
[985/1066] Compiling NIOCore MarkedCircularBuffer.swift
[986/1066] Compiling NIOCore MulticastChannel.swift
[987/1066] Compiling NIOCore NIOAny.swift
[988/1066] Compiling NIOCore NIOCloseOnErrorHandler.swift
[989/1066] Compiling ServiceLifecycle ClosureService.swift
[990/1066] Compiling ServiceLifecycle GracefulShutdown.swift
[991/1066] Compiling ServiceLifecycle ServiceRunnerError.swift
[992/1066] Compiling ServiceLifecycle ServiceGroup.swift
[993/1066] Compiling ServiceLifecycle Service.swift
[994/1067] Wrapping AST for ServiceLifecycle for debugging
[996/1067] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[997/1067] Compiling NIOCore SocketAddresses.swift
[998/1067] Compiling NIOCore SocketOptionProvider.swift
[999/1067] Compiling NIOCore SystemCallHelpers.swift
[1000/1067] Compiling NIOCore TimeAmount+Duration.swift
[1001/1067] Compiling NIOCore TypeAssistedChannelHandler.swift
[1002/1067] Compiling NIOCore UniversalBootstrapSupport.swift
[1003/1067] Compiling NIOCore Utilities.swift
[1006/1067] Compiling NIOCore AsyncChannel.swift
[1007/1067] Compiling NIOCore AsyncChannelHandler.swift
[1008/1067] Compiling NIOCore AsyncChannelInboundStream.swift
[1009/1067] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1010/1067] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1011/1067] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1012/1067] Compiling NIOCore NIOAsyncWriter.swift
[1013/1067] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1014/1067] Compiling NIOCore BSDSocketAPI.swift
[1015/1067] Compiling NIOCore ByteBuffer-aux.swift
[1016/1067] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1017/1067] Compiling NIOCore ByteBuffer-conversions.swift
[1018/1067] Compiling NIOCore ByteBuffer-core.swift
[1019/1067] Compiling NIOCore ByteBuffer-hex.swift
[1020/1067] Compiling NIOCore ByteBuffer-int.swift
[1021/1067] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1022/1067] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1023/1067] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1024/1067] Compiling NIOCore EventLoopFuture.swift
[1025/1067] Compiling NIOCore FileDescriptor.swift
[1026/1067] Compiling NIOCore FileHandle.swift
[1027/1067] Compiling NIOCore FileRegion.swift
[1028/1067] Compiling NIOCore GlobalSingletons.swift
[1029/1067] Compiling NIOCore IO.swift
[1030/1067] Compiling NIOCore IOData.swift
[1031/1067] Compiling NIOCore ByteBuffer-multi-int.swift
[1032/1067] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1047/1067] Compiling NIOCore EventLoop.swift
[1048/1067] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1049/1067] Emitting module NIOCore
[1050/1068] Wrapping AST for NIOCore for debugging
[1052/1122] Emitting module NIOEmbedded
[1053/1122] Compiling NIOEmbedded Embedded.swift
[1054/1122] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1055/1122] Compiling NIOEmbedded AsyncTestingChannel.swift
[1056/1123] Wrapping AST for NIOEmbedded for debugging
[1058/1123] Emitting module NIOPosix
[1059/1123] Compiling NIOPosix BSDSocketAPICommon.swift
[1060/1123] Compiling NIOPosix BSDSocketAPIPosix.swift
[1061/1123] Compiling NIOPosix BSDSocketAPIWindows.swift
[1062/1123] Compiling NIOPosix BaseSocket.swift
[1063/1123] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1064/1123] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1065/1123] Compiling NIOPosix BaseSocketChannel.swift
[1066/1129] Compiling NIOPosix SelectableChannel.swift
[1067/1129] Compiling NIOPosix SelectableEventLoop.swift
[1068/1129] Compiling NIOPosix SelectorEpoll.swift
[1069/1129] Compiling NIOPosix SelectorGeneric.swift
[1070/1129] Compiling NIOPosix SelectorKqueue.swift
[1071/1129] Compiling NIOPosix SelectorUring.swift
[1072/1129] Compiling NIOPosix SelectorWSAPoll.swift
[1073/1129] Compiling NIOPosix PipePair.swift
[1074/1129] Compiling NIOPosix Pool.swift
[1075/1129] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1076/1129] Compiling NIOPosix PosixSingletons.swift
[1077/1129] Compiling NIOPosix RawSocketBootstrap.swift
[1078/1129] Compiling NIOPosix Resolver.swift
[1079/1129] Compiling NIOPosix Selectable.swift
[1080/1129] Compiling NIOPosix ServerSocket.swift
[1081/1129] Compiling NIOPosix Socket.swift
[1082/1129] Compiling NIOPosix SocketChannel.swift
[1083/1129] Compiling NIOPosix SocketProtocols.swift
[1084/1129] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1085/1129] Compiling NIOPosix System.swift
[1086/1129] Compiling NIOPosix Thread.swift
[1087/1129] Compiling NIOPosix ThreadPosix.swift
[1088/1129] Compiling NIOPosix ThreadWindows.swift
[1089/1129] Compiling NIOPosix Utilities.swift
[1090/1129] Compiling NIOPosix VsockAddress.swift
[1091/1129] Compiling NIOPosix VsockChannelEvents.swift
[1092/1129] Compiling NIOPosix Windows.swift
[1093/1129] Compiling NIOPosix HappyEyeballs.swift
[1094/1129] Compiling NIOPosix IO.swift
[1095/1129] Compiling NIOPosix IntegerBitPacking.swift
[1096/1129] Compiling NIOPosix IntegerTypes.swift
[1097/1129] Compiling NIOPosix Linux.swift
[1098/1129] Compiling NIOPosix LinuxCPUSet.swift
[1099/1129] Compiling NIOPosix LinuxUring.swift
[1100/1129] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1101/1129] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1102/1129] Compiling NIOPosix NIOThreadPool.swift
[1103/1129] Compiling NIOPosix NonBlockingFileIO.swift
[1104/1129] Compiling NIOPosix PendingDatagramWritesManager.swift
[1105/1129] Compiling NIOPosix PendingWritesManager.swift
[1106/1129] Compiling NIOPosix PipeChannel.swift
[1107/1129] Compiling NIOPosix BaseStreamSocketChannel.swift
[1108/1129] Compiling NIOPosix Bootstrap.swift
[1109/1129] Compiling NIOPosix ControlMessage.swift
[1110/1129] Compiling NIOPosix DatagramVectorReadManager.swift
[1111/1129] Compiling NIOPosix Errors+Any.swift
[1112/1129] Compiling NIOPosix FileDescriptor.swift
[1113/1129] Compiling NIOPosix GetaddrinfoResolver.swift
[1114/1130] Wrapping AST for NIOPosix for debugging
[1116/1132] Compiling NIO Exports.swift
[1117/1132] Emitting module NIO
[1118/1134] Wrapping AST for NIO for debugging
[1120/1172] Compiling NIOTLS TLSEvents.swift
[1121/1172] Emitting module NIOSOCKS
[1122/1173] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1123/1173] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1124/1173] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1125/1173] Emitting module NIOFoundationCompat
[1126/1173] Emitting module NIOTLS
[1127/1173] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1128/1173] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1129/1173] Compiling NIOHTTP1 HTTPDecoder.swift
[1130/1173] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1131/1173] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1132/1173] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1133/1173] Compiling NIOSOCKS ClientStateMachine.swift
[1134/1173] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1135/1173] Compiling NIOSOCKS SOCKSResponse.swift
[1136/1173] Compiling NIOHTTP1 HTTPEncoder.swift
[1137/1173] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1138/1173] Compiling NIOSOCKS ServerStateMachine.swift
[1139/1173] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1140/1173] Compiling NIOTLS SNIHandler.swift
[1141/1174] Compiling NIOHTTP1 HTTPTypes.swift
[1142/1174] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1145/1175] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1146/1175] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1146/1177] Wrapping AST for NIOTLS for debugging
[1148/1177] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1149/1177] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1149/1177] Wrapping AST for NIOSOCKS for debugging
[1151/1177] Emitting module NIOHTTP1
[1152/1177] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1154/1207] Compiling NIOSSL NIOSSLHandler.swift
[1155/1207] Compiling NIOSSL SSLContext.swift
[1155/1207] Wrapping AST for NIOFoundationCompat for debugging
[1157/1229] Compiling NIOTransportServices NIOTSBootstraps.swift
[1158/1229] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1159/1229] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1160/1231] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1161/1231] Compiling NIOTransportServices NIOTSSingletons.swift
[1162/1231] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1163/1231] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1164/1231] Compiling NIOTransportServices NIOTSErrors.swift
[1165/1231] Compiling NIOTransportServices NIOTSEventLoop.swift
[1168/1231] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1169/1231] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1171/1231] Compiling NIOTransportServices AcceptHandler.swift
[1172/1231] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1173/1231] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1174/1231] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1175/1231] Compiling NIOTransportServices StateManagedChannel.swift
[1176/1231] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1177/1231] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1178/1231] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1179/1231] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1180/1231] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1181/1231] Emitting module NIOTransportServices
[1185/1231] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1186/1231] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1189/1232] Wrapping AST for NIOTransportServices for debugging
[1194/1233] Wrapping AST for NIOHTTP1 for debugging
[1196/1234] Emitting module NIOSSL
[1197/1255] Compiling NIOHPACK IntegerCoding.swift
[1198/1256] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1199/1256] Emitting module NIOHTTPCompression
[1211/1256] Compiling NIOSSL SafeCompare.swift
[1212/1256] Compiling NIOHPACK IndexedHeaderTable.swift
[1213/1256] Compiling NIOHTTPCompression HTTPDecompression.swift
[1214/1256] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1215/1256] Compiling NIOHTTPCompression HTTPCompression.swift
[1216/1256] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1217/1256] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1218/1257] Compiling NIOHPACK HPACKHeader.swift
[1219/1257] Compiling NIOHPACK HeaderTables.swift
[1222/1257] Emitting module NIOHPACK
[1224/1257] Compiling NIOHPACK HuffmanTables.swift
[1225/1257] Compiling NIOHPACK StaticHeaderTable.swift
[1226/1257] Compiling NIOSSL NIOSSLServerHandler.swift
[1227/1257] Compiling NIOSSL ObjectIdentifier.swift
[1228/1257] Compiling NIOSSL PosixPort.swift
[1229/1257] Compiling NIOSSL SSLCallbacks.swift
[1230/1257] Compiling NIOHPACK DynamicHeaderTable.swift
[1231/1257] Compiling NIOHPACK HPACKDecoder.swift
[1232/1257] Compiling NIOHPACK HPACKEncoder.swift
[1233/1257] Compiling NIOHPACK HPACKErrors.swift
[1242/1257] Compiling NIOHPACK HuffmanCoding.swift
[1242/1257] Wrapping AST for NIOHTTPCompression for debugging
[1246/1258] Wrapping AST for NIOHPACK for debugging
[1248/1321] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1249/1321] Compiling NIOHTTP2 MayReceiveFrames.swift
[1250/1321] Compiling NIOHTTP2 ReceivingDataState.swift
[1251/1321] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1252/1322] Wrapping AST for NIOSSL for debugging
[1254/1322] Emitting module NIOHTTP2
[1255/1330] Compiling NIOHTTP2 DOSHeuristics.swift
[1256/1330] Compiling NIOHTTP2 Error+Any.swift
[1257/1330] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1258/1330] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1259/1330] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1260/1330] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1261/1330] Compiling NIOHTTP2 GlitchesMonitor.swift
[1262/1330] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1263/1330] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1264/1330] Compiling NIOHTTP2 MaySendFrames.swift
[1265/1330] Compiling NIOHTTP2 SendingDataState.swift
[1266/1330] Compiling NIOHTTP2 SendingGoawayState.swift
[1267/1330] Compiling NIOHTTP2 SendingHeadersState.swift
[1268/1330] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1269/1330] Compiling NIOHTTP2 SendingRstStreamState.swift
[1270/1330] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1271/1330] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1272/1330] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1273/1330] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1274/1330] Compiling NIOHTTP2 HasLocalSettings.swift
[1275/1330] Compiling NIOHTTP2 HasRemoteSettings.swift
[1276/1330] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1277/1330] Compiling NIOHTTP2 QuiescingState.swift
[1278/1330] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1279/1330] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1280/1330] Compiling NIOHTTP2 StateMachineResult.swift
[1281/1330] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1282/1330] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1283/1330] Compiling NIOHTTP2 HTTP2PingData.swift
[1284/1330] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1285/1330] Compiling NIOHTTP2 HTTP2Settings.swift
[1286/1330] Compiling NIOHTTP2 HTTP2Stream.swift
[1287/1330] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1288/1330] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1289/1330] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1290/1330] Compiling NIOHTTP2 HTTP2StreamID.swift
[1291/1330] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1296/1330] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1297/1330] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1298/1330] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1299/1330] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1300/1330] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1301/1330] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1302/1330] Compiling NIOHTTP2 StreamChannelList.swift
[1303/1330] Compiling NIOHTTP2 StreamMap.swift
[1304/1330] Compiling NIOHTTP2 StreamStateMachine.swift
[1305/1330] Compiling NIOHTTP2 Timer.swift
[1306/1330] Compiling NIOHTTP2 UnsafeTransfer.swift
[1307/1330] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1308/1330] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1309/1330] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1310/1330] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1311/1330] Compiling NIOHTTP2 InboundEventBuffer.swift
[1312/1330] Compiling NIOHTTP2 InboundWindowManager.swift
[1313/1330] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1314/1330] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1315/1330] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1316/1330] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1317/1330] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1318/1330] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1319/1330] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1320/1330] Compiling NIOHTTP2 HTTP2Error.swift
[1321/1330] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1322/1330] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1323/1330] Compiling NIOHTTP2 HTTP2Frame.swift
[1324/1330] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1325/1331] Wrapping AST for NIOHTTP2 for debugging
[1327/1395] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1328/1395] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1329/1395] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1330/1395] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1331/1395] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1332/1395] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1333/1395] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1334/1395] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1335/1395] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1336/1395] Emitting module AsyncHTTPClient
[1337/1395] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1338/1395] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1339/1395] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1340/1395] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1341/1395] Compiling AsyncHTTPClient HTTP1Connection.swift
[1342/1395] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1343/1395] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1344/1395] Compiling AsyncHTTPClient HTTP2Connection.swift
[1345/1395] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1346/1403] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1347/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1348/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1349/1403] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1350/1403] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1351/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1352/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1353/1403] Compiling AsyncHTTPClient RequestBodyLength.swift
[1354/1403] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1355/1403] Compiling AsyncHTTPClient RequestValidation.swift
[1356/1403] Compiling AsyncHTTPClient SSLContextCache.swift
[1357/1403] Compiling AsyncHTTPClient Scheme.swift
[1358/1403] Compiling AsyncHTTPClient Singleton.swift
[1359/1403] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1360/1403] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1361/1403] Compiling AsyncHTTPClient TracingSupport.swift
[1362/1403] Compiling AsyncHTTPClient Utils.swift
[1363/1403] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1364/1403] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1365/1403] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1366/1403] Compiling AsyncHTTPClient Transaction.swift
[1367/1403] Compiling AsyncHTTPClient Base64.swift
[1368/1403] Compiling AsyncHTTPClient BasicAuth.swift
[1369/1403] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1370/1403] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1371/1403] Compiling AsyncHTTPClient ConnectionPool.swift
[1372/1403] Compiling AsyncHTTPClient LRUCache.swift
[1373/1403] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1374/1403] Compiling AsyncHTTPClient NWErrorHandler.swift
[1375/1403] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1376/1403] Compiling AsyncHTTPClient TLSConfiguration.swift
[1377/1403] Compiling AsyncHTTPClient RedirectState.swift
[1378/1403] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1379/1403] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1380/1403] Compiling AsyncHTTPClient RequestBag.swift
[1381/1403] Compiling AsyncHTTPClient DeconstructedURL.swift
[1382/1403] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1383/1403] Compiling AsyncHTTPClient FoundationExtensions.swift
[1384/1403] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1385/1403] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1386/1403] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1387/1403] Compiling AsyncHTTPClient HTTPClient.swift
[1388/1403] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1389/1403] Compiling AsyncHTTPClient HTTPHandler.swift
[1390/1403] Compiling AsyncHTTPClient RequestOptions.swift
[1391/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1392/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1393/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1394/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1395/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1396/1403] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1397/1403] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1398/1403] Compiling AsyncHTTPClient ConnectionTarget.swift
[1399/1404] Wrapping AST for AsyncHTTPClient for debugging
[1401/1415] Compiling LoggingLoki Batch.swift
[1402/1415] Compiling LoggingLoki BatchEntry.swift
[1403/1416] Emitting module LoggingLoki
[1404/1416] Compiling LoggingLoki LokiTransformer.swift
[1405/1416] Compiling LoggingLoki LokiStream.swift
[1406/1416] Compiling LoggingLoki Timeout.swift
[1407/1416] Compiling LoggingLoki LokiTransport.swift
[1408/1416] Compiling LoggingLoki push.pb.swift
[1409/1416] Compiling LoggingLoki LokiLog.swift
[1410/1416] Compiling LoggingLoki LokiLogHandler.swift
[1411/1416] Compiling LoggingLoki LokiLogProcessor.swift
[1412/1416] Compiling LoggingLoki LokiRequest.swift
[1413/1417] Wrapping AST for LoggingLoki for debugging
[1415/1419] Emitting module BasicUsage
[1416/1419] Compiling BasicUsage BasicUsage.swift
[1417/1420] Wrapping AST for BasicUsage for debugging
[1418/1420] Write Objects.LinkFileList
[1419/1420] Linking BasicUsage
Build complete! (411.18s)
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" : "/host/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"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.