The Swift Package Index logo.Swift Package Index

Build Information

Successful build of google-cloud-error-reporting, reference 0.0.3 (ca9cec), with Swift 6.1 for Linux on 22 Sep 2025 03:53:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/google-cloud-error-reporting-swift.git
Reference: 0.0.3
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/rosecoder/google-cloud-error-reporting-swift
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at ca9cecb swift format
Cloned https://github.com/rosecoder/google-cloud-error-reporting-swift.git
Revision (git rev-parse @):
ca9cecb138b94b29eecd519df170fcb9f50bf4a2
SUCCESS checkout https://github.com/rosecoder/google-cloud-error-reporting-swift.git at 0.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rosecoder/google-cloud-error-reporting-swift.git
https://github.com/rosecoder/google-cloud-error-reporting-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "google-cloud-service-context",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rosecoder/google-cloud-service-context.git"
    },
    {
      "identity" : "retryable-task",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rosecoder/retryable-task.git"
    },
    {
      "identity" : "google-cloud-auth-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rosecoder/google-cloud-auth-swift.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "google-cloud-error-reporting",
  "name" : "google-cloud-error-reporting",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleCloudErrorReporting",
      "targets" : [
        "GoogleCloudErrorReporting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleCloudErrorReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloudErrorReportingTests",
      "path" : "Tests/GoogleCloudErrorReportingTests",
      "sources" : [
        "IntegrationTests.swift",
        "RemoteErrorTests.swift"
      ],
      "target_dependencies" : [
        "GoogleCloudErrorReporting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleCloudErrorReporting",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloudErrorReporting",
      "path" : "Sources/GoogleCloudErrorReporting",
      "product_dependencies" : [
        "Logging",
        "GoogleCloudServiceContext",
        "RetryableTask",
        "AsyncHTTPClient",
        "GoogleCloudAuth"
      ],
      "product_memberships" : [
        "GoogleCloudErrorReporting"
      ],
      "sources" : [
        "ErrorReportingLogHandler.swift",
        "ErrorReportingService.RemoteError.swift",
        "ErrorReportingService.RequestBody.swift",
        "ErrorReportingService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/rosecoder/retryable-task.git
Fetching https://github.com/rosecoder/google-cloud-service-context.git
Fetching https://github.com/rosecoder/google-cloud-auth-swift.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
[1/216] Fetching google-cloud-auth-swift
[25/374] Fetching google-cloud-auth-swift, retryable-task
[375/425] Fetching google-cloud-auth-swift, retryable-task, google-cloud-service-context
[426/4328] Fetching google-cloud-auth-swift, retryable-task, google-cloud-service-context, swift-log
Fetched https://github.com/rosecoder/retryable-task.git from cache (0.32s)
Fetched https://github.com/rosecoder/google-cloud-auth-swift.git from cache (0.34s)
[1/14303] Fetching async-http-client
Fetched https://github.com/rosecoder/google-cloud-service-context.git from cache (1.11s)
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.12s)
Computing version for https://github.com/rosecoder/retryable-task.git
Computed https://github.com/rosecoder/retryable-task.git at 1.1.2 (1.81s)
Computing version for https://github.com/rosecoder/google-cloud-service-context.git
Computed https://github.com/rosecoder/google-cloud-service-context.git at 0.0.2 (0.68s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
[1089/3564] Fetching swift-service-context, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.37s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.08s)
Computing version for https://github.com/rosecoder/google-cloud-auth-swift.git
Computed https://github.com/rosecoder/google-cloud-auth-swift.git at 1.2.3 (0.81s)
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/29784] Fetching grpc-swift-2
[299/35002] Fetching grpc-swift-2, swift-distributed-tracing
[11100/44152] Fetching grpc-swift-2, swift-distributed-tracing, jwt-kit
[17818/122505] Fetching grpc-swift-2, swift-distributed-tracing, jwt-kit, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.71s)
[16154/117287] Fetching grpc-swift-2, jwt-kit, swift-nio
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.01s)
[60080/87503] Fetching jwt-kit, swift-nio
Fetched https://github.com/vapor/jwt-kit.git from cache (7.84s)
Fetched https://github.com/apple/swift-nio.git from cache (7.93s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.1.0 (8.57s)
Fetching https://github.com/apple/swift-collections.git
[1/17528] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.35s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.2.0 (1.95s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
[1/6583] Fetching swift-certificates
[6584/23644] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
[1195/17061] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.97s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.0 (0.62s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.66s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1814] Fetching swift-atomics
[709/4557] Fetching swift-atomics, swift-nio-transport-services
[920/16229] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2
[5519/22368] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-extras
[7225/28354] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-algorithms
[13054/43439] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.62s)
[16426/40696] Fetching swift-atomics, swift-nio-http2, swift-nio-extras, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.74s)
[14081/34557] Fetching swift-atomics, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.42s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.43s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (3.07s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.84s)
Fetching https://github.com/apple/swift-system.git
[1/5008] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/6359] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.21s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.94s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1176] Fetching swift-http-structured-headers
[907/2805] Fetching swift-http-structured-headers, swift-asn1
[1152/3727] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[3458/9145] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.54s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.55s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.61s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (4.23s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.05s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (1.18s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.02s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.91s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.13s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.30s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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.86.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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.8.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.25.1
Creating working copy for https://github.com/rosecoder/google-cloud-auth-swift.git
Working copy of https://github.com/rosecoder/google-cloud-auth-swift.git resolved at 1.2.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.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.2.1
Creating working copy for https://github.com/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
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.4.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.2.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.29.0
Creating working copy for https://github.com/rosecoder/google-cloud-service-context.git
Working copy of https://github.com/rosecoder/google-cloud-service-context.git resolved at 0.0.2
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.34.0
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.3.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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.6.4
Creating working copy for https://github.com/rosecoder/retryable-task.git
Working copy of https://github.com/rosecoder/retryable-task.git resolved at 1.1.2
Building for debugging...
[0/827] Write sources
[42/827] Compiling CNIOWindows shim.c
[43/827] Compiling CNIOWindows WSAStartup.c
[44/827] Compiling _NumericsShims _NumericsShims.c
[45/827] Compiling CNIOWASI CNIOWASI.c
[46/827] Compiling CNIOPosix event_loop_id.c
[47/827] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[48/827] Compiling _AtomicsShims.c
[49/827] Compiling CNIOLinux liburing_shims.c
[50/827] Compiling CNIODarwin shim.c
[51/827] Compiling CNIOLLHTTP c_nio_http.c
[52/827] Compiling CNIOExtrasZlib empty.c
[53/827] Compiling CNIOLinux shim.c
[54/827] Compiling fiat_p256_adx_sqr.S
[55/827] Compiling fiat_curve25519_adx_square.S
[56/827] Compiling fiat_p256_adx_mul.S
[57/827] Compiling fiat_curve25519_adx_mul.S
[58/827] Compiling CNIOLLHTTP c_nio_api.c
[59/827] Write swift-version-24593BA9C3E375BF.txt
[60/827] Compiling CNIOLLHTTP c_nio_llhttp.c
[61/827] Compiling CNIOBoringSSLShims shims.c
[63/833] Emitting module _NIODataStructures
[63/833] Compiling tls13_server.cc
[64/833] Compiling tls_record.cc
[65/833] Compiling tls_method.cc
[66/835] Compiling tls13_client.cc
[68/855] Emitting module _CertificateInternals
[68/855] Compiling tls13_enc.cc
[69/855] Compiling tls13_both.cc
[71/885] Emitting module RealModule
[72/886] Compiling ServiceContextModule ServiceContextKey.swift
[73/886] Compiling RealModule RealFunctions.swift
[74/886] Emitting module InternalCollectionsUtilities
[75/887] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/887] Compiling InternalCollectionsUtilities Integer rank.swift
[77/887] Compiling RealModule Real.swift
[78/887] Compiling RealModule RelaxedArithmetic.swift
[79/887] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/887] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/887] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/887] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[85/887] Emitting module ServiceContextModule
[86/887] Compiling ServiceContextModule ServiceContext.swift
[87/887] Compiling _CertificateInternals _TinyArray.swift
[88/889] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/889] Emitting module _NIOBase64
[90/889] Compiling _NIOBase64 Base64.swift
[91/889] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[92/889] Compiling InternalCollectionsUtilities Debugging.swift
[93/890] Compiling InternalCollectionsUtilities Descriptions.swift
[94/890] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[95/890] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[96/890] Compiling InternalCollectionsUtilities _SortedCollection.swift
[97/890] Compiling RealModule Float16+Real.swift
[102/890] Compiling RealModule Float80+Real.swift
[103/890] Compiling _NIODataStructures PriorityQueue.swift
[104/890] Compiling _NIODataStructures _TinyArray.swift
[109/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/919] Compiling ConcurrencyHelpers LockedValueBox.swift
[112/919] Emitting module Instrumentation
[113/919] Compiling Instrumentation MultiplexInstrument.swift
[114/919] Compiling Instrumentation NoOpInstrument.swift
[115/919] Compiling Atomics UnsafeAtomicLazyReference.swift
[116/919] Compiling Atomics ManagedAtomic.swift
[117/921] Compiling Atomics UnsafeAtomic.swift
[120/921] Compiling SwiftASN1 DER.swift
[121/923] Compiling Instrumentation InstrumentationSystem.swift
[122/923] Compiling Instrumentation Instrument.swift
[123/923] Compiling Atomics AtomicStorage.swift
[124/923] Compiling Atomics AtomicValue.swift
[125/923] Compiling Atomics AtomicMemoryOrderings.swift
[126/923] Compiling Atomics DoubleWord.swift
[127/924] Compiling Atomics OptionalRawRepresentable.swift
[128/924] Compiling Atomics RawRepresentable.swift
[129/978] Compiling OrderedCollections OrderedDictionary+Codable.swift
[130/978] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[131/978] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[133/978] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[134/978] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[137/978] Compiling OrderedCollections OrderedDictionary+Elements.swift
[138/978] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[139/978] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[140/978] Compiling ConcurrencyHelpers Lock.swift
[141/978] Emitting module ConcurrencyHelpers
[142/978] Compiling Instrumentation Locks.swift
[143/980] Compiling Logging MetadataProvider.swift
[144/980] Compiling Logging Locks.swift
[145/980] Emitting module Logging
[146/980] Compiling _NIODataStructures Heap.swift
[147/981] Compiling Logging LogHandler.swift
[148/981] Compiling Logging Logging.swift
[154/982] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[155/982] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[156/982] Compiling OrderedCollections _HashTable+Bucket.swift
[157/982] Compiling OrderedCollections _HashTable+BucketIterator.swift
[158/982] Compiling OrderedCollections _HashTable+Constants.swift
[159/982] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[160/982] Compiling OrderedCollections _HashTable+Testing.swift
[161/982] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[162/982] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[163/982] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[164/982] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[165/982] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[166/982] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[167/982] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[168/982] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[169/989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[170/989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[171/989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[172/989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[173/989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[174/989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[175/989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[176/1040] Compiling Algorithms Permutations.swift
[177/1040] Compiling Algorithms Product.swift
[178/1040] Compiling Tracing InstrumentationSystem+Tracing.swift
[179/1040] Compiling DequeModule _DequeBuffer.swift
[180/1040] Compiling DequeModule _DequeBufferHeader.swift
[181/1042] Compiling OrderedCollections OrderedDictionary.swift
[182/1042] Compiling OrderedCollections OrderedSet+Codable.swift
[183/1042] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[184/1042] Compiling OrderedCollections OrderedSet+Descriptions.swift
[185/1042] Compiling OrderedCollections OrderedSet+Diffing.swift
[186/1042] Compiling OrderedCollections OrderedSet+Equatable.swift
[187/1042] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[188/1042] Compiling OrderedCollections OrderedSet+Hashable.swift
[189/1042] Compiling OrderedCollections OrderedSet+Initializers.swift
[190/1042] Compiling OrderedCollections OrderedSet+Insertions.swift
[191/1042] Compiling OrderedCollections OrderedSet+Invariants.swift
[192/1042] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[193/1042] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[194/1042] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[195/1042] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[196/1042] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[199/1042] Compiling Algorithms RandomSample.swift
[200/1042] Compiling Algorithms Reductions.swift
[201/1042] Compiling Algorithms Rotate.swift
[202/1042] Compiling Algorithms Split.swift
[203/1042] Compiling Algorithms Stride.swift
[204/1042] Compiling Algorithms Suffix.swift
[205/1042] Compiling DequeModule Deque+Codable.swift
[206/1042] Compiling DequeModule Deque+Collection.swift
[207/1042] Compiling DequeModule Deque+Extras.swift
[208/1042] Compiling DequeModule Deque+Hashable.swift
[209/1042] Compiling DequeModule Deque+Equatable.swift
[210/1042] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[211/1042] Compiling DequeModule Deque+CustomReflectable.swift
[212/1042] Compiling DequeModule Deque+Descriptions.swift
[213/1042] Compiling Tracing TracingTime.swift
[216/1042] Compiling Tracing TracerProtocol.swift
[219/1042] Emitting module UnixSignals
[220/1042] Compiling Tracing TracerProtocol+Legacy.swift
[221/1042] Compiling Tracing Tracer.swift
[222/1042] Emitting module SwiftASN1
[222/1043] Compiling t1_enc.cc
[224/1043] Compiling UnixSignals UnixSignal.swift
[225/1043] Compiling UnixSignals UnixSignalsSequence.swift
[227/1044] Compiling DequeModule _DequeSlot.swift
[228/1044] Compiling DequeModule _UnsafeWrappedBuffer.swift
[230/1044] Compiling DequeModule Deque+Testing.swift
[231/1044] Compiling DequeModule Deque._Storage.swift
[232/1045] Compiling DequeModule Deque._UnsafeHandle.swift
[233/1045] Compiling DequeModule Deque.swift
[236/1047] Compiling Tracing NoOpTracer.swift
[237/1048] Emitting module Tracing
[238/1049] Compiling Tracing SpanProtocol.swift
[244/1056] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
[245/1056] Compiling RetryableTask DelayedRetryPolicy.swift
[246/1056] Compiling RetryableTask ImmediateRetryPolicy.swift
[255/1056] Emitting module RetryableTask
[256/1056] Compiling RetryableTask RetryPolicy.swift
[257/1056] Compiling RetryableTask DefaultRetryPolicy.swift
[258/1056] Compiling RetryableTask withRetryableTask.swift
[259/1056] Compiling RetryableTask NoRetryPolicy.swift
[269/1057] Emitting module DequeModule
[270/1058] Compiling OrderedCollections OrderedSet+Sendable.swift
[271/1058] Compiling OrderedCollections OrderedSet+SubSequence.swift
[272/1058] Compiling OrderedCollections OrderedSet+Testing.swift
[273/1058] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[274/1058] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[275/1058] Compiling OrderedCollections OrderedSet.swift
[276/1058] Compiling OrderedCollections _UnsafeBitset.swift
[277/1058] Emitting module Atomics
[289/1058] Emitting module OrderedCollections
[294/1060] Compiling Algorithms Trim.swift
[295/1060] Compiling Algorithms Unique.swift
[296/1060] Compiling Algorithms Windows.swift
[298/1105] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[299/1105] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[300/1105] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[301/1105] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[301/1105] Compiling ssl_versions.cc
[302/1105] Compiling ssl_transcript.cc
[303/1105] Compiling ssl_stat.cc
[304/1105] Compiling ssl_x509.cc
[306/1105] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[307/1105] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[308/1105] Compiling AsyncAlgorithms MergeStateMachine.swift
[309/1105] Compiling AsyncAlgorithms MergeStorage.swift
[310/1105] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[311/1105] Compiling AsyncAlgorithms Rethrow.swift
[312/1111] Emitting module Algorithms
[313/1112] Emitting module AsyncAlgorithms
[313/1112] Compiling ssl_session.cc
[317/1112] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[318/1112] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[319/1112] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[320/1112] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[321/1112] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[322/1112] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[323/1112] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[324/1112] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[325/1112] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[326/1112] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[329/1112] Compiling ssl_privkey.cc
[331/1112] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[332/1112] Compiling AsyncAlgorithms DebounceStateMachine.swift
[333/1112] Compiling AsyncAlgorithms DebounceStorage.swift
[334/1112] Compiling AsyncAlgorithms Dictionary.swift
[335/1112] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[336/1112] Compiling AsyncAlgorithms Locking.swift
[337/1112] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[338/1112] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[339/1112] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[340/1112] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[341/1112] Compiling AsyncAlgorithms AsyncChannel.swift
[342/1112] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[343/1112] Compiling AsyncAlgorithms ChannelStateMachine.swift
[344/1112] Compiling AsyncAlgorithms ChannelStorage.swift
[345/1112] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[346/1112] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[347/1112] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[348/1112] Compiling AsyncAlgorithms CombineLatestStorage.swift
[349/1112] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[350/1112] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[351/1112] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[352/1112] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[353/1112] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[354/1112] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[354/1112] Compiling ssl_key_share.cc
[356/1112] Compiling AsyncAlgorithms SetAlgebra.swift
[357/1112] Compiling AsyncAlgorithms UnsafeTransfer.swift
[358/1112] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[359/1112] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[360/1112] Compiling AsyncAlgorithms ZipStateMachine.swift
[361/1112] Compiling AsyncAlgorithms ZipStorage.swift
[361/1113] Compiling ssl_credential.cc
[363/1113] Compiling ssl_file.cc
[364/1113] Compiling ssl_lib.cc
[365/1113] Compiling ssl_cipher.cc
[366/1113] Compiling ssl_cert.cc
[367/1121] Compiling ssl_buffer.cc
[369/1121] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[370/1122] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[371/1122] Emitting module ServiceLifecycle
[372/1122] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[373/1122] Compiling ServiceLifecycle GracefulShutdown.swift
[374/1122] Compiling ServiceLifecycle CancellationWaiter.swift
[375/1122] Compiling ServiceLifecycle ServiceRunnerError.swift
[375/1122] Compiling ssl_aead_ctx.cc
[376/1122] Compiling ssl_asn1.cc
[377/1122] Compiling s3_lib.cc
[378/1122] Compiling s3_pkt.cc
[380/1122] Compiling ServiceLifecycle Service.swift
[381/1122] Compiling ServiceLifecycle ServiceGroup.swift
[381/1123] Compiling s3_both.cc
[383/1123] Compiling handshake_client.cc
[384/1123] Compiling handshake_server.cc
[385/1123] Compiling encrypted_client_hello.cc
[386/1123] Compiling handshake.cc
[387/1123] Compiling dtls_method.cc
[388/1123] Compiling handoff.cc
[389/1123] Compiling md5-x86_64-linux.S
[390/1123] Compiling md5-x86_64-apple.S
[391/1123] Compiling md5-586-linux.S
[392/1123] Compiling dtls_record.cc
[393/1123] Compiling d1_srtp.cc
[394/1123] Compiling md5-586-apple.S
[395/1123] Compiling extensions.cc
[396/1123] Compiling chacha20_poly1305_armv8-win.S
[397/1123] Compiling chacha20_poly1305_x86_64-apple.S
[398/1123] Compiling chacha20_poly1305_x86_64-linux.S
[399/1123] Compiling chacha20_poly1305_armv8-linux.S
[400/1123] Compiling chacha20_poly1305_armv8-apple.S
[401/1123] Compiling chacha-x86_64-linux.S
[402/1123] Compiling err_data.cc
[403/1123] Compiling chacha-x86_64-apple.S
[404/1123] Compiling chacha-x86-linux.S
[405/1123] Compiling chacha-armv8-win.S
[406/1123] Compiling chacha-x86-apple.S
[407/1123] Compiling chacha-armv8-linux.S
[407/1123] Compiling chacha-armv8-apple.S
[409/1123] Compiling chacha-armv4-linux.S
[410/1123] Compiling aes128gcmsiv-x86_64-linux.S
[411/1123] Compiling d1_pkt.cc
[412/1123] Compiling aes128gcmsiv-x86_64-apple.S
[413/1123] Compiling x86_64-mont5-apple.S
[414/1123] Compiling x86_64-mont-linux.S
[415/1123] Compiling x86-mont-linux.S
[416/1123] Compiling x86_64-mont5-linux.S
[417/1123] Compiling x86_64-mont-apple.S
[418/1123] Compiling vpaes-x86-linux.S
[419/1123] Compiling vpaes-x86_64-linux.S
[419/1123] Compiling vpaes-x86_64-apple.S
[421/1123] Compiling x86-mont-apple.S
[422/1123] Compiling vpaes-x86-apple.S
[423/1123] Compiling vpaes-armv8-linux.S
[424/1123] Compiling vpaes-armv8-apple.S
[425/1123] Compiling vpaes-armv8-win.S
[425/1123] Compiling vpaes-armv7-linux.S
[427/1123] Compiling sha512-x86_64-linux.S
[428/1123] Compiling sha512-armv8-win.S
[429/1123] Compiling sha512-x86_64-apple.S
[430/1123] Compiling sha512-armv8-linux.S
[431/1123] Compiling sha512-armv8-apple.S
[432/1123] Compiling sha512-armv4-linux.S
[433/1123] Compiling sha512-586-linux.S
[434/1123] Compiling sha512-586-apple.S
[435/1123] Compiling sha256-armv8-win.S
[436/1123] Compiling sha256-x86_64-linux.S
[437/1123] Compiling sha256-x86_64-apple.S
[438/1123] Compiling sha256-armv8-apple.S
[439/1123] Compiling sha256-armv8-linux.S
[440/1123] Compiling sha256-586-linux.S
[441/1123] Compiling sha256-armv4-linux.S
[442/1123] Compiling sha256-586-apple.S
[443/1123] Compiling sha1-x86_64-apple.S
[444/1123] Compiling sha1-x86_64-linux.S
[445/1123] Compiling sha1-armv8-linux.S
[446/1123] Compiling sha1-armv8-win.S
[447/1123] Compiling sha1-armv8-apple.S
[448/1123] Compiling sha1-586-linux.S
[449/1123] Compiling sha1-armv4-large-linux.S
[450/1123] Compiling bio_ssl.cc
[451/1123] Compiling sha1-586-apple.S
[452/1123] Compiling rsaz-avx2-apple.S
[453/1123] Compiling rdrand-x86_64-linux.S
[454/1123] Compiling rsaz-avx2-linux.S
[455/1123] Compiling rdrand-x86_64-apple.S
[456/1123] Compiling p256_beeu-x86_64-asm-linux.S
[457/1123] Compiling p256_beeu-armv8-asm-win.S
[458/1123] Compiling p256_beeu-x86_64-asm-apple.S
[459/1123] Compiling p256_beeu-armv8-asm-linux.S
[460/1123] Compiling p256_beeu-armv8-asm-apple.S
[461/1123] Compiling p256-armv8-asm-linux.S
[462/1123] Compiling p256-x86_64-asm-apple.S
[463/1123] Compiling p256-x86_64-asm-linux.S
[464/1123] Compiling p256-armv8-asm-apple.S
[465/1123] Compiling p256-armv8-asm-win.S
[466/1123] Compiling ghashv8-armv8-win.S
[467/1123] Compiling ghashv8-armv8-linux.S
[468/1123] Compiling ghashv8-armv7-linux.S
[469/1123] Compiling ghash-x86_64-linux.S
[470/1123] Compiling ghash-x86_64-apple.S
[471/1123] Compiling ghashv8-armv8-apple.S
[472/1123] Compiling ghash-x86-linux.S
[473/1123] Compiling ghash-x86-apple.S
[474/1123] Compiling ghash-ssse3-x86_64-linux.S
[475/1123] Compiling ghash-ssse3-x86-apple.S
[476/1123] Compiling ghash-neon-armv8-win.S
[476/1123] Compiling ghash-ssse3-x86_64-apple.S
[478/1123] Compiling ghash-ssse3-x86-linux.S
[479/1123] Compiling ghash-neon-armv8-linux.S
[480/1123] Compiling bsaes-armv7-linux.S
[481/1123] Compiling ghash-neon-armv8-apple.S
[482/1123] Compiling co-586-apple.S
[483/1123] Compiling ghash-armv4-linux.S
[484/1123] Compiling co-586-linux.S
[485/1123] Compiling d1_lib.cc
[486/1123] Compiling bn-armv8-win.S
[487/1123] Compiling bn-586-apple.S
[488/1123] Compiling bn-armv8-linux.S
[489/1123] Compiling bn-586-linux.S
[490/1123] Compiling bn-armv8-apple.S
[490/1123] Compiling armv8-mont-linux.S
[492/1123] Compiling armv8-mont-win.S
[493/1123] Compiling armv8-mont-apple.S
[494/1123] Compiling aesv8-gcm-armv8-linux.S
[495/1123] Compiling aesv8-gcm-armv8-win.S
[496/1123] Compiling armv4-mont-linux.S
[497/1123] Compiling aesv8-gcm-armv8-apple.S
[498/1123] Compiling aesv8-armv8-win.S
[499/1123] Compiling aesv8-armv8-linux.S
[500/1123] Compiling aesv8-armv7-linux.S
[501/1123] Compiling aesni-x86_64-apple.S
[502/1123] Compiling aesv8-armv8-apple.S
[503/1123] Compiling aesni-x86_64-linux.S
[504/1123] Compiling aesni-x86-linux.S
[505/1123] Compiling aesni-x86-apple.S
[506/1123] Compiling aesni-gcm-x86_64-linux.S
[507/1123] Compiling aes-gcm-avx10-x86_64-linux.S
[508/1123] Compiling aes-gcm-avx2-x86_64-linux.S
[509/1123] Compiling aesni-gcm-x86_64-apple.S
[510/1123] Compiling d1_both.cc
[511/1123] Compiling aes-gcm-avx10-x86_64-apple.S
[512/1123] Compiling aes-gcm-avx2-x86_64-apple.S
[513/1123] Compiling x_req.cc
[514/1123] Compiling x_sig.cc
[515/1123] Compiling x_spki.cc
[516/1123] Compiling x_val.cc
[517/1123] Compiling x_x509a.cc
[518/1123] Compiling x_x509.cc
[519/1123] Compiling x_name.cc
[520/1123] Compiling x_pubkey.cc
[521/1123] Compiling x_exten.cc
[522/1123] Compiling x_crl.cc
[523/1123] Compiling x509rset.cc
[524/1123] Compiling x509spki.cc
[525/1123] Compiling x_attrib.cc
[526/1123] Compiling x_algor.cc
[527/1123] Compiling x_all.cc
[528/1123] Compiling x509name.cc
[529/1123] Compiling x509cset.cc
[530/1123] Compiling x509_txt.cc
[531/1123] Compiling x509_trs.cc
[532/1123] Compiling x509_vpm.cc
[533/1123] Compiling x509_v3.cc
[534/1123] Compiling x509_vfy.cc
[535/1123] Compiling x509_set.cc
[536/1123] Compiling x509_req.cc
[537/1123] Compiling x509_obj.cc
[538/1123] Compiling x509_def.cc
[539/1123] Compiling x509_d2.cc
[540/1123] Compiling x509_lu.cc
[541/1123] Compiling x509_ext.cc
[542/1123] Compiling x509_cmp.cc
[543/1123] Compiling x509_att.cc
[544/1123] Compiling x509.cc
[545/1123] Compiling v3_skey.cc
[546/1123] Compiling v3_utl.cc
[547/1123] Compiling v3_ncons.cc
[548/1123] Compiling v3_pmaps.cc
[549/1123] Compiling v3_purp.cc
[550/1123] Compiling v3_prn.cc
[551/1123] Compiling v3_ocsp.cc
[552/1123] Compiling v3_pcons.cc
[553/1123] Compiling v3_int.cc
[554/1123] Compiling v3_genn.cc
[555/1123] Compiling v3_lib.cc
[556/1123] Compiling v3_crld.cc
[557/1123] Compiling v3_ia5.cc
[558/1123] Compiling v3_info.cc
[559/1123] Compiling v3_extku.cc
[560/1123] Compiling v3_enum.cc
[561/1123] Compiling v3_cpols.cc
[562/1123] Compiling v3_bitst.cc
[563/1123] Compiling v3_conf.cc
[564/1123] Compiling t_x509a.cc
[565/1123] Compiling v3_alt.cc
[566/1123] Compiling v3_bcons.cc
[567/1123] Compiling v3_akeya.cc
[568/1123] Compiling v3_akey.cc
[569/1123] Compiling i2d_pr.cc
[570/1123] Compiling by_file.cc
[571/1123] Compiling t_x509.cc
[572/1123] Compiling t_crl.cc
[573/1123] Compiling name_print.cc
[574/1123] Compiling t_req.cc
[575/1123] Compiling rsa_pss.cc
[576/1123] Compiling policy.cc
[577/1123] Compiling by_dir.cc
[578/1123] Compiling voprf.cc
[579/1123] Compiling a_sign.cc
[580/1123] Compiling a_verify.cc
[581/1123] Compiling asn1_gen.cc
[582/1123] Compiling a_digest.cc
[583/1123] Compiling trust_token.cc
[584/1123] Compiling algorithm.cc
[585/1123] Compiling thread_pthread.cc
[586/1123] Compiling thread_win.cc
[587/1123] Compiling thread.cc
[588/1123] Compiling thread_none.cc
[589/1123] Compiling stack.cc
[590/1123] Compiling pmbtoken.cc
[591/1123] Compiling sha1.cc
[592/1123] Compiling sha512.cc
[593/1123] Compiling spake2plus.cc
[594/1123] Compiling sha256.cc
[595/1123] Compiling siphash.cc
[596/1123] Compiling slhdsa.cc
[597/1123] Compiling rsa_print.cc
[598/1123] Compiling rsa_extra.cc
[599/1123] Compiling rc4.cc
[600/1123] Compiling refcount.cc
[601/1123] Compiling windows.cc
[602/1123] Compiling trusty.cc
[603/1123] Compiling rsa_crypt.cc
[604/1123] Compiling rand.cc
[605/1123] Compiling urandom.cc
[606/1123] Compiling passive.cc
[607/1123] Compiling fork_detect.cc
[608/1123] Compiling poly1305_arm_asm.S
[609/1123] Compiling rsa_asn1.cc
[610/1123] Compiling getentropy.cc
[611/1123] Compiling deterministic.cc
[612/1123] Compiling ios.cc
[613/1123] Compiling poly1305.cc
[614/1123] Compiling poly1305_vec.cc
[615/1123] Compiling forkunsafe.cc
[616/1123] Compiling poly1305_arm.cc
[617/1123] Compiling pool.cc
[618/1123] Compiling pkcs7.cc
[619/1123] Compiling pkcs8.cc
[620/1123] Compiling pkcs7_x509.cc
[621/1123] Compiling p5_pbev2.cc
[622/1123] Compiling pkcs8_x509.cc
[623/1123] Compiling pem_xaux.cc
[624/1123] Compiling pem_x509.cc
[625/1123] Compiling pem_pkey.cc
[626/1123] Compiling mlkem.cc
[627/1123] Compiling obj_xref.cc
[628/1123] Compiling pem_pk8.cc
[629/1123] Compiling pem_oth.cc
[630/1123] Compiling pem_lib.cc
[631/1123] Compiling mldsa.cc
[632/1123] Compiling pem_info.cc
[633/1123] Compiling obj.cc
[634/1123] Compiling pem_all.cc
[635/1123] Compiling md5.cc
[636/1123] Compiling fips_shared_support.cc
[637/1123] Compiling poly_rq_mul.S
[638/1123] Compiling mem.cc
[639/1123] Compiling md4.cc
[640/1123] Compiling lhash.cc
[641/1123] Compiling kyber.cc
[642/1123] Compiling sign.cc
[643/1123] Compiling ex_data.cc
[644/1123] Compiling hrss.cc
[645/1123] Compiling scrypt.cc
[646/1123] Compiling p_x25519.cc
[647/1123] Compiling hpke.cc
[648/1123] Compiling print.cc
[649/1123] Compiling pbkdf.cc
[650/1123] Compiling p_x25519_asn1.cc
[651/1123] Compiling p_ed25519.cc
[652/1123] Compiling p_rsa_asn1.cc
[653/1123] Compiling p_hkdf.cc
[654/1123] Compiling p_rsa.cc
[654/1123] Compiling p_ed25519_asn1.cc
[656/1123] Compiling p_ec_asn1.cc
[657/1123] Compiling p_dh_asn1.cc
[658/1123] Compiling p_ec.cc
[659/1123] Compiling p_dh.cc
[660/1123] Compiling evp_ctx.cc
[661/1123] Compiling p_dsa_asn1.cc
[662/1123] Compiling evp.cc
[663/1123] Compiling err.cc
[664/1123] Compiling engine.cc
[665/1123] Compiling ecdh.cc
[666/1123] Compiling ec_derive.cc
[667/1123] Compiling evp_asn1.cc
[668/1123] Compiling hash_to_curve.cc
[669/1123] Compiling ecdsa_asn1.cc
[670/1123] Compiling dsa.cc
[671/1123] Compiling ec_asn1.cc
[672/1123] Compiling dsa_asn1.cc
[673/1123] Compiling params.cc
[674/1123] Compiling x25519-asm-arm.S
[675/1123] Compiling dh_asn1.cc
[676/1123] Compiling des.cc
[677/1123] Compiling digest_extra.cc
[678/1123] Compiling spake25519.cc
[679/1123] Compiling crypto.cc
[680/1123] Compiling curve25519.cc
[681/1123] Compiling cpu_intel.cc
[682/1123] Compiling cpu_arm_freebsd.cc
[683/1123] Compiling cpu_arm_linux.cc
[684/1123] Compiling cpu_aarch64_openbsd.cc
[685/1123] Compiling cpu_aarch64_sysreg.cc
[686/1123] Compiling cpu_aarch64_win.cc
[687/1123] Compiling cpu_aarch64_apple.cc
[688/1123] Compiling curve25519_64_adx.cc
[689/1123] Compiling cpu_aarch64_linux.cc
[689/1123] Compiling cpu_aarch64_fuchsia.cc
[691/1123] Compiling bcm.cc
[692/1123] Compiling conf.cc
[693/1123] Compiling tls_cbc.cc
[694/1123] Compiling get_cipher.cc
[695/1123] Compiling e_rc4.cc
[696/1123] Compiling e_tls.cc
[697/1123] Compiling e_rc2.cc
[698/1123] Compiling e_null.cc
[699/1123] Compiling e_des.cc
[700/1123] Compiling e_aesctrhmac.cc
[701/1123] Compiling e_chacha20poly1305.cc
[702/1123] Compiling e_aesgcmsiv.cc
[703/1123] Compiling derive_key.cc
[704/1123] Compiling chacha.cc
[705/1123] Compiling unicode.cc
[706/1123] Compiling buf.cc
[707/1123] Compiling cbs.cc
[708/1123] Compiling ber.cc
[709/1123] Compiling asn1_compat.cc
[710/1123] Compiling cbb.cc
[711/1123] Compiling bn_asn1.cc
[712/1123] Compiling convert.cc
[713/1123] Compiling blake2.cc
[714/1123] Compiling printf.cc
[715/1123] Compiling socket_helper.cc
[716/1123] Compiling socket.cc
[717/1123] Compiling pair.cc
[718/1123] Compiling errno.cc
[719/1123] Compiling hexdump.cc
[720/1123] Compiling file.cc
[721/1123] Compiling fd.cc
[722/1123] Compiling connect.cc
[723/1123] Compiling bio_mem.cc
[724/1123] Compiling bio.cc
[725/1123] Compiling tasn_fre.cc
[726/1123] Compiling base64.cc
[727/1123] Compiling tasn_typ.cc
[728/1123] Compiling f_int.cc
[729/1123] Compiling tasn_enc.cc
[730/1123] Compiling posix_time.cc
[731/1123] Compiling f_string.cc
[732/1123] Compiling tasn_utl.cc
[733/1123] Compiling tasn_new.cc
[734/1123] Compiling asn_pack.cc
[735/1123] Compiling a_type.cc
[736/1123] Compiling asn1_par.cc
[737/1123] Compiling tasn_dec.cc
[738/1123] Compiling a_octet.cc
[739/1123] Compiling a_time.cc
[740/1123] Compiling asn1_lib.cc
[741/1123] Compiling a_strnid.cc
[742/1123] Compiling a_utctm.cc
[743/1123] Compiling a_strex.cc
[744/1123] Compiling a_mbstr.cc
[745/1123] Compiling a_object.cc
[746/1123] Compiling a_i2d_fp.cc
[747/1123] Compiling a_dup.cc
[748/1123] Compiling a_d2i_fp.cc
[749/1123] Compiling fiat_p256_adx_sqr.S
[750/1123] Compiling fiat_p256_adx_mul.S
[751/1123] Compiling fiat_curve25519_adx_square.S
[752/1123] Compiling a_gentm.cc
[753/1123] Compiling a_int.cc
[754/1123] Compiling md5-x86_64-apple.S
[755/1123] Compiling fiat_curve25519_adx_mul.S
[756/1123] Compiling md5-x86_64-linux.S
[757/1123] Compiling a_bitstr.cc
[758/1123] Compiling md5-586-linux.S
[759/1123] Compiling a_bool.cc
[760/1123] Compiling md5-586-apple.S
[761/1123] Compiling chacha20_poly1305_armv8-win.S
[762/1123] Compiling chacha20_poly1305_x86_64-apple.S
[763/1123] Compiling chacha20_poly1305_x86_64-linux.S
[764/1123] Compiling chacha20_poly1305_armv8-linux.S
[765/1123] Compiling chacha20_poly1305_armv8-apple.S
[766/1123] Compiling chacha-x86_64-apple.S
[767/1123] Compiling chacha-x86_64-linux.S
[768/1123] Compiling chacha-x86-linux.S
[769/1123] Compiling CCryptoBoringSSLShims shims.c
[770/1123] Compiling chacha-x86-apple.S
[771/1123] Compiling chacha-armv8-linux.S
[772/1123] Compiling chacha-armv8-win.S
[773/1123] Compiling chacha-armv8-apple.S
[774/1123] Compiling chacha-armv4-linux.S
[775/1123] Compiling aes128gcmsiv-x86_64-linux.S
[776/1123] Compiling aes128gcmsiv-x86_64-apple.S
[777/1123] Compiling x86_64-mont5-linux.S
[778/1123] Compiling x86_64-mont5-apple.S
[779/1123] Compiling x86_64-mont-linux.S
[780/1123] Compiling x86_64-mont-apple.S
[781/1123] Compiling x86-mont-linux.S
[782/1123] Compiling x86-mont-apple.S
[783/1123] Compiling vpaes-x86-linux.S
[784/1123] Compiling err_data.cc
[785/1123] Compiling vpaes-x86_64-linux.S
[786/1123] Compiling vpaes-x86_64-apple.S
[787/1123] Compiling vpaes-armv8-win.S
[788/1123] Compiling vpaes-x86-apple.S
[789/1123] Compiling vpaes-armv8-apple.S
[790/1123] Compiling vpaes-armv7-linux.S
[791/1123] Compiling vpaes-armv8-linux.S
[792/1123] Compiling sha512-x86_64-linux.S
[793/1123] Compiling sha512-armv8-linux.S
[794/1123] Compiling sha512-armv8-win.S
[795/1123] Compiling sha512-x86_64-apple.S
[796/1123] Compiling sha512-armv4-linux.S
[797/1123] Compiling sha512-armv8-apple.S
[798/1123] Compiling sha512-586-linux.S
[799/1123] Compiling sha512-586-apple.S
[800/1123] Compiling sha256-x86_64-apple.S
[801/1123] Compiling sha256-armv8-win.S
[802/1123] Compiling sha256-x86_64-linux.S
[802/1123] Compiling sha256-armv8-linux.S
[804/1123] Compiling sha256-armv4-linux.S
[805/1123] Compiling sha256-armv8-apple.S
[806/1123] Compiling sha256-586-linux.S
[807/1123] Compiling sha256-586-apple.S
[808/1123] Compiling sha1-x86_64-apple.S
[809/1123] Compiling sha1-armv8-win.S
[810/1123] Compiling sha1-armv8-linux.S
[810/1123] Compiling sha1-x86_64-linux.S
[812/1123] Compiling sha1-586-linux.S
[812/1123] Compiling sha1-armv8-apple.S
[814/1123] Compiling sha1-armv4-large-linux.S
[815/1123] Compiling rsaz-avx2-apple.S
[816/1123] Compiling sha1-586-apple.S
[817/1123] Compiling rsaz-avx2-linux.S
[818/1123] Compiling rdrand-x86_64-apple.S
[819/1123] Compiling rdrand-x86_64-linux.S
[820/1123] Compiling p256_beeu-x86_64-asm-linux.S
[821/1123] Compiling p256_beeu-x86_64-asm-apple.S
[822/1123] Compiling p256_beeu-armv8-asm-win.S
[823/1123] Compiling p256-x86_64-asm-linux.S
[824/1123] Compiling p256_beeu-armv8-asm-apple.S
[825/1123] Compiling p256-armv8-asm-win.S
[826/1123] Compiling p256-armv8-asm-linux.S
[827/1123] Compiling p256_beeu-armv8-asm-linux.S
[828/1123] Compiling p256-x86_64-asm-apple.S
[829/1123] Compiling p256-armv8-asm-apple.S
[830/1123] Compiling ghashv8-armv8-linux.S
[831/1123] Compiling ghashv8-armv8-apple.S
[832/1123] Compiling ghashv8-armv8-win.S
[833/1123] Compiling ghash-x86_64-apple.S
[834/1123] Compiling ghashv8-armv7-linux.S
[835/1123] Compiling ghash-x86_64-linux.S
[836/1123] Compiling ghash-x86-linux.S
[837/1123] Compiling ghash-x86-apple.S
[838/1123] Compiling ghash-ssse3-x86-apple.S
[839/1123] Compiling ghash-ssse3-x86_64-apple.S
[840/1123] Compiling ghash-neon-armv8-win.S
[841/1123] Compiling ghash-ssse3-x86-linux.S
[842/1123] Compiling ghash-ssse3-x86_64-linux.S
[843/1123] Compiling ghash-neon-armv8-linux.S
[844/1123] Compiling ghash-neon-armv8-apple.S
[845/1123] Compiling ghash-armv4-linux.S
[846/1123] Compiling bsaes-armv7-linux.S
[847/1123] Compiling co-586-apple.S
[848/1123] Compiling co-586-linux.S
[849/1123] Compiling bn-armv8-win.S
[850/1123] Compiling bn-armv8-linux.S
[851/1123] Compiling bn-586-linux.S
[852/1123] Compiling bn-armv8-apple.S
[853/1123] Compiling armv8-mont-apple.S
[854/1123] Compiling armv8-mont-win.S
[855/1123] Compiling armv4-mont-linux.S
[856/1123] Compiling armv8-mont-linux.S
[857/1123] Compiling bn-586-apple.S
[858/1123] Compiling aesv8-gcm-armv8-win.S
[859/1123] Compiling aesv8-armv8-apple.S
[860/1123] Compiling aesv8-armv8-win.S
[861/1123] Compiling aesv8-armv8-linux.S
[862/1123] Compiling aesv8-gcm-armv8-linux.S
[863/1123] Compiling aesv8-gcm-armv8-apple.S
[864/1123] Compiling aesv8-armv7-linux.S
[865/1123] Compiling aesni-x86_64-linux.S
[866/1123] Compiling aesni-x86_64-apple.S
[867/1123] Compiling aesni-x86-apple.S
[868/1123] Compiling aesni-gcm-x86_64-apple.S
[869/1123] Compiling aesni-gcm-x86_64-linux.S
[870/1123] Compiling aesni-x86-linux.S
[871/1123] Compiling aes-gcm-avx512-x86_64-linux.S
[872/1123] Compiling aes-gcm-avx512-x86_64-apple.S
[873/1123] Compiling aes-gcm-avx2-x86_64-linux.S
[874/1123] Compiling aes-gcm-avx2-x86_64-apple.S
[875/1123] Compiling xwing.cc
[876/1123] Compiling x_spki.cc
[877/1123] Compiling x_sig.cc
[878/1123] Compiling x_val.cc
[879/1123] Compiling x_x509a.cc
[880/1123] Compiling x_x509.cc
[881/1123] Compiling x_req.cc
[882/1123] Compiling c-nioatomics.c
[883/1123] Compiling x_pubkey.cc
[884/1123] Compiling x_name.cc
[885/1123] Compiling x_exten.cc
[886/1123] Compiling x_crl.cc
[887/1123] Compiling x_all.cc
[888/1123] Compiling x_attrib.cc
[889/1123] Compiling x509spki.cc
[890/1123] Compiling x_algor.cc
[891/1123] Compiling c-atomics.c
[892/1129] Compiling x509rset.cc
[893/1129] Compiling x509name.cc
[894/1129] Compiling x509_vpm.cc
[896/1129] Compiling NIOConcurrencyHelpers NIOLock.swift
[896/1129] Compiling x509cset.cc
[898/1129] Compiling NIOConcurrencyHelpers lock.swift
[898/1129] Compiling x509_txt.cc
[900/1129] Compiling NIOConcurrencyHelpers atomics.swift
[901/1129] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[902/1129] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[903/1129] Emitting module NIOConcurrencyHelpers
[903/1130] Compiling x509_vfy.cc
[904/1130] Compiling x509_v3.cc
[906/1130] Compiling x509_trs.cc
[907/1191] Compiling x509_obj.cc
[908/1191] Compiling x509_set.cc
[909/1191] Compiling x509_req.cc
[910/1191] Compiling x509_lu.cc
[911/1191] Compiling x509_def.cc
[912/1191] Compiling x509_ext.cc
[913/1191] Compiling x509_d2.cc
[915/1191] Compiling NIOCore NIOAny.swift
[916/1191] Compiling NIOCore NIOCloseOnErrorHandler.swift
[917/1191] Compiling NIOCore NIOCoreSendableMetatype.swift
[918/1191] Compiling NIOCore NIOLoopBound.swift
[919/1191] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[920/1191] Compiling NIOCore NIOScheduledCallback.swift
[921/1191] Compiling NIOCore NIOSendable.swift
[922/1191] Compiling NIOCore RecvByteBufferAllocator.swift
[922/1199] Compiling x509_cmp.cc
[923/1199] Compiling x509_att.cc
[924/1199] Compiling x509.cc
[925/1199] Compiling v3_prn.cc
[926/1199] Compiling v3_skey.cc
[927/1199] Compiling v3_utl.cc
[928/1199] Compiling v3_purp.cc
[930/1199] Compiling NIOCore IOData.swift
[931/1199] Compiling NIOCore IPProtocol.swift
[932/1199] Compiling NIOCore IntegerBitPacking.swift
[933/1199] Compiling NIOCore IntegerTypes.swift
[934/1199] Compiling NIOCore Interfaces.swift
[935/1199] Compiling NIOCore Linux.swift
[936/1199] Compiling NIOCore MarkedCircularBuffer.swift
[937/1199] Compiling NIOCore MulticastChannel.swift
[937/1199] Compiling v3_pmaps.cc
[938/1199] Compiling v3_pcons.cc
[939/1199] Compiling v3_ocsp.cc
[941/1199] Compiling NIOCore EventLoopFuture+Deprecated.swift
[942/1199] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[943/1199] Compiling NIOCore EventLoopFuture.swift
[944/1199] Compiling NIOCore FileDescriptor.swift
[945/1199] Compiling NIOCore FileHandle.swift
[946/1199] Compiling NIOCore FileRegion.swift
[947/1199] Compiling NIOCore GlobalSingletons.swift
[948/1199] Compiling NIOCore IO.swift
[948/1199] Compiling v3_lib.cc
[949/1199] Compiling v3_int.cc
[950/1199] Compiling v3_ncons.cc
[951/1199] Compiling v3_info.cc
[953/1199] Compiling NIOCore CircularBuffer.swift
[954/1199] Compiling NIOCore Codec.swift
[955/1199] Compiling NIOCore ConvenienceOptionSupport.swift
[956/1199] Compiling NIOCore DeadChannel.swift
[957/1199] Compiling NIOCore DispatchQueue+WithFuture.swift
[958/1199] Compiling NIOCore EventLoop+Deprecated.swift
[959/1199] Compiling NIOCore EventLoop+SerialExecutor.swift
[960/1199] Compiling NIOCore EventLoop.swift
[961/1199] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[961/1199] Compiling v3_extku.cc
[963/1199] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[964/1199] Compiling NIOCore SocketAddresses.swift
[965/1199] Compiling NIOCore SocketOptionProvider.swift
[966/1199] Compiling NIOCore SystemCallHelpers.swift
[967/1199] Compiling NIOCore TimeAmount+Duration.swift
[968/1199] Compiling NIOCore TypeAssistedChannelHandler.swift
[969/1199] Compiling NIOCore UniversalBootstrapSupport.swift
[970/1199] Compiling NIOCore Utilities.swift
[970/1199] Compiling v3_ia5.cc
[971/1199] Compiling v3_genn.cc
[972/1199] Compiling v3_enum.cc
[973/1199] Compiling v3_crld.cc
[974/1199] Compiling v3_cpols.cc
[975/1199] Compiling v3_conf.cc
[976/1199] Compiling v3_bitst.cc
[977/1199] Compiling v3_bcons.cc
[978/1199] Compiling v3_alt.cc
[979/1199] Compiling v3_akeya.cc
[980/1199] Compiling t_crl.cc
[981/1199] Compiling v3_akey.cc
[982/1199] Compiling t_x509a.cc
[983/1199] Compiling t_x509.cc
[984/1199] Compiling t_req.cc
[985/1199] Compiling i2d_pr.cc
[986/1199] Compiling rsa_pss.cc
[987/1199] Compiling policy.cc
[988/1199] Compiling name_print.cc
[989/1199] Compiling by_file.cc
[990/1199] Compiling by_dir.cc
[991/1199] Compiling asn1_gen.cc
[992/1199] Compiling algorithm.cc
[993/1199] Compiling a_verify.cc
[994/1199] Compiling a_digest.cc
[995/1199] Compiling a_sign.cc
[996/1199] Compiling voprf.cc
[997/1199] Compiling thread_win.cc
[998/1199] Compiling trust_token.cc
[999/1199] Compiling pmbtoken.cc
[1000/1199] Compiling thread.cc
[1001/1199] Compiling thread_pthread.cc
[1002/1199] Compiling thread_none.cc
[1003/1199] Compiling stack.cc
[1004/1199] Compiling siphash.cc
[1005/1199] Compiling slhdsa.cc
[1006/1199] Compiling sha512.cc
[1007/1199] Compiling sha256.cc
[1008/1199] Compiling sha1.cc
[1009/1199] Compiling rsa_print.cc
[1010/1199] Compiling spake2plus.cc
[1012/1199] Emitting module NIOCore
[1012/1199] Compiling rsa_extra.cc
[1013/1199] Compiling rc4.cc
[1014/1199] Compiling refcount.cc
[1016/1199] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1017/1199] Compiling NIOCore BSDSocketAPI.swift
[1018/1199] Compiling NIOCore ByteBuffer-aux.swift
[1019/1199] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1020/1199] Compiling NIOCore ByteBuffer-conversions.swift
[1021/1199] Compiling NIOCore ByteBuffer-core.swift
[1022/1199] Compiling NIOCore ByteBuffer-hex.swift
[1023/1199] Compiling NIOCore ByteBuffer-int.swift
[1024/1199] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1025/1199] Compiling NIOCore AddressedEnvelope.swift
[1026/1199] Compiling NIOCore AsyncAwaitSupport.swift
[1027/1199] Compiling NIOCore AsyncChannel.swift
[1028/1199] Compiling NIOCore AsyncChannelHandler.swift
[1029/1199] Compiling NIOCore AsyncChannelInboundStream.swift
[1030/1199] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1031/1199] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1032/1199] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1033/1199] Compiling NIOCore NIOAsyncWriter.swift
[1034/1199] Compiling NIOCore ByteBuffer-multi-int.swift
[1035/1199] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1036/1199] Compiling NIOCore ByteBuffer-views.swift
[1037/1199] Compiling NIOCore Channel.swift
[1038/1199] Compiling NIOCore ChannelHandler.swift
[1039/1199] Compiling NIOCore ChannelHandlers.swift
[1040/1199] Compiling NIOCore ChannelInvoker.swift
[1041/1199] Compiling NIOCore ChannelOption.swift
[1042/1199] Compiling NIOCore ChannelPipeline.swift
[1042/1199] Compiling rsa_crypt.cc
[1043/1199] Compiling windows.cc
[1044/1200] Compiling trusty.cc
[1045/1200] Compiling urandom.cc
[1046/1200] Compiling rand.cc
[1048/1200] Compiling rsa_asn1.cc
[1049/1200] Compiling getentropy.cc
[1050/1200] Compiling passive.cc
[1051/1200] Compiling ios.cc
[1052/1200] Compiling poly1305_arm_asm.S
[1053/1200] Compiling deterministic.cc
[1054/1200] Compiling forkunsafe.cc
[1055/1252] Compiling fork_detect.cc
[1056/1252] Compiling poly1305_vec.cc
[1057/1252] Compiling poly1305_arm.cc
[1058/1252] Compiling poly1305.cc
[1059/1252] Compiling pool.cc
[1061/1252] Compiling NIOEmbedded AsyncTestingChannel.swift
[1061/1252] Compiling pkcs7.cc
[1062/1252] Compiling pkcs8_x509.cc
[1064/1252] Emitting module NIOEmbedded
[1065/1252] Compiling NIOEmbedded Embedded.swift
[1066/1252] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1066/1253] Compiling pkcs8.cc
[1068/1253] Compiling pem_xaux.cc
[1069/1253] Compiling p5_pbev2.cc
[1070/1253] Compiling pkcs7_x509.cc
[1071/1253] Compiling pem_info.cc
[1072/1253] Compiling pem_oth.cc
[1073/1253] Compiling pem_x509.cc
[1074/1253] Compiling pem_pkey.cc
[1075/1253] Compiling pem_pk8.cc
[1077/1253] Emitting module NIOPosix
[1077/1253] Compiling pem_lib.cc
[1078/1259] Compiling mlkem.cc
[1079/1259] Compiling pem_all.cc
[1080/1259] Compiling mldsa.cc
[1081/1259] Compiling obj_xref.cc
[1082/1259] Compiling mem.cc
[1084/1259] Compiling NIOPosix BSDSocketAPICommon.swift
[1085/1259] Compiling NIOPosix BSDSocketAPIPosix.swift
[1086/1259] Compiling NIOPosix BSDSocketAPIWindows.swift
[1087/1259] Compiling NIOPosix BaseSocket.swift
[1088/1259] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1089/1259] Compiling NIOPosix BaseSocketChannel.swift
[1090/1259] Compiling NIOPosix BaseStreamSocketChannel.swift
[1091/1259] Compiling NIOPosix Pool.swift
[1092/1259] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1093/1259] Compiling NIOPosix PosixSingletons.swift
[1094/1259] Compiling NIOPosix RawSocketBootstrap.swift
[1095/1259] Compiling NIOPosix Resolver.swift
[1096/1259] Compiling NIOPosix Selectable.swift
[1097/1259] Compiling NIOPosix SelectableChannel.swift
[1098/1259] Compiling NIOPosix SelectableEventLoop.swift
[1099/1259] Compiling NIOPosix SelectorEpoll.swift
[1100/1259] Compiling NIOPosix SelectorGeneric.swift
[1101/1259] Compiling NIOPosix SelectorKqueue.swift
[1102/1259] Compiling NIOPosix SelectorUring.swift
[1103/1259] Compiling NIOPosix ServerSocket.swift
[1104/1259] Compiling NIOPosix Socket.swift
[1105/1259] Compiling NIOPosix SocketChannel.swift
[1106/1259] Compiling NIOPosix SocketProtocols.swift
[1107/1259] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1108/1259] Compiling NIOPosix System.swift
[1109/1259] Compiling NIOPosix Thread.swift
[1109/1259] Compiling obj.cc
[1110/1259] Compiling poly_rq_mul.S
[1111/1259] Compiling lhash.cc
[1112/1259] Compiling fips_shared_support.cc
[1113/1259] Compiling md4.cc
[1114/1259] Compiling md5.cc
[1116/1259] Compiling NIOPosix ThreadPosix.swift
[1117/1259] Compiling NIOPosix ThreadWindows.swift
[1118/1259] Compiling NIOPosix UnsafeTransfer.swift
[1119/1259] Compiling NIOPosix Utilities.swift
[1120/1259] Compiling NIOPosix VsockAddress.swift
[1121/1259] Compiling NIOPosix VsockChannelEvents.swift
[1121/1259] Compiling fuzzer_mode.cc
[1122/1259] Compiling kyber.cc
[1123/1259] Compiling hrss.cc
[1124/1259] Compiling sign.cc
[1125/1259] Compiling ex_data.cc
[1127/1259] Compiling NIOPosix IO.swift
[1128/1259] Compiling NIOPosix IntegerBitPacking.swift
[1129/1259] Compiling NIOPosix IntegerTypes.swift
[1130/1259] Compiling NIOPosix Linux.swift
[1131/1259] Compiling NIOPosix LinuxCPUSet.swift
[1132/1259] Compiling NIOPosix LinuxUring.swift
[1133/1259] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1134/1259] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1135/1259] Compiling NIOPosix NIOThreadPool.swift
[1136/1259] Compiling NIOPosix NonBlockingFileIO.swift
[1137/1259] Compiling NIOPosix PendingDatagramWritesManager.swift
[1138/1259] Compiling NIOPosix PendingWritesManager.swift
[1139/1259] Compiling NIOPosix PipeChannel.swift
[1140/1259] Compiling NIOPosix PipePair.swift
[1140/1259] Compiling hpke.cc
[1142/1259] Compiling NIOPosix Bootstrap.swift
[1143/1259] Compiling NIOPosix ControlMessage.swift
[1144/1259] Compiling NIOPosix DatagramVectorReadManager.swift
[1145/1259] Compiling NIOPosix Errors+Any.swift
[1146/1259] Compiling NIOPosix FileDescriptor.swift
[1147/1259] Compiling NIOPosix GetaddrinfoResolver.swift
[1148/1259] Compiling NIOPosix HappyEyeballs.swift
[1148/1260] Compiling scrypt.cc
[1149/1260] Compiling print.cc
[1151/1260] Compiling pbkdf.cc
[1152/1260] Compiling p_x25519_asn1.cc
[1153/1260] Compiling p_x25519.cc
[1155/1262] Compiling NIO Exports.swift
[1155/1262] Compiling p_rsa_asn1.cc
[1157/1262] Emitting module NIO
[1158/1263] Compiling p_hkdf.cc
[1159/1263] Compiling p_rsa.cc
[1160/1263] Compiling p_ed25519.cc
[1161/1302] Compiling p_ed25519_asn1.cc
[1162/1302] Compiling p_ec_asn1.cc
[1164/1302] Compiling NIOTLS TLSEvents.swift
[1164/1302] Compiling p_ec.cc
[1166/1302] Emitting module NIOTLS
[1167/1302] Compiling NIOSOCKS SOCKSResponse.swift
[1168/1303] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1169/1303] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1170/1303] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1171/1303] Compiling NIOSOCKS ClientStateMachine.swift
[1172/1303] Emitting module NIOSOCKS
[1173/1303] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1174/1303] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1175/1303] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1176/1303] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1177/1303] Compiling NIOHTTP1 HTTPEncoder.swift
[1178/1303] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1179/1303] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1180/1303] Compiling NIOHTTP1 HTTPDecoder.swift
[1181/1303] Compiling NIOSOCKS ServerStateMachine.swift
[1182/1304] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1183/1304] Compiling NIOTLS SNIHandler.swift
[1183/1305] Compiling p_dh_asn1.cc
[1185/1305] Compiling p_dh.cc
[1188/1305] Emitting module NIOHTTP1
[1189/1307] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1190/1307] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1190/1307] Compiling p_dsa_asn1.cc
[1192/1307] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1193/1307] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1194/1307] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1195/1307] Emitting module NIOFoundationCompat
[1196/1307] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1197/1307] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1198/1307] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1199/1337] Compiling err.cc
[1200/1337] Compiling evp.cc
[1201/1359] Compiling evp_ctx.cc
[1203/1359] Compiling NIOTransportServices StateManagedChannel.swift
[1204/1359] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1205/1359] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1206/1361] Compiling NIOTransportServices NIOTSBootstraps.swift
[1207/1361] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1208/1361] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1209/1361] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1210/1361] Compiling NIOTransportServices NIOTSErrors.swift
[1211/1361] Compiling NIOTransportServices NIOTSEventLoop.swift
[1212/1361] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1213/1361] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1214/1361] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1215/1361] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1216/1361] Compiling NIOTransportServices NIOTSSingletons.swift
[1217/1361] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1218/1361] Emitting module NIOTransportServices
[1218/1361] Compiling evp_asn1.cc
[1220/1361] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1221/1361] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1221/1361] Compiling engine.cc
[1223/1361] Compiling NIOTransportServices AcceptHandler.swift
[1224/1361] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1225/1361] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1226/1361] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1227/1361] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1228/1361] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1228/1362] Compiling ecdsa_p1363.cc
[1238/1362] Compiling ecdh.cc
[1239/1362] Compiling hash_to_curve.cc
[1245/1363] Compiling ecdsa_asn1.cc
[1247/1363] Compiling ec_derive.cc
[1248/1370] Compiling ec_asn1.cc
[1249/1370] Compiling bcm.cc
[1250/1370] Compiling dsa.cc
[1252/1370] Emitting module NIOHTTPCompression
[1252/1370] Compiling dsa_asn1.cc
[1253/1370] Compiling params.cc
[1255/1370] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1256/1381] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1257/1381] Compiling NIOHTTPCompression HTTPDecompression.swift
[1257/1381] Compiling digest_extra.cc
[1259/1381] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1260/1381] Compiling NIOHTTPCompression HTTPCompression.swift
[1261/1381] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1262/1382] Compiling x25519-asm-arm.S
[1264/1382] Compiling NIOSSL SSLPrivateKey.swift
[1265/1382] Compiling NIOSSL SSLPublicKey.swift
[1266/1382] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1267/1382] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1271/1382] Compiling NIOSSL SafeCompare.swift
[1271/1386] Compiling des.cc
[1272/1386] Compiling NIOHPACK IndexedHeaderTable.swift
[1274/1387] Compiling NIOHPACK IntegerCoding.swift
[1275/1387] Compiling NIOHPACK HuffmanTables.swift
[1276/1387] Emitting module NIOSSL
[1276/1387] Compiling spake25519.cc
[1277/1387] Compiling dh_asn1.cc
[1279/1387] Compiling NIOHPACK StaticHeaderTable.swift
[1280/1387] Compiling NIOHPACK HuffmanCoding.swift
[1281/1387] Emitting module NIOHPACK
[1281/1387] Compiling curve25519.cc
[1282/1387] Compiling cpu_arm_freebsd.cc
[1284/1387] Compiling NIOHPACK DynamicHeaderTable.swift
[1285/1387] Compiling NIOHPACK HPACKDecoder.swift
[1286/1387] Compiling NIOHPACK HPACKHeader.swift
[1287/1387] Compiling NIOHPACK HeaderTables.swift
[1288/1387] Compiling NIOHPACK HPACKEncoder.swift
[1289/1387] Compiling NIOHPACK HPACKErrors.swift
[1289/1388] Compiling cpu_intel.cc
[1290/1388] Compiling crypto.cc
[1312/1388] Compiling cpu_arm_linux.cc
[1313/1388] Compiling curve25519_64_adx.cc
[1314/1388] Compiling cpu_aarch64_win.cc
[1315/1388] Compiling cpu_aarch64_openbsd.cc
[1316/1388] Compiling cpu_aarch64_sysreg.cc
[1317/1388] Compiling cpu_aarch64_linux.cc
[1318/1448] Compiling cpu_aarch64_apple.cc
[1319/1448] Compiling cpu_aarch64_fuchsia.cc
[1320/1448] Compiling tls_cbc.cc
[1321/1448] Compiling get_cipher.cc
[1322/1448] Compiling conf.cc
[1323/1448] Compiling e_rc4.cc
[1324/1448] Compiling e_tls.cc
[1326/1448] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1327/1448] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1328/1448] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1329/1448] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1330/1449] Compiling NIOHTTP2 MaySendFrames.swift
[1331/1449] Compiling NIOHTTP2 SendingDataState.swift
[1332/1449] Compiling NIOHTTP2 SendingGoawayState.swift
[1333/1449] Compiling NIOHTTP2 SendingHeadersState.swift
[1334/1449] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1335/1449] Compiling NIOHTTP2 SendingRstStreamState.swift
[1336/1449] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1337/1449] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1338/1449] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1339/1449] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1340/1449] Compiling NIOHTTP2 HasLocalSettings.swift
[1341/1449] Compiling NIOHTTP2 HasRemoteSettings.swift
[1342/1449] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1343/1449] Compiling NIOHTTP2 QuiescingState.swift
[1344/1449] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1345/1449] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1346/1449] Compiling NIOHTTP2 StateMachineResult.swift
[1347/1449] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1348/1457] Compiling e_null.cc
[1349/1457] Compiling e_rc2.cc
[1350/1457] Compiling e_des.cc
[1351/1457] Compiling e_aesgcmsiv.cc
[1352/1457] Compiling e_chacha20poly1305.cc
[1353/1457] Compiling cms.cc
[1354/1457] Compiling derive_key.cc
[1355/1457] Compiling e_aesctrhmac.cc
[1356/1457] Compiling chacha.cc
[1357/1457] Compiling e_aeseax.cc
[1358/1457] Compiling unicode.cc
[1359/1457] Compiling sqrt.cc
[1360/1457] Compiling buf.cc
[1361/1457] Compiling cbb.cc
[1362/1457] Compiling ber.cc
[1363/1457] Compiling cbs.cc
[1364/1457] Compiling asn1_compat.cc
[1365/1457] Compiling div.cc
[1366/1457] Compiling exponentiation.cc
[1367/1457] Compiling printf.cc
[1368/1457] Compiling convert.cc
[1369/1457] Compiling bn_asn1.cc
[1370/1457] Compiling blake2.cc
[1372/1457] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1373/1457] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1374/1457] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1375/1457] Compiling NIOHTTP2 StreamChannelList.swift
[1376/1457] Compiling NIOHTTP2 StreamMap.swift
[1377/1457] Compiling NIOHTTP2 StreamStateMachine.swift
[1378/1457] Compiling NIOHTTP2 UnsafeTransfer.swift
[1379/1457] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1379/1457] Compiling pair.cc
[1380/1457] Compiling hexdump.cc
[1381/1457] Compiling file.cc
[1382/1457] Compiling fd.cc
[1383/1457] Compiling errno.cc
[1384/1457] Compiling bio_mem.cc
[1385/1457] Compiling base64.cc
[1386/1457] Compiling bio.cc
[1388/1457] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1389/1457] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1390/1457] Compiling NIOHTTP2 HTTP2StreamID.swift
[1391/1457] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1392/1457] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1393/1457] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1394/1457] Compiling NIOHTTP2 InboundEventBuffer.swift
[1395/1457] Compiling NIOHTTP2 InboundWindowManager.swift
[1395/1457] Compiling tasn_fre.cc
[1397/1457] Emitting module NIOHTTP2
[1398/1457] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1399/1457] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1400/1457] Compiling NIOHTTP2 MayReceiveFrames.swift
[1401/1457] Compiling NIOHTTP2 ReceivingDataState.swift
[1402/1457] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1403/1457] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1404/1457] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1405/1457] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1406/1457] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1406/1457] Compiling tasn_typ.cc
[1407/1457] Compiling posix_time.cc
[1408/1457] Compiling tasn_enc.cc
[1409/1457] Compiling tasn_new.cc
[1410/1457] Compiling tasn_utl.cc
[1411/1457] Compiling f_string.cc
[1412/1457] Compiling f_int.cc
[1413/1457] Compiling tasn_dec.cc
[1414/1457] Compiling asn_pack.cc
[1415/1457] Compiling asn1_par.cc
[1417/1457] Compiling NIOHTTP2 HTTP2Frame.swift
[1418/1457] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1419/1457] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1420/1457] Compiling NIOHTTP2 HTTP2PingData.swift
[1421/1457] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1422/1457] Compiling NIOHTTP2 HTTP2Settings.swift
[1423/1457] Compiling NIOHTTP2 HTTP2Stream.swift
[1424/1457] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1424/1457] Compiling a_time.cc
[1425/1457] Compiling a_type.cc
[1426/1457] Compiling a_utctm.cc
[1427/1457] Compiling asn1_lib.cc
[1428/1457] Compiling a_octet.cc
[1429/1457] Compiling a_strex.cc
[1430/1457] Compiling a_strnid.cc
[1431/1457] Compiling a_i2d_fp.cc
[1432/1457] Compiling a_d2i_fp.cc
[1433/1457] Compiling a_dup.cc
[1434/1457] Compiling a_mbstr.cc
[1435/1457] Compiling a_object.cc
[1436/1457] Compiling a_int.cc
[1437/1457] Compiling a_gentm.cc
[1438/1457] Compiling aes.cc
[1440/1457] Compiling NIOHTTP2 DOSHeuristics.swift
[1441/1457] Compiling NIOHTTP2 Error+Any.swift
[1442/1457] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1443/1457] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1444/1457] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1445/1457] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1446/1457] Compiling NIOHTTP2 GlitchesMonitor.swift
[1447/1457] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1448/1457] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1453/1457] Compiling NIOHTTP2 HTTP2Error.swift
[1454/1457] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1455/1457] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1455/1458] Compiling a_bool.cc
[1457/1458] Compiling a_bitstr.cc
[1459/1526] Compiling CryptoBoringWrapper RandomBytes.swift
[1460/1526] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1461/1526] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1462/1526] Compiling CryptoBoringWrapper EllipticCurve.swift
[1463/1526] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1464/1526] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1465/1526] Emitting module CryptoBoringWrapper
[1466/1526] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1468/1598] Compiling Crypto ASN1Identifier.swift
[1469/1598] Compiling Crypto ASN1Integer.swift
[1470/1598] Compiling Crypto ASN1Null.swift
[1471/1598] Compiling Crypto ASN1OctetString.swift
[1472/1598] Compiling Crypto ASN1Strings.swift
[1473/1598] Compiling Crypto ArraySliceBigint.swift
[1474/1598] Compiling Crypto GeneralizedTime.swift
[1475/1598] Compiling Crypto ObjectIdentifier.swift
[1476/1598] Compiling Crypto ECDSASignature.swift
[1477/1598] Emitting module AsyncHTTPClient
[1478/1606] Compiling Crypto PEMDocument.swift
[1479/1606] Compiling Crypto AES-GCM.swift
[1480/1606] Compiling Crypto AES-GCM_boring.swift
[1481/1606] Compiling Crypto ChaChaPoly_boring.swift
[1482/1606] Compiling Crypto ChaChaPoly.swift
[1483/1606] Compiling Crypto Cipher.swift
[1484/1606] Compiling Crypto Nonces.swift
[1485/1606] Compiling Crypto ASN1.swift
[1486/1606] Compiling Crypto ASN1Any.swift
[1487/1606] Compiling Crypto HPKE-Utils.swift
[1488/1606] Compiling Crypto DHKEM.swift
[1489/1606] Compiling Crypto HPKE-KEM-Curve25519.swift
[1490/1606] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1491/1606] Compiling Crypto HPKE-KEM.swift
[1492/1606] Compiling Crypto HPKE-Errors.swift
[1493/1606] Compiling Crypto HPKE.swift
[1494/1606] Compiling Crypto HPKE-Context.swift
[1495/1606] Compiling Crypto HPKE-KeySchedule.swift
[1496/1606] Compiling Crypto HPKE-Modes.swift
[1497/1606] Compiling Crypto Insecure.swift
[1498/1606] Compiling Crypto Insecure_HashFunctions.swift
[1499/1606] Compiling Crypto KEM.swift
[1500/1606] Compiling Crypto ECDH_boring.swift
[1501/1606] Compiling Crypto DH.swift
[1502/1606] Compiling Crypto ECDH.swift
[1503/1606] Compiling Crypto HPKE-AEAD.swift
[1504/1606] Compiling Crypto HPKE-Ciphersuite.swift
[1505/1606] Compiling Crypto HPKE-KDF.swift
[1506/1606] Compiling Crypto HPKE-KexKeyDerivation.swift
[1507/1606] Compiling Crypto HPKE-LabeledExtract.swift
[1513/1616] Compiling Crypto Digests.swift
[1514/1616] Compiling Crypto HashFunctions.swift
[1515/1616] Compiling Crypto HashFunctions_SHA2.swift
[1521/1616] Compiling Crypto ASN1BitString.swift
[1522/1616] Compiling Crypto ASN1Boolean.swift
[1523/1616] Compiling Crypto PKCS8PrivateKey.swift
[1524/1616] Compiling Crypto SEC1PrivateKey.swift
[1525/1616] Compiling Crypto SubjectPublicKeyInfo.swift
[1526/1616] Compiling Crypto CryptoError_boring.swift
[1527/1616] Compiling Crypto CryptoKitErrors.swift
[1528/1616] Compiling Crypto Digest_boring.swift
[1529/1616] Compiling Crypto Digest.swift
[1540/1616] Compiling AsyncHTTPClient RequestValidation.swift
[1541/1616] Compiling AsyncHTTPClient SSLContextCache.swift
[1542/1616] Compiling AsyncHTTPClient Scheme.swift
[1543/1616] Compiling AsyncHTTPClient Singleton.swift
[1544/1616] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1545/1616] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1546/1616] Compiling AsyncHTTPClient Utils.swift
[1547/1616] Compiling Crypto ECDSA_boring.swift
[1548/1616] Compiling Crypto EdDSA_boring.swift
[1549/1616] Compiling Crypto ECDSA.swift
[1550/1616] Compiling Crypto HKDF.swift
[1551/1616] Compiling Crypto AESWrap.swift
[1552/1616] Compiling Crypto AESWrap_boring.swift
[1553/1616] Compiling Crypto Ed25519_boring.swift
[1554/1616] Compiling Crypto NISTCurvesKeys_boring.swift
[1555/1616] Compiling Crypto X25519Keys_boring.swift
[1556/1616] Compiling Crypto Curve25519.swift
[1557/1616] Compiling Crypto Ed25519Keys.swift
[1568/1616] Emitting module Crypto
[1579/1616] Compiling AsyncHTTPClient RequestBag.swift
[1608/1626] Compiling Crypto Ed25519.swift
[1609/1626] Compiling Crypto Signature.swift
[1610/1626] Compiling Crypto CryptoKitErrors_boring.swift
[1611/1626] Compiling Crypto RNG_boring.swift
[1612/1626] Compiling Crypto SafeCompare_boring.swift
[1613/1626] Compiling Crypto Zeroization_boring.swift
[1614/1626] Compiling Crypto PrettyBytes.swift
[1615/1626] Compiling Crypto SafeCompare.swift
[1616/1626] Compiling Crypto SecureBytes.swift
[1617/1626] Compiling Crypto Zeroization.swift
[1619/1677] Compiling _CryptoExtras BoringSSLHelpers.swift
[1620/1677] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1621/1677] Compiling _CryptoExtras Data+Extensions.swift
[1622/1677] Compiling _CryptoExtras DigestType.swift
[1623/1677] Compiling _CryptoExtras Error.swift
[1624/1677] Compiling _CryptoExtras I2OSP.swift
[1625/1677] Compiling _CryptoExtras IntegerEncoding.swift
[1626/1684] Emitting module _CryptoExtras
[1627/1684] Compiling _CryptoExtras AES_CBC.swift
[1628/1684] Compiling _CryptoExtras AES_CFB.swift
[1629/1684] Compiling _CryptoExtras AES_CTR.swift
[1630/1684] Compiling _CryptoExtras AES_GCM_SIV.swift
[1631/1684] Compiling _CryptoExtras Block Function.swift
[1632/1684] Compiling _CryptoExtras AES_CFB_boring.swift
[1633/1684] Compiling _CryptoExtras AES_CTR_boring.swift
[1634/1684] Compiling GoogleCloudServiceContext ServiceContext+LocationID.swift
[1635/1685] Emitting module GoogleCloudServiceContext
[1636/1685] Compiling _CryptoExtras PEMDocument.swift
[1637/1685] Compiling _CryptoExtras PrettyBytes.swift
[1638/1685] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1639/1685] Compiling _CryptoExtras DLEQ.swift
[1640/1685] Compiling _CryptoExtras Prover.swift
[1641/1685] Compiling _CryptoExtras Verifier.swift
[1642/1685] Compiling _CryptoExtras ZKPToolbox.swift
[1643/1685] Compiling GoogleCloudServiceContext ServiceContext+InstanceID.swift
[1644/1685] Compiling GoogleCloudServiceContext ServiceContext+ServiceName.swift
[1645/1685] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1646/1685] Compiling _CryptoExtras CMAC.swift
[1647/1685] Compiling _CryptoExtras ARC+API.swift
[1648/1685] Compiling _CryptoExtras ARC.swift
[1649/1685] Compiling _CryptoExtras ARCCredential.swift
[1650/1685] Compiling _CryptoExtras ARCEncoding.swift
[1651/1685] Compiling _CryptoExtras ARCPrecredential.swift
[1652/1685] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[1653/1685] Compiling _CryptoExtras PKCS8PrivateKey.swift
[1654/1685] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[1655/1685] Compiling _CryptoExtras ECToolbox_boring.swift
[1656/1685] Compiling _CryptoExtras ECToolbox.swift
[1657/1685] Compiling _CryptoExtras HashToField.swift
[1658/1685] Compiling _CryptoExtras KDF.swift
[1659/1685] Compiling GoogleCloudServiceContext ServiceContext+ServiceVersion.swift
[1660/1685] Compiling GoogleCloudServiceContext ServiceContext+Trace.swift
[1661/1685] Compiling _CryptoExtras ARCPresentation.swift
[1662/1685] Compiling _CryptoExtras ARCRequest.swift
[1663/1685] Compiling _CryptoExtras ARCResponse.swift
[1664/1685] Compiling _CryptoExtras ARCServer.swift
[1665/1685] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1666/1685] Compiling _CryptoExtras ChaCha20CTR.swift
[1667/1685] Compiling _CryptoExtras ObjectIdentifier.swift
[1668/1685] Compiling _CryptoExtras PBKDF2_boring.swift
[1669/1685] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1670/1685] Compiling _CryptoExtras PBKDF2.swift
[1671/1685] Compiling _CryptoExtras Scrypt_boring.swift
[1672/1685] Compiling _CryptoExtras Scrypt.swift
[1673/1685] Compiling _CryptoExtras OPRF.swift
[1674/1685] Compiling _CryptoExtras OPRFClient.swift
[1675/1685] Compiling _CryptoExtras OPRFServer.swift
[1676/1685] Compiling _CryptoExtras VOPRF+API.swift
[1677/1685] Compiling _CryptoExtras VOPRFClient.swift
[1678/1685] Compiling _CryptoExtras VOPRFServer.swift
[1679/1685] Compiling _CryptoExtras RSA+BlindSigning.swift
[1680/1685] Compiling _CryptoExtras RSA.swift
[1681/1685] Compiling _CryptoExtras RSA_boring.swift
[1682/1686] Compiling GoogleCloudServiceContext ServiceContext+ZoneID.swift
[1684/1781] Compiling X509 CSRAttribute.swift
[1685/1781] Compiling X509 CSRAttributes.swift
[1686/1781] Compiling GoogleCloudServiceContext ServiceContext+ProjectID.swift
[1690/1782] Compiling X509 CSRVersion.swift
[1691/1782] Compiling X509 CertificateSigningRequest.swift
[1692/1782] Compiling X509 CertificationRequestInfo.swift
[1693/1782] Compiling X509 ExtensionRequest.swift
[1694/1782] Compiling X509 Certificate.swift
[1695/1782] Compiling X509 CertificatePrivateKey.swift
[1696/1782] Compiling X509 CertificatePublicKey.swift
[1697/1782] Compiling X509 CertificateSerialNumber.swift
[1698/1782] Compiling X509 CertificateVersion.swift
[1699/1782] Compiling X509 CMSAttribute.swift
[1700/1782] Compiling X509 CMSContentInfo.swift
[1701/1782] Compiling X509 CMSEncapsulatedContentInfo.swift
[1702/1795] Compiling X509 PolicyBuilder.swift
[1703/1795] Compiling X509 BasicConstraintsPolicy.swift
[1704/1795] Compiling X509 DNSNames.swift
[1705/1795] Compiling X509 DirectoryNames.swift
[1706/1795] Compiling X509 ExpiryPolicy.swift
[1707/1795] Compiling X509 IPConstraints.swift
[1708/1795] Compiling X509 NameConstraintsPolicy.swift
[1709/1795] Compiling X509 RFC5280Policy.swift
[1710/1795] Compiling X509 URIConstraints.swift
[1711/1795] Compiling X509 VersionPolicy.swift
[1712/1795] Compiling X509 ServerIdentityPolicy.swift
[1713/1795] Compiling X509 TrustRootLoading.swift
[1714/1795] Compiling X509 UnverifiedChain.swift
[1715/1795] Compiling X509 SubjectAlternativeName.swift
[1716/1795] Compiling X509 SubjectKeyIdentifier.swift
[1717/1795] Compiling X509 Extension.swift
[1718/1795] Compiling X509 Extensions.swift
[1719/1795] Compiling X509 ExtensionsBuilder.swift
[1720/1795] Compiling X509 GeneralName.swift
[1721/1795] Compiling X509 Lock.swift
[1722/1795] Compiling X509 LockedValueBox.swift
[1723/1795] Compiling X509 BasicOCSPResponse.swift
[1724/1795] Compiling X509 DirectoryString.swift
[1725/1795] Compiling X509 OCSPCertID.swift
[1726/1795] Compiling X509 OCSPCertStatus.swift
[1727/1795] Compiling X509 OCSPExtensionID.swift
[1728/1795] Compiling X509 CMSIssuerAndSerialNumber.swift
[1729/1795] Compiling X509 CMSOperations.swift
[1730/1795] Compiling X509 CMSSignature.swift
[1731/1795] Compiling X509 CMSSignedData.swift
[1732/1795] Compiling X509 CMSSignerIdentifier.swift
[1733/1795] Compiling X509 CMSSignerInfo.swift
[1734/1795] Compiling X509 CMSVersion.swift
[1735/1795] Compiling X509 Curve25519+DER.swift
[1736/1795] Compiling X509 Digests.swift
[1737/1795] Compiling X509 DistinguishedName.swift
[1738/1795] Compiling X509 CommonName.swift
[1739/1795] Compiling X509 CountryName.swift
[1740/1795] Compiling X509 DNBuilder.swift
[1741/1795] Compiling X509 DomainComponent.swift
[1742/1795] Compiling X509 PromiseAndFuture.swift
[1743/1795] Compiling X509 RDNAttribute.swift
[1744/1795] Compiling X509 RandomNumberGenerator+bytes.swift
[1745/1795] Compiling X509 RelativeDistinguishedName.swift
[1746/1795] Compiling X509 SEC1PrivateKey.swift
[1747/1795] Compiling X509 SecKeyWrapper.swift
[1748/1795] Compiling X509 Signature.swift
[1749/1795] Compiling X509 SignatureAlgorithm.swift
[1750/1795] Compiling X509 AllOfPolicies.swift
[1751/1795] Compiling X509 AnyPolicy.swift
[1752/1795] Compiling X509 CertificateStore.swift
[1753/1795] Compiling X509 CustomCertificateStore.swift
[1754/1795] Compiling X509 OneOfPolicies.swift
[1755/1795] Compiling X509 OCSPNonce.swift
[1756/1795] Compiling X509 OCSPPolicy.swift
[1757/1795] Compiling X509 OCSPRequest.swift
[1758/1795] Compiling X509 OCSPResponse.swift
[1759/1795] Compiling X509 OCSPResponseBytes.swift
[1760/1795] Compiling X509 OCSPResponseData.swift
[1761/1795] Compiling X509 OCSPResponseStatus.swift
[1762/1795] Compiling X509 OCSPSignature.swift
[1763/1795] Compiling X509 OCSPSingleRequest.swift
[1764/1795] Compiling X509 OCSPSingleResponse.swift
[1765/1795] Compiling X509 OCSPTBSRequest.swift
[1766/1795] Compiling X509 OCSPVersion.swift
[1767/1795] Compiling X509 PKCS8PrivateKey.swift
[1768/1795] Compiling X509 EmailAddress.swift
[1769/1795] Compiling X509 LocalityName.swift
[1770/1795] Compiling X509 OrganizationName.swift
[1771/1795] Compiling X509 OrganizationalUnitName.swift
[1772/1795] Compiling X509 StateOrProvinceName.swift
[1773/1795] Compiling X509 StreetAddress.swift
[1774/1795] Compiling X509 Error.swift
[1775/1795] Compiling X509 AuthorityInformationAccess.swift
[1776/1795] Compiling X509 AuthorityKeyIdentifier.swift
[1777/1795] Compiling X509 BasicConstraints.swift
[1778/1795] Compiling X509 ExtendedKeyUsage.swift
[1779/1795] Compiling X509 ExtensionIdentifiers.swift
[1780/1795] Compiling X509 KeyUsage.swift
[1781/1795] Compiling X509 NameConstraints.swift
[1782/1795] Emitting module X509
[1783/1795] Compiling X509 ValidatedCertificateChain.swift
[1784/1795] Compiling X509 VerificationDiagnostic.swift
[1785/1795] Compiling X509 Verifier.swift
[1786/1795] Compiling X509 VerifierPolicy.swift
[1787/1795] Compiling X509 AlgorithmIdentifier.swift
[1788/1795] Compiling X509 ECDSASignature.swift
[1789/1795] Compiling X509 RSAPKCS1PublicKey.swift
[1790/1795] Compiling X509 SubjectPublicKeyInfo.swift
[1791/1795] Compiling X509 TBSCertificate.swift
[1792/1795] Compiling X509 Time.swift
[1793/1795] Compiling X509 TimeCalculations.swift
[1794/1795] Compiling X509 Validity.swift
[1795/1795] Compiling X509 X509SendableMetatype.swift
[1797/1854] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1798/1854] Compiling JWTKit UnsecuredNoneSigner.swift
[1799/1854] Compiling JWTKit JWTKeyCollection+RSA.swift
[1800/1854] Compiling JWTKit RSA.swift
[1801/1854] Compiling JWTKit RSAError.swift
[1802/1854] Compiling JWTKit RSASigner.swift
[1803/1854] Compiling JWTKit Base64URL.swift
[1804/1854] Compiling JWTKit CryptoSigner.swift
[1805/1862] Compiling JWTKit AudienceClaim.swift
[1806/1862] Compiling JWTKit BoolClaim.swift
[1807/1862] Compiling JWTKit ExpirationClaim.swift
[1808/1862] Compiling JWTKit GoogleHostedDomainClaim.swift
[1809/1862] Compiling JWTKit IDClaim.swift
[1810/1862] Compiling JWTKit IssuedAtClaim.swift
[1811/1862] Compiling JWTKit IssuerClaim.swift
[1812/1862] Compiling JWTKit JWTClaim.swift
[1813/1862] Compiling JWTKit JWTMultiValueClaim.swift
[1814/1862] Emitting module JWTKit
[1815/1862] Compiling JWTKit EdDSA.swift
[1816/1862] Compiling JWTKit EdDSACurve.swift
[1817/1862] Compiling JWTKit EdDSAError.swift
[1818/1862] Compiling JWTKit EdDSASigner.swift
[1819/1862] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[1820/1862] Compiling JWTKit HMAC.swift
[1821/1862] Compiling JWTKit HMACError.swift
[1822/1862] Compiling JWTKit HMACSigner.swift
[1823/1862] Compiling JWTKit ECDSAError.swift
[1824/1862] Compiling JWTKit ECDSAKeyTypes.swift
[1825/1862] Compiling JWTKit ECDSASigner.swift
[1826/1862] Compiling JWTKit ECDSASigningAlgorithm.swift
[1827/1862] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1828/1862] Compiling JWTKit P256+CurveType.swift
[1829/1862] Compiling JWTKit P384+CurveType.swift
[1830/1862] Compiling JWTKit P521+CurveType.swift
[1831/1862] Compiling JWTKit JWTKeyCollection+HMAC.swift
[1832/1862] Compiling JWTKit Insecure.swift
[1833/1862] Compiling JWTKit JWK.swift
[1834/1862] Compiling JWTKit JWKIdentifier.swift
[1835/1862] Compiling JWTKit JWKS.swift
[1836/1862] Compiling JWTKit JWKSigner.swift
[1837/1862] Compiling JWTKit JWTAlgorithm.swift
[1838/1862] Compiling JWTKit JWTError.swift
[1839/1862] Compiling JWTKit JWTUnixEpochClaim.swift
[1840/1862] Compiling JWTKit LocaleClaim.swift
[1841/1862] Compiling JWTKit NotBeforeClaim.swift
[1842/1862] Compiling JWTKit SubjectClaim.swift
[1843/1862] Compiling JWTKit TenantIDClaim.swift
[1844/1862] Compiling JWTKit ECDSA.swift
[1845/1862] Compiling JWTKit ECDSACurve.swift
[1846/1862] Compiling JWTKit ECDSACurveType.swift
[1847/1862] Compiling JWTKit JWTHeader+CommonFields.swift
[1848/1862] Compiling JWTKit JWTHeader.swift
[1849/1862] Compiling JWTKit JWTHeaderField.swift
[1850/1862] Compiling JWTKit JWTKeyCollection.swift
[1851/1862] Compiling JWTKit JWTParser.swift
[1852/1862] Compiling JWTKit JWTPayload.swift
[1853/1862] Compiling JWTKit JWTSerializer.swift
[1854/1862] Compiling JWTKit JWTSigner.swift
[1855/1862] Compiling JWTKit CustomizedJSONCoders.swift
[1856/1862] Compiling JWTKit Utilities.swift
[1857/1862] Compiling JWTKit AppleIdentityToken.swift
[1858/1862] Compiling JWTKit FirebaseAuthIdentityToken.swift
[1859/1862] Compiling JWTKit GoogleIdentityToken.swift
[1860/1862] Compiling JWTKit MicrosoftIdentityToken.swift
[1861/1862] Compiling JWTKit ValidationTimePayload.swift
[1862/1862] Compiling JWTKit X5CVerifier.swift
[1864/1877] Compiling GoogleCloudAuth MetadataProvider.swift
[1865/1877] Compiling GoogleCloudAuth Provider.swift
[1866/1878] Compiling GoogleCloudAuth GoogleCloudSDKProvider.swift
[1867/1878] Compiling GoogleCloudAuth MetadataProvider.Token.swift
[1868/1878] Compiling GoogleCloudAuth GoogleCloudSDKProvider.Credentials.swift
[1869/1878] Compiling GoogleCloudAuth GoogleCloudSDKProvider.Token.swift
[1870/1878] Emitting module GoogleCloudAuth
[1871/1878] Compiling GoogleCloudAuth Authorization.swift
[1872/1878] Compiling GoogleCloudAuth DefaultProvider.swift
[1873/1878] Compiling GoogleCloudAuth Scope.swift
[1874/1878] Compiling GoogleCloudAuth ServiceAccountProvider.Credentials.swift
[1875/1878] Compiling GoogleCloudAuth Session.swift
[1876/1878] Compiling GoogleCloudAuth ServiceAccountProvider.Token.swift
[1877/1878] Compiling GoogleCloudAuth ServiceAccountProvider.TokenRequest.swift
[1878/1878] Compiling GoogleCloudAuth ServiceAccountProvider.swift
[1880/1884] Compiling GoogleCloudErrorReporting ErrorReportingService.RemoteError.swift
[1881/1884] Compiling GoogleCloudErrorReporting ErrorReportingLogHandler.swift
[1882/1884] Emitting module GoogleCloudErrorReporting
[1883/1884] Compiling GoogleCloudErrorReporting ErrorReportingService.RequestBody.swift
[1884/1884] Compiling GoogleCloudErrorReporting ErrorReportingService.swift
Build complete! (555.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "google-cloud-service-context",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rosecoder/google-cloud-service-context.git"
    },
    {
      "identity" : "retryable-task",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rosecoder/retryable-task.git"
    },
    {
      "identity" : "google-cloud-auth-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rosecoder/google-cloud-auth-swift.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "google-cloud-error-reporting",
  "name" : "google-cloud-error-reporting",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleCloudErrorReporting",
      "targets" : [
        "GoogleCloudErrorReporting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleCloudErrorReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloudErrorReportingTests",
      "path" : "Tests/GoogleCloudErrorReportingTests",
      "sources" : [
        "IntegrationTests.swift",
        "RemoteErrorTests.swift"
      ],
      "target_dependencies" : [
        "GoogleCloudErrorReporting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleCloudErrorReporting",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloudErrorReporting",
      "path" : "Sources/GoogleCloudErrorReporting",
      "product_dependencies" : [
        "Logging",
        "GoogleCloudServiceContext",
        "RetryableTask",
        "AsyncHTTPClient",
        "GoogleCloudAuth"
      ],
      "product_memberships" : [
        "GoogleCloudErrorReporting"
      ],
      "sources" : [
        "ErrorReportingLogHandler.swift",
        "ErrorReportingService.RemoteError.swift",
        "ErrorReportingService.RequestBody.swift",
        "ErrorReportingService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.