Build Information
Failed to build swift-log-datadog, reference 1.0.2 (9ac85e
), with Swift 6.1 for Android on 30 May 2025 00:58:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jagreenwood/swift-log-datadog.git
Reference: 1.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/jagreenwood/swift-log-datadog
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 9ac85e0 Improved Swift 6 handling (#11)
Cloned https://github.com/jagreenwood/swift-log-datadog.git
Revision (git rev-parse @):
9ac85e039cd1dfbb6422812b364100d5162a0c92
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jagreenwood/swift-log-datadog.git at 1.0.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/jagreenwood/swift-log-datadog.git
https://github.com/jagreenwood/swift-log-datadog.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "swift-log-datadog",
"name" : "swift-log-datadog",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "DataDogLog",
"targets" : [
"DataDogLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "DataDogLogTests",
"module_type" : "SwiftTarget",
"name" : "DataDogLogTests",
"path" : "Tests/DataDogLogTests",
"sources" : [
"DataDogLogTests.swift"
],
"target_dependencies" : [
"DataDogLog"
],
"type" : "test"
},
{
"c99name" : "DataDogLog",
"module_type" : "SwiftTarget",
"name" : "DataDogLog",
"path" : "Sources/DataDogLog",
"product_dependencies" : [
"Logging",
"AsyncHTTPClient"
],
"product_memberships" : [
"DataDogLog"
],
"sources" : [
"Internal/Extensions/Metadata+Format.swift",
"Internal/Extensions/Site+URL.swift",
"Internal/Extensions/String+Timestamp.swift",
"Internal/Log.swift",
"Internal/NetworkClient.swift",
"Internal/StatusCode.swift",
"Public/DataDogLogHandler.swift",
"Public/Exports.swift",
"Public/Site.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/async-http-client.git
[1/3836] Fetching swift-log
[1804/17850] Fetching swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (1.65s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.60s)
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.99s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5959] Fetching swift-algorithms
[359/8626] Fetching swift-algorithms, swift-nio-transport-services
[6959/20153] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-http2
[9434/26067] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-nio-extras
[9728/27777] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-atomics
[18787/42620] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.90s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.93s)
[25970/29383] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[29384/105491] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (6.88s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (6.89s)
Fetched https://github.com/apple/swift-algorithms.git from cache (6.89s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.93s)
Fetched https://github.com/apple/swift-nio.git from cache (7.30s)
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 (11.06s)
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.88s)
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.34s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.34s)
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-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/904] Fetching swift-http-types
[463/2045] Fetching swift-http-types, swift-http-structured-headers
[1795/7030] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms
[3143/9456] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[4820/15611] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.66s)
[11050/12281] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.87s)
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.87s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.87s)
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.06s)
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 (0.80s)
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.96s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.65s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (4.16s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.24s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.91s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.05s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.19s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.35s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.53s)
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.89s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.06s)
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-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-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-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-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-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-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-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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-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-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-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-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/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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Building for debugging...
[0/440] Write sources
[24/440] Compiling CNIODarwin shim.c
[25/440] Compiling CNIOLinux liburing_shims.c
[26/440] Compiling _AtomicsShims.c
[27/440] Compiling _NumericsShims _NumericsShims.c
[28/440] Compiling CNIOWindows shim.c
[28/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[30/440] Compiling CNIOWindows WSAStartup.c
[31/440] Compiling CNIOWASI CNIOWASI.c
[32/440] Compiling CNIOExtrasZlib empty.c
[33/440] Compiling CNIOLLHTTP c_nio_http.c
[34/440] Compiling fiat_p256_adx_sqr.S
[35/440] Compiling CNIOLinux shim.c
[36/440] Compiling fiat_p256_adx_mul.S
[37/440] Compiling fiat_curve25519_adx_square.S
[38/440] Compiling CNIOLLHTTP c_nio_api.c
[39/440] Compiling fiat_curve25519_adx_mul.S
[40/440] Write swift-version-24593BA9C3E375BF.txt
[41/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/440] Compiling CNIOBoringSSLShims shims.c
[44/446] Emitting module _NIODataStructures
[44/446] Compiling tls_record.cc
[45/446] Compiling tls13_enc.cc
[45/446] Compiling tls13_client.cc
[47/446] Compiling tls_method.cc
[48/446] Compiling tls13_both.cc
[49/446] Compiling tls13_server.cc
[50/494] Compiling t1_enc.cc
[51/494] Compiling ssl_x509.cc
[53/494] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/495] Compiling RealModule Real.swift
[55/495] Compiling RealModule ElementaryFunctions.swift
[56/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/496] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/496] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/498] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/498] Compiling InternalCollectionsUtilities Descriptions.swift
[62/498] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/498] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/498] Compiling InternalCollectionsUtilities Integer rank.swift
[66/498] Emitting module RealModule
[71/498] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/498] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/498] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/498] Compiling InternalCollectionsUtilities Debugging.swift
[77/498] Compiling _NIOBase64 Base64.swift
[78/498] Emitting module _NIOBase64
[79/498] Emitting module InternalCollectionsUtilities
[80/499] Compiling RealModule Float80+Real.swift
[83/499] Compiling RealModule Float+Real.swift
[84/499] Compiling RealModule Float16+Real.swift
[85/499] Compiling _NIODataStructures _TinyArray.swift
[86/499] Compiling _NIODataStructures PriorityQueue.swift
[87/499] Compiling Atomics UnsafeAtomic.swift
[88/499] Compiling Atomics UnsafeAtomicLazyReference.swift
[89/499] Compiling Atomics AtomicMemoryOrderings.swift
[90/499] Compiling Atomics DoubleWord.swift
[91/499] Compiling Atomics ManagedAtomic.swift
[92/499] Compiling Atomics ManagedAtomicLazyReference.swift
[96/499] Compiling _NIODataStructures Heap.swift
[97/500] Compiling RealModule RealFunctions.swift
[99/501] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[103/503] Compiling Atomics IntegerOperations.swift
[104/503] Compiling Atomics Unmanaged extensions.swift
[105/527] Emitting module Atomics
[106/527] Compiling Algorithms Chain.swift
[107/527] Compiling Algorithms Chunked.swift
[108/527] Compiling Algorithms Combinations.swift
[110/543] Compiling DequeModule Deque+CustomReflectable.swift
[111/543] Compiling DequeModule Deque+Descriptions.swift
[112/545] Compiling DequeModule _DequeBuffer.swift
[113/545] Compiling DequeModule _DequeBufferHeader.swift
[114/545] Compiling Algorithms Split.swift
[115/545] Compiling Algorithms Stride.swift
[116/545] Compiling Algorithms Suffix.swift
[116/548] Compiling ssl_transcript.cc
[118/548] Compiling DequeModule _DequeSlot.swift
[119/548] Compiling DequeModule _UnsafeWrappedBuffer.swift
[119/548] Compiling ssl_versions.cc
[121/548] Compiling DequeModule Deque+Equatable.swift
[122/548] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[124/548] Compiling Algorithms Reductions.swift
[125/548] Compiling Algorithms Rotate.swift
[125/548] Compiling ssl_stat.cc
[131/548] Compiling DequeModule Deque+Testing.swift
[132/548] Compiling DequeModule Deque._Storage.swift
[133/548] Compiling DequeModule Deque+Extras.swift
[134/548] Compiling DequeModule Deque+Hashable.swift
[135/548] Compiling DequeModule Deque._UnsafeHandle.swift
[136/548] Compiling DequeModule Deque.swift
[137/548] Compiling Logging Locks.swift
[138/548] Compiling Logging MetadataProvider.swift
[139/548] Compiling Algorithms Partition.swift
[140/548] Compiling Algorithms Permutations.swift
[141/548] Compiling Algorithms Product.swift
[142/548] Compiling Logging LogHandler.swift
[143/548] Emitting module Logging
[144/548] Compiling Logging Logging.swift
[148/549] Compiling DequeModule Deque+Codable.swift
[149/549] Compiling DequeModule Deque+Collection.swift
[155/549] Compiling Algorithms Trim.swift
[156/549] Compiling Algorithms Unique.swift
[157/549] Compiling Algorithms Windows.swift
[157/549] Compiling ssl_session.cc
[158/549] Compiling ssl_privkey.cc
[160/549] Emitting module DequeModule
[161/550] Compiling ssl_file.cc
[162/550] Compiling ssl_lib.cc
[167/550] Compiling ssl_key_share.cc
[168/550] Compiling ssl_asn1.cc
[170/550] Emitting module Algorithms
[171/551] Compiling ssl_buffer.cc
[172/551] Compiling ssl_cert.cc
[173/551] Compiling ssl_cipher.cc
[174/551] Compiling ssl_credential.cc
[175/551] Compiling s3_lib.cc
[176/551] Compiling s3_pkt.cc
[177/551] Compiling ssl_aead_ctx.cc
[178/551] Compiling s3_both.cc
[179/551] Compiling handshake_server.cc
[180/551] Compiling handshake.cc
[181/551] Compiling handoff.cc
[182/551] Compiling handshake_client.cc
[183/551] Compiling dtls_record.cc
[184/551] Compiling extensions.cc
[185/551] Compiling md5-x86_64-linux.S
[186/551] Compiling md5-x86_64-apple.S
[187/551] Compiling md5-586-linux.S
[188/551] Compiling encrypted_client_hello.cc
[189/551] Compiling md5-586-apple.S
[190/551] Compiling chacha20_poly1305_x86_64-linux.S
[191/551] Compiling chacha20_poly1305_x86_64-apple.S
[192/551] Compiling chacha20_poly1305_armv8-win.S
[193/551] Compiling chacha20_poly1305_armv8-linux.S
[194/551] Compiling chacha20_poly1305_armv8-apple.S
[195/551] Compiling bio_ssl.cc
[196/551] Compiling chacha-x86_64-linux.S
[197/551] Compiling chacha-x86_64-apple.S
[198/551] Compiling chacha-x86-linux.S
[199/551] Compiling chacha-x86-apple.S
[200/551] Compiling chacha-armv8-win.S
[201/551] Compiling dtls_method.cc
[202/551] Compiling chacha-armv8-apple.S
[203/551] Compiling chacha-armv8-linux.S
[204/551] Compiling d1_lib.cc
[205/551] Compiling chacha-armv4-linux.S
[206/551] Compiling aes128gcmsiv-x86_64-linux.S
[207/551] Compiling x86_64-mont5-linux.S
[208/551] Compiling x86_64-mont5-apple.S
[209/551] Compiling err_data.cc
[210/551] Compiling aes128gcmsiv-x86_64-apple.S
[211/551] Compiling x86_64-mont-linux.S
[212/551] Compiling x86_64-mont-apple.S
[213/551] Compiling x86-mont-linux.S
[214/551] Compiling x86-mont-apple.S
[215/551] Compiling vpaes-x86_64-linux.S
[216/551] Compiling vpaes-x86_64-apple.S
[217/551] Compiling vpaes-x86-apple.S
[218/551] Compiling vpaes-x86-linux.S
[219/551] Compiling vpaes-armv8-apple.S
[220/551] Compiling vpaes-armv8-linux.S
[221/551] Compiling vpaes-armv8-win.S
[222/551] Compiling vpaes-armv7-linux.S
[223/551] Compiling sha512-x86_64-linux.S
[224/551] Compiling sha512-x86_64-apple.S
[225/551] Compiling sha512-armv8-win.S
[226/551] Compiling sha512-armv4-linux.S
[227/551] Compiling sha512-586-linux.S
[228/551] Compiling sha512-armv8-apple.S
[229/551] Compiling sha512-586-apple.S
[230/551] Compiling sha256-x86_64-linux.S
[231/551] Compiling sha512-armv8-linux.S
[232/551] Compiling sha256-x86_64-apple.S
[233/551] Compiling sha256-armv8-win.S
[234/551] Compiling sha256-armv8-apple.S
[235/551] Compiling sha256-armv4-linux.S
[236/551] Compiling sha256-armv8-linux.S
[237/551] Compiling sha256-586-apple.S
[238/551] Compiling sha256-586-linux.S
[239/551] Compiling sha1-x86_64-apple.S
[240/551] Compiling sha1-armv8-win.S
[241/551] Compiling sha1-x86_64-linux.S
[242/551] Compiling sha1-armv8-apple.S
[243/551] Compiling sha1-armv8-linux.S
[244/551] Compiling sha1-armv4-large-linux.S
[245/551] Compiling sha1-586-apple.S
[246/551] Compiling sha1-586-linux.S
[247/551] Compiling d1_srtp.cc
[248/551] Compiling rsaz-avx2-linux.S
[248/551] Compiling rdrand-x86_64-linux.S
[250/551] Compiling rsaz-avx2-apple.S
[251/551] Compiling d1_pkt.cc
[252/551] Compiling p256_beeu-x86_64-asm-apple.S
[253/551] Compiling p256_beeu-x86_64-asm-linux.S
[254/551] Compiling rdrand-x86_64-apple.S
[255/551] Compiling p256_beeu-armv8-asm-apple.S
[256/551] Compiling p256_beeu-armv8-asm-win.S
[257/551] Compiling p256_beeu-armv8-asm-linux.S
[258/551] Compiling p256-x86_64-asm-linux.S
[258/551] Compiling p256-x86_64-asm-apple.S
[260/551] Compiling p256-armv8-asm-linux.S
[261/551] Compiling p256-armv8-asm-win.S
[262/551] Compiling p256-armv8-asm-apple.S
[263/551] Compiling ghashv8-armv8-linux.S
[264/551] Compiling ghashv8-armv8-win.S
[265/551] Compiling ghash-x86_64-apple.S
[266/551] Compiling ghashv8-armv7-linux.S
[267/551] Compiling ghash-x86_64-linux.S
[268/551] Compiling ghashv8-armv8-apple.S
[269/551] Compiling ghash-x86-linux.S
[270/551] Compiling ghash-x86-apple.S
[271/551] Compiling ghash-ssse3-x86_64-linux.S
[272/551] Compiling ghash-ssse3-x86_64-apple.S
[273/551] Compiling ghash-ssse3-x86-linux.S
[274/551] Compiling ghash-neon-armv8-win.S
[275/551] Compiling ghash-ssse3-x86-apple.S
[276/551] Compiling ghash-armv4-linux.S
[277/551] Compiling ghash-neon-armv8-linux.S
[278/551] Compiling ghash-neon-armv8-apple.S
[278/551] Compiling d1_both.cc
[280/551] Compiling co-586-linux.S
[281/551] Compiling co-586-apple.S
[282/551] Compiling bn-armv8-win.S
[283/551] Compiling bsaes-armv7-linux.S
[284/551] Compiling armv8-mont-win.S
[285/551] Compiling bn-armv8-linux.S
[286/551] Compiling bn-armv8-apple.S
[287/551] Compiling bn-586-linux.S
[288/551] Compiling bn-586-apple.S
[289/551] Compiling armv8-mont-apple.S
[290/551] Compiling armv4-mont-linux.S
[291/551] Compiling aesv8-gcm-armv8-win.S
[292/551] Compiling aesv8-gcm-armv8-apple.S
[293/551] Compiling aesv8-armv8-win.S
[294/551] Compiling aesv8-armv8-linux.S
[294/551] Compiling armv8-mont-linux.S
[296/551] Compiling aesv8-gcm-armv8-linux.S
[297/551] Compiling aesv8-armv8-apple.S
[298/551] Compiling aesv8-armv7-linux.S
[299/551] Compiling aesni-x86_64-apple.S
[300/551] Compiling aesni-x86_64-linux.S
[301/551] Compiling aes-gcm-avx2-x86_64-linux.S
[302/551] Compiling aesni-x86-apple.S
[303/551] Compiling aesni-x86-linux.S
[304/551] Compiling aesni-gcm-x86_64-apple.S
[305/551] Compiling aesni-gcm-x86_64-linux.S
[306/551] Compiling aes-gcm-avx2-x86_64-apple.S
[307/551] Compiling aes-gcm-avx10-x86_64-apple.S
[308/551] Compiling aes-gcm-avx10-x86_64-linux.S
[309/551] Compiling x_req.cc
[310/551] Compiling x_sig.cc
[311/551] Compiling x_val.cc
[312/551] Compiling x_x509.cc
[313/551] Compiling x_pubkey.cc
[314/551] Compiling x_name.cc
[315/551] Compiling x_spki.cc
[316/551] Compiling x_crl.cc
[317/551] Compiling x_x509a.cc
[318/551] Compiling x_exten.cc
[319/551] Compiling x509name.cc
[320/551] Compiling x_attrib.cc
[321/551] Compiling x509spki.cc
[322/551] Compiling x509cset.cc
[323/551] Compiling x_algor.cc
[324/551] Compiling x_all.cc
[325/551] Compiling x509rset.cc
[326/551] Compiling x509_vfy.cc
[327/551] Compiling x509_vpm.cc
[328/551] Compiling x509_obj.cc
[329/551] Compiling x509_v3.cc
[330/551] Compiling x509_txt.cc
[331/551] Compiling x509_trs.cc
[332/551] Compiling x509_set.cc
[333/551] Compiling x509_req.cc
[334/551] Compiling x509_lu.cc
[335/551] Compiling x509_ext.cc
[336/551] Compiling x509_cmp.cc
[337/551] Compiling x509_def.cc
[338/551] Compiling x509_d2.cc
[339/551] Compiling x509.cc
[340/551] Compiling x509_att.cc
[341/551] Compiling v3_utl.cc
[342/551] Compiling v3_ocsp.cc
[343/551] Compiling v3_skey.cc
[344/551] Compiling v3_purp.cc
[345/551] Compiling v3_prn.cc
[346/551] Compiling v3_lib.cc
[347/551] Compiling v3_pcons.cc
[348/551] Compiling v3_pmaps.cc
[349/551] Compiling v3_ncons.cc
[350/551] Compiling v3_info.cc
[351/551] Compiling v3_ia5.cc
[352/551] Compiling v3_int.cc
[353/551] Compiling v3_genn.cc
[354/551] Compiling v3_extku.cc
[355/551] Compiling v3_enum.cc
[356/551] Compiling v3_crld.cc
[357/551] Compiling v3_cpols.cc
[358/551] Compiling v3_bitst.cc
[359/551] Compiling v3_bcons.cc
[360/551] Compiling v3_conf.cc
[361/551] Compiling t_req.cc
[362/551] Compiling v3_alt.cc
[363/551] Compiling v3_akeya.cc
[364/551] Compiling t_x509a.cc
[365/551] Compiling rsa_pss.cc
[366/551] Compiling v3_akey.cc
[367/551] Compiling t_x509.cc
[368/551] Compiling t_crl.cc
[369/551] Compiling policy.cc
[370/551] Compiling i2d_pr.cc
[371/551] Compiling name_print.cc
[372/551] Compiling algorithm.cc
[373/551] Compiling by_dir.cc
[374/551] Compiling voprf.cc
[375/551] Compiling asn1_gen.cc
[376/551] Compiling by_file.cc
[377/551] Compiling a_verify.cc
[378/551] Compiling thread_win.cc
[379/551] Compiling a_digest.cc
[380/551] Compiling a_sign.cc
[381/551] Compiling thread_none.cc
[382/551] Compiling thread_pthread.cc
[383/551] Compiling thread.cc
[384/551] Compiling stack.cc
[385/551] Compiling trust_token.cc
[386/551] Compiling spake2plus.cc
[387/551] Compiling sha512.cc
[388/551] Compiling pmbtoken.cc
[389/551] Compiling sha256.cc
[390/551] Compiling rsa_crypt.cc
[391/551] Compiling siphash.cc
[392/551] Compiling slhdsa.cc
[393/551] Compiling sha1.cc
[394/551] Compiling rsa_print.cc
[395/551] Compiling rsa_extra.cc
[396/551] Compiling rc4.cc
[397/551] Compiling refcount.cc
[398/551] Compiling rsa_asn1.cc
[399/551] Compiling windows.cc
[400/551] Compiling getentropy.cc
[401/551] Compiling passive.cc
[402/551] Compiling trusty.cc
[403/551] Compiling urandom.cc
[404/551] Compiling poly1305_arm_asm.S
[405/551] Compiling rand.cc
[406/551] Compiling deterministic.cc
[407/551] Compiling ios.cc
[408/551] Compiling poly1305_arm.cc
[409/551] Compiling forkunsafe.cc
[410/551] Compiling poly1305_vec.cc
[411/551] Compiling fork_detect.cc
[412/551] Compiling poly1305.cc
[413/551] Compiling pool.cc
[414/551] Compiling pkcs8_x509.cc
[415/551] Compiling pkcs8.cc
[416/551] Compiling p5_pbev2.cc
[417/551] Compiling pkcs7.cc
[418/551] Compiling pem_xaux.cc
[419/551] Compiling pkcs7_x509.cc
[420/551] Compiling pem_x509.cc
[421/551] Compiling pem_pkey.cc
[422/551] Compiling pem_oth.cc
[423/551] Compiling pem_pk8.cc
[424/551] Compiling mlkem.cc
[425/551] Compiling pem_all.cc
[426/551] Compiling pem_lib.cc
[427/551] Compiling obj_xref.cc
[428/551] Compiling obj.cc
[429/551] Compiling pem_info.cc
[430/551] Compiling mem.cc
[431/551] Compiling poly_rq_mul.S
[432/551] Compiling mldsa.cc
[433/551] Compiling fips_shared_support.cc
[434/551] Compiling lhash.cc
[435/551] Compiling md4.cc
[436/551] Compiling md5.cc
[437/551] Compiling kyber.cc
[438/551] Compiling ex_data.cc
[439/551] Compiling sign.cc
[440/551] Compiling hpke.cc
[441/551] Compiling pbkdf.cc
[442/551] Compiling scrypt.cc
[443/551] Compiling hrss.cc
[444/551] Compiling print.cc
[445/551] Compiling p_x25519.cc
[446/551] Compiling p_x25519_asn1.cc
[447/551] Compiling p_hkdf.cc
[448/551] Compiling p_ed25519.cc
[449/551] Compiling p_ed25519_asn1.cc
[450/551] Compiling p_rsa_asn1.cc
[451/551] Compiling p_rsa.cc
[452/551] Compiling p_ec_asn1.cc
[453/551] Compiling p_ec.cc
[454/551] Compiling p_dh_asn1.cc
[455/551] Compiling p_dsa_asn1.cc
[456/551] Compiling p_dh.cc
[457/551] Compiling engine.cc
[458/551] Compiling evp_ctx.cc
[459/551] Compiling evp_asn1.cc
[460/551] Compiling evp.cc
[461/551] Compiling err.cc
[462/551] Compiling ec_derive.cc
[463/551] Compiling ecdh.cc
[464/551] Compiling hash_to_curve.cc
[465/551] Compiling ecdsa_asn1.cc
[466/551] Compiling dsa.cc
[467/551] Compiling dsa_asn1.cc
[468/551] Compiling ec_asn1.cc
[469/551] Compiling bcm.cc
[470/551] Compiling x25519-asm-arm.S
[471/551] Compiling params.cc
[472/551] Compiling des.cc
[473/551] Compiling curve25519_64_adx.cc
[474/551] Compiling digest_extra.cc
[475/551] Compiling dh_asn1.cc
[476/551] Compiling crypto.cc
[477/551] Compiling spake25519.cc
[478/551] Compiling curve25519.cc
[479/551] Compiling cpu_intel.cc
[480/551] Compiling cpu_arm_linux.cc
[481/551] Compiling cpu_aarch64_sysreg.cc
[482/551] Compiling cpu_aarch64_openbsd.cc
[483/551] Compiling cpu_arm_freebsd.cc
[484/551] Compiling cpu_aarch64_win.cc
[485/551] Compiling cpu_aarch64_linux.cc
[486/551] Compiling cpu_aarch64_apple.cc
[487/551] Compiling cpu_aarch64_fuchsia.cc
[488/551] Compiling conf.cc
[489/551] Compiling get_cipher.cc
[490/551] Compiling e_tls.cc
[491/551] Compiling tls_cbc.cc
[492/551] Compiling e_rc4.cc
[493/551] Compiling e_rc2.cc
[494/551] Compiling e_null.cc
[495/551] Compiling e_des.cc
[496/551] Compiling e_chacha20poly1305.cc
[497/551] Compiling e_aesctrhmac.cc
[498/551] Compiling e_aesgcmsiv.cc
[499/551] Compiling derive_key.cc
[500/551] Compiling chacha.cc
[501/551] Compiling buf.cc
[502/551] Compiling unicode.cc
[503/551] Compiling blake2.cc
[504/551] Compiling cbs.cc
[505/551] Compiling ber.cc
[506/551] Compiling cbb.cc
[507/551] Compiling asn1_compat.cc
[508/551] Compiling socket.cc
[509/551] Compiling bn_asn1.cc
[510/551] Compiling convert.cc
[511/551] Compiling printf.cc
[512/551] Compiling socket_helper.cc
[513/551] Compiling hexdump.cc
[514/551] Compiling pair.cc
[515/551] Compiling file.cc
[516/551] Compiling fd.cc
[517/551] Compiling errno.cc
[518/551] Compiling connect.cc
[519/551] Compiling bio_mem.cc
[520/551] Compiling bio.cc
[521/551] Compiling base64.cc
[522/551] Compiling tasn_typ.cc
[523/551] Compiling tasn_fre.cc
[524/551] Compiling tasn_utl.cc
[525/551] Compiling tasn_new.cc
[526/551] Compiling tasn_enc.cc
[527/551] Compiling f_int.cc
[528/551] Compiling f_string.cc
[529/551] Compiling posix_time.cc
[530/551] Compiling asn_pack.cc
[531/551] Compiling tasn_dec.cc
[532/551] Compiling asn1_par.cc
[533/551] Compiling a_octet.cc
[534/551] Compiling a_utctm.cc
[535/551] Compiling a_strex.cc
[536/551] Compiling a_strnid.cc
[537/551] Compiling a_time.cc
[537/551] Compiling asn1_lib.cc
[539/551] Compiling a_type.cc
[540/551] Compiling a_mbstr.cc
[541/551] Compiling a_dup.cc
[542/551] Compiling a_i2d_fp.cc
[543/551] Compiling a_object.cc
[544/551] Compiling a_gentm.cc
[545/551] Compiling a_d2i_fp.cc
[546/551] Compiling a_int.cc
[547/551] Compiling a_bitstr.cc
[548/551] Compiling a_bool.cc
[549/551] Compiling c-nioatomics.c
[550/551] Compiling c-atomics.c
[552/557] Compiling NIOConcurrencyHelpers lock.swift
[553/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[554/557] Compiling NIOConcurrencyHelpers atomics.swift
[555/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[556/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[557/557] Emitting module NIOConcurrencyHelpers
[559/618] Compiling NIOCore MulticastChannel.swift
[560/618] Compiling NIOCore NIOAny.swift
[561/618] Compiling NIOCore NIOCloseOnErrorHandler.swift
[562/618] Compiling NIOCore NIOLoopBound.swift
[563/618] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[564/618] Compiling NIOCore NIOScheduledCallback.swift
[565/618] Compiling NIOCore NIOSendable.swift
[566/618] Compiling NIOCore RecvByteBufferAllocator.swift
[567/626] Compiling NIOCore IO.swift
[568/626] Compiling NIOCore IOData.swift
[569/626] Compiling NIOCore IPProtocol.swift
[570/626] Compiling NIOCore IntegerBitPacking.swift
[571/626] Compiling NIOCore IntegerTypes.swift
[572/626] Compiling NIOCore Interfaces.swift
[573/626] Compiling NIOCore Linux.swift
[574/626] Compiling NIOCore MarkedCircularBuffer.swift
[575/626] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[576/626] Compiling NIOCore EventLoopFuture+Deprecated.swift
[577/626] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[578/626] Compiling NIOCore EventLoopFuture.swift
[579/626] Compiling NIOCore FileDescriptor.swift
[580/626] Compiling NIOCore FileHandle.swift
[581/626] Compiling NIOCore FileRegion.swift
[582/626] Compiling NIOCore GlobalSingletons.swift
[583/626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[584/626] Compiling NIOCore SocketAddresses.swift
[585/626] Compiling NIOCore SocketOptionProvider.swift
[586/626] Compiling NIOCore SystemCallHelpers.swift
[587/626] Compiling NIOCore TimeAmount+Duration.swift
[588/626] Compiling NIOCore TypeAssistedChannelHandler.swift
[589/626] Compiling NIOCore UniversalBootstrapSupport.swift
[590/626] Compiling NIOCore Utilities.swift
[591/626] Compiling NIOCore CircularBuffer.swift
[592/626] Compiling NIOCore Codec.swift
[593/626] Compiling NIOCore ConvenienceOptionSupport.swift
[594/626] Compiling NIOCore DeadChannel.swift
[595/626] Compiling NIOCore DispatchQueue+WithFuture.swift
[596/626] Compiling NIOCore EventLoop+Deprecated.swift
[597/626] Compiling NIOCore EventLoop+SerialExecutor.swift
[598/626] Compiling NIOCore EventLoop.swift
[599/626] Compiling NIOCore AddressedEnvelope.swift
[600/626] Compiling NIOCore AsyncAwaitSupport.swift
[601/626] Compiling NIOCore AsyncChannel.swift
[602/626] Compiling NIOCore AsyncChannelHandler.swift
[603/626] Compiling NIOCore AsyncChannelInboundStream.swift
[604/626] Compiling NIOCore AsyncChannelOutboundWriter.swift
[605/626] Compiling NIOCore NIOAsyncSequenceProducer.swift
[606/626] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[607/626] Compiling NIOCore NIOAsyncWriter.swift
[608/626] Compiling NIOCore ByteBuffer-multi-int.swift
[609/626] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[610/626] Compiling NIOCore ByteBuffer-views.swift
[611/626] Compiling NIOCore Channel.swift
[612/626] Compiling NIOCore ChannelHandler.swift
[613/626] Compiling NIOCore ChannelHandlers.swift
[614/626] Compiling NIOCore ChannelInvoker.swift
[615/626] Compiling NIOCore ChannelOption.swift
[616/626] Compiling NIOCore ChannelPipeline.swift
[617/626] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[618/626] Compiling NIOCore BSDSocketAPI.swift
[619/626] Compiling NIOCore ByteBuffer-aux.swift
[620/626] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[621/626] Compiling NIOCore ByteBuffer-conversions.swift
[622/626] Compiling NIOCore ByteBuffer-core.swift
[623/626] Compiling NIOCore ByteBuffer-hex.swift
[624/626] Compiling NIOCore ByteBuffer-int.swift
[625/626] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[626/626] Emitting module NIOCore
[628/677] Emitting module NIOEmbedded
[629/677] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[630/677] Compiling NIOEmbedded AsyncTestingChannel.swift
[631/677] Compiling NIOEmbedded Embedded.swift
[633/678] Emitting module NIOPosix
[634/684] Compiling NIOPosix Pool.swift
[635/684] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[636/684] Compiling NIOPosix PosixSingletons.swift
[637/684] Compiling NIOPosix RawSocketBootstrap.swift
[638/684] Compiling NIOPosix Resolver.swift
[639/684] Compiling NIOPosix Selectable.swift
[640/684] Compiling NIOPosix SelectableChannel.swift
[641/684] Compiling NIOPosix SelectableEventLoop.swift
[642/684] Compiling NIOPosix SelectorEpoll.swift
[643/684] Compiling NIOPosix SelectorGeneric.swift
[644/684] Compiling NIOPosix SelectorKqueue.swift
[645/684] Compiling NIOPosix SelectorUring.swift
[646/684] Compiling NIOPosix ServerSocket.swift
[647/684] Compiling NIOPosix Socket.swift
[648/684] Compiling NIOPosix SocketChannel.swift
[649/684] Compiling NIOPosix SocketProtocols.swift
[650/684] Compiling NIOPosix System.swift
[651/684] Compiling NIOPosix Thread.swift
[652/684] Compiling NIOPosix ThreadPosix.swift
[653/684] Compiling NIOPosix ThreadWindows.swift
[654/684] Compiling NIOPosix UnsafeTransfer.swift
[655/684] Compiling NIOPosix Utilities.swift
[656/684] Compiling NIOPosix VsockAddress.swift
[657/684] Compiling NIOPosix VsockChannelEvents.swift
[658/684] Compiling NIOPosix NIOThreadPool.swift
[659/684] Compiling NIOPosix NonBlockingFileIO.swift
[660/684] Compiling NIOPosix PendingDatagramWritesManager.swift
[661/684] Compiling NIOPosix PendingWritesManager.swift
[662/684] Compiling NIOPosix PipeChannel.swift
[663/684] Compiling NIOPosix PipePair.swift
[664/684] Compiling NIOPosix BSDSocketAPICommon.swift
[665/684] Compiling NIOPosix BSDSocketAPIPosix.swift
[666/684] Compiling NIOPosix BSDSocketAPIWindows.swift
[667/684] Compiling NIOPosix BaseSocket.swift
[668/684] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[669/684] Compiling NIOPosix BaseSocketChannel.swift
[670/684] Compiling NIOPosix BaseStreamSocketChannel.swift
[671/684] Compiling NIOPosix IO.swift
[672/684] Compiling NIOPosix IntegerBitPacking.swift
[673/684] Compiling NIOPosix IntegerTypes.swift
[674/684] Compiling NIOPosix Linux.swift
[675/684] Compiling NIOPosix LinuxCPUSet.swift
[676/684] Compiling NIOPosix LinuxUring.swift
[677/684] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[678/684] Compiling NIOPosix Bootstrap.swift
[679/684] Compiling NIOPosix ControlMessage.swift
[680/684] Compiling NIOPosix DatagramVectorReadManager.swift
[681/684] Compiling NIOPosix Errors+Any.swift
[682/684] Compiling NIOPosix FileDescriptor.swift
[683/684] Compiling NIOPosix GetaddrinfoResolver.swift
[684/684] Compiling NIOPosix HappyEyeballs.swift
[686/687] Emitting module NIO
[687/687] Compiling NIO Exports.swift
[689/727] Compiling NIOTLS TLSEvents.swift
[690/727] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[691/728] Compiling NIOSOCKS SOCKSResponse.swift
[692/728] Emitting module NIOTLS
[693/728] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[694/728] Emitting module NIOSOCKS
[695/728] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[696/728] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[697/728] Compiling NIOSOCKS ClientStateMachine.swift
[698/728] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[699/728] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[700/728] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[701/728] Compiling NIOSOCKS ServerStateMachine.swift
[702/728] Compiling NIOHTTP1 HTTPEncoder.swift
[703/728] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[704/728] Compiling NIOHTTP1 ByteCollectionUtils.swift
[705/728] Compiling NIOHTTP1 HTTPDecoder.swift
[707/729] Compiling NIOTLS SNIHandler.swift
[708/729] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[709/730] Emitting module NIOHTTP1
[710/732] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[711/732] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[713/732] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[714/732] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[719/761] Compiling NIOSSL NIOSSLHandler.swift
[720/761] Compiling NIOSSL NIOSSLServerHandler.swift
[721/761] Compiling NIOSSL ObjectIdentifier.swift
[722/761] Compiling NIOSSL PosixPort.swift
[723/761] Compiling NIOSSL SSLConnection.swift
[724/761] Compiling NIOSSL SSLContext.swift
[725/761] Compiling NIOSSL LinuxCABundle.swift
[726/761] Compiling NIOSSL NIOSSLClientHandler.swift
[727/761] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[729/762] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[730/762] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[731/762] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[732/762] Emitting module NIOFoundationCompat
[733/762] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[735/781] Emitting module NIOSSL
[736/807] Compiling NIOTransportServices AcceptHandler.swift
[737/807] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[738/807] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[739/807] Compiling NIOTransportServices NIOTSDatagramListener.swift
[740/807] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[741/807] Compiling NIOTransportServices NIOTSSingletons.swift
[742/807] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[743/809] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[747/809] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[748/809] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[749/809] Compiling NIOTransportServices NIOTSListenerChannel.swift
[750/809] Compiling NIOHPACK IndexedHeaderTable.swift
[751/809] Compiling NIOHPACK IntegerCoding.swift
[752/810] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[753/810] Compiling NIOTransportServices NIOTSBootstraps.swift
[754/810] Compiling NIOTransportServices NIOTSChannelOptions.swift
[755/810] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[756/810] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[757/810] Compiling NIOTransportServices NIOTSErrors.swift
[758/810] Compiling NIOTransportServices NIOTSEventLoop.swift
[759/810] Compiling NIOTransportServices StateManagedChannel.swift
[760/810] Compiling NIOTransportServices StateManagedListenerChannel.swift
[761/810] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[762/810] Emitting module NIOTransportServices
[765/810] Compiling NIOHPACK StaticHeaderTable.swift
[766/810] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[767/810] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[774/810] Compiling NIOHTTPCompression HTTPDecompression.swift
[775/810] Emitting module NIOHTTPCompression
[776/810] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[777/810] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[781/811] Compiling NIOSSL SubjectAlternativeName.swift
[782/811] Compiling NIOSSL NIOSSLSecureBytes.swift
[783/811] Compiling NIOSSL RNG.swift
[784/811] Compiling NIOSSL SafeCompare.swift
[788/811] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[789/811] Compiling NIOHPACK HuffmanCoding.swift
[790/811] Compiling NIOHPACK HuffmanTables.swift
[792/811] Emitting module NIOHPACK
[793/811] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[794/811] Compiling NIOHTTPCompression HTTPCompression.swift
[795/811] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[810/871] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[811/871] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[812/871] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[813/871] Compiling NIOHTTP2 HTTP2Error.swift
[815/872] Emitting module NIOHTTP2
[816/880] Compiling NIOHTTP2 MaySendFrames.swift
[817/880] Compiling NIOHTTP2 SendingDataState.swift
[818/880] Compiling NIOHTTP2 SendingGoawayState.swift
[819/880] Compiling NIOHTTP2 SendingHeadersState.swift
[820/880] Compiling NIOHTTP2 SendingPushPromiseState.swift
[821/880] Compiling NIOHTTP2 SendingRstStreamState.swift
[822/880] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[823/880] Compiling NIOHTTP2 HTTP2SettingsState.swift
[824/880] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[825/880] Compiling NIOHTTP2 HasFlowControlWindows.swift
[826/880] Compiling NIOHTTP2 HasLocalSettings.swift
[827/880] Compiling NIOHTTP2 HasRemoteSettings.swift
[828/880] Compiling NIOHTTP2 LocallyQuiescingState.swift
[829/880] Compiling NIOHTTP2 QuiescingState.swift
[830/880] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[831/880] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[832/880] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[833/880] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[834/880] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[835/880] Compiling NIOHTTP2 HTTP2StreamID.swift
[836/880] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[837/880] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[838/880] Compiling NIOHTTP2 HTTP2UserEvents.swift
[839/880] Compiling NIOHTTP2 InboundEventBuffer.swift
[840/880] Compiling NIOHTTP2 InboundWindowManager.swift
[841/880] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[842/880] Compiling NIOHTTP2 StreamChannelFlowController.swift
[843/880] Compiling NIOHTTP2 StreamChannelList.swift
[844/880] Compiling NIOHTTP2 StreamMap.swift
[845/880] Compiling NIOHTTP2 StreamStateMachine.swift
[846/880] Compiling NIOHTTP2 UnsafeTransfer.swift
[847/880] Compiling NIOHTTP2 WatermarkedFlowController.swift
[848/880] Compiling NIOHTTP2 StateMachineResult.swift
[849/880] Compiling NIOHTTP2 ContentLengthVerifier.swift
[850/880] Compiling NIOHTTP2 DOSHeuristics.swift
[851/880] Compiling NIOHTTP2 Error+Any.swift
[852/880] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[853/880] Compiling NIOHTTP2 ControlFrameBuffer.swift
[854/880] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[855/880] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[856/880] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[857/880] Compiling NIOHTTP2 HTTP2Frame.swift
[858/880] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[859/880] Compiling NIOHTTP2 HTTP2FrameParser.swift
[860/880] Compiling NIOHTTP2 HTTP2PingData.swift
[861/880] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[862/880] Compiling NIOHTTP2 HTTP2Settings.swift
[863/880] Compiling NIOHTTP2 HTTP2Stream.swift
[864/880] Compiling NIOHTTP2 ConnectionStateMachine.swift
[865/880] Compiling NIOHTTP2 ConnectionStreamsState.swift
[866/880] Compiling NIOHTTP2 MayReceiveFrames.swift
[867/880] Compiling NIOHTTP2 ReceivingDataState.swift
[868/880] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[869/880] Compiling NIOHTTP2 ReceivingHeadersState.swift
[870/880] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[871/880] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[872/880] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[873/880] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[874/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[875/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[880/880] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[882/941] Emitting module AsyncHTTPClient
[883/949] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[884/949] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[885/949] Compiling AsyncHTTPClient AsyncLazySequence.swift
[886/949] Compiling AsyncHTTPClient HTTPClient+execute.swift
[887/949] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[888/949] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[889/949] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[890/949] Compiling AsyncHTTPClient HTTPClientRequest.swift
[891/949] Compiling AsyncHTTPClient HTTPClientResponse.swift
[892/949] Compiling AsyncHTTPClient ConnectionTarget.swift
[893/949] Compiling AsyncHTTPClient DeconstructedURL.swift
[894/949] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[895/949] Compiling AsyncHTTPClient FoundationExtensions.swift
[896/949] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[897/949] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[898/949] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[899/949] Compiling AsyncHTTPClient HTTPClient.swift
[900/949] Compiling AsyncHTTPClient HTTPHandler.swift
[901/949] Compiling AsyncHTTPClient LRUCache.swift
[902/949] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[903/949] Compiling AsyncHTTPClient NWErrorHandler.swift
[904/949] Compiling AsyncHTTPClient NWWaitingHandler.swift
[905/949] Compiling AsyncHTTPClient TLSConfiguration.swift
[906/949] Compiling AsyncHTTPClient RedirectState.swift
[907/949] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[908/949] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[909/949] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[910/949] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[911/949] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[912/949] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[913/949] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[914/949] Compiling AsyncHTTPClient RequestBodyLength.swift
[915/949] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[916/949] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[917/949] Compiling AsyncHTTPClient TLSEventsHandler.swift
[918/949] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[919/949] Compiling AsyncHTTPClient HTTP1Connection.swift
[920/949] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[921/949] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[922/949] Compiling AsyncHTTPClient HTTP2Connection.swift
[923/949] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[924/949] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[925/949] Compiling AsyncHTTPClient RequestOptions.swift
[926/949] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[927/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[928/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[929/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[930/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[931/949] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[932/949] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[933/949] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[934/949] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[935/949] Compiling AsyncHTTPClient Transaction.swift
[936/949] Compiling AsyncHTTPClient Base64.swift
[937/949] Compiling AsyncHTTPClient BasicAuth.swift
[938/949] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[939/949] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[940/949] Compiling AsyncHTTPClient ConnectionPool.swift
[941/949] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[942/949] Compiling AsyncHTTPClient RequestBag.swift
[943/949] Compiling AsyncHTTPClient RequestValidation.swift
[944/949] Compiling AsyncHTTPClient SSLContextCache.swift
[945/949] Compiling AsyncHTTPClient Scheme.swift
[946/949] Compiling AsyncHTTPClient Singleton.swift
[947/949] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[948/949] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[949/949] Compiling AsyncHTTPClient Utils.swift
[951/959] Compiling DataDogLog NetworkClient.swift
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:15:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | #endif
14 |
15 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | @usableFromInline
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:22:29: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
20 | let client = HTTPClient(eventLoopGroupProvider: .singleton)
21 | #else
22 | let client = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 | #endif
24 |
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:51:23: error: cannot find 'URLRequest' in scope
49 | return StatusCode(value: Int(response.status.code))
50 | #else
51 | var request = URLRequest(url: site.url)
| `- error: cannot find 'URLRequest' in scope
52 | request.httpMethod = "POST"
53 | request.httpBody = logData
[952/960] Compiling DataDogLog Exports.swift
[953/960] Compiling DataDogLog String+Timestamp.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[954/960] Emitting module DataDogLog
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:15:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | #endif
14 |
15 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | @usableFromInline
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:22:29: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
20 | let client = HTTPClient(eventLoopGroupProvider: .singleton)
21 | #else
22 | let client = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 | #endif
24 |
[955/960] Compiling DataDogLog Log.swift
[956/960] Compiling DataDogLog Metadata+Format.swift
[957/960] Compiling DataDogLog Site+URL.swift
[958/960] Compiling DataDogLog StatusCode.swift
[959/960] Compiling DataDogLog DataDogLogHandler.swift
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:22:29: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
20 | let client = HTTPClient(eventLoopGroupProvider: .singleton)
21 | #else
22 | let client = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 | #endif
24 |
[960/960] Compiling DataDogLog Site.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/61] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/61] Compiling RealModule ElementaryFunctions.swift
[4/62] Compiling _NIODataStructures PriorityQueue.swift
[5/62] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/62] Compiling InternalCollectionsUtilities Debugging.swift
[7/63] Compiling Atomics UnsafeAtomic.swift
[8/63] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/63] Compiling Atomics ManagedAtomic.swift
[10/63] Compiling Atomics ManagedAtomicLazyReference.swift
[11/63] Compiling RealModule Float80+Real.swift
[12/63] Compiling RealModule Real.swift
[13/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/65] Compiling InternalCollectionsUtilities Descriptions.swift
[16/65] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/65] Compiling RealModule RealFunctions.swift
[18/65] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/65] Compiling InternalCollectionsUtilities Integer rank.swift
[20/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/65] Compiling Logging MetadataProvider.swift
[25/65] Compiling _NIODataStructures Heap.swift
[26/65] Compiling RealModule Float+Real.swift
[27/65] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[28/65] Compiling Atomics AtomicMemoryOrderings.swift
[29/65] Compiling Atomics DoubleWord.swift
[30/65] Compiling RealModule Float16+Real.swift
[31/65] Compiling NIOConcurrencyHelpers NIOLock.swift
[32/65] Compiling NIOConcurrencyHelpers atomics.swift
[33/65] Emitting module RealModule
[34/66] Compiling NIOConcurrencyHelpers lock.swift
[35/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/66] Emitting module Logging
[39/66] Emitting module _NIOBase64
[40/66] Compiling _NIOBase64 Base64.swift
[41/67] Emitting module _NIODataStructures
[42/67] Compiling Atomics IntegerOperations.swift
[43/67] Compiling Atomics Unmanaged extensions.swift
[45/67] Compiling _NIODataStructures _TinyArray.swift
[48/68] Emitting module NIOConcurrencyHelpers
[50/94] Compiling Algorithms FlattenCollection.swift
[51/94] Compiling Algorithms Grouped.swift
[52/94] Emitting module InternalCollectionsUtilities
[53/94] Compiling Algorithms Indexed.swift
[54/94] Compiling Algorithms Intersperse.swift
[55/94] Compiling Algorithms EitherSequence.swift
[56/94] Compiling Algorithms FirstNonNil.swift
[58/95] Compiling Algorithms Compacted.swift
[59/95] Compiling Algorithms Cycle.swift
[62/113] Compiling Logging LogHandler.swift
[63/113] Compiling Logging Locks.swift
[64/113] Compiling Logging Logging.swift
[65/114] Compiling Algorithms RandomSample.swift
[66/114] Compiling Algorithms Reductions.swift
[67/114] Compiling Algorithms Rotate.swift
[68/114] Compiling Algorithms Split.swift
[69/114] Compiling Algorithms Stride.swift
[70/114] Compiling Algorithms Suffix.swift
[71/114] Compiling DequeModule Deque+CustomReflectable.swift
[72/114] Compiling DequeModule Deque+Descriptions.swift
[74/116] Compiling DequeModule _DequeBuffer.swift
[75/116] Compiling DequeModule _DequeBufferHeader.swift
[76/116] Compiling DequeModule Deque.swift
[79/116] Compiling Algorithms Trim.swift
[80/116] Compiling Algorithms Unique.swift
[81/116] Compiling Algorithms Windows.swift
[82/116] Compiling DequeModule Deque+Equatable.swift
[83/116] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/116] Compiling DequeModule Deque+Testing.swift
[85/116] Compiling DequeModule Deque._Storage.swift
[86/116] Compiling DequeModule Deque._UnsafeHandle.swift
[89/116] Compiling DequeModule Deque+Extras.swift
[90/116] Compiling DequeModule Deque+Hashable.swift
[91/116] Compiling Algorithms AdjacentPairs.swift
[92/116] Compiling Algorithms Chain.swift
[93/116] Compiling Algorithms Chunked.swift
[94/116] Compiling Algorithms Combinations.swift
[95/116] Compiling DequeModule _DequeSlot.swift
[96/116] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/116] Compiling DequeModule Deque+Codable.swift
[98/116] Compiling DequeModule Deque+Collection.swift
[105/116] Emitting module Atomics
[115/116] Emitting module DequeModule
[118/178] Emitting module Algorithms
[120/179] Compiling NIOCore MulticastChannel.swift
[121/179] Compiling NIOCore NIOAny.swift
[122/179] Compiling NIOCore NIOCloseOnErrorHandler.swift
[123/179] Compiling NIOCore NIOLoopBound.swift
[124/179] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[125/179] Compiling NIOCore NIOScheduledCallback.swift
[126/179] Compiling NIOCore NIOSendable.swift
[127/179] Compiling NIOCore RecvByteBufferAllocator.swift
[128/187] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/187] Compiling NIOCore EventLoopFuture+Deprecated.swift
[130/187] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[131/187] Compiling NIOCore EventLoopFuture.swift
[132/187] Compiling NIOCore FileDescriptor.swift
[133/187] Compiling NIOCore FileHandle.swift
[134/187] Compiling NIOCore FileRegion.swift
[135/187] Compiling NIOCore GlobalSingletons.swift
[136/187] Compiling NIOCore IO.swift
[137/187] Compiling NIOCore IOData.swift
[138/187] Compiling NIOCore IPProtocol.swift
[139/187] Compiling NIOCore IntegerBitPacking.swift
[140/187] Compiling NIOCore IntegerTypes.swift
[141/187] Compiling NIOCore Interfaces.swift
[142/187] Compiling NIOCore Linux.swift
[143/187] Compiling NIOCore MarkedCircularBuffer.swift
[144/187] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[145/187] Compiling NIOCore SocketAddresses.swift
[146/187] Compiling NIOCore SocketOptionProvider.swift
[147/187] Compiling NIOCore SystemCallHelpers.swift
[148/187] Compiling NIOCore TimeAmount+Duration.swift
[149/187] Compiling NIOCore TypeAssistedChannelHandler.swift
[150/187] Compiling NIOCore UniversalBootstrapSupport.swift
[151/187] Compiling NIOCore Utilities.swift
[152/187] Compiling NIOCore AddressedEnvelope.swift
[153/187] Compiling NIOCore AsyncAwaitSupport.swift
[154/187] Compiling NIOCore AsyncChannel.swift
[155/187] Compiling NIOCore AsyncChannelHandler.swift
[156/187] Compiling NIOCore AsyncChannelInboundStream.swift
[157/187] Compiling NIOCore AsyncChannelOutboundWriter.swift
[158/187] Compiling NIOCore NIOAsyncSequenceProducer.swift
[159/187] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[160/187] Compiling NIOCore NIOAsyncWriter.swift
[161/187] Compiling NIOCore CircularBuffer.swift
[162/187] Compiling NIOCore Codec.swift
[163/187] Compiling NIOCore ConvenienceOptionSupport.swift
[164/187] Compiling NIOCore DeadChannel.swift
[165/187] Compiling NIOCore DispatchQueue+WithFuture.swift
[166/187] Compiling NIOCore EventLoop+Deprecated.swift
[167/187] Compiling NIOCore EventLoop+SerialExecutor.swift
[168/187] Compiling NIOCore EventLoop.swift
[169/187] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[170/187] Compiling NIOCore BSDSocketAPI.swift
[171/187] Compiling NIOCore ByteBuffer-aux.swift
[172/187] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[173/187] Compiling NIOCore ByteBuffer-conversions.swift
[174/187] Compiling NIOCore ByteBuffer-core.swift
[175/187] Compiling NIOCore ByteBuffer-hex.swift
[176/187] Compiling NIOCore ByteBuffer-int.swift
[177/187] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[178/187] Compiling NIOCore ByteBuffer-multi-int.swift
[179/187] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[180/187] Compiling NIOCore ByteBuffer-views.swift
[181/187] Compiling NIOCore Channel.swift
[182/187] Compiling NIOCore ChannelHandler.swift
[183/187] Compiling NIOCore ChannelHandlers.swift
[184/187] Compiling NIOCore ChannelInvoker.swift
[185/187] Compiling NIOCore ChannelOption.swift
[186/187] Compiling NIOCore ChannelPipeline.swift
[187/187] Emitting module NIOCore
[189/238] Emitting module NIOEmbedded
[190/238] Compiling NIOEmbedded AsyncTestingChannel.swift
[191/238] Compiling NIOEmbedded Embedded.swift
[192/238] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[194/239] Compiling NIOPosix SelectableChannel.swift
[195/239] Compiling NIOPosix SelectableEventLoop.swift
[196/239] Compiling NIOPosix SelectorEpoll.swift
[197/239] Compiling NIOPosix SelectorGeneric.swift
[198/239] Compiling NIOPosix SelectorKqueue.swift
[199/239] Compiling NIOPosix SelectorUring.swift
[200/245] Compiling NIOPosix BSDSocketAPICommon.swift
[201/245] Compiling NIOPosix BSDSocketAPIPosix.swift
[202/245] Compiling NIOPosix BSDSocketAPIWindows.swift
[203/245] Compiling NIOPosix BaseSocket.swift
[204/245] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[205/245] Compiling NIOPosix BaseSocketChannel.swift
[206/245] Compiling NIOPosix BaseStreamSocketChannel.swift
[207/245] Emitting module NIOPosix
[208/245] Compiling NIOPosix Bootstrap.swift
[209/245] Compiling NIOPosix ControlMessage.swift
[210/245] Compiling NIOPosix DatagramVectorReadManager.swift
[211/245] Compiling NIOPosix Errors+Any.swift
[212/245] Compiling NIOPosix FileDescriptor.swift
[213/245] Compiling NIOPosix GetaddrinfoResolver.swift
[214/245] Compiling NIOPosix HappyEyeballs.swift
[215/245] Compiling NIOPosix ServerSocket.swift
[216/245] Compiling NIOPosix Socket.swift
[217/245] Compiling NIOPosix SocketChannel.swift
[218/245] Compiling NIOPosix SocketProtocols.swift
[219/245] Compiling NIOPosix System.swift
[220/245] Compiling NIOPosix Thread.swift
[221/245] Compiling NIOPosix Pool.swift
[222/245] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[223/245] Compiling NIOPosix PosixSingletons.swift
[224/245] Compiling NIOPosix RawSocketBootstrap.swift
[225/245] Compiling NIOPosix Resolver.swift
[226/245] Compiling NIOPosix Selectable.swift
[227/245] Compiling NIOPosix IO.swift
[228/245] Compiling NIOPosix IntegerBitPacking.swift
[229/245] Compiling NIOPosix IntegerTypes.swift
[230/245] Compiling NIOPosix Linux.swift
[231/245] Compiling NIOPosix LinuxCPUSet.swift
[232/245] Compiling NIOPosix LinuxUring.swift
[233/245] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[234/245] Compiling NIOPosix NIOThreadPool.swift
[235/245] Compiling NIOPosix NonBlockingFileIO.swift
[236/245] Compiling NIOPosix PendingDatagramWritesManager.swift
[237/245] Compiling NIOPosix PendingWritesManager.swift
[238/245] Compiling NIOPosix PipeChannel.swift
[239/245] Compiling NIOPosix PipePair.swift
[240/245] Compiling NIOPosix ThreadPosix.swift
[241/245] Compiling NIOPosix ThreadWindows.swift
[242/245] Compiling NIOPosix UnsafeTransfer.swift
[243/245] Compiling NIOPosix Utilities.swift
[244/245] Compiling NIOPosix VsockAddress.swift
[245/245] Compiling NIOPosix VsockChannelEvents.swift
[247/248] Compiling NIO Exports.swift
[248/248] Emitting module NIO
[250/288] Compiling NIOTLS TLSEvents.swift
[251/288] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[252/288] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[253/288] Emitting module NIOSOCKS
[254/289] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[255/289] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[256/291] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[257/291] Compiling NIOSOCKS ClientStateMachine.swift
[258/291] Compiling NIOSOCKS SOCKSResponse.swift
[259/291] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[260/291] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[261/291] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[262/291] Compiling NIOSOCKS Messages.swift
[263/291] Compiling NIOSOCKS SOCKSRequest.swift
[264/291] Compiling NIOSOCKS AuthenticationMethod.swift
[265/291] Compiling NIOSOCKS ClientGreeting.swift
[266/291] Compiling NIOSOCKS Errors.swift
[267/291] Compiling NIOSOCKS Helpers.swift
[268/291] Compiling NIOSOCKS SOCKSClientHandler.swift
[269/291] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[270/291] Compiling NIOSOCKS ServerStateMachine.swift
[271/292] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[272/292] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[274/292] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[275/292] Compiling NIOTLS SNIHandler.swift
[276/292] Emitting module NIOTLS
[278/293] Emitting module NIOFoundationCompat
[279/293] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[284/294] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[285/294] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[287/294] Compiling NIOHTTP1 HTTPTypes.swift
[289/294] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[290/294] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[291/323] Compiling NIOSSL AndroidCABundle.swift
[292/323] Compiling NIOSSL ByteBufferBIO.swift
[293/323] Compiling NIOSSL CustomPrivateKey.swift
[294/323] Emitting module NIOHTTP1
[296/346] Compiling NIOTransportServices AcceptHandler.swift
[297/346] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[298/346] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[299/363] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[300/363] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[301/363] Compiling NIOTransportServices NIOTSListenerChannel.swift
[302/366] Emitting module NIOTransportServices
[303/366] Compiling NIOTransportServices StateManagedChannel.swift
[304/366] Compiling NIOTransportServices StateManagedListenerChannel.swift
[305/366] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[306/366] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[307/366] Compiling NIOTransportServices NIOTSSingletons.swift
[308/366] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[309/366] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[310/366] Compiling NIOTransportServices NIOTSErrors.swift
[311/366] Compiling NIOTransportServices NIOTSEventLoop.swift
[312/366] Compiling NIOTransportServices NIOTSBootstraps.swift
[313/366] Compiling NIOTransportServices NIOTSChannelOptions.swift
[314/366] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[315/366] Compiling NIOHPACK HPACKErrors.swift
[316/366] Compiling NIOHPACK HPACKHeader.swift
[317/366] Compiling NIOHPACK HeaderTables.swift
[318/366] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[319/366] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[320/367] Compiling NIOHPACK HPACKEncoder.swift
[323/368] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[324/368] Compiling NIOHPACK StaticHeaderTable.swift
[325/368] Compiling NIOHPACK IndexedHeaderTable.swift
[326/368] Compiling NIOHPACK IntegerCoding.swift
[327/368] Compiling NIOHPACK DynamicHeaderTable.swift
[328/368] Compiling NIOHPACK HPACKDecoder.swift
[329/368] Emitting module NIOHPACK
[330/368] Emitting module NIOHTTPCompression
[331/368] Compiling NIOHTTPCompression HTTPCompression.swift
[332/368] Compiling NIOHTTPCompression HTTPDecompression.swift
[333/368] Emitting module NIOSSL
[334/372] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[335/372] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[336/372] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[337/373] Compiling NIOHPACK HuffmanCoding.swift
[340/373] Compiling NIOHPACK HuffmanTables.swift
[345/374] Compiling NIOSSL SSLPrivateKey.swift
[346/374] Compiling NIOSSL SSLPublicKey.swift
[347/374] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[348/374] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[352/374] Compiling NIOSSL SafeCompare.swift
[371/432] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[372/432] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[373/432] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[374/432] Compiling NIOHTTP2 HTTP2Error.swift
[376/433] Compiling NIOHTTP2 MaySendFrames.swift
[377/433] Compiling NIOHTTP2 SendingDataState.swift
[378/433] Compiling NIOHTTP2 SendingGoawayState.swift
[379/433] Compiling NIOHTTP2 SendingHeadersState.swift
[380/433] Compiling NIOHTTP2 SendingPushPromiseState.swift
[381/433] Compiling NIOHTTP2 SendingRstStreamState.swift
[382/433] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[383/433] Compiling NIOHTTP2 HTTP2SettingsState.swift
[384/441] Emitting module NIOHTTP2
[385/441] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[386/441] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[387/441] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[388/441] Compiling NIOHTTP2 HTTP2StreamID.swift
[389/441] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[390/441] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[391/441] Compiling NIOHTTP2 HTTP2UserEvents.swift
[392/441] Compiling NIOHTTP2 InboundEventBuffer.swift
[393/441] Compiling NIOHTTP2 InboundWindowManager.swift
[394/441] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[395/441] Compiling NIOHTTP2 StreamChannelFlowController.swift
[396/441] Compiling NIOHTTP2 StreamChannelList.swift
[397/441] Compiling NIOHTTP2 StreamMap.swift
[398/441] Compiling NIOHTTP2 StreamStateMachine.swift
[399/441] Compiling NIOHTTP2 UnsafeTransfer.swift
[400/441] Compiling NIOHTTP2 WatermarkedFlowController.swift
[401/441] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[402/441] Compiling NIOHTTP2 HTTP2Frame.swift
[403/441] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[404/441] Compiling NIOHTTP2 HTTP2FrameParser.swift
[405/441] Compiling NIOHTTP2 HTTP2PingData.swift
[406/441] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[407/441] Compiling NIOHTTP2 HTTP2Settings.swift
[408/441] Compiling NIOHTTP2 HTTP2Stream.swift
[409/441] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[410/441] Compiling NIOHTTP2 HasFlowControlWindows.swift
[411/441] Compiling NIOHTTP2 HasLocalSettings.swift
[412/441] Compiling NIOHTTP2 HasRemoteSettings.swift
[413/441] Compiling NIOHTTP2 LocallyQuiescingState.swift
[414/441] Compiling NIOHTTP2 QuiescingState.swift
[415/441] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[416/441] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[417/441] Compiling NIOHTTP2 StateMachineResult.swift
[418/441] Compiling NIOHTTP2 ContentLengthVerifier.swift
[419/441] Compiling NIOHTTP2 DOSHeuristics.swift
[420/441] Compiling NIOHTTP2 Error+Any.swift
[421/441] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[422/441] Compiling NIOHTTP2 ControlFrameBuffer.swift
[423/441] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[424/441] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[425/441] Compiling NIOHTTP2 ConnectionStateMachine.swift
[426/441] Compiling NIOHTTP2 ConnectionStreamsState.swift
[427/441] Compiling NIOHTTP2 MayReceiveFrames.swift
[428/441] Compiling NIOHTTP2 ReceivingDataState.swift
[429/441] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[430/441] Compiling NIOHTTP2 ReceivingHeadersState.swift
[431/441] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[432/441] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[433/441] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[434/441] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[435/441] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[436/441] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[441/441] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[443/502] Emitting module AsyncHTTPClient
[444/510] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[445/510] Compiling AsyncHTTPClient TLSEventsHandler.swift
[446/510] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[447/510] Compiling AsyncHTTPClient HTTP1Connection.swift
[448/510] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[449/510] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[450/510] Compiling AsyncHTTPClient HTTP2Connection.swift
[451/510] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[452/510] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[453/510] Compiling AsyncHTTPClient ConnectionTarget.swift
[454/510] Compiling AsyncHTTPClient DeconstructedURL.swift
[455/510] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[456/510] Compiling AsyncHTTPClient FoundationExtensions.swift
[457/510] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[458/510] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[459/510] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[460/510] Compiling AsyncHTTPClient HTTPClient.swift
[461/510] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[462/510] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[463/510] Compiling AsyncHTTPClient Transaction.swift
[464/510] Compiling AsyncHTTPClient Base64.swift
[465/510] Compiling AsyncHTTPClient BasicAuth.swift
[466/510] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[467/510] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[468/510] Compiling AsyncHTTPClient ConnectionPool.swift
[469/510] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[470/510] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[471/510] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[472/510] Compiling AsyncHTTPClient AsyncLazySequence.swift
[473/510] Compiling AsyncHTTPClient HTTPClient+execute.swift
[474/510] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[475/510] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[476/510] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[477/510] Compiling AsyncHTTPClient HTTPClientRequest.swift
[478/510] Compiling AsyncHTTPClient HTTPClientResponse.swift
[479/510] Compiling AsyncHTTPClient HTTPHandler.swift
[480/510] Compiling AsyncHTTPClient LRUCache.swift
[481/510] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[482/510] Compiling AsyncHTTPClient NWErrorHandler.swift
[483/510] Compiling AsyncHTTPClient NWWaitingHandler.swift
[484/510] Compiling AsyncHTTPClient TLSConfiguration.swift
[485/510] Compiling AsyncHTTPClient RedirectState.swift
[486/510] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[487/510] Compiling AsyncHTTPClient RequestBag.swift
[488/510] Compiling AsyncHTTPClient RequestValidation.swift
[489/510] Compiling AsyncHTTPClient SSLContextCache.swift
[490/510] Compiling AsyncHTTPClient Scheme.swift
[491/510] Compiling AsyncHTTPClient Singleton.swift
[492/510] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[493/510] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[494/510] Compiling AsyncHTTPClient Utils.swift
[495/510] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[496/510] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[497/510] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[498/510] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[499/510] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[500/510] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[501/510] Compiling AsyncHTTPClient RequestBodyLength.swift
[502/510] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[503/510] Compiling AsyncHTTPClient RequestOptions.swift
[504/510] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[505/510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[506/510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[507/510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[508/510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[509/510] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[510/510] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[512/520] Compiling DataDogLog DataDogLogHandler.swift
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:22:29: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
20 | let client = HTTPClient(eventLoopGroupProvider: .singleton)
21 | #else
22 | let client = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 | #endif
24 |
[513/521] Compiling DataDogLog Exports.swift
[514/521] Compiling DataDogLog Site.swift
[515/521] Compiling DataDogLog NetworkClient.swift
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:15:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | #endif
14 |
15 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | @usableFromInline
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:22:29: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
20 | let client = HTTPClient(eventLoopGroupProvider: .singleton)
21 | #else
22 | let client = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 | #endif
24 |
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:51:23: error: cannot find 'URLRequest' in scope
49 | return StatusCode(value: Int(response.status.code))
50 | #else
51 | var request = URLRequest(url: site.url)
| `- error: cannot find 'URLRequest' in scope
52 | request.httpMethod = "POST"
53 | request.httpBody = logData
error: emit-module command failed with exit code 1 (use -v to see invocation)
[516/521] Emitting module DataDogLog
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:15:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | #endif
14 |
15 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | @usableFromInline
/host/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:22:29: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
20 | let client = HTTPClient(eventLoopGroupProvider: .singleton)
21 | #else
22 | let client = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 | #endif
24 |
[517/521] Compiling DataDogLog StatusCode.swift
[518/521] Compiling DataDogLog Metadata+Format.swift
[519/521] Compiling DataDogLog Site+URL.swift
[520/521] Compiling DataDogLog String+Timestamp.swift
[521/521] Compiling DataDogLog Log.swift
BUILD FAILURE 6.1 android