The Swift Package Index logo.Swift Package Index

Build Information

Successful build of google-cloud-service-context, reference 0.0.2 (317de1), with Swift 6.1 for Android on 30 May 2025 06:46:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/google-cloud-service-context.git
Reference: 0.0.2
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-service-context
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 317de18 feat: Resolve project id, location id and instance id from metadata server
Cloned https://github.com/rosecoder/google-cloud-service-context.git
Revision (git rev-parse @):
317de18224abe1b45a9e95af54df0b882b201f05
SUCCESS checkout https://github.com/rosecoder/google-cloud-service-context.git at 0.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rosecoder/google-cloud-service-context.git
https://github.com/rosecoder/google-cloud-service-context.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-service-context",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-service-context.git"
    },
    {
      "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" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.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" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.44.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "google-cloud-service-context",
  "name" : "google-cloud-service-context",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleCloudServiceContext",
      "targets" : [
        "GoogleCloudServiceContext"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleCloudServiceContextTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloudServiceContextTests",
      "path" : "Tests/GoogleCloudServiceContextTests",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "sources" : [
        "GoogleServiceContextResolverTests.swift",
        "ServiceContextInstanceIDTests.swift",
        "ServiceContextLocationIDTests.swift",
        "ServiceContextProjectIDTests.swift",
        "ServiceContextServiceNameTests.swift",
        "ServiceContextServiceVersionTests.swift",
        "ServiceContextZoneIDTests.swift"
      ],
      "target_dependencies" : [
        "GoogleCloudServiceContext"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleCloudServiceContext",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloudServiceContext",
      "path" : "Sources/GoogleCloudServiceContext",
      "product_dependencies" : [
        "ServiceContextModule",
        "Logging",
        "ServiceLifecycle",
        "RetryableTask",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "GoogleCloudServiceContext"
      ],
      "sources" : [
        "Exports.swift",
        "GoogleServiceContextResolver.swift",
        "ServiceContext+InstanceID.swift",
        "ServiceContext+LocationID.swift",
        "ServiceContext+ProjectID.swift",
        "ServiceContext+ServiceName.swift",
        "ServiceContext+ServiceVersion.swift",
        "ServiceContext+Trace.swift",
        "ServiceContext+ZoneID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/rosecoder/retryable-task.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/158] Fetching retryable-task
[159/14172] Fetching retryable-task, async-http-client
[160/16598] Fetching retryable-task, async-http-client, swift-service-lifecycle
[4828/92706] Fetching retryable-task, async-http-client, swift-service-lifecycle, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.69s)
[3102/90280] Fetching retryable-task, async-http-client, swift-nio
Fetched https://github.com/rosecoder/retryable-task.git from cache (8.88s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-service-context.git
Fetched https://github.com/swift-server/async-http-client.git from cache (8.89s)
Fetched https://github.com/apple/swift-nio.git from cache (9.05s)
[1/1063] Fetching swift-service-context
[958/4899] Fetching swift-service-context, swift-log
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
[768/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.75s)
Computing version for https://github.com/rosecoder/retryable-task.git
Computed https://github.com/rosecoder/retryable-task.git at 1.1.2 (10.91s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.95s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.87s)
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
[1/2667] Fetching swift-nio-transport-services
[188/4377] Fetching swift-nio-transport-services, swift-atomics
[381/10336] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.82s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.96s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.99s)
[1/5914] Fetching swift-nio-extras
[3372/17441] Fetching swift-nio-extras, swift-nio-http2
[8221/32284] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.73s)
[4434/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.71s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.73s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (5.66s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (5.74s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.87s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2417/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.41s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.79s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1590] Fetching swift-asn1
[192/6575] Fetching swift-asn1, swift-async-algorithms
[2588/7479] Fetching swift-asn1, swift-async-algorithms, swift-http-types
[3512/8620] Fetching swift-asn1, swift-async-algorithms, swift-http-types, swift-http-structured-headers
[4540/14775] Fetching swift-asn1, swift-async-algorithms, swift-http-types, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.62s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.61s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.67s)
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.21s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.80s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.49s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.03s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.84s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (2.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.15s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.10.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.3
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.27.1
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
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.24.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/447] Write sources
[26/447] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[27/447] Compiling CNIOWASI CNIOWASI.c
[28/447] Compiling CNIOWindows shim.c
[29/447] Write sources
[32/447] Compiling CNIOWindows WSAStartup.c
[33/447] Compiling CNIOLinux liburing_shims.c
[34/447] Compiling _NumericsShims _NumericsShims.c
[35/447] Compiling _AtomicsShims.c
[36/447] Compiling CNIOExtrasZlib empty.c
[37/447] Compiling CNIODarwin shim.c
[38/447] Compiling CNIOLLHTTP c_nio_http.c
[39/447] Compiling CNIOLinux shim.c
[40/447] Compiling fiat_curve25519_adx_square.S
[41/447] Compiling fiat_p256_adx_mul.S
[42/447] Compiling fiat_p256_adx_sqr.S
[43/447] Compiling fiat_curve25519_adx_mul.S
[44/447] Compiling CNIOLLHTTP c_nio_api.c
[45/447] Write swift-version-24593BA9C3E375BF.txt
[46/447] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/447] Compiling CNIOBoringSSLShims shims.c
[48/453] Compiling tls_method.cc
[49/453] Compiling tls13_enc.cc
[50/456] Compiling tls13_server.cc
[51/456] Compiling tls_record.cc
[52/471] Compiling tls13_both.cc
[53/471] Compiling tls13_client.cc
[55/488] Emitting module RealModule
[56/489] Emitting module InternalCollectionsUtilities
[57/490] Compiling ServiceContextModule ServiceContext.swift
[58/490] Emitting module _NIOBase64
[59/490] Compiling _NIOBase64 Base64.swift
[60/490] Compiling RealModule Real.swift
[61/491] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/491] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/491] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/491] Compiling RealModule Float16+Real.swift
[65/491] Compiling RealModule ElementaryFunctions.swift
[66/491] Compiling RealModule Float+Real.swift
[67/491] Compiling _NIODataStructures Heap.swift
[68/491] Emitting module _NIODataStructures
[70/491] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[71/491] Compiling InternalCollectionsUtilities Integer rank.swift
[72/491] Compiling InternalCollectionsUtilities Descriptions.swift
[73/491] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/491] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/491] Compiling _NIODataStructures PriorityQueue.swift
[76/491] Compiling _NIODataStructures _TinyArray.swift
[77/491] Compiling RealModule Float80+Real.swift
[78/492] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/492] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/492] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/492] Compiling InternalCollectionsUtilities _SortedCollection.swift
[82/492] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[83/492] Compiling InternalCollectionsUtilities Debugging.swift
[84/492] Compiling RealModule RealFunctions.swift
[87/493] Emitting module ServiceContextModule
[88/493] Compiling ServiceContextModule ServiceContextKey.swift
[94/495] Compiling ConcurrencyHelpers LockedValueBox.swift
[95/495] Compiling t1_enc.cc
[96/495] Compiling ssl_x509.cc
[98/495] Emitting module Logging
[99/495] Compiling Logging Locks.swift
[100/495] Compiling Logging MetadataProvider.swift
[101/495] Emitting module ConcurrencyHelpers
[102/495] Compiling ConcurrencyHelpers Lock.swift
[103/496] Compiling Logging LogHandler.swift
[104/496] Compiling Logging Logging.swift
[106/497] Compiling ssl_versions.cc
[107/497] Compiling ssl_transcript.cc
[108/497] Compiling ssl_stat.cc
[109/497] Compiling ssl_session.cc
[110/497] Compiling ssl_privkey.cc
[112/567] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[113/567] Compiling OrderedCollections OrderedDictionary+Elements.swift
[114/569] Compiling OrderedCollections _HashTable+Constants.swift
[115/569] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[116/569] Compiling OrderedCollections _HashTable.swift
[117/569] Compiling OrderedCollections _Hashtable+Header.swift
[118/569] Compiling OrderedCollections _HashTable+Testing.swift
[119/569] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[120/569] Compiling OrderedCollections OrderedDictionary+Codable.swift
[121/569] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[122/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[123/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[124/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[125/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[126/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[127/569] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[128/569] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[129/576] Compiling DequeModule _DequeSlot.swift
[130/576] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[132/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[133/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[134/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[135/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[136/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[137/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[138/576] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[139/576] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[139/576] Compiling ssl_lib.cc
[141/576] Compiling OrderedCollections _HashTable+Bucket.swift
[142/576] Compiling OrderedCollections _HashTable+BucketIterator.swift
[150/576] Compiling ssl_file.cc
[152/576] Emitting module DequeModule
[153/577] Compiling OrderedCollections OrderedDictionary.swift
[154/577] Compiling OrderedCollections OrderedSet+Codable.swift
[155/577] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[156/577] Compiling OrderedCollections OrderedSet+Descriptions.swift
[157/577] Compiling OrderedCollections OrderedSet+Diffing.swift
[158/577] Compiling OrderedCollections OrderedSet+Equatable.swift
[159/577] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[160/577] Compiling OrderedCollections OrderedSet+Hashable.swift
[161/577] Compiling OrderedCollections OrderedSet+Initializers.swift
[162/577] Compiling OrderedCollections OrderedSet+Insertions.swift
[163/577] Compiling OrderedCollections OrderedSet+Invariants.swift
[164/577] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[165/577] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[166/577] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[167/577] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[168/577] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[168/577] Compiling ssl_key_share.cc
[171/580] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[172/580] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[173/580] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[174/580] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[175/580] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[176/580] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[177/580] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[178/580] Compiling OrderedCollections OrderedDictionary+Values.swift
[178/588] Compiling ssl_cert.cc
[180/588] Emitting module RetryableTask
[180/588] Compiling ssl_credential.cc
[182/588] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
[183/588] Compiling OrderedCollections OrderedSet+Sendable.swift
[184/588] Compiling OrderedCollections OrderedSet+SubSequence.swift
[185/588] Compiling OrderedCollections OrderedSet+Testing.swift
[186/588] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[187/588] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[188/588] Compiling OrderedCollections OrderedSet.swift
[189/588] Compiling OrderedCollections _UnsafeBitset.swift
[190/588] Compiling RetryableTask ImmediateRetryPolicy.swift
[191/588] Compiling RetryableTask DefaultRetryPolicy.swift
[192/588] Compiling RetryableTask DelayedRetryPolicy.swift
[193/588] Compiling RetryableTask NoRetryPolicy.swift
[194/588] Compiling RetryableTask withRetryableTask.swift
[195/588] Compiling RetryableTask RetryPolicy.swift
[196/589] Emitting module OrderedCollections
[205/590] Compiling UnixSignals UnixSignal.swift
[206/590] Emitting module UnixSignals
[207/590] Compiling UnixSignals UnixSignalsSequence.swift
[207/590] Compiling ssl_cipher.cc
[211/636] Compiling ssl_buffer.cc
[212/636] Compiling ssl_asn1.cc
[214/636] Emitting module AsyncAlgorithms
[215/636] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[216/636] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[217/636] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[218/636] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[219/636] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[220/636] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[221/636] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[222/642] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[223/642] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[224/642] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[225/642] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[226/642] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[227/642] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[227/642] Compiling ssl_aead_ctx.cc
[228/642] Compiling s3_pkt.cc
[229/642] Compiling s3_lib.cc
[230/642] Compiling s3_both.cc
[232/642] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[233/642] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[234/642] Compiling AsyncAlgorithms MergeStateMachine.swift
[235/642] Compiling AsyncAlgorithms MergeStorage.swift
[236/642] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[237/642] Compiling AsyncAlgorithms Rethrow.swift
[238/642] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[239/642] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[240/642] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[241/642] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[242/642] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[243/642] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[244/642] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[244/642] Compiling handshake_server.cc
[245/642] Compiling handshake_client.cc
[247/642] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[248/642] Compiling AsyncAlgorithms DebounceStateMachine.swift
[249/642] Compiling AsyncAlgorithms DebounceStorage.swift
[250/642] Compiling AsyncAlgorithms Dictionary.swift
[251/642] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[252/642] Compiling AsyncAlgorithms Locking.swift
[252/642] Compiling handshake.cc
[254/642] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[255/642] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[256/642] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[257/642] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[258/642] Compiling AsyncAlgorithms AsyncChannel.swift
[259/642] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[260/642] Compiling AsyncAlgorithms ChannelStateMachine.swift
[261/642] Compiling AsyncAlgorithms ChannelStorage.swift
[262/642] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[263/642] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[264/642] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[265/642] Compiling AsyncAlgorithms CombineLatestStorage.swift
[265/642] Compiling dtls_record.cc
[267/642] Compiling AsyncAlgorithms SetAlgebra.swift
[268/642] Compiling AsyncAlgorithms UnsafeTransfer.swift
[269/642] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[270/642] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[271/642] Compiling AsyncAlgorithms ZipStateMachine.swift
[272/642] Compiling AsyncAlgorithms ZipStorage.swift
[272/643] Compiling d1_srtp.cc
[273/643] Compiling handoff.cc
[275/643] Compiling dtls_method.cc
[276/643] Compiling md5-x86_64-linux.S
[277/643] Compiling md5-x86_64-apple.S
[278/643] Compiling encrypted_client_hello.cc
[279/644] Compiling md5-586-linux.S
[280/647] Compiling md5-586-apple.S
[281/651] Compiling chacha20_poly1305_x86_64-linux.S
[282/651] Compiling chacha20_poly1305_x86_64-apple.S
[283/651] Compiling chacha20_poly1305_armv8-win.S
[285/651] Compiling ServiceLifecycle GracefulShutdown.swift
[285/651] Compiling d1_pkt.cc
[286/652] Compiling extensions.cc
[288/652] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[288/652] Compiling chacha20_poly1305_armv8-apple.S
[289/652] Compiling chacha-x86_64-linux.S
[290/652] Compiling chacha20_poly1305_armv8-linux.S
[291/652] Compiling chacha-x86-apple.S
[292/652] Compiling chacha-x86_64-apple.S
[294/652] Emitting module ServiceLifecycle
[295/652] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[296/652] Compiling ServiceLifecycle ServiceRunnerError.swift
[297/652] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[297/652] Compiling chacha-armv8-win.S
[298/652] Compiling chacha-x86-linux.S
[299/652] Compiling chacha-armv8-linux.S
[300/652] Compiling err_data.cc
[301/652] Compiling chacha-armv8-apple.S
[302/652] Compiling chacha-armv4-linux.S
[303/652] Compiling aes128gcmsiv-x86_64-linux.S
[304/652] Compiling x86_64-mont5-apple.S
[305/652] Compiling aes128gcmsiv-x86_64-apple.S
[306/652] Compiling x86_64-mont-apple.S
[307/652] Compiling bio_ssl.cc
[308/652] Compiling x86_64-mont5-linux.S
[309/652] Compiling x86-mont-linux.S
[310/652] Compiling x86_64-mont-linux.S
[311/652] Compiling vpaes-x86_64-apple.S
[312/652] Compiling x86-mont-apple.S
[313/652] Compiling vpaes-x86_64-linux.S
[314/652] Compiling vpaes-x86-linux.S
[315/652] Compiling vpaes-x86-apple.S
[316/652] Compiling vpaes-armv8-win.S
[317/652] Compiling vpaes-armv8-apple.S
[318/652] Compiling vpaes-armv8-linux.S
[319/652] Compiling vpaes-armv7-linux.S
[320/652] Compiling sha512-x86_64-linux.S
[321/652] Compiling sha512-x86_64-apple.S
[322/652] Compiling sha512-armv8-win.S
[323/652] Compiling sha512-armv8-apple.S
[324/652] Compiling sha512-armv4-linux.S
[325/652] Compiling sha512-armv8-linux.S
[327/652] Compiling ServiceLifecycle Service.swift
[328/652] Compiling ServiceLifecycle ServiceGroup.swift
[329/652] Compiling ServiceLifecycle CancellationWaiter.swift
[329/653] Compiling sha512-586-linux.S
[330/653] Compiling sha512-586-apple.S
[331/653] Compiling sha256-x86_64-linux.S
[332/653] Compiling sha256-armv8-win.S
[333/653] Compiling sha256-x86_64-apple.S
[335/653] Compiling d1_lib.cc
[336/653] Compiling sha256-586-apple.S
[337/653] Compiling sha256-armv8-apple.S
[338/653] Compiling sha256-armv4-linux.S
[339/653] Compiling sha256-586-linux.S
[340/653] Compiling sha256-armv8-linux.S
[341/653] Compiling sha1-x86_64-linux.S
[342/653] Compiling sha1-x86_64-apple.S
[343/653] Compiling sha1-armv8-win.S
[344/653] Compiling sha1-armv8-apple.S
[345/653] Compiling sha1-586-linux.S
[346/653] Compiling sha1-armv8-linux.S
[347/653] Compiling sha1-armv4-large-linux.S
[348/653] Compiling d1_both.cc
[349/653] Compiling rdrand-x86_64-linux.S
[349/653] Compiling sha1-586-apple.S
[351/653] Compiling rsaz-avx2-linux.S
[351/653] Compiling rdrand-x86_64-apple.S
[353/653] Compiling rsaz-avx2-apple.S
[354/653] Compiling p256_beeu-x86_64-asm-linux.S
[355/653] Compiling p256_beeu-x86_64-asm-apple.S
[356/653] Compiling p256_beeu-armv8-asm-linux.S
[357/653] Compiling p256_beeu-armv8-asm-win.S
[358/653] Compiling p256-x86_64-asm-linux.S
[359/653] Compiling p256-armv8-asm-win.S
[360/653] Compiling p256-x86_64-asm-apple.S
[360/653] Compiling p256_beeu-armv8-asm-apple.S
[362/653] Compiling ghashv8-armv8-win.S
[363/653] Compiling ghashv8-armv8-linux.S
[364/653] Compiling p256-armv8-asm-linux.S
[365/653] Compiling ghash-x86-linux.S
[366/653] Compiling p256-armv8-asm-apple.S
[367/653] Compiling ghashv8-armv8-apple.S
[368/653] Compiling ghashv8-armv7-linux.S
[369/653] Compiling ghash-x86_64-linux.S
[369/653] Compiling ghash-x86_64-apple.S
[371/653] Compiling ghash-ssse3-x86-linux.S
[372/653] Compiling ghash-ssse3-x86_64-apple.S
[373/653] Compiling ghash-ssse3-x86_64-linux.S
[374/653] Compiling ghash-x86-apple.S
[375/653] Compiling ghash-neon-armv8-win.S
[376/653] Compiling ghash-ssse3-x86-apple.S
[377/653] Compiling ghash-neon-armv8-apple.S
[378/653] Compiling ghash-armv4-linux.S
[379/653] Compiling ghash-neon-armv8-linux.S
[380/653] Compiling co-586-linux.S
[381/653] Compiling co-586-apple.S
[382/653] Compiling bsaes-armv7-linux.S
[383/653] Compiling bn-armv8-win.S
[384/653] Compiling bn-armv8-linux.S
[385/653] Compiling bn-armv8-apple.S
[386/653] Compiling bn-586-linux.S
[387/653] Compiling bn-586-apple.S
[388/653] Compiling armv8-mont-win.S
[389/653] Compiling armv8-mont-apple.S
[390/653] Compiling armv8-mont-linux.S
[391/653] Compiling armv4-mont-linux.S
[392/653] Compiling aesv8-gcm-armv8-win.S
[393/653] Compiling aesv8-gcm-armv8-apple.S
[394/653] Compiling aesv8-armv8-win.S
[395/653] Compiling aesv8-armv7-linux.S
[396/653] Compiling aesv8-gcm-armv8-linux.S
[397/653] Compiling aesv8-armv8-apple.S
[397/653] Compiling aesni-x86_64-linux.S
[399/653] Compiling aesv8-armv8-linux.S
[400/653] Compiling aesni-x86_64-apple.S
[401/653] Compiling aesni-x86-linux.S
[402/653] Compiling aesni-gcm-x86_64-apple.S
[403/653] Compiling aesni-x86-apple.S
[403/653] Compiling aes-gcm-avx2-x86_64-apple.S
[405/653] Compiling aes-gcm-avx2-x86_64-linux.S
[406/653] Compiling aesni-gcm-x86_64-linux.S
[407/653] Compiling aes-gcm-avx10-x86_64-apple.S
[408/653] Compiling aes-gcm-avx10-x86_64-linux.S
[409/653] Compiling x_x509a.cc
[410/653] Compiling x_val.cc
[411/653] Compiling x_pubkey.cc
[412/653] Compiling x_sig.cc
[413/653] Compiling x_exten.cc
[414/653] Compiling x_spki.cc
[415/653] Compiling x_req.cc
[416/653] Compiling x_name.cc
[417/653] Compiling x_x509.cc
[418/653] Compiling x_algor.cc
[419/653] Compiling x509cset.cc
[420/653] Compiling x_all.cc
[421/653] Compiling x_crl.cc
[422/653] Compiling x509rset.cc
[423/653] Compiling x_attrib.cc
[424/653] Compiling x509_vpm.cc
[425/653] Compiling x509spki.cc
[426/653] Compiling x509name.cc
[427/653] Compiling x509_v3.cc
[428/653] Compiling x509_txt.cc
[429/653] Compiling x509_vfy.cc
[429/653] Compiling x509_req.cc
[429/653] Compiling x509_set.cc
[429/653] Compiling x509_lu.cc
[429/653] Compiling x509_trs.cc
[429/653] Compiling x509_obj.cc
[435/653] Compiling x509_def.cc
[436/653] Compiling x509_ext.cc
[437/653] Compiling x509_cmp.cc
[438/653] Compiling x509_att.cc
[439/653] Compiling x509.cc
[440/653] Compiling x509_d2.cc
[441/653] Compiling v3_utl.cc
[442/653] Compiling v3_skey.cc
[443/653] Compiling v3_prn.cc
[444/653] Compiling v3_purp.cc
[445/653] Compiling v3_pmaps.cc
[446/653] Compiling v3_lib.cc
[447/653] Compiling v3_ncons.cc
[448/653] Compiling v3_pcons.cc
[449/653] Compiling v3_ocsp.cc
[450/653] Compiling v3_int.cc
[451/653] Compiling v3_ia5.cc
[452/653] Compiling v3_info.cc
[453/653] Compiling v3_extku.cc
[454/653] Compiling v3_genn.cc
[455/653] Compiling v3_crld.cc
[456/653] Compiling v3_cpols.cc
[457/653] Compiling v3_enum.cc
[458/653] Compiling v3_bitst.cc
[459/653] Compiling v3_akeya.cc
[460/653] Compiling v3_conf.cc
[461/653] Compiling v3_bcons.cc
[462/653] Compiling v3_akey.cc
[463/653] Compiling v3_alt.cc
[464/653] Compiling t_x509a.cc
[465/653] Compiling t_req.cc
[466/653] Compiling i2d_pr.cc
[467/653] Compiling t_x509.cc
[468/653] Compiling t_crl.cc
[469/653] Compiling rsa_pss.cc
[470/653] Compiling policy.cc
[471/653] Compiling name_print.cc
[472/653] Compiling by_dir.cc
[473/653] Compiling by_file.cc
[474/653] Compiling a_verify.cc
[475/653] Compiling algorithm.cc
[476/653] Compiling a_digest.cc
[477/653] Compiling voprf.cc
[478/653] Compiling asn1_gen.cc
[479/653] Compiling a_sign.cc
[480/653] Compiling trust_token.cc
[481/653] Compiling thread_win.cc
[482/653] Compiling thread_none.cc
[483/653] Compiling thread.cc
[484/653] Compiling stack.cc
[484/653] Compiling thread_pthread.cc
[486/653] Compiling siphash.cc
[487/653] Compiling pmbtoken.cc
[488/653] Compiling spake2plus.cc
[489/653] Compiling sha1.cc
[490/653] Compiling slhdsa.cc
[491/653] Compiling sha512.cc
[492/653] Compiling sha256.cc
[493/653] Compiling rsa_print.cc
[494/653] Compiling rc4.cc
[495/653] Compiling urandom.cc
[496/653] Compiling rsa_crypt.cc
[497/653] Compiling rsa_extra.cc
[498/653] Compiling windows.cc
[499/653] Compiling refcount.cc
[500/653] Compiling rsa_asn1.cc
[501/653] Compiling trusty.cc
[502/653] Compiling ios.cc
[503/653] Compiling passive.cc
[504/653] Compiling getentropy.cc
[505/653] Compiling rand.cc
[506/653] Compiling poly1305_arm_asm.S
[507/653] Compiling forkunsafe.cc
[508/653] Compiling fork_detect.cc
[509/653] Compiling deterministic.cc
[510/653] Compiling poly1305_vec.cc
[511/653] Compiling pool.cc
[512/653] Compiling poly1305_arm.cc
[513/653] Compiling poly1305.cc
[514/653] Compiling pkcs7_x509.cc
[515/653] Compiling pkcs7.cc
[516/653] Compiling pkcs8.cc
[517/653] Compiling p5_pbev2.cc
[518/653] Compiling pkcs8_x509.cc
[519/653] Compiling pem_xaux.cc
[520/653] Compiling pem_x509.cc
[521/653] Compiling pem_pkey.cc
[522/653] Compiling pem_oth.cc
[523/653] Compiling pem_lib.cc
[524/653] Compiling pem_pk8.cc
[525/653] Compiling pem_all.cc
[526/653] Compiling pem_info.cc
[527/653] Compiling obj_xref.cc
[528/653] Compiling mem.cc
[529/653] Compiling mlkem.cc
[530/653] Compiling obj.cc
[531/653] Compiling md5.cc
[532/653] Compiling poly_rq_mul.S
[533/653] Compiling mldsa.cc
[534/653] Compiling fips_shared_support.cc
[535/653] Compiling lhash.cc
[536/653] Compiling md4.cc
[537/653] Compiling hpke.cc
[538/653] Compiling sign.cc
[539/653] Compiling ex_data.cc
[540/653] Compiling kyber.cc
[541/653] Compiling print.cc
[542/653] Compiling scrypt.cc
[543/653] Compiling hrss.cc
[544/653] Compiling pbkdf.cc
[545/653] Compiling p_x25519.cc
[546/653] Compiling p_x25519_asn1.cc
[547/653] Compiling p_rsa.cc
[548/653] Compiling p_ec.cc
[549/653] Compiling p_ed25519.cc
[550/653] Compiling p_hkdf.cc
[551/653] Compiling p_rsa_asn1.cc
[552/653] Compiling p_ed25519_asn1.cc
[553/653] Compiling p_ec_asn1.cc
[554/653] Compiling p_dh_asn1.cc
[555/653] Compiling p_dh.cc
[556/653] Compiling err.cc
[557/653] Compiling p_dsa_asn1.cc
[558/653] Compiling evp.cc
[559/653] Compiling evp_ctx.cc
[560/653] Compiling evp_asn1.cc
[561/653] Compiling engine.cc
[562/653] Compiling ecdh.cc
[563/653] Compiling ecdsa_asn1.cc
[564/653] Compiling hash_to_curve.cc
[565/653] Compiling ec_derive.cc
[566/653] Compiling bcm.cc
[567/653] Compiling dsa_asn1.cc
[568/653] Compiling ec_asn1.cc
[569/653] Compiling dsa.cc
[570/653] Compiling x25519-asm-arm.S
[571/653] Compiling params.cc
[572/653] Compiling digest_extra.cc
[573/653] Compiling dh_asn1.cc
[574/653] Compiling des.cc
[575/653] Compiling curve25519_64_adx.cc
[576/653] Compiling crypto.cc
[577/653] Compiling cpu_intel.cc
[578/653] Compiling spake25519.cc
[579/653] Compiling curve25519.cc
[580/653] Compiling cpu_arm_freebsd.cc
[581/653] Compiling cpu_arm_linux.cc
[582/653] Compiling cpu_aarch64_sysreg.cc
[583/653] Compiling cpu_aarch64_openbsd.cc
[584/653] Compiling cpu_aarch64_win.cc
[585/653] Compiling cpu_aarch64_fuchsia.cc
[586/653] Compiling conf.cc
[587/653] Compiling cpu_aarch64_linux.cc
[588/653] Compiling cpu_aarch64_apple.cc
[589/653] Compiling e_rc4.cc
[590/653] Compiling tls_cbc.cc
[591/653] Compiling get_cipher.cc
[592/653] Compiling e_tls.cc
[593/653] Compiling e_null.cc
[594/653] Compiling derive_key.cc
[595/653] Compiling e_rc2.cc
[596/653] Compiling e_chacha20poly1305.cc
[597/653] Compiling e_des.cc
[598/653] Compiling e_aesgcmsiv.cc
[599/653] Compiling chacha.cc
[600/653] Compiling e_aesctrhmac.cc
[601/653] Compiling cbb.cc
[602/653] Compiling cbs.cc
[603/653] Compiling ber.cc
[604/653] Compiling unicode.cc
[605/653] Compiling asn1_compat.cc
[606/653] Compiling buf.cc
[607/653] Compiling bn_asn1.cc
[608/653] Compiling blake2.cc
[609/653] Compiling convert.cc
[610/653] Compiling pair.cc
[611/653] Compiling socket.cc
[612/653] Compiling hexdump.cc
[613/653] Compiling socket_helper.cc
[614/653] Compiling file.cc
[615/653] Compiling printf.cc
[616/653] Compiling fd.cc
[617/653] Compiling connect.cc
[618/653] Compiling bio.cc
[619/653] Compiling errno.cc
[620/653] Compiling bio_mem.cc
[621/653] Compiling tasn_typ.cc
[622/653] Compiling base64.cc
[623/653] Compiling tasn_utl.cc
[624/653] Compiling tasn_fre.cc
[625/653] Compiling posix_time.cc
[626/653] Compiling tasn_enc.cc
[627/653] Compiling tasn_new.cc
[628/653] Compiling f_int.cc
[629/653] Compiling tasn_dec.cc
[630/653] Compiling asn1_par.cc
[631/653] Compiling f_string.cc
[632/653] Compiling asn_pack.cc
[633/653] Compiling a_type.cc
[634/653] Compiling asn1_lib.cc
[635/653] Compiling a_strnid.cc
[636/653] Compiling a_utctm.cc
[637/653] Compiling a_octet.cc
[638/653] Compiling a_time.cc
[639/653] Compiling a_strex.cc
[640/653] Compiling a_object.cc
[641/653] Compiling a_i2d_fp.cc
[642/653] Compiling a_dup.cc
[643/653] Compiling a_d2i_fp.cc
[644/653] Write sources
[645/653] Compiling a_mbstr.cc
[645/653] Write sources
[647/653] Compiling a_gentm.cc
[648/653] Compiling a_int.cc
[649/697] Compiling a_bitstr.cc
[650/697] Compiling a_bool.cc
[652/697] Compiling Atomics ManagedAtomic.swift
[653/697] Compiling Atomics ManagedAtomicLazyReference.swift
[654/697] Compiling Atomics UnsafeAtomic.swift
[655/697] Compiling Atomics UnsafeAtomicLazyReference.swift
[656/699] Compiling Atomics AtomicMemoryOrderings.swift
[657/699] Compiling Atomics DoubleWord.swift
[658/699] Compiling Atomics IntegerOperations.swift
[659/699] Compiling Atomics Unmanaged extensions.swift
[662/699] Compiling Algorithms Suffix.swift
[663/699] Compiling Algorithms RandomSample.swift
[664/699] Compiling Algorithms Reductions.swift
[665/699] Compiling Algorithms Rotate.swift
[666/702] Compiling Atomics Primitives.shims.swift
[667/702] Compiling Atomics AtomicInteger.swift
[668/702] Compiling Atomics AtomicOptionalWrappable.swift
[669/702] Compiling Atomics AtomicReference.swift
[670/702] Compiling Atomics AtomicStorage.swift
[671/702] Compiling Atomics AtomicValue.swift
[675/702] Compiling Atomics RawRepresentable.swift
[676/702] Compiling Atomics AtomicBool.swift
[686/702] Compiling Algorithms Trim.swift
[687/702] Compiling Algorithms Unique.swift
[688/702] Compiling Algorithms Windows.swift
[689/702] Compiling Atomics IntegerConformances.swift
[690/702] Compiling Atomics PointerConformances.swift
[691/702] Compiling Atomics Primitives.native.swift
[692/702] Compiling Atomics OptionalRawRepresentable.swift
[692/702] Compiling c-nioatomics.c
[694/702] Emitting module Algorithms
[699/703] Emitting module Atomics
[702/703] Compiling c-atomics.c
[705/710] Compiling NIOConcurrencyHelpers NIOLock.swift
[706/710] Compiling NIOConcurrencyHelpers lock.swift
[707/710] Emitting module NIOConcurrencyHelpers
[708/710] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[709/710] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[710/710] Compiling NIOConcurrencyHelpers atomics.swift
[712/771] Compiling NIOCore CircularBuffer.swift
[713/771] Compiling NIOCore Codec.swift
[714/771] Compiling NIOCore ConvenienceOptionSupport.swift
[715/771] Compiling NIOCore DeadChannel.swift
[716/771] Compiling NIOCore DispatchQueue+WithFuture.swift
[717/771] Compiling NIOCore EventLoop+Deprecated.swift
[718/771] Compiling NIOCore EventLoop+SerialExecutor.swift
[719/771] Compiling NIOCore EventLoop.swift
[720/779] Compiling NIOCore MulticastChannel.swift
[721/779] Compiling NIOCore NIOAny.swift
[722/779] Compiling NIOCore NIOCloseOnErrorHandler.swift
[723/779] Compiling NIOCore NIOLoopBound.swift
[724/779] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[725/779] Compiling NIOCore NIOScheduledCallback.swift
[726/779] Compiling NIOCore NIOSendable.swift
[727/779] Compiling NIOCore RecvByteBufferAllocator.swift
[728/779] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[729/779] Compiling NIOCore BSDSocketAPI.swift
[730/779] Compiling NIOCore ByteBuffer-aux.swift
[731/779] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[732/779] Compiling NIOCore ByteBuffer-conversions.swift
[733/779] Compiling NIOCore ByteBuffer-core.swift
[734/779] Compiling NIOCore ByteBuffer-hex.swift
[735/779] Compiling NIOCore ByteBuffer-int.swift
[736/779] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[737/779] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[738/779] Compiling NIOCore SocketAddresses.swift
[739/779] Compiling NIOCore SocketOptionProvider.swift
[740/779] Compiling NIOCore SystemCallHelpers.swift
[741/779] Compiling NIOCore TimeAmount+Duration.swift
[742/779] Compiling NIOCore TypeAssistedChannelHandler.swift
[743/779] Compiling NIOCore UniversalBootstrapSupport.swift
[744/779] Compiling NIOCore Utilities.swift
[745/779] Emitting module NIOCore
[746/779] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[747/779] Compiling NIOCore EventLoopFuture+Deprecated.swift
[748/779] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[749/779] Compiling NIOCore EventLoopFuture.swift
[750/779] Compiling NIOCore FileDescriptor.swift
[751/779] Compiling NIOCore FileHandle.swift
[752/779] Compiling NIOCore FileRegion.swift
[753/779] Compiling NIOCore GlobalSingletons.swift
[754/779] Compiling NIOCore IO.swift
[755/779] Compiling NIOCore IOData.swift
[756/779] Compiling NIOCore IPProtocol.swift
[757/779] Compiling NIOCore IntegerBitPacking.swift
[758/779] Compiling NIOCore IntegerTypes.swift
[759/779] Compiling NIOCore Interfaces.swift
[760/779] Compiling NIOCore Linux.swift
[761/779] Compiling NIOCore MarkedCircularBuffer.swift
[762/779] Compiling NIOCore ByteBuffer-multi-int.swift
[763/779] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[764/779] Compiling NIOCore ByteBuffer-views.swift
[765/779] Compiling NIOCore Channel.swift
[766/779] Compiling NIOCore ChannelHandler.swift
[767/779] Compiling NIOCore ChannelHandlers.swift
[768/779] Compiling NIOCore ChannelInvoker.swift
[769/779] Compiling NIOCore ChannelOption.swift
[770/779] Compiling NIOCore ChannelPipeline.swift
[771/779] Compiling NIOCore AddressedEnvelope.swift
[772/779] Compiling NIOCore AsyncAwaitSupport.swift
[773/779] Compiling NIOCore AsyncChannel.swift
[774/779] Compiling NIOCore AsyncChannelHandler.swift
[775/779] Compiling NIOCore AsyncChannelInboundStream.swift
[776/779] Compiling NIOCore AsyncChannelOutboundWriter.swift
[777/779] Compiling NIOCore NIOAsyncSequenceProducer.swift
[778/779] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[779/779] Compiling NIOCore NIOAsyncWriter.swift
[781/830] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[782/830] Compiling NIOEmbedded AsyncTestingChannel.swift
[783/830] Emitting module NIOEmbedded
[784/830] Compiling NIOEmbedded Embedded.swift
[786/831] Compiling NIOPosix Pool.swift
[787/831] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[788/831] Compiling NIOPosix PosixSingletons.swift
[789/831] Compiling NIOPosix RawSocketBootstrap.swift
[790/831] Compiling NIOPosix Resolver.swift
[791/831] Compiling NIOPosix Selectable.swift
[792/837] Compiling NIOPosix ThreadPosix.swift
[793/837] Compiling NIOPosix ThreadWindows.swift
[794/837] Compiling NIOPosix UnsafeTransfer.swift
[795/837] Compiling NIOPosix Utilities.swift
[796/837] Compiling NIOPosix VsockAddress.swift
[797/837] Compiling NIOPosix VsockChannelEvents.swift
[798/837] Compiling NIOPosix SelectableChannel.swift
[799/837] Compiling NIOPosix SelectableEventLoop.swift
[800/837] Compiling NIOPosix SelectorEpoll.swift
[801/837] Compiling NIOPosix SelectorGeneric.swift
[802/837] Compiling NIOPosix SelectorKqueue.swift
[803/837] Compiling NIOPosix SelectorUring.swift
[804/837] Compiling NIOPosix ServerSocket.swift
[805/837] Compiling NIOPosix Socket.swift
[806/837] Compiling NIOPosix SocketChannel.swift
[807/837] Compiling NIOPosix SocketProtocols.swift
[808/837] Compiling NIOPosix System.swift
[809/837] Compiling NIOPosix Thread.swift
[810/837] Compiling NIOPosix Bootstrap.swift
[811/837] Compiling NIOPosix ControlMessage.swift
[812/837] Compiling NIOPosix DatagramVectorReadManager.swift
[813/837] Compiling NIOPosix Errors+Any.swift
[814/837] Compiling NIOPosix FileDescriptor.swift
[815/837] Compiling NIOPosix GetaddrinfoResolver.swift
[816/837] Compiling NIOPosix HappyEyeballs.swift
[817/837] Compiling NIOPosix IO.swift
[818/837] Compiling NIOPosix IntegerBitPacking.swift
[819/837] Compiling NIOPosix IntegerTypes.swift
[820/837] Compiling NIOPosix Linux.swift
[821/837] Compiling NIOPosix LinuxCPUSet.swift
[822/837] Compiling NIOPosix LinuxUring.swift
[823/837] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[824/837] Compiling NIOPosix BSDSocketAPICommon.swift
[825/837] Compiling NIOPosix BSDSocketAPIPosix.swift
[826/837] Compiling NIOPosix BSDSocketAPIWindows.swift
[827/837] Compiling NIOPosix BaseSocket.swift
[828/837] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[829/837] Compiling NIOPosix BaseSocketChannel.swift
[830/837] Compiling NIOPosix BaseStreamSocketChannel.swift
[831/837] Emitting module NIOPosix
[832/837] Compiling NIOPosix NIOThreadPool.swift
[833/837] Compiling NIOPosix NonBlockingFileIO.swift
[834/837] Compiling NIOPosix PendingDatagramWritesManager.swift
[835/837] Compiling NIOPosix PendingWritesManager.swift
[836/837] Compiling NIOPosix PipeChannel.swift
[837/837] Compiling NIOPosix PipePair.swift
[839/840] Emitting module NIO
[840/840] Compiling NIO Exports.swift
[842/880] Compiling NIOTLS TLSEvents.swift
[843/880] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[844/880] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[845/880] Emitting module NIOTLS
[846/880] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[847/881] Compiling NIOSOCKS SOCKSResponse.swift
[848/881] Compiling NIOSOCKS ClientStateMachine.swift
[849/881] Emitting module NIOSOCKS
[850/881] Compiling NIOHTTP1 ByteCollectionUtils.swift
[851/881] Compiling NIOHTTP1 HTTPDecoder.swift
[852/881] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[853/881] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[854/883] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[855/883] Compiling NIOTLS SNIHandler.swift
[856/884] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[857/884] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[858/884] Emitting module NIOHTTP1
[859/884] Compiling NIOHTTP1 HTTPEncoder.swift
[860/884] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[861/884] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[862/884] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[863/884] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[866/884] Compiling NIOSOCKS ServerStateMachine.swift
[872/885] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[873/885] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[874/885] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[875/885] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[876/885] Emitting module NIOFoundationCompat
[877/885] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[878/885] Compiling NIOHTTP1 HTTPTypes.swift
[883/915] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[884/915] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[885/915] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[886/915] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[888/956] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[889/956] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[890/956] Compiling NIOTransportServices NIOTSListenerChannel.swift
[891/958] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[892/958] Compiling NIOTransportServices NIOTSSingletons.swift
[893/958] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[894/958] Compiling NIOTransportServices StateManagedChannel.swift
[895/958] Compiling NIOTransportServices StateManagedListenerChannel.swift
[896/958] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[897/958] Emitting module NIOTransportServices
[898/958] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[899/958] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[900/958] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[901/958] Compiling NIOHPACK IndexedHeaderTable.swift
[902/959] Compiling NIOHPACK IntegerCoding.swift
[903/959] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[904/959] Compiling NIOTransportServices NIOTSErrors.swift
[905/959] Compiling NIOTransportServices NIOTSEventLoop.swift
[906/959] Compiling NIOTransportServices NIOTSBootstraps.swift
[907/959] Compiling NIOTransportServices NIOTSChannelOptions.swift
[908/959] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[909/959] Compiling NIOTransportServices NIOTSDatagramListener.swift
[910/959] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[911/959] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[912/959] Compiling NIOTransportServices AcceptHandler.swift
[913/959] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[914/959] Compiling NIOHPACK StaticHeaderTable.swift
[915/959] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[916/960] Compiling NIOHPACK HuffmanTables.swift
[917/960] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[918/960] Compiling NIOHTTPCompression HTTPDecompression.swift
[919/960] Compiling NIOHTTPCompression HTTPCompression.swift
[920/960] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[921/960] Emitting module NIOHTTPCompression
[922/960] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[925/961] Compiling NIOHPACK HuffmanCoding.swift
[930/961] Emitting module NIOHPACK
[931/961] Emitting module NIOSSL
[950/966] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[951/966] Compiling NIOSSL SubjectAlternativeName.swift
[952/966] Compiling NIOSSL NIOSSLSecureBytes.swift
[953/966] Compiling NIOSSL RNG.swift
[954/966] Compiling NIOSSL SafeCompare.swift
[955/1024] Compiling NIOHTTP2 HTTP2PingData.swift
[956/1024] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[957/1024] Compiling NIOHTTP2 HTTP2Settings.swift
[958/1024] Compiling NIOHTTP2 HTTP2Stream.swift
[959/1024] Compiling NIOHTTP2 ConnectionStateMachine.swift
[960/1024] Compiling NIOHTTP2 ConnectionStreamsState.swift
[961/1024] Compiling NIOHTTP2 MayReceiveFrames.swift
[962/1024] Compiling NIOHTTP2 ReceivingDataState.swift
[963/1024] Compiling NIOHTTP2 Error+Any.swift
[964/1024] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[965/1024] Compiling NIOHTTP2 ControlFrameBuffer.swift
[966/1024] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[968/1025] Emitting module NIOHTTP2
[969/1033] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[970/1033] Compiling NIOHTTP2 HasFlowControlWindows.swift
[971/1033] Compiling NIOHTTP2 HasLocalSettings.swift
[972/1033] Compiling NIOHTTP2 HasRemoteSettings.swift
[973/1033] Compiling NIOHTTP2 LocallyQuiescingState.swift
[974/1033] Compiling NIOHTTP2 QuiescingState.swift
[975/1033] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[976/1033] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[977/1033] Compiling NIOHTTP2 StateMachineResult.swift
[978/1033] Compiling NIOHTTP2 ContentLengthVerifier.swift
[979/1033] Compiling NIOHTTP2 DOSHeuristics.swift
[984/1033] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[985/1033] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[986/1033] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[987/1033] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[988/1033] Compiling NIOHTTP2 HTTP2StreamID.swift
[989/1033] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[990/1033] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[991/1033] Compiling NIOHTTP2 HTTP2UserEvents.swift
[992/1033] Compiling NIOHTTP2 InboundEventBuffer.swift
[993/1033] Compiling NIOHTTP2 MaySendFrames.swift
[994/1033] Compiling NIOHTTP2 SendingDataState.swift
[995/1033] Compiling NIOHTTP2 SendingGoawayState.swift
[996/1033] Compiling NIOHTTP2 SendingHeadersState.swift
[997/1033] Compiling NIOHTTP2 SendingPushPromiseState.swift
[998/1033] Compiling NIOHTTP2 SendingRstStreamState.swift
[999/1033] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1000/1033] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1001/1033] Compiling NIOHTTP2 InboundWindowManager.swift
[1002/1033] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1003/1033] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1004/1033] Compiling NIOHTTP2 StreamChannelList.swift
[1005/1033] Compiling NIOHTTP2 StreamMap.swift
[1006/1033] Compiling NIOHTTP2 StreamStateMachine.swift
[1007/1033] Compiling NIOHTTP2 UnsafeTransfer.swift
[1008/1033] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1013/1033] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1014/1033] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1015/1033] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1016/1033] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1017/1033] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1018/1033] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1019/1033] Compiling NIOHTTP2 HTTP2Frame.swift
[1020/1033] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1021/1033] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1026/1033] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1027/1033] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1028/1033] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1029/1033] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1030/1033] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1031/1033] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1032/1033] Compiling NIOHTTP2 HTTP2Error.swift
[1033/1033] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1035/1094] Emitting module AsyncHTTPClient
[1036/1102] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1037/1102] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1038/1102] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1039/1102] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1040/1102] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1041/1102] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1042/1102] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1043/1102] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1044/1102] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1045/1102] Compiling AsyncHTTPClient ConnectionTarget.swift
[1046/1102] Compiling AsyncHTTPClient DeconstructedURL.swift
[1047/1102] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1048/1102] Compiling AsyncHTTPClient FoundationExtensions.swift
[1049/1102] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1050/1102] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1051/1102] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1052/1102] Compiling AsyncHTTPClient HTTPClient.swift
[1053/1102] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1054/1102] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1055/1102] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1056/1102] Compiling AsyncHTTPClient HTTP1Connection.swift
[1057/1102] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1058/1102] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1059/1102] Compiling AsyncHTTPClient HTTP2Connection.swift
[1060/1102] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1061/1102] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1062/1102] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1063/1102] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1064/1102] Compiling AsyncHTTPClient Transaction.swift
[1065/1102] Compiling AsyncHTTPClient Base64.swift
[1066/1102] Compiling AsyncHTTPClient BasicAuth.swift
[1067/1102] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1068/1102] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1069/1102] Compiling AsyncHTTPClient ConnectionPool.swift
[1070/1102] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1071/1102] Compiling AsyncHTTPClient HTTPHandler.swift
[1072/1102] Compiling AsyncHTTPClient LRUCache.swift
[1073/1102] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1074/1102] Compiling AsyncHTTPClient NWErrorHandler.swift
[1075/1102] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1076/1102] Compiling AsyncHTTPClient TLSConfiguration.swift
[1077/1102] Compiling AsyncHTTPClient RedirectState.swift
[1078/1102] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1079/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1080/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1081/1102] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1082/1102] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1083/1102] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1084/1102] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1085/1102] Compiling AsyncHTTPClient RequestBodyLength.swift
[1086/1102] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1087/1102] Compiling AsyncHTTPClient RequestBag.swift
[1088/1102] Compiling AsyncHTTPClient RequestValidation.swift
[1089/1102] Compiling AsyncHTTPClient SSLContextCache.swift
[1090/1102] Compiling AsyncHTTPClient Scheme.swift
[1091/1102] Compiling AsyncHTTPClient Singleton.swift
[1092/1102] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1093/1102] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1094/1102] Compiling AsyncHTTPClient Utils.swift
[1095/1102] Compiling AsyncHTTPClient RequestOptions.swift
[1096/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1097/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1098/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1099/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1100/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1101/1102] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1102/1102] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1104/1112] Compiling GoogleCloudServiceContext ServiceContext+Trace.swift
[1105/1112] Compiling GoogleCloudServiceContext ServiceContext+ServiceVersion.swift
[1106/1113] Compiling GoogleCloudServiceContext ServiceContext+ServiceName.swift
[1107/1113] Compiling GoogleCloudServiceContext ServiceContext+ZoneID.swift
[1108/1113] Compiling GoogleCloudServiceContext Exports.swift
[1109/1113] Compiling GoogleCloudServiceContext GoogleServiceContextResolver.swift
[1110/1113] Compiling GoogleCloudServiceContext ServiceContext+InstanceID.swift
[1111/1113] Compiling GoogleCloudServiceContext ServiceContext+LocationID.swift
[1112/1113] Compiling GoogleCloudServiceContext ServiceContext+ProjectID.swift
[1113/1113] Emitting module GoogleCloudServiceContext
Build complete! (237.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-service-context",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-service-context.git"
    },
    {
      "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" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.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" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.44.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "google-cloud-service-context",
  "name" : "google-cloud-service-context",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleCloudServiceContext",
      "targets" : [
        "GoogleCloudServiceContext"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleCloudServiceContextTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloudServiceContextTests",
      "path" : "Tests/GoogleCloudServiceContextTests",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "sources" : [
        "GoogleServiceContextResolverTests.swift",
        "ServiceContextInstanceIDTests.swift",
        "ServiceContextLocationIDTests.swift",
        "ServiceContextProjectIDTests.swift",
        "ServiceContextServiceNameTests.swift",
        "ServiceContextServiceVersionTests.swift",
        "ServiceContextZoneIDTests.swift"
      ],
      "target_dependencies" : [
        "GoogleCloudServiceContext"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleCloudServiceContext",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloudServiceContext",
      "path" : "Sources/GoogleCloudServiceContext",
      "product_dependencies" : [
        "ServiceContextModule",
        "Logging",
        "ServiceLifecycle",
        "RetryableTask",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "GoogleCloudServiceContext"
      ],
      "sources" : [
        "Exports.swift",
        "GoogleServiceContextResolver.swift",
        "ServiceContext+InstanceID.swift",
        "ServiceContext+LocationID.swift",
        "ServiceContext+ProjectID.swift",
        "ServiceContext+ServiceName.swift",
        "ServiceContext+ServiceVersion.swift",
        "ServiceContext+Trace.swift",
        "ServiceContext+ZoneID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.