Build Information
Successful build of google-cloud-service-context, reference main (317de1), with Swift 6.1 for Android on 30 May 2025 06:46:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/google-cloud-service-context.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-2":/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/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
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/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[331/1221] Fetching swift-service-context, retryable-task
[1222/3647] Fetching swift-service-context, retryable-task, swift-service-lifecycle
[3576/7483] Fetching swift-service-context, retryable-task, swift-service-lifecycle, swift-log
Fetched https://github.com/rosecoder/retryable-task.git from cache (0.39s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.39s)
[4613/6262] Fetching swift-service-lifecycle, swift-log
[6225/20276] Fetching swift-service-lifecycle, swift-log, async-http-client
[8926/96384] Fetching swift-service-lifecycle, swift-log, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.14s)
[35184/82370] Fetching swift-service-lifecycle, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.45s)
Fetched https://github.com/apple/swift-nio.git from cache (5.54s)
Computing version for https://github.com/rosecoder/retryable-task.git
Computed https://github.com/rosecoder/retryable-task.git at 1.1.2 (6.15s)
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.59s)
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.60s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5914] Fetching swift-nio-extras
[3432/7624] Fetching swift-nio-extras, swift-atomics
[4377/10291] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services
[4715/21818] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-nio-http2
[4801/27777] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-algorithms
[18787/42620] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.61s)
[17604/39953] Fetching swift-nio-extras, swift-atomics, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
[12206/33994] Fetching swift-nio-extras, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.56s)
[24370/28080] Fetching swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.72s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.72s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.76s)
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 (3.92s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.06s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (3.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.32s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4129/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.61s)
Fetched https://github.com/apple/swift-collections.git from cache (1.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.46s)
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.76s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/904] Fetching swift-http-types
[905/7059] Fetching swift-http-types, swift-certificates
[1275/12044] Fetching swift-http-types, swift-certificates, swift-async-algorithms
[4435/13634] Fetching swift-http-types, swift-certificates, swift-async-algorithms, swift-asn1
[4565/14775] Fetching swift-http-types, swift-certificates, swift-async-algorithms, swift-asn1, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
[10176/13871] Fetching swift-certificates, swift-async-algorithms, swift-asn1, swift-http-structured-headers
Fetched https://github.com/apple/swift-asn1.git from cache (0.75s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.75s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.80s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.80s)
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.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
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.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.66s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.91s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.76s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.47s)
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.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.69s)
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 (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.74s)
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-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-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-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-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-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-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-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-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-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-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-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/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-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/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/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/rosecoder/retryable-task.git
Working copy of https://github.com/rosecoder/retryable-task.git resolved at 1.1.2
Building for debugging...
[0/447] Write sources
[29/447] Compiling CNIOWindows shim.c
[30/447] Compiling CNIOWindows WSAStartup.c
[31/447] Compiling CNIOWASI CNIOWASI.c
[32/447] Compiling _NumericsShims _NumericsShims.c
[32/447] Compiling _AtomicsShims.c
[32/447] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[35/447] Compiling CNIOLinux liburing_shims.c
[36/447] Compiling CNIOLLHTTP c_nio_http.c
[36/447] Compiling CNIOExtrasZlib empty.c
[38/447] Compiling CNIODarwin shim.c
[39/447] Compiling fiat_curve25519_adx_square.S
[40/447] Compiling fiat_p256_adx_sqr.S
[41/447] Compiling CNIOLinux shim.c
[42/447] Compiling fiat_p256_adx_mul.S
[43/447] Compiling CNIOLLHTTP c_nio_api.c
[44/447] Compiling fiat_curve25519_adx_mul.S
[45/447] Write swift-version-24593BA9C3E375BF.txt
[46/447] Compiling CNIOBoringSSLShims shims.c
[47/447] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/453] Compiling tls_record.cc
[49/453] Compiling tls13_both.cc
[50/463] Compiling tls13_client.cc
[51/466] Compiling tls_method.cc
[53/471] Emitting module ServiceContextModule
[53/471] Compiling tls13_enc.cc
[54/471] Compiling tls13_server.cc
[55/488] Compiling t1_enc.cc
[57/488] Compiling RealModule Float16+Real.swift
[58/489] Emitting module _NIOBase64
[59/489] Compiling _NIOBase64 Base64.swift
[60/490] Compiling RealModule Real.swift
[61/490] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/490] Compiling InternalCollectionsUtilities Integer rank.swift
[64/490] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/490] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/491] Compiling RealModule RealFunctions.swift
[67/491] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/491] Compiling RealModule ElementaryFunctions.swift
[69/491] Compiling RealModule Float+Real.swift
[70/491] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/491] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/491] Compiling ServiceContextModule ServiceContextKey.swift
[73/491] Emitting module RealModule
[74/491] Compiling ServiceContextModule ServiceContext.swift
[75/491] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/491] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/491] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/491] Compiling InternalCollectionsUtilities Debugging.swift
[79/491] Compiling InternalCollectionsUtilities Descriptions.swift
[80/491] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[81/492] Compiling _NIODataStructures Heap.swift
[82/492] Emitting module InternalCollectionsUtilities
[83/492] Compiling _NIODataStructures PriorityQueue.swift
[84/492] Emitting module _NIODataStructures
[85/492] Compiling _NIODataStructures _TinyArray.swift
[86/492] Compiling ConcurrencyHelpers LockedValueBox.swift
[91/493] Compiling RealModule Float80+Real.swift
[93/494] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[96/550] Compiling ssl_x509.cc
[98/550] Compiling OrderedCollections OrderedDictionary.swift
[99/550] Compiling OrderedCollections OrderedSet+Codable.swift
[100/550] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[101/550] Compiling OrderedCollections OrderedSet+Descriptions.swift
[102/550] Compiling OrderedCollections OrderedSet+Diffing.swift
[103/550] Compiling OrderedCollections OrderedSet+Equatable.swift
[104/550] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[105/550] Compiling OrderedCollections OrderedSet+Hashable.swift
[106/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[107/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[108/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[109/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[110/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[111/550] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[112/550] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[113/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[114/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[115/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[116/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[117/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[118/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[119/550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[119/557] Compiling ssl_versions.cc
[121/572] Compiling DequeModule _DequeBuffer.swift
[122/572] Compiling DequeModule _DequeBufferHeader.swift
[123/574] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[124/574] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[125/574] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[126/574] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[127/574] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[128/574] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[129/574] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[130/574] Compiling OrderedCollections OrderedDictionary+Values.swift
[131/574] Compiling DequeModule Deque+CustomReflectable.swift
[132/574] Compiling DequeModule Deque+Descriptions.swift
[133/574] Compiling DequeModule Deque+Codable.swift
[134/574] Compiling DequeModule Deque+Collection.swift
[135/574] Compiling DequeModule Deque+Equatable.swift
[136/574] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[137/574] Compiling DequeModule Deque+Extras.swift
[138/574] Compiling DequeModule Deque+Hashable.swift
[141/574] Compiling DequeModule Deque+Testing.swift
[142/574] Compiling DequeModule Deque._Storage.swift
[143/574] Compiling DequeModule Deque._UnsafeHandle.swift
[144/574] Compiling DequeModule Deque.swift
[145/574] Compiling DequeModule _DequeSlot.swift
[146/574] Compiling DequeModule _UnsafeWrappedBuffer.swift
[146/574] Compiling ssl_transcript.cc
[152/574] Compiling OrderedCollections OrderedSet+Initializers.swift
[153/574] Compiling OrderedCollections OrderedSet+Insertions.swift
[154/574] Compiling OrderedCollections OrderedSet+Invariants.swift
[155/574] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[156/574] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[157/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[158/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[159/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[162/574] Emitting module Logging
[163/574] Compiling Logging MetadataProvider.swift
[164/574] Emitting module ConcurrencyHelpers
[165/574] Compiling ConcurrencyHelpers Lock.swift
[166/575] Compiling Logging Locks.swift
[167/575] Compiling Logging LogHandler.swift
[168/575] Compiling Logging Logging.swift
[168/576] Compiling ssl_stat.cc
[171/576] Compiling ssl_session.cc
[173/576] Compiling OrderedCollections OrderedSet+Sendable.swift
[174/576] Compiling OrderedCollections OrderedSet+SubSequence.swift
[175/576] Compiling OrderedCollections OrderedSet+Testing.swift
[176/576] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[177/576] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[178/576] Compiling OrderedCollections OrderedSet.swift
[179/576] Compiling OrderedCollections _UnsafeBitset.swift
[188/584] Emitting module OrderedCollections
[189/585] Compiling RetryableTask NoRetryPolicy.swift
[190/585] Compiling RetryableTask ImmediateRetryPolicy.swift
[191/585] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
[192/585] Compiling RetryableTask RetryPolicy.swift
[193/585] Compiling RetryableTask withRetryableTask.swift
[194/585] Compiling RetryableTask DelayedRetryPolicy.swift
[195/585] Compiling RetryableTask DefaultRetryPolicy.swift
[196/585] Emitting module RetryableTask
[196/586] Compiling ssl_privkey.cc
[198/586] Emitting module DequeModule
[202/590] Emitting module UnixSignals
[203/590] Compiling UnixSignals UnixSignalsSequence.swift
[204/590] Compiling UnixSignals UnixSignal.swift
[205/591] Compiling ssl_key_share.cc
[206/591] Compiling ssl_file.cc
[207/636] Compiling ssl_lib.cc
[208/636] Compiling ssl_credential.cc
[209/636] Compiling ssl_buffer.cc
[210/636] Compiling ssl_cert.cc
[211/636] Compiling ssl_cipher.cc
[213/636] Emitting module AsyncAlgorithms
[214/636] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[215/636] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[216/636] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[217/636] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[218/636] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[219/636] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[220/636] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[221/642] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[222/642] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[223/642] Compiling AsyncAlgorithms MergeStateMachine.swift
[224/642] Compiling AsyncAlgorithms MergeStorage.swift
[225/642] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[226/642] Compiling AsyncAlgorithms Rethrow.swift
[227/642] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[228/642] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[229/642] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[230/642] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[231/642] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[232/642] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[232/642] Compiling ssl_asn1.cc
[233/642] Compiling s3_pkt.cc
[235/642] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[236/642] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[237/642] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[238/642] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[239/642] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[240/642] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[241/642] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[241/642] Compiling ssl_aead_ctx.cc
[243/642] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[244/642] Compiling AsyncAlgorithms DebounceStateMachine.swift
[245/642] Compiling AsyncAlgorithms DebounceStorage.swift
[246/642] Compiling AsyncAlgorithms Dictionary.swift
[247/642] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[248/642] Compiling AsyncAlgorithms Locking.swift
[249/642] Compiling AsyncAlgorithms ChannelStateMachine.swift
[250/642] Compiling AsyncAlgorithms ChannelStorage.swift
[251/642] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[252/642] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[253/642] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[254/642] Compiling AsyncAlgorithms CombineLatestStorage.swift
[255/642] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[256/642] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[257/642] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[258/642] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[259/642] Compiling AsyncAlgorithms AsyncChannel.swift
[260/642] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[260/642] Compiling s3_lib.cc
[261/642] Compiling s3_both.cc
[262/642] Compiling handshake_server.cc
[264/642] Compiling AsyncAlgorithms SetAlgebra.swift
[265/642] Compiling AsyncAlgorithms UnsafeTransfer.swift
[266/642] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[267/642] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[268/642] Compiling AsyncAlgorithms ZipStateMachine.swift
[269/642] Compiling AsyncAlgorithms ZipStorage.swift
[270/643] Compiling handshake_client.cc
[271/643] Compiling handshake.cc
[272/651] Compiling handoff.cc
[273/651] Compiling dtls_record.cc
[275/651] Compiling ServiceLifecycle CancellationWaiter.swift
[276/651] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[277/651] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[278/651] Compiling ServiceLifecycle GracefulShutdown.swift
[279/652] Emitting module ServiceLifecycle
[279/652] Compiling extensions.cc
[280/652] Compiling d1_srtp.cc
[282/652] Compiling ServiceLifecycle ServiceRunnerError.swift
[283/652] Compiling ServiceLifecycle Service.swift
[284/652] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[285/652] Compiling ServiceLifecycle ServiceGroup.swift
[285/653] Compiling md5-x86_64-linux.S
[287/653] Compiling md5-x86_64-apple.S
[288/653] Compiling dtls_method.cc
[289/653] Compiling md5-586-linux.S
[290/653] Compiling encrypted_client_hello.cc
[291/653] Compiling md5-586-apple.S
[292/653] Compiling chacha20_poly1305_x86_64-linux.S
[293/653] Compiling chacha20_poly1305_x86_64-apple.S
[294/653] Compiling chacha20_poly1305_armv8-win.S
[295/653] Compiling chacha20_poly1305_armv8-apple.S
[296/653] Compiling chacha-x86_64-linux.S
[297/653] Compiling chacha20_poly1305_armv8-linux.S
[298/653] Compiling chacha-x86_64-apple.S
[299/653] Compiling chacha-x86-linux.S
[300/653] Compiling chacha-x86-apple.S
[301/653] Compiling chacha-armv8-win.S
[302/653] Compiling chacha-armv8-apple.S
[303/653] Compiling chacha-armv8-linux.S
[304/653] Compiling chacha-armv4-linux.S
[305/653] Compiling d1_pkt.cc
[306/653] Compiling aes128gcmsiv-x86_64-linux.S
[307/653] Compiling aes128gcmsiv-x86_64-apple.S
[308/653] Compiling x86_64-mont5-linux.S
[309/653] Compiling x86_64-mont-linux.S
[310/653] Compiling x86_64-mont5-apple.S
[311/653] Compiling x86_64-mont-apple.S
[312/653] Compiling x86-mont-apple.S
[312/653] Compiling x86-mont-linux.S
[314/653] Compiling vpaes-x86_64-linux.S
[315/653] Compiling vpaes-x86_64-apple.S
[316/653] Compiling vpaes-x86-apple.S
[317/653] Compiling vpaes-x86-linux.S
[318/653] Compiling err_data.cc
[319/653] Compiling vpaes-armv8-apple.S
[320/653] Compiling vpaes-armv8-win.S
[321/653] Compiling vpaes-armv8-linux.S
[322/653] Compiling sha512-x86_64-apple.S
[323/653] Compiling sha512-x86_64-linux.S
[324/653] Compiling vpaes-armv7-linux.S
[325/653] Compiling sha512-armv8-apple.S
[326/653] Compiling d1_lib.cc
[327/653] Compiling sha512-armv8-win.S
[328/653] Compiling sha512-armv8-linux.S
[329/653] Compiling sha512-586-apple.S
[330/653] Compiling sha512-armv4-linux.S
[331/653] Compiling sha256-x86_64-linux.S
[332/653] Compiling sha512-586-linux.S
[333/653] Compiling sha256-x86_64-apple.S
[334/653] Compiling sha256-armv8-linux.S
[335/653] Compiling sha256-armv8-win.S
[336/653] Compiling sha256-armv8-apple.S
[337/653] Compiling sha256-586-linux.S
[338/653] Compiling sha256-armv4-linux.S
[339/653] Compiling sha256-586-apple.S
[340/653] Compiling sha1-x86_64-linux.S
[341/653] Compiling sha1-x86_64-apple.S
[342/653] Compiling sha1-armv8-win.S
[343/653] Compiling d1_both.cc
[344/653] Compiling sha1-586-linux.S
[345/653] Compiling sha1-586-apple.S
[346/653] Compiling sha1-armv4-large-linux.S
[347/653] Compiling sha1-armv8-apple.S
[348/653] Compiling rsaz-avx2-linux.S
[348/653] Compiling sha1-armv8-linux.S
[350/653] Compiling rdrand-x86_64-linux.S
[351/653] Compiling rsaz-avx2-apple.S
[352/653] Compiling rdrand-x86_64-apple.S
[353/653] Compiling p256_beeu-armv8-asm-win.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-x86_64-asm-linux.S
[357/653] Compiling p256_beeu-armv8-asm-apple.S
[358/653] Compiling p256-armv8-asm-win.S
[359/653] Compiling p256-x86_64-asm-apple.S
[360/653] Compiling p256_beeu-armv8-asm-linux.S
[361/653] Compiling p256-armv8-asm-apple.S
[362/653] Compiling ghashv8-armv8-linux.S
[363/653] Compiling p256-armv8-asm-linux.S
[363/653] Compiling ghashv8-armv7-linux.S
[365/653] Compiling ghashv8-armv8-win.S
[366/653] Compiling bio_ssl.cc
[367/653] Compiling ghashv8-armv8-apple.S
[368/653] Compiling ghash-x86_64-apple.S
[369/653] Compiling ghash-ssse3-x86_64-linux.S
[370/653] Compiling ghash-x86_64-linux.S
[371/653] Compiling ghash-ssse3-x86_64-apple.S
[372/653] Compiling ghash-x86-linux.S
[373/653] Compiling ghash-x86-apple.S
[374/653] Compiling ghash-ssse3-x86-linux.S
[375/653] Compiling ghash-ssse3-x86-apple.S
[376/653] Compiling ghash-neon-armv8-win.S
[377/653] Compiling ghash-neon-armv8-apple.S
[378/653] Compiling ghash-armv4-linux.S
[379/653] Compiling co-586-linux.S
[380/653] Compiling co-586-apple.S
[381/653] Compiling bsaes-armv7-linux.S
[382/653] Compiling ghash-neon-armv8-linux.S
[383/653] Compiling bn-armv8-linux.S
[384/653] Compiling bn-armv8-win.S
[385/653] Compiling bn-586-apple.S
[386/653] Compiling bn-armv8-apple.S
[387/653] Compiling armv8-mont-win.S
[388/653] Compiling bn-586-linux.S
[389/653] Compiling armv8-mont-apple.S
[390/653] Compiling armv4-mont-linux.S
[391/653] Compiling aesv8-gcm-armv8-win.S
[392/653] Compiling aesv8-gcm-armv8-linux.S
[393/653] Compiling aesv8-armv7-linux.S
[394/653] Compiling armv8-mont-linux.S
[395/653] Compiling aesv8-gcm-armv8-apple.S
[396/653] Compiling aesni-x86_64-linux.S
[397/653] Compiling aesv8-armv8-win.S
[398/653] Compiling aesv8-armv8-linux.S
[399/653] Compiling aesv8-armv8-apple.S
[400/653] Compiling aesni-x86-apple.S
[401/653] Compiling aesni-x86_64-apple.S
[402/653] Compiling aesni-x86-linux.S
[403/653] Compiling aesni-gcm-x86_64-linux.S
[404/653] Compiling aesni-gcm-x86_64-apple.S
[405/653] Compiling aes-gcm-avx2-x86_64-linux.S
[406/653] Compiling aes-gcm-avx2-x86_64-apple.S
[406/653] Compiling aes-gcm-avx10-x86_64-linux.S
[408/653] Compiling aes-gcm-avx10-x86_64-apple.S
[409/653] Compiling x_name.cc
[410/653] Compiling x_x509a.cc
[411/653] Compiling x_req.cc
[412/653] Compiling x_val.cc
[413/653] Compiling x_spki.cc
[414/653] Compiling x_x509.cc
[415/653] Compiling x_sig.cc
[416/653] Compiling x_pubkey.cc
[417/653] Compiling x_attrib.cc
[418/653] Compiling x_exten.cc
[419/653] Compiling x_all.cc
[420/653] Compiling x509rset.cc
[421/653] Compiling x_crl.cc
[422/653] Compiling x509_vpm.cc
[423/653] Compiling x_algor.cc
[424/653] Compiling x509spki.cc
[425/653] Compiling x509cset.cc
[426/653] Compiling x509name.cc
[427/653] Compiling x509_txt.cc
[428/653] Compiling x509_v3.cc
[429/653] Compiling x509_vfy.cc
[430/653] Compiling x509_trs.cc
[431/653] Compiling x509_set.cc
[432/653] Compiling x509_req.cc
[433/653] Compiling x509_lu.cc
[434/653] Compiling x509_obj.cc
[435/653] Compiling x509_d2.cc
[436/653] Compiling x509_ext.cc
[437/653] Compiling x509_def.cc
[438/653] Compiling x509_cmp.cc
[439/653] Compiling v3_skey.cc
[440/653] Compiling v3_utl.cc
[441/653] Compiling x509.cc
[442/653] Compiling x509_att.cc
[443/653] Compiling v3_prn.cc
[444/653] Compiling v3_purp.cc
[445/653] Compiling v3_pmaps.cc
[446/653] Compiling v3_pcons.cc
[447/653] Compiling v3_ocsp.cc
[448/653] Compiling v3_ncons.cc
[449/653] Compiling v3_int.cc
[450/653] Compiling v3_ia5.cc
[451/653] Compiling v3_lib.cc
[452/653] Compiling v3_info.cc
[453/653] Compiling v3_extku.cc
[454/653] Compiling v3_bitst.cc
[455/653] Compiling v3_conf.cc
[456/653] Compiling v3_genn.cc
[457/653] Compiling v3_enum.cc
[458/653] Compiling v3_cpols.cc
[459/653] Compiling v3_crld.cc
[460/653] Compiling v3_bcons.cc
[461/653] Compiling v3_akey.cc
[462/653] Compiling v3_akeya.cc
[463/653] Compiling t_x509a.cc
[464/653] Compiling v3_alt.cc
[465/653] Compiling t_x509.cc
[466/653] Compiling t_req.cc
[467/653] Compiling policy.cc
[468/653] Compiling i2d_pr.cc
[469/653] Compiling t_crl.cc
[470/653] Compiling rsa_pss.cc
[471/653] Compiling by_file.cc
[472/653] Compiling asn1_gen.cc
[473/653] Compiling by_dir.cc
[474/653] Compiling name_print.cc
[475/653] Compiling a_digest.cc
[476/653] Compiling algorithm.cc
[477/653] Compiling a_verify.cc
[478/653] Compiling a_sign.cc
[479/653] Compiling trust_token.cc
[480/653] Compiling thread_pthread.cc
[481/653] Compiling thread_win.cc
[482/653] Compiling voprf.cc
[483/653] Compiling thread.cc
[484/653] Compiling thread_none.cc
[485/653] Compiling stack.cc
[486/653] Compiling siphash.cc
[487/653] Compiling sha512.cc
[488/653] Compiling pmbtoken.cc
[489/653] Compiling spake2plus.cc
[490/653] Compiling sha1.cc
[491/653] Compiling slhdsa.cc
[492/653] Compiling rsa_print.cc
[493/653] Compiling rsa_crypt.cc
[494/653] Compiling sha256.cc
[495/653] Compiling rsa_extra.cc
[496/653] Compiling rc4.cc
[497/653] Compiling refcount.cc
[498/653] Compiling windows.cc
[499/653] Compiling rand.cc
[500/653] Compiling urandom.cc
[501/653] Compiling rsa_asn1.cc
[502/653] Compiling trusty.cc
[503/653] Compiling ios.cc
[504/653] Compiling getentropy.cc
[505/653] Compiling poly1305_arm_asm.S
[506/653] Compiling passive.cc
[507/653] Compiling poly1305_arm.cc
[508/653] Compiling fork_detect.cc
[509/653] Compiling deterministic.cc
[510/653] Compiling forkunsafe.cc
[511/653] Compiling poly1305_vec.cc
[512/653] Compiling poly1305.cc
[513/653] Compiling pool.cc
[514/653] Compiling pkcs8_x509.cc
[515/653] Compiling pkcs7.cc
[516/653] Compiling pkcs8.cc
[517/653] Compiling pem_xaux.cc
[518/653] Compiling p5_pbev2.cc
[519/653] Compiling pkcs7_x509.cc
[520/653] Compiling pem_pkey.cc
[521/653] Compiling pem_x509.cc
[522/653] Compiling pem_pk8.cc
[523/653] Compiling pem_info.cc
[524/653] Compiling pem_all.cc
[525/653] Compiling mlkem.cc
[526/653] Compiling pem_oth.cc
[527/653] Compiling obj_xref.cc
[528/653] Compiling pem_lib.cc
[529/653] Compiling mldsa.cc
[530/653] Compiling poly_rq_mul.S
[531/653] Compiling mem.cc
[532/653] Compiling obj.cc
[533/653] Compiling fips_shared_support.cc
[534/653] Compiling lhash.cc
[535/653] Compiling md4.cc
[536/653] Compiling md5.cc
[537/653] Compiling kyber.cc
[538/653] Compiling hrss.cc
[539/653] Compiling ex_data.cc
[540/653] Compiling hpke.cc
[541/653] Compiling sign.cc
[542/653] Compiling scrypt.cc
[543/653] Compiling print.cc
[544/653] Compiling pbkdf.cc
[545/653] Compiling p_x25519.cc
[546/653] Compiling p_rsa_asn1.cc
[547/653] Compiling p_x25519_asn1.cc
[548/653] Compiling p_rsa.cc
[549/653] Compiling p_hkdf.cc
[550/653] Compiling p_ec_asn1.cc
[551/653] Compiling p_ed25519.cc
[552/653] Compiling p_ed25519_asn1.cc
[553/653] Compiling p_ec.cc
[554/653] Compiling p_dsa_asn1.cc
[555/653] Compiling evp.cc
[556/653] Compiling p_dh.cc
[557/653] Compiling p_dh_asn1.cc
[558/653] Compiling evp_ctx.cc
[559/653] Compiling evp_asn1.cc
[560/653] Compiling err.cc
[561/653] Compiling engine.cc
[562/653] Compiling ecdh.cc
[563/653] Compiling bcm.cc
[564/653] Compiling ecdsa_asn1.cc
[565/653] Compiling hash_to_curve.cc
[566/653] Compiling ec_derive.cc
[567/653] Compiling params.cc
[568/653] Compiling curve25519_64_adx.cc
[569/653] Compiling dsa.cc
[570/653] Compiling x25519-asm-arm.S
[571/653] Compiling ec_asn1.cc
[572/653] Compiling dsa_asn1.cc
[573/653] Compiling digest_extra.cc
[574/653] Compiling curve25519.cc
[575/653] Compiling des.cc
[576/653] Compiling dh_asn1.cc
[577/653] Compiling spake25519.cc
[578/653] Compiling crypto.cc
[579/653] Compiling cpu_intel.cc
[580/653] Compiling cpu_arm_freebsd.cc
[581/653] Compiling cpu_aarch64_sysreg.cc
[582/653] Compiling cpu_arm_linux.cc
[583/653] Compiling cpu_aarch64_openbsd.cc
[584/653] Compiling cpu_aarch64_win.cc
[585/653] Compiling cpu_aarch64_linux.cc
[586/653] Compiling cpu_aarch64_fuchsia.cc
[587/653] Compiling tls_cbc.cc
[588/653] Compiling cpu_aarch64_apple.cc
[589/653] Compiling e_rc2.cc
[590/653] Compiling e_rc4.cc
[591/653] Compiling e_tls.cc
[592/653] Compiling conf.cc
[593/653] Compiling get_cipher.cc
[594/653] Compiling e_chacha20poly1305.cc
[595/653] Compiling e_null.cc
[596/653] Compiling e_aesctrhmac.cc
[597/653] Compiling e_aesgcmsiv.cc
[598/653] Compiling e_des.cc
[599/653] Compiling chacha.cc
[600/653] Compiling derive_key.cc
[601/653] Compiling ber.cc
[602/653] Compiling unicode.cc
[603/653] Compiling buf.cc
[604/653] Compiling cbs.cc
[605/653] Compiling asn1_compat.cc
[606/653] Compiling socket_helper.cc
[607/653] Compiling blake2.cc
[608/653] Compiling cbb.cc
[609/653] Compiling fd.cc
[610/653] Compiling bn_asn1.cc
[611/653] Compiling socket.cc
[612/653] Compiling convert.cc
[613/653] Compiling printf.cc
[614/653] Compiling pair.cc
[615/653] Compiling connect.cc
[616/653] Compiling hexdump.cc
[617/653] Compiling file.cc
[618/653] Compiling tasn_typ.cc
[619/653] Compiling errno.cc
[620/653] Compiling bio_mem.cc
[621/653] Compiling tasn_fre.cc
[622/653] Compiling base64.cc
[623/653] Compiling bio.cc
[624/653] Compiling tasn_utl.cc
[625/653] Compiling tasn_enc.cc
[626/653] Compiling tasn_new.cc
[627/653] Compiling a_utctm.cc
[628/653] Compiling posix_time.cc
[629/653] Compiling asn_pack.cc
[630/653] Compiling f_string.cc
[631/653] Compiling asn1_par.cc
[632/653] Compiling f_int.cc
[633/653] Compiling tasn_dec.cc
[634/653] Compiling a_type.cc
[635/653] Compiling asn1_lib.cc
[636/653] Compiling a_octet.cc
[637/653] Compiling a_strex.cc
[638/653] Compiling a_time.cc
[639/653] Compiling a_object.cc
[640/653] Compiling a_strnid.cc
[641/653] Compiling a_i2d_fp.cc
[642/653] Compiling a_mbstr.cc
[643/653] Compiling a_int.cc
[644/653] Write sources
[646/653] Compiling a_dup.cc
[647/653] Compiling a_gentm.cc
[648/653] Compiling a_d2i_fp.cc
[649/697] Compiling a_bitstr.cc
[651/697] Compiling Atomics UnsafeAtomic.swift
[652/697] Compiling Atomics UnsafeAtomicLazyReference.swift
[653/697] Compiling Atomics ManagedAtomic.swift
[654/697] Compiling Atomics ManagedAtomicLazyReference.swift
[654/699] Compiling a_bool.cc
[656/699] Compiling Atomics IntegerOperations.swift
[657/699] Compiling Atomics Unmanaged extensions.swift
[658/699] Compiling Atomics Primitives.shims.swift
[659/699] Compiling Atomics AtomicInteger.swift
[660/699] Compiling Atomics AtomicOptionalWrappable.swift
[661/699] Compiling Atomics AtomicMemoryOrderings.swift
[662/699] Compiling Atomics DoubleWord.swift
[663/699] Compiling Atomics AtomicReference.swift
[664/699] Compiling Atomics AtomicStorage.swift
[665/699] Compiling Atomics AtomicValue.swift
[669/702] Compiling Algorithms Split.swift
[670/702] Compiling Algorithms Stride.swift
[671/702] Compiling Algorithms Suffix.swift
[674/702] Compiling Atomics OptionalRawRepresentable.swift
[675/702] Compiling Atomics RawRepresentable.swift
[676/702] Compiling Atomics AtomicBool.swift
[682/702] Compiling Algorithms Product.swift
[685/702] Compiling c-atomics.c
[687/702] Compiling Algorithms Trim.swift
[688/702] Compiling Algorithms Unique.swift
[689/702] Compiling Algorithms Windows.swift
[690/702] Compiling Atomics IntegerConformances.swift
[691/702] Compiling Atomics PointerConformances.swift
[692/702] Compiling Atomics Primitives.native.swift
[694/702] Emitting module Atomics
[700/703] Compiling c-nioatomics.c
[703/703] Emitting module Algorithms
[705/710] Compiling NIOConcurrencyHelpers NIOLock.swift
[706/710] Compiling NIOConcurrencyHelpers lock.swift
[707/710] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[708/710] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[709/710] Compiling NIOConcurrencyHelpers atomics.swift
[710/710] Emitting module NIOConcurrencyHelpers
[712/771] Compiling NIOCore MulticastChannel.swift
[713/771] Compiling NIOCore NIOAny.swift
[714/771] Compiling NIOCore NIOCloseOnErrorHandler.swift
[715/771] Compiling NIOCore NIOLoopBound.swift
[716/771] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[717/771] Compiling NIOCore NIOScheduledCallback.swift
[718/771] Compiling NIOCore NIOSendable.swift
[719/771] Compiling NIOCore RecvByteBufferAllocator.swift
[720/779] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[721/779] Compiling NIOCore EventLoopFuture+Deprecated.swift
[722/779] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[723/779] Compiling NIOCore EventLoopFuture.swift
[724/779] Compiling NIOCore FileDescriptor.swift
[725/779] Compiling NIOCore FileHandle.swift
[726/779] Compiling NIOCore FileRegion.swift
[727/779] Compiling NIOCore GlobalSingletons.swift
[728/779] Compiling NIOCore CircularBuffer.swift
[729/779] Compiling NIOCore Codec.swift
[730/779] Compiling NIOCore ConvenienceOptionSupport.swift
[731/779] Compiling NIOCore DeadChannel.swift
[732/779] Compiling NIOCore DispatchQueue+WithFuture.swift
[733/779] Compiling NIOCore EventLoop+Deprecated.swift
[734/779] Compiling NIOCore EventLoop+SerialExecutor.swift
[735/779] Compiling NIOCore EventLoop.swift
[736/779] Compiling NIOCore IO.swift
[737/779] Compiling NIOCore IOData.swift
[738/779] Compiling NIOCore IPProtocol.swift
[739/779] Compiling NIOCore IntegerBitPacking.swift
[740/779] Compiling NIOCore IntegerTypes.swift
[741/779] Compiling NIOCore Interfaces.swift
[742/779] Compiling NIOCore Linux.swift
[743/779] Compiling NIOCore MarkedCircularBuffer.swift
[744/779] Compiling NIOCore AddressedEnvelope.swift
[745/779] Compiling NIOCore AsyncAwaitSupport.swift
[746/779] Compiling NIOCore AsyncChannel.swift
[747/779] Compiling NIOCore AsyncChannelHandler.swift
[748/779] Compiling NIOCore AsyncChannelInboundStream.swift
[749/779] Compiling NIOCore AsyncChannelOutboundWriter.swift
[750/779] Compiling NIOCore NIOAsyncSequenceProducer.swift
[751/779] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[752/779] Compiling NIOCore NIOAsyncWriter.swift
[753/779] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[754/779] Compiling NIOCore SocketAddresses.swift
[755/779] Compiling NIOCore SocketOptionProvider.swift
[756/779] Compiling NIOCore SystemCallHelpers.swift
[757/779] Compiling NIOCore TimeAmount+Duration.swift
[758/779] Compiling NIOCore TypeAssistedChannelHandler.swift
[759/779] Compiling NIOCore UniversalBootstrapSupport.swift
[760/779] Compiling NIOCore Utilities.swift
[761/779] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[762/779] Compiling NIOCore BSDSocketAPI.swift
[763/779] Compiling NIOCore ByteBuffer-aux.swift
[764/779] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[765/779] Compiling NIOCore ByteBuffer-conversions.swift
[766/779] Compiling NIOCore ByteBuffer-core.swift
[767/779] Compiling NIOCore ByteBuffer-hex.swift
[768/779] Compiling NIOCore ByteBuffer-int.swift
[769/779] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[770/779] Compiling NIOCore ByteBuffer-multi-int.swift
[771/779] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[772/779] Compiling NIOCore ByteBuffer-views.swift
[773/779] Compiling NIOCore Channel.swift
[774/779] Compiling NIOCore ChannelHandler.swift
[775/779] Compiling NIOCore ChannelHandlers.swift
[776/779] Compiling NIOCore ChannelInvoker.swift
[777/779] Compiling NIOCore ChannelOption.swift
[778/779] Compiling NIOCore ChannelPipeline.swift
[779/779] Emitting module NIOCore
[781/830] Emitting module NIOEmbedded
[782/830] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[783/830] Compiling NIOEmbedded AsyncTestingChannel.swift
[784/830] Compiling NIOEmbedded Embedded.swift
[785/831] Compiling NIOPosix Pool.swift
[786/831] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[787/831] Compiling NIOPosix PosixSingletons.swift
[788/831] Compiling NIOPosix RawSocketBootstrap.swift
[789/831] Compiling NIOPosix Resolver.swift
[790/831] Compiling NIOPosix Selectable.swift
[792/837] Emitting module NIOPosix
[793/837] Compiling NIOPosix ThreadPosix.swift
[794/837] Compiling NIOPosix ThreadWindows.swift
[795/837] Compiling NIOPosix UnsafeTransfer.swift
[796/837] Compiling NIOPosix Utilities.swift
[797/837] Compiling NIOPosix VsockAddress.swift
[798/837] Compiling NIOPosix VsockChannelEvents.swift
[799/837] Compiling NIOPosix SelectableChannel.swift
[800/837] Compiling NIOPosix SelectableEventLoop.swift
[801/837] Compiling NIOPosix SelectorEpoll.swift
[802/837] Compiling NIOPosix SelectorGeneric.swift
[803/837] Compiling NIOPosix SelectorKqueue.swift
[804/837] Compiling NIOPosix SelectorUring.swift
[805/837] Compiling NIOPosix ServerSocket.swift
[806/837] Compiling NIOPosix Socket.swift
[807/837] Compiling NIOPosix SocketChannel.swift
[808/837] Compiling NIOPosix SocketProtocols.swift
[809/837] Compiling NIOPosix System.swift
[810/837] Compiling NIOPosix Thread.swift
[811/837] Compiling NIOPosix BSDSocketAPICommon.swift
[812/837] Compiling NIOPosix BSDSocketAPIPosix.swift
[813/837] Compiling NIOPosix BSDSocketAPIWindows.swift
[814/837] Compiling NIOPosix BaseSocket.swift
[815/837] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[816/837] Compiling NIOPosix BaseSocketChannel.swift
[817/837] Compiling NIOPosix BaseStreamSocketChannel.swift
[818/837] Compiling NIOPosix Bootstrap.swift
[819/837] Compiling NIOPosix ControlMessage.swift
[820/837] Compiling NIOPosix DatagramVectorReadManager.swift
[821/837] Compiling NIOPosix Errors+Any.swift
[822/837] Compiling NIOPosix FileDescriptor.swift
[823/837] Compiling NIOPosix GetaddrinfoResolver.swift
[824/837] Compiling NIOPosix HappyEyeballs.swift
[825/837] Compiling NIOPosix IO.swift
[826/837] Compiling NIOPosix IntegerBitPacking.swift
[827/837] Compiling NIOPosix IntegerTypes.swift
[828/837] Compiling NIOPosix Linux.swift
[829/837] Compiling NIOPosix LinuxCPUSet.swift
[830/837] Compiling NIOPosix LinuxUring.swift
[831/837] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[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] Compiling NIO Exports.swift
[840/840] Emitting module NIO
[842/880] Compiling NIOTLS TLSEvents.swift
[843/880] Emitting module NIOTLS
[844/880] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[845/880] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[846/880] Emitting module NIOSOCKS
[847/880] Compiling NIOSOCKS SOCKSResponse.swift
[848/881] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[849/881] Compiling NIOSOCKS ClientStateMachine.swift
[850/881] Compiling NIOHTTP1 ByteCollectionUtils.swift
[851/881] Compiling NIOHTTP1 HTTPDecoder.swift
[852/881] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[853/881] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[854/881] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[855/881] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[856/881] Compiling NIOHTTP1 HTTPEncoder.swift
[857/881] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[858/881] Compiling NIOSOCKS ServerStateMachine.swift
[859/882] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[860/882] Compiling NIOTLS SNIHandler.swift
[863/901] Compiling NIOSSL SSLConnection.swift
[864/901] Compiling NIOSSL LinuxCABundle.swift
[865/912] Compiling NIOSSL NIOSSLClientHandler.swift
[866/912] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[867/914] Compiling NIOSSL SSLPKCS12Bundle.swift
[868/914] Compiling NIOSSL SSLCertificate.swift
[869/914] Compiling NIOSSL SSLCertificateExtensions.swift
[870/914] Compiling NIOSSL SSLCertificateName.swift
[871/914] Compiling NIOSSL IdentityVerification.swift
[872/914] Compiling NIOSSL SSLContext.swift
[873/914] Compiling NIOSSL SSLErrors.swift
[874/914] Compiling NIOSSL SSLInit.swift
[875/914] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[876/914] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[877/914] Emitting module NIOHTTP1
[878/914] Compiling NIOSSL AndroidCABundle.swift
[879/914] Compiling NIOSSL ByteBufferBIO.swift
[880/914] Compiling NIOSSL CustomPrivateKey.swift
[882/915] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[883/915] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[884/915] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[885/915] Emitting module NIOSSL
[886/919] Emitting module NIOFoundationCompat
[887/919] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[893/936] Compiling NIOHPACK HPACKHeader.swift
[894/936] Compiling NIOHPACK HeaderTables.swift
[895/936] Compiling NIOHPACK DynamicHeaderTable.swift
[896/936] Compiling NIOHPACK HPACKDecoder.swift
[898/936] Compiling NIOSSL SSLPublicKey.swift
[899/936] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[900/936] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[905/937] Compiling NIOSSL SubjectAlternativeName.swift
[906/937] Compiling NIOSSL NIOSSLSecureBytes.swift
[907/937] Compiling NIOSSL RNG.swift
[908/937] Compiling NIOSSL SafeCompare.swift
[909/960] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[910/960] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[911/960] Compiling NIOSSL ObjectIdentifier.swift
[912/960] Compiling NIOSSL PosixPort.swift
[913/960] Compiling NIOSSL SSLCallbacks.swift
[914/960] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[915/960] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[916/960] Compiling NIOTransportServices NIOTSBootstraps.swift
[917/960] Compiling NIOTransportServices NIOTSChannelOptions.swift
[918/960] Compiling NIOTransportServices StateManagedChannel.swift
[919/960] Compiling NIOTransportServices StateManagedListenerChannel.swift
[921/962] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[922/962] Compiling NIOTransportServices NIOTSSingletons.swift
[923/962] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[924/962] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[925/962] Compiling NIOTransportServices NIOTSErrors.swift
[926/962] Compiling NIOTransportServices NIOTSEventLoop.swift
[929/962] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[930/962] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[931/962] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[932/962] Compiling NIOTransportServices NIOTSListenerChannel.swift
[933/962] Emitting module NIOTransportServices
[934/962] Compiling NIOHPACK IndexedHeaderTable.swift
[935/963] Compiling NIOHPACK IntegerCoding.swift
[936/963] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[937/963] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[938/963] Compiling NIOTransportServices AcceptHandler.swift
[939/963] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[940/963] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[941/963] Compiling NIOTransportServices NIOTSDatagramListener.swift
[944/964] Compiling NIOHPACK StaticHeaderTable.swift
[946/964] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[947/964] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[948/964] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[949/964] Compiling NIOHTTPCompression HTTPDecompression.swift
[950/964] Emitting module NIOHTTPCompression
[951/964] Compiling NIOHTTPCompression HTTPCompression.swift
[952/965] Compiling NIOHPACK HuffmanTables.swift
[953/965] Compiling NIOHPACK HuffmanCoding.swift
[959/965] Emitting module NIOHPACK
[962/966] Compiling NIOSSL Zeroization.swift
[963/966] Compiling NIOSSL TLSConfiguration.swift
[964/966] Compiling NIOSSL UniversalBootstrapSupport.swift
[965/966] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[968/1025] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[969/1025] Compiling NIOHTTP2 HasFlowControlWindows.swift
[970/1025] Compiling NIOHTTP2 HasLocalSettings.swift
[971/1025] Compiling NIOHTTP2 HasRemoteSettings.swift
[972/1025] Compiling NIOHTTP2 LocallyQuiescingState.swift
[973/1025] Compiling NIOHTTP2 QuiescingState.swift
[974/1025] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[975/1025] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[976/1033] Compiling NIOHTTP2 MaySendFrames.swift
[977/1033] Compiling NIOHTTP2 SendingDataState.swift
[978/1033] Compiling NIOHTTP2 SendingGoawayState.swift
[979/1033] Compiling NIOHTTP2 SendingHeadersState.swift
[980/1033] Compiling NIOHTTP2 SendingPushPromiseState.swift
[981/1033] Compiling NIOHTTP2 SendingRstStreamState.swift
[982/1033] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[983/1033] Compiling NIOHTTP2 HTTP2SettingsState.swift
[984/1033] Emitting module NIOHTTP2
[985/1033] Compiling NIOHTTP2 InboundWindowManager.swift
[986/1033] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[987/1033] Compiling NIOHTTP2 StreamChannelFlowController.swift
[988/1033] Compiling NIOHTTP2 StreamChannelList.swift
[989/1033] Compiling NIOHTTP2 StreamMap.swift
[990/1033] Compiling NIOHTTP2 StreamStateMachine.swift
[991/1033] Compiling NIOHTTP2 UnsafeTransfer.swift
[992/1033] Compiling NIOHTTP2 WatermarkedFlowController.swift
[993/1033] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[994/1033] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[995/1033] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[996/1033] Compiling NIOHTTP2 HTTP2StreamID.swift
[997/1033] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[998/1033] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[999/1033] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1000/1033] Compiling NIOHTTP2 InboundEventBuffer.swift
[1001/1033] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1002/1033] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1003/1033] Compiling NIOHTTP2 MayReceiveFrames.swift
[1004/1033] Compiling NIOHTTP2 ReceivingDataState.swift
[1005/1033] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1006/1033] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1007/1033] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1008/1033] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1009/1033] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1010/1033] Compiling NIOHTTP2 StateMachineResult.swift
[1011/1033] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1012/1033] Compiling NIOHTTP2 DOSHeuristics.swift
[1013/1033] Compiling NIOHTTP2 Error+Any.swift
[1014/1033] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1015/1033] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1016/1033] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1017/1033] Compiling NIOHTTP2 OutboundFrameBuffer.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
[1022/1033] Compiling NIOHTTP2 HTTP2PingData.swift
[1023/1033] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1024/1033] Compiling NIOHTTP2 HTTP2Settings.swift
[1025/1033] Compiling NIOHTTP2 HTTP2Stream.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] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1036/1094] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1037/1094] Compiling AsyncHTTPClient Transaction.swift
[1038/1094] Compiling AsyncHTTPClient Base64.swift
[1039/1094] Compiling AsyncHTTPClient BasicAuth.swift
[1040/1094] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1041/1094] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1042/1094] Compiling AsyncHTTPClient ConnectionPool.swift
[1043/1094] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1044/1094] Compiling AsyncHTTPClient HTTPHandler.swift
[1045/1094] Compiling AsyncHTTPClient LRUCache.swift
[1046/1094] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1047/1094] Compiling AsyncHTTPClient NWErrorHandler.swift
[1048/1094] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1049/1094] Compiling AsyncHTTPClient TLSConfiguration.swift
[1050/1094] Compiling AsyncHTTPClient RedirectState.swift
[1051/1094] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1052/1102] Compiling AsyncHTTPClient ConnectionTarget.swift
[1053/1102] Compiling AsyncHTTPClient DeconstructedURL.swift
[1054/1102] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1055/1102] Compiling AsyncHTTPClient FoundationExtensions.swift
[1056/1102] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1057/1102] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1058/1102] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1059/1102] Compiling AsyncHTTPClient HTTPClient.swift
[1060/1102] Compiling AsyncHTTPClient RequestOptions.swift
[1061/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1062/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1063/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1064/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1065/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1066/1102] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1067/1102] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1068/1102] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1069/1102] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1070/1102] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1071/1102] Compiling AsyncHTTPClient HTTP1Connection.swift
[1072/1102] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1073/1102] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1074/1102] Compiling AsyncHTTPClient HTTP2Connection.swift
[1075/1102] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1076/1102] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1077/1102] Emitting module AsyncHTTPClient
[1078/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1079/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1080/1102] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1081/1102] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1082/1102] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1083/1102] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1084/1102] Compiling AsyncHTTPClient RequestBodyLength.swift
[1085/1102] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1086/1102] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1087/1102] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1088/1102] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1089/1102] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1090/1102] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1091/1102] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1092/1102] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1093/1102] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1094/1102] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1095/1102] Compiling AsyncHTTPClient RequestBag.swift
[1096/1102] Compiling AsyncHTTPClient RequestValidation.swift
[1097/1102] Compiling AsyncHTTPClient SSLContextCache.swift
[1098/1102] Compiling AsyncHTTPClient Scheme.swift
[1099/1102] Compiling AsyncHTTPClient Singleton.swift
[1100/1102] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1101/1102] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1102/1102] Compiling AsyncHTTPClient Utils.swift
[1104/1112] Compiling GoogleCloudServiceContext ServiceContext+ServiceVersion.swift
[1105/1112] Compiling GoogleCloudServiceContext ServiceContext+LocationID.swift
[1106/1112] Compiling GoogleCloudServiceContext ServiceContext+Trace.swift
[1107/1113] Compiling GoogleCloudServiceContext ServiceContext+ZoneID.swift
[1108/1113] Compiling GoogleCloudServiceContext ServiceContext+ProjectID.swift
[1109/1113] Compiling GoogleCloudServiceContext Exports.swift
[1110/1113] Compiling GoogleCloudServiceContext GoogleServiceContextResolver.swift
[1111/1113] Compiling GoogleCloudServiceContext ServiceContext+ServiceName.swift
[1112/1113] Emitting module GoogleCloudServiceContext
[1113/1113] Compiling GoogleCloudServiceContext ServiceContext+InstanceID.swift
Build complete! (295.86s)
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.