Build Information
Successful build of teco-cls-logging, reference main (6b047c
), with Swift 6.1 for Linux on 27 Apr 2025 13:52:19 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/teco-project/teco-cls-logging.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/teco-project/teco-cls-logging
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6b047cc Improve the reliability of `CLSLogAccumulator` (#8)
Cloned https://github.com/teco-project/teco-cls-logging.git
Revision (git rev-parse @):
6b047cc8109c834c42275cff1f6694c745064d19
SUCCESS checkout https://github.com/teco-project/teco-cls-logging.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/teco-project/teco-cls-logging.git
https://github.com/teco-project/teco-cls-logging.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.42.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "teco-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/teco-project/teco-core.git"
}
],
"manifest_display_name" : "teco-cls-logging",
"name" : "teco-cls-logging",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TecoCLSLogging",
"targets" : [
"TecoCLSLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TecoCLSLoggingTests",
"module_type" : "SwiftTarget",
"name" : "TecoCLSLoggingTests",
"path" : "Tests/TecoCLSLoggingTests",
"product_dependencies" : [
"Atomics"
],
"sources" : [
"CLSLogAccumulatorTests.swift",
"CLSLogClientTests.swift",
"CLSLogHandlerTests.swift"
],
"target_dependencies" : [
"TecoCLSLogging"
],
"type" : "test"
},
{
"c99name" : "TecoCLSLogging",
"module_type" : "SwiftTarget",
"name" : "TecoCLSLogging",
"path" : "Sources/TecoCLSLogging",
"product_dependencies" : [
"AsyncHTTPClient",
"Logging",
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"SwiftProtobuf",
"TecoSigner"
],
"product_memberships" : [
"TecoCLSLogging"
],
"sources" : [
"CLS+init.swift",
"CLSLogAccumulator.swift",
"CLSLogClient.swift",
"CLSLogHandler.swift",
"UnsafeTransfer.swift",
"generated/cls.pb.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/teco-project/teco-core.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-protobuf.git
[1/2648] Fetching teco-core
[1087/6484] Fetching teco-core, swift-log
[6485/8189] Fetching teco-core, swift-log, swift-atomics
[7014/21976] Fetching teco-core, swift-log, swift-atomics, async-http-client
[9569/97407] Fetching teco-core, swift-log, swift-atomics, async-http-client, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.36s)
[5871/93571] Fetching teco-core, swift-atomics, async-http-client, swift-nio
[24176/132075] Fetching teco-core, swift-atomics, async-http-client, swift-nio, swift-protobuf
Fetched https://github.com/teco-project/teco-core.git from cache (1.48s)
[90274/129427] Fetching swift-atomics, async-http-client, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-atomics.git from cache (6.40s)
Fetched https://github.com/swift-server/async-http-client.git from cache (6.41s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.48s)
Fetched https://github.com/apple/swift-nio.git from cache (6.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.99s)
Computing version for https://github.com/teco-project/teco-core.git
Computed https://github.com/teco-project/teco-core.git at 0.5.7 (0.54s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3208] Fetching multipart-kit
[1092/5408] Fetching multipart-kit, swift-metrics
[3292/19192] Fetching multipart-kit, swift-metrics, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (2.38s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.40s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.42s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (2.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.94s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.47s)
Fetching https://github.com/apple/swift-nio-http2.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-nio-extras.git
[1/5662] Fetching swift-nio-extras
[2776/8281] Fetching swift-nio-extras, swift-nio-transport-services
[6016/14184] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms
[8164/25676] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.37s)
[11166/20014] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2
[11626/34807] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.08s)
[18878/23315] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.79s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.79s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.29s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.46s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.99s)
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.71s)
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 (0.50s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.70s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[20/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.67s)
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.44s)
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.45s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.42s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.66s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.05s)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/teco-project/teco-core.git
Working copy of https://github.com/teco-project/teco-core.git resolved at 0.5.7
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.2.2
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/806] Write sources
[23/806] Compiling CNIOWindows shim.c
[24/806] Compiling CNIOWindows WSAStartup.c
[25/806] Compiling CNIOLinux liburing_shims.c
[26/806] Copying PrivacyInfo.xcprivacy
[27/806] Write sources
[30/806] Compiling CNIOWASI CNIOWASI.c
[31/806] Compiling _NumericsShims _NumericsShims.c
[32/806] Compiling CNIOLLHTTP c_nio_http.c
[33/806] Compiling CNIOExtrasZlib empty.c
[33/806] Compiling _AtomicsShims.c
[35/806] Compiling CNIODarwin shim.c
[36/806] Compiling CNIOLinux shim.c
[37/806] Compiling fiat_p256_adx_sqr.S
[38/806] Compiling fiat_p256_adx_mul.S
[39/806] Compiling fiat_curve25519_adx_square.S
[40/806] Compiling CNIOLLHTTP c_nio_api.c
[41/806] Compiling fiat_curve25519_adx_mul.S
[42/806] Write swift-version-24593BA9C3E375BF.txt
[43/806] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/806] Compiling CNIOBoringSSLShims shims.c
[45/812] Compiling tls13_server.cc
[46/812] Compiling tls13_enc.cc
[47/812] Compiling tls_record.cc
[48/812] Compiling tls_method.cc
[49/819] Compiling tls13_both.cc
[50/857] Compiling tls13_client.cc
[52/927] Emitting module RealModule
[53/928] Emitting module InternalCollectionsUtilities
[53/930] Compiling t1_enc.cc
[55/930] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/930] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/930] Compiling InternalCollectionsUtilities Debugging.swift
[58/930] Compiling InternalCollectionsUtilities Descriptions.swift
[59/930] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/930] Compiling InternalCollectionsUtilities Specialize.swift
[61/930] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/930] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/930] Compiling RealModule Real.swift
[64/930] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/930] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/930] Compiling RealModule ElementaryFunctions.swift
[67/930] Compiling RealModule Float16+Real.swift
[68/930] Compiling RealModule Float80+Real.swift
[69/930] Compiling RealModule RealFunctions.swift
[72/930] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[73/930] Compiling _NIODataStructures _TinyArray.swift
[74/930] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[74/930] Compiling ssl_x509.cc
[76/930] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/930] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[78/930] Compiling _NIODataStructures PriorityQueue.swift
[79/930] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/930] Compiling InternalCollectionsUtilities Integer rank.swift
[81/930] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[84/930] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[85/930] Emitting module _NIOBase64
[86/930] Compiling _NIOBase64 Base64.swift
[87/931] Compiling RealModule Float+Real.swift
[91/933] Compiling Logging MetadataProvider.swift
[92/933] Emitting module _NIODataStructures
[93/933] Compiling _NIODataStructures Heap.swift
[94/934] Compiling Logging LogHandler.swift
[95/934] Compiling Logging Logging.swift
[96/934] Emitting module Logging
[97/934] Compiling Logging Locks.swift
[99/950] Compiling ssl_versions.cc
[100/950] Compiling ssl_transcript.cc
[102/950] Compiling DequeModule _DequeBuffer.swift
[103/950] Compiling DequeModule _DequeBufferHeader.swift
[103/952] Compiling ssl_stat.cc
[105/952] Compiling DequeModule Deque+Equatable.swift
[106/952] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/952] Compiling DequeModule Deque+CustomReflectable.swift
[108/952] Compiling DequeModule Deque+Descriptions.swift
[109/952] Compiling DequeModule Deque+Extras.swift
[110/952] Compiling DequeModule Deque+Hashable.swift
[111/952] Compiling DequeModule Deque+Testing.swift
[112/952] Compiling DequeModule Deque._Storage.swift
[112/952] Compiling ssl_privkey.cc
[114/952] Compiling DequeModule _DequeSlot.swift
[115/952] Compiling DequeModule _UnsafeWrappedBuffer.swift
[115/952] Compiling ssl_session.cc
[117/952] Compiling DequeModule Deque._UnsafeHandle.swift
[118/952] Compiling DequeModule Deque.swift
[119/952] Compiling DequeModule Deque+Codable.swift
[120/952] Compiling DequeModule Deque+Collection.swift
[121/952] Emitting module DequeModule
[122/953] Compiling ssl_lib.cc
[130/953] Compiling SwiftProtobuf ExtensionFields.swift
[131/953] Compiling SwiftProtobuf ExtensionMap.swift
[132/953] Compiling SwiftProtobuf FieldTag.swift
[133/953] Compiling SwiftProtobuf FieldTypes.swift
[134/953] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[135/953] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[136/953] Compiling SwiftProtobuf JSONDecodingOptions.swift
[137/953] Compiling SwiftProtobuf JSONEncoder.swift
[138/953] Compiling SwiftProtobuf JSONEncodingError.swift
[139/953] Compiling SwiftProtobuf JSONEncodingOptions.swift
[140/953] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[141/953] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[142/953] Compiling SwiftProtobuf JSONScanner.swift
[143/953] Compiling SwiftProtobuf MathUtils.swift
[144/953] Compiling SwiftProtobuf Message+AnyAdditions.swift
[145/953] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[146/953] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[147/953] Compiling SwiftProtobuf Message+FieldMask.swift
[148/953] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[149/953] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[150/953] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[151/953] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[152/953] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[153/953] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[154/953] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[155/953] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[156/953] Compiling SwiftProtobuf HashVisitor.swift
[157/953] Compiling SwiftProtobuf Internal.swift
[158/953] Compiling SwiftProtobuf JSONDecoder.swift
[159/953] Compiling SwiftProtobuf JSONDecodingError.swift
[159/964] Compiling ssl_credential.cc
[160/964] Compiling ssl_key_share.cc
[161/964] Compiling ssl_cipher.cc
[162/964] Compiling ssl_file.cc
[163/964] Compiling ssl_cert.cc
[165/964] Compiling SwiftProtobuf Message+JSONAdditions.swift
[166/964] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[167/964] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[168/964] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[169/964] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[170/964] Compiling SwiftProtobuf Message.swift
[171/964] Compiling SwiftProtobuf MessageExtension.swift
[172/964] Compiling SwiftProtobuf NameMap.swift
[173/964] Compiling SwiftProtobuf PathDecoder.swift
[174/964] Compiling SwiftProtobuf PathVisitor.swift
[175/964] Compiling SwiftProtobuf ProtoNameProviding.swift
[176/964] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[177/964] Compiling SwiftProtobuf ProtobufMap.swift
[178/964] Compiling SwiftProtobuf SelectiveVisitor.swift
[179/964] Compiling SwiftProtobuf SimpleExtensionMap.swift
[180/964] Compiling SwiftProtobuf StringUtils.swift
[181/964] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[182/964] Compiling SwiftProtobuf SwiftProtobufError.swift
[183/964] Compiling SwiftProtobuf TextFormatDecoder.swift
[184/964] Compiling SwiftProtobuf TextFormatDecodingError.swift
[185/964] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[186/964] Compiling SwiftProtobuf TextFormatEncoder.swift
[187/964] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[188/964] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[189/964] Compiling SwiftProtobuf TextFormatScanner.swift
[190/964] Compiling SwiftProtobuf TimeUtils.swift
[191/964] Compiling SwiftProtobuf UnknownStorage.swift
[192/964] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[193/964] Compiling SwiftProtobuf Varint.swift
[194/964] Compiling SwiftProtobuf Version.swift
[195/964] Compiling SwiftProtobuf Visitor.swift
[196/964] Compiling SwiftProtobuf WireFormat.swift
[197/964] Compiling SwiftProtobuf ZigZag.swift
[198/964] Compiling SwiftProtobuf any.pb.swift
[198/964] Compiling ssl_buffer.cc
[199/964] Compiling ssl_asn1.cc
[200/964] Compiling ssl_aead_ctx.cc
[201/964] Compiling s3_both.cc
[202/964] Compiling s3_pkt.cc
[204/964] Emitting module SwiftProtobuf
[216/964] Compiling s3_lib.cc
[217/964] Compiling handshake_server.cc
[218/964] Compiling handshake_client.cc
[219/964] Compiling handshake.cc
[220/964] Compiling handoff.cc
[221/964] Compiling encrypted_client_hello.cc
[222/964] Compiling dtls_record.cc
[223/964] Compiling extensions.cc
[224/964] Compiling dtls_method.cc
[225/964] Compiling md5-x86_64-linux.S
[226/964] Compiling md5-x86_64-apple.S
[227/964] Compiling md5-586-linux.S
[228/964] Compiling md5-586-apple.S
[229/964] Compiling chacha20_poly1305_x86_64-linux.S
[230/964] Compiling chacha20_poly1305_x86_64-apple.S
[231/964] Compiling chacha20_poly1305_armv8-win.S
[232/964] Compiling chacha20_poly1305_armv8-linux.S
[233/964] Compiling err_data.cc
[234/964] Compiling chacha20_poly1305_armv8-apple.S
[235/964] Compiling chacha-x86_64-linux.S
[236/964] Compiling chacha-x86_64-apple.S
[237/964] Compiling chacha-x86-linux.S
[238/964] Compiling chacha-x86-apple.S
[239/964] Compiling chacha-armv8-win.S
[240/964] Compiling chacha-armv8-linux.S
[241/964] Compiling chacha-armv8-apple.S
[242/964] Compiling chacha-armv4-linux.S
[243/964] Compiling aes128gcmsiv-x86_64-apple.S
[244/964] Compiling bio_ssl.cc
[245/964] Compiling d1_srtp.cc
[246/964] Compiling aes128gcmsiv-x86_64-linux.S
[247/964] Compiling x86_64-mont5-apple.S
[248/964] Compiling x86_64-mont5-linux.S
[249/964] Compiling x86_64-mont-linux.S
[250/964] Compiling x86_64-mont-apple.S
[251/964] Compiling x86-mont-linux.S
[252/964] Compiling x86-mont-apple.S
[253/964] Compiling vpaes-x86_64-apple.S
[254/964] Compiling vpaes-x86_64-linux.S
[255/964] Compiling vpaes-x86-apple.S
[256/964] Compiling vpaes-x86-linux.S
[257/964] Compiling d1_pkt.cc
[258/964] Compiling vpaes-armv8-win.S
[259/964] Compiling vpaes-armv8-linux.S
[260/964] Compiling vpaes-armv8-apple.S
[261/964] Compiling vpaes-armv7-linux.S
[262/964] Compiling sha512-x86_64-linux.S
[263/964] Compiling sha512-x86_64-apple.S
[264/964] Compiling sha512-armv8-win.S
[265/964] Compiling sha512-armv8-linux.S
[266/964] Compiling sha512-armv8-apple.S
[267/964] Compiling sha512-armv4-linux.S
[268/964] Compiling sha512-586-linux.S
[269/964] Compiling sha512-586-apple.S
[270/964] Compiling sha256-x86_64-apple.S
[271/964] Compiling sha256-x86_64-linux.S
[272/964] Compiling d1_lib.cc
[273/964] Compiling sha256-armv8-linux.S
[274/964] Compiling sha256-armv8-win.S
[275/964] Compiling sha256-armv8-apple.S
[276/964] Compiling sha256-armv4-linux.S
[277/964] Compiling sha256-586-linux.S
[278/964] Compiling sha1-x86_64-apple.S
[279/964] Compiling sha256-586-apple.S
[280/964] Compiling sha1-armv8-win.S
[281/964] Compiling sha1-x86_64-linux.S
[282/964] Compiling sha1-armv8-linux.S
[283/964] Compiling sha1-armv8-apple.S
[284/964] Compiling sha1-armv4-large-linux.S
[285/964] Compiling sha1-586-linux.S
[286/964] Compiling sha1-586-apple.S
[287/964] Compiling rsaz-avx2-apple.S
[288/964] Compiling rsaz-avx2-linux.S
[289/964] Compiling rdrand-x86_64-linux.S
[290/964] Compiling rdrand-x86_64-apple.S
[291/964] Compiling p256_beeu-x86_64-asm-linux.S
[292/964] Compiling p256_beeu-x86_64-asm-apple.S
[293/964] Compiling p256_beeu-armv8-asm-win.S
[294/964] Compiling p256_beeu-armv8-asm-linux.S
[295/964] Compiling p256_beeu-armv8-asm-apple.S
[296/964] Compiling p256-x86_64-asm-apple.S
[297/964] Compiling d1_both.cc
[298/964] Compiling p256-armv8-asm-win.S
[299/964] Compiling p256-x86_64-asm-linux.S
[300/964] Compiling p256-armv8-asm-linux.S
[301/964] Compiling p256-armv8-asm-apple.S
[302/964] Compiling ghashv8-armv8-win.S
[303/964] Compiling ghashv8-armv8-linux.S
[304/964] Compiling ghashv8-armv8-apple.S
[305/964] Compiling ghashv8-armv7-linux.S
[306/964] Compiling ghash-x86_64-apple.S
[307/964] Compiling ghash-x86-linux.S
[307/964] Compiling ghash-x86_64-linux.S
[309/964] Compiling ghash-x86-apple.S
[310/964] Compiling ghash-ssse3-x86_64-linux.S
[311/964] Compiling ghash-ssse3-x86_64-apple.S
[312/964] Compiling ghash-ssse3-x86-linux.S
[313/964] Compiling ghash-ssse3-x86-apple.S
[314/964] Compiling ghash-neon-armv8-win.S
[315/964] Compiling ghash-neon-armv8-linux.S
[316/964] Compiling ghash-neon-armv8-apple.S
[317/964] Compiling ghash-armv4-linux.S
[318/964] Compiling co-586-linux.S
[319/964] Compiling co-586-apple.S
[320/964] Compiling bsaes-armv7-linux.S
[321/964] Compiling bn-armv8-linux.S
[322/964] Compiling bn-armv8-win.S
[323/964] Compiling bn-armv8-apple.S
[324/964] Compiling bn-586-linux.S
[325/964] Compiling bn-586-apple.S
[326/964] Compiling armv8-mont-win.S
[327/964] Compiling armv4-mont-linux.S
[327/964] Compiling armv8-mont-apple.S
[329/964] Compiling aesv8-gcm-armv8-win.S
[329/964] Compiling armv8-mont-linux.S
[331/964] Compiling aesv8-gcm-armv8-apple.S
[332/964] Compiling aesv8-gcm-armv8-linux.S
[333/964] Compiling aesv8-armv8-win.S
[334/964] Compiling aesv8-armv8-apple.S
[335/964] Compiling aesv8-armv7-linux.S
[336/964] Compiling aesv8-armv8-linux.S
[337/964] Compiling aesni-x86_64-linux.S
[338/964] Compiling aesni-x86-linux.S
[339/964] Compiling aesni-x86_64-apple.S
[340/964] Compiling aesni-x86-apple.S
[341/964] Compiling aesni-gcm-x86_64-apple.S
[342/964] Compiling aesni-gcm-x86_64-linux.S
[343/964] Compiling aes-gcm-avx2-x86_64-apple.S
[344/964] Compiling aes-gcm-avx2-x86_64-linux.S
[345/964] Compiling aes-gcm-avx10-x86_64-apple.S
[346/964] Compiling aes-gcm-avx10-x86_64-linux.S
[347/964] Compiling x_sig.cc
[348/964] Compiling x_val.cc
[349/964] Compiling x_pubkey.cc
[350/964] Compiling x_spki.cc
[351/964] Compiling x_x509a.cc
[352/964] Compiling x_x509.cc
[353/964] Compiling x_req.cc
[354/964] Compiling x509spki.cc
[355/964] Compiling x_exten.cc
[356/964] Compiling x_crl.cc
[357/964] Compiling x_attrib.cc
[358/964] Compiling x_name.cc
[359/964] Compiling x_algor.cc
[360/964] Compiling x_all.cc
[361/964] Compiling x509rset.cc
[362/964] Compiling x509_vpm.cc
[363/964] Compiling x509cset.cc
[364/964] Compiling x509name.cc
[365/964] Compiling x509_vfy.cc
[366/964] Compiling x509_v3.cc
[367/964] Compiling x509_txt.cc
[368/964] Compiling x509_trs.cc
[369/964] Compiling x509_set.cc
[370/964] Compiling x509_obj.cc
[370/964] Compiling x509_req.cc
[372/964] Compiling x509_def.cc
[373/964] Compiling x509_lu.cc
[374/964] Compiling x509_ext.cc
[376/964] Compiling SwiftProtobuf api.pb.swift
[377/964] Compiling SwiftProtobuf descriptor.pb.swift
[378/964] Compiling SwiftProtobuf duration.pb.swift
[379/964] Compiling SwiftProtobuf empty.pb.swift
[380/964] Compiling SwiftProtobuf field_mask.pb.swift
[381/964] Compiling SwiftProtobuf source_context.pb.swift
[382/964] Compiling SwiftProtobuf struct.pb.swift
[383/964] Compiling SwiftProtobuf timestamp.pb.swift
[384/964] Compiling SwiftProtobuf type.pb.swift
[385/964] Compiling SwiftProtobuf wrappers.pb.swift
[386/964] Compiling SwiftProtobuf resource_bundle_accessor.swift
[386/965] Compiling x509_d2.cc
[388/965] Compiling x509.cc
[389/965] Compiling x509_cmp.cc
[390/965] Compiling x509_att.cc
[391/965] Compiling v3_skey.cc
[392/965] Compiling v3_purp.cc
[393/965] Compiling v3_utl.cc
[394/965] Compiling v3_prn.cc
[395/965] Compiling v3_ocsp.cc
[396/965] Compiling v3_pcons.cc
[397/965] Compiling v3_pmaps.cc
[398/965] Compiling v3_ncons.cc
[399/965] Compiling v3_lib.cc
[400/965] Compiling v3_int.cc
[401/965] Compiling v3_info.cc
[402/965] Compiling v3_ia5.cc
[403/965] Compiling v3_genn.cc
[404/965] Compiling v3_enum.cc
[405/965] Compiling v3_crld.cc
[406/965] Compiling v3_cpols.cc
[407/965] Compiling v3_conf.cc
[408/965] Compiling v3_extku.cc
[409/965] Compiling v3_bitst.cc
[410/965] Compiling v3_bcons.cc
[411/965] Compiling v3_alt.cc
[412/965] Compiling v3_akey.cc
[413/965] Compiling v3_akeya.cc
[414/965] Compiling t_x509.cc
[415/965] Compiling t_req.cc
[416/965] Compiling t_crl.cc
[416/965] Compiling t_x509a.cc
[418/965] Compiling i2d_pr.cc
[419/965] Compiling policy.cc
[420/965] Compiling rsa_pss.cc
[421/965] Compiling name_print.cc
[422/965] Compiling by_file.cc
[423/965] Compiling by_dir.cc
[424/965] Compiling algorithm.cc
[425/965] Compiling asn1_gen.cc
[426/965] Compiling a_verify.cc
[427/965] Compiling thread_win.cc
[428/965] Compiling voprf.cc
[429/965] Compiling a_digest.cc
[430/965] Compiling thread_pthread.cc
[430/965] Compiling thread_none.cc
[432/965] Compiling a_sign.cc
[433/965] Compiling trust_token.cc
[434/965] Compiling thread.cc
[435/965] Compiling stack.cc
[436/965] Compiling siphash.cc
[437/965] Compiling pmbtoken.cc
[438/965] Compiling sha512.cc
[439/965] Compiling slhdsa.cc
[440/965] Compiling sha1.cc
[441/965] Compiling sha256.cc
[442/965] Compiling rsa_print.cc
[443/965] Compiling spake2plus.cc
[444/965] Compiling rsa_extra.cc
[445/965] Compiling rsa_crypt.cc
[446/965] Compiling rc4.cc
[447/965] Compiling windows.cc
[448/965] Compiling refcount.cc
[449/965] Compiling trusty.cc
[450/965] Compiling rsa_asn1.cc
[451/965] Compiling rand.cc
[452/965] Compiling urandom.cc
[453/965] Compiling passive.cc
[454/965] Compiling ios.cc
[455/965] Compiling getentropy.cc
[455/965] Compiling poly1305_arm_asm.S
[457/965] Compiling deterministic.cc
[458/965] Compiling forkunsafe.cc
[459/965] Compiling fork_detect.cc
[460/965] Compiling poly1305_vec.cc
[461/965] Compiling poly1305_arm.cc
[462/965] Compiling pool.cc
[463/965] Compiling poly1305.cc
[464/965] Compiling pkcs8.cc
[465/965] Compiling pkcs8_x509.cc
[466/965] Compiling pkcs7.cc
[467/965] Compiling p5_pbev2.cc
[468/965] Compiling pem_pkey.cc
[469/965] Compiling pkcs7_x509.cc
[470/965] Compiling pem_xaux.cc
[471/965] Compiling pem_x509.cc
[472/965] Compiling mlkem.cc
[473/965] Compiling obj_xref.cc
[474/965] Compiling pem_oth.cc
[475/965] Compiling pem_pk8.cc
[476/965] Compiling pem_info.cc
[477/965] Compiling mldsa.cc
[478/965] Compiling pem_all.cc
[479/965] Compiling obj.cc
[480/965] Compiling pem_lib.cc
[481/965] Compiling md5.cc
[482/965] Compiling fips_shared_support.cc
[483/965] Compiling poly_rq_mul.S
[484/965] Compiling lhash.cc
[485/965] Compiling mem.cc
[486/965] Compiling md4.cc
[487/965] Compiling hrss.cc
[488/965] Compiling ex_data.cc
[489/965] Compiling sign.cc
[490/965] Compiling scrypt.cc
[491/965] Compiling kyber.cc
[492/965] Compiling hpke.cc
[493/965] Compiling print.cc
[494/965] Compiling pbkdf.cc
[495/965] Compiling p_x25519.cc
[496/965] Compiling p_x25519_asn1.cc
[497/965] Compiling p_rsa.cc
[498/965] Compiling p_ed25519.cc
[499/965] Compiling p_hkdf.cc
[500/965] Compiling p_rsa_asn1.cc
[501/965] Compiling p_ec.cc
[502/965] Compiling p_ec_asn1.cc
[503/965] Compiling p_ed25519_asn1.cc
[504/965] Compiling p_dh_asn1.cc
[505/965] Compiling p_dh.cc
[506/965] Compiling evp_ctx.cc
[507/965] Compiling evp.cc
[508/965] Compiling err.cc
[509/965] Compiling p_dsa_asn1.cc
[510/965] Compiling engine.cc
[511/965] Compiling ecdh.cc
[512/965] Compiling evp_asn1.cc
[513/965] Compiling ecdsa_asn1.cc
[514/965] Compiling hash_to_curve.cc
[515/965] Compiling ec_derive.cc
[516/965] Compiling ec_asn1.cc
[517/965] Compiling dsa.cc
[518/965] Compiling dsa_asn1.cc
[519/965] Compiling params.cc
[520/965] Compiling x25519-asm-arm.S
[521/965] Compiling des.cc
[522/965] Compiling digest_extra.cc
[523/965] Compiling dh_asn1.cc
[524/965] Compiling crypto.cc
[525/965] Compiling cpu_intel.cc
[526/965] Compiling spake25519.cc
[527/965] Compiling cpu_arm_linux.cc
[528/965] Compiling cpu_arm_freebsd.cc
[529/965] Compiling curve25519.cc
[530/965] Compiling bcm.cc
[531/965] Compiling cpu_aarch64_win.cc
[532/965] Compiling cpu_aarch64_sysreg.cc
[533/965] Compiling cpu_aarch64_openbsd.cc
[534/965] Compiling cpu_aarch64_apple.cc
[535/965] Compiling cpu_aarch64_linux.cc
[536/965] Compiling cpu_aarch64_fuchsia.cc
[537/965] Compiling conf.cc
[538/965] Compiling curve25519_64_adx.cc
[539/965] Compiling get_cipher.cc
[540/965] Compiling tls_cbc.cc
[541/965] Compiling e_rc4.cc
[542/965] Compiling e_tls.cc
[543/965] Compiling e_rc2.cc
[544/965] Compiling e_null.cc
[545/965] Compiling derive_key.cc
[546/965] Compiling e_aesctrhmac.cc
[547/965] Compiling e_chacha20poly1305.cc
[548/965] Compiling e_des.cc
[549/965] Compiling e_aesgcmsiv.cc
[550/965] Compiling chacha.cc
[551/965] Compiling unicode.cc
[552/965] Compiling buf.cc
[553/965] Compiling ber.cc
[554/965] Compiling asn1_compat.cc
[555/965] Compiling cbs.cc
[556/965] Compiling cbb.cc
[557/965] Compiling blake2.cc
[558/965] Compiling convert.cc
[559/965] Compiling bn_asn1.cc
[560/965] Compiling socket_helper.cc
[561/965] Compiling printf.cc
[562/965] Compiling socket.cc
[563/965] Compiling errno.cc
[564/965] Compiling hexdump.cc
[565/965] Compiling fd.cc
[566/965] Compiling file.cc
[567/965] Compiling pair.cc
[568/965] Compiling bio_mem.cc
[569/965] Compiling connect.cc
[570/965] Compiling bio.cc
[571/965] Compiling tasn_fre.cc
[572/965] Compiling base64.cc
[573/965] Compiling tasn_typ.cc
[574/965] Compiling tasn_enc.cc
[575/965] Compiling tasn_utl.cc
[576/965] Compiling posix_time.cc
[577/965] Compiling tasn_dec.cc
[578/965] Compiling f_string.cc
[579/965] Compiling f_int.cc
[580/965] Compiling tasn_new.cc
[581/965] Compiling asn_pack.cc
[582/965] Compiling asn1_par.cc
[583/965] Compiling a_octet.cc
[584/965] Compiling asn1_lib.cc
[585/965] Compiling a_utctm.cc
[586/965] Compiling a_type.cc
[587/965] Compiling a_time.cc
[588/965] Compiling a_strnid.cc
[589/965] Compiling a_object.cc
[590/965] Compiling a_strex.cc
[591/965] Compiling a_i2d_fp.cc
[592/965] Compiling a_mbstr.cc
[593/965] Compiling a_dup.cc
[594/965] Compiling a_d2i_fp.cc
[595/965] Compiling fiat_p256_adx_sqr.S
[596/965] Compiling a_int.cc
[597/965] Compiling a_gentm.cc
[598/965] Compiling fiat_p256_adx_mul.S
[599/965] Compiling fiat_curve25519_adx_square.S
[600/965] Compiling fiat_curve25519_adx_mul.S
[601/965] Compiling md5-x86_64-apple.S
[602/965] Compiling md5-x86_64-linux.S
[603/965] Compiling md5-586-linux.S
[604/965] Compiling md5-586-apple.S
[605/965] Compiling a_bitstr.cc
[606/965] Compiling chacha20_poly1305_x86_64-apple.S
[607/965] Compiling chacha20_poly1305_x86_64-linux.S
[608/965] Compiling chacha20_poly1305_armv8-win.S
[609/965] Compiling chacha20_poly1305_armv8-linux.S
[610/965] Compiling CCryptoBoringSSLShims shims.c
[611/965] Compiling a_bool.cc
[612/965] Compiling err_data.cc
[613/965] Compiling chacha20_poly1305_armv8-apple.S
[614/965] Compiling chacha-x86_64-linux.S
[615/965] Compiling chacha-x86-linux.S
[616/965] Compiling chacha-x86_64-apple.S
[617/965] Compiling chacha-armv8-win.S
[617/965] Compiling chacha-x86-apple.S
[619/965] Compiling chacha-armv8-linux.S
[620/965] Compiling chacha-armv8-apple.S
[621/965] Compiling chacha-armv4-linux.S
[622/965] Compiling aes128gcmsiv-x86_64-linux.S
[623/965] Compiling aes128gcmsiv-x86_64-apple.S
[624/965] Compiling x86_64-mont5-apple.S
[625/965] Compiling x86_64-mont-linux.S
[626/965] Compiling x86_64-mont5-linux.S
[627/965] Compiling x86_64-mont-apple.S
[628/965] Compiling vpaes-x86-apple.S
[628/965] Compiling vpaes-x86_64-linux.S
[629/965] Compiling vpaes-x86-linux.S
[631/965] Compiling vpaes-x86_64-apple.S
[632/965] Compiling x86-mont-linux.S
[632/965] Compiling x86-mont-apple.S
[634/965] Compiling vpaes-armv8-win.S
[635/965] Compiling sha512-x86_64-apple.S
[636/965] Compiling vpaes-armv8-linux.S
[637/965] Compiling vpaes-armv8-apple.S
[638/965] Compiling vpaes-armv7-linux.S
[639/965] Compiling sha512-x86_64-linux.S
[640/965] Compiling sha512-armv8-win.S
[641/965] Compiling sha512-armv4-linux.S
[642/965] Compiling sha512-586-linux.S
[642/965] Compiling sha512-armv8-linux.S
[644/965] Compiling sha512-armv8-apple.S
[645/965] Compiling sha512-586-apple.S
[646/965] Compiling sha256-x86_64-apple.S
[646/965] Compiling sha256-armv8-linux.S
[648/965] Compiling sha256-armv8-apple.S
[648/965] Compiling sha256-armv8-win.S
[650/965] Compiling sha256-armv4-linux.S
[651/965] Compiling sha256-x86_64-linux.S
[652/965] Compiling sha256-586-linux.S
[653/965] Compiling sha1-armv8-win.S
[654/965] Compiling sha256-586-apple.S
[655/965] Compiling sha1-x86_64-apple.S
[656/965] Compiling sha1-armv8-linux.S
[657/965] Compiling sha1-x86_64-linux.S
[658/965] Compiling sha1-armv8-apple.S
[658/965] Compiling sha1-armv4-large-linux.S
[660/965] Compiling sha1-586-apple.S
[661/965] Compiling sha1-586-linux.S
[662/965] Compiling rsaz-avx2-linux.S
[663/965] Compiling rsaz-avx2-apple.S
[664/965] Compiling p256_beeu-x86_64-asm-linux.S
[665/965] Compiling rdrand-x86_64-linux.S
[666/965] Compiling p256_beeu-x86_64-asm-apple.S
[667/965] Compiling rdrand-x86_64-apple.S
[668/965] Compiling p256_beeu-armv8-asm-linux.S
[668/965] Compiling p256_beeu-armv8-asm-win.S
[670/965] Compiling p256_beeu-armv8-asm-apple.S
[671/965] Compiling p256-x86_64-asm-apple.S
[672/965] Compiling p256-x86_64-asm-linux.S
[673/965] Compiling p256-armv8-asm-win.S
[674/965] Compiling p256-armv8-asm-apple.S
[675/965] Compiling p256-armv8-asm-linux.S
[676/965] Compiling ghashv8-armv8-win.S
[677/965] Compiling ghashv8-armv8-linux.S
[678/965] Compiling ghashv8-armv8-apple.S
[679/965] Compiling ghash-x86_64-linux.S
[680/965] Compiling ghashv8-armv7-linux.S
[681/965] Compiling ghash-x86_64-apple.S
[682/965] Compiling ghash-x86-linux.S
[683/965] Compiling ghash-ssse3-x86_64-apple.S
[684/965] Compiling ghash-ssse3-x86_64-linux.S
[685/965] Compiling ghash-x86-apple.S
[686/965] Compiling ghash-ssse3-x86-linux.S
[687/965] Compiling ghash-ssse3-x86-apple.S
[688/965] Compiling ghash-neon-armv8-win.S
[689/965] Compiling ghash-neon-armv8-linux.S
[690/965] Compiling ghash-neon-armv8-apple.S
[691/965] Compiling ghash-armv4-linux.S
[692/965] Compiling co-586-linux.S
[693/965] Compiling co-586-apple.S
[694/965] Compiling bn-armv8-win.S
[695/965] Compiling bsaes-armv7-linux.S
[696/965] Compiling bn-armv8-linux.S
[697/965] Compiling bn-armv8-apple.S
[698/965] Compiling bn-586-linux.S
[699/965] Compiling bn-586-apple.S
[700/965] Compiling armv8-mont-win.S
[701/965] Compiling armv8-mont-linux.S
[702/965] Compiling aesv8-gcm-armv8-win.S
[703/965] Compiling armv8-mont-apple.S
[704/965] Compiling armv4-mont-linux.S
[705/965] Compiling aesv8-gcm-armv8-linux.S
[706/965] Compiling aesv8-gcm-armv8-apple.S
[707/965] Compiling aesv8-armv8-linux.S
[708/965] Compiling aesv8-armv8-win.S
[709/965] Compiling aesv8-armv8-apple.S
[710/965] Compiling aesv8-armv7-linux.S
[711/965] Compiling aesni-x86_64-linux.S
[712/965] Compiling c-nioatomics.c
[713/965] Compiling aesni-gcm-x86_64-apple.S
[714/965] Compiling aesni-x86-linux.S
[715/965] Compiling aesni-gcm-x86_64-linux.S
[716/965] Compiling aesni-x86_64-apple.S
[717/965] Compiling aesni-x86-apple.S
[718/965] Compiling aes-gcm-avx10-x86_64-apple.S
[719/965] Compiling aes-gcm-avx10-x86_64-linux.S
[720/965] Compiling x_sig.cc
[721/965] Compiling c-atomics.c
[722/965] Compiling x_spki.cc
[723/965] Compiling x_val.cc
[724/965] Compiling x_x509a.cc
[725/965] Compiling x_req.cc
[726/965] Compiling x_x509.cc
[727/965] Compiling x_pubkey.cc
[728/971] Compiling x_exten.cc
[729/971] Compiling x_all.cc
[730/971] Compiling x509spki.cc
[731/971] Compiling x_algor.cc
[732/971] Compiling x_name.cc
[734/971] Compiling NIOConcurrencyHelpers lock.swift
[735/971] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[736/971] Compiling NIOConcurrencyHelpers NIOLock.swift
[737/971] Compiling NIOConcurrencyHelpers atomics.swift
[737/971] Compiling x_attrib.cc
[739/971] Emitting module NIOConcurrencyHelpers
[740/971] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[741/972] Compiling x_crl.cc
[742/972] Compiling x509rset.cc
[743/972] Compiling x509name.cc
[744/972] Compiling x509_vpm.cc
[745/972] Compiling x509_v3.cc
[746/972] Compiling x509cset.cc
[747/972] Compiling x509_vfy.cc
[748/972] Compiling x509_txt.cc
[749/972] Compiling x509_set.cc
[750/972] Compiling x509_req.cc
[751/972] Compiling x509_trs.cc
[752/972] Compiling x509_obj.cc
[753/972] Compiling x509_lu.cc
[754/972] Compiling x509_def.cc
[754/972] Compiling x509_ext.cc
[756/972] Compiling x509_d2.cc
[757/972] Compiling x509.cc
[758/972] Compiling x509_cmp.cc
[759/972] Compiling x509_att.cc
[760/972] Compiling v3_purp.cc
[761/972] Compiling v3_skey.cc
[762/972] Compiling v3_prn.cc
[763/972] Compiling v3_utl.cc
[764/972] Compiling v3_pmaps.cc
[765/972] Compiling v3_ocsp.cc
[766/972] Compiling v3_pcons.cc
[767/972] Compiling v3_ncons.cc
[768/972] Compiling v3_lib.cc
[769/972] Compiling v3_info.cc
[770/972] Compiling v3_genn.cc
[771/972] Compiling v3_ia5.cc
[772/972] Compiling v3_int.cc
[773/972] Compiling v3_crld.cc
[774/972] Compiling v3_enum.cc
[775/972] Compiling v3_cpols.cc
[776/972] Compiling v3_conf.cc
[777/972] Compiling v3_extku.cc
[778/972] Compiling v3_bitst.cc
[779/972] Compiling v3_bcons.cc
[780/972] Compiling v3_alt.cc
[781/972] Compiling v3_akeya.cc
[782/972] Compiling v3_akey.cc
[783/972] Compiling t_x509a.cc
[784/972] Compiling t_x509.cc
[785/972] Compiling t_crl.cc
[786/972] Compiling rsa_pss.cc
[787/972] Compiling t_req.cc
[788/972] Compiling policy.cc
[789/972] Compiling i2d_pr.cc
[790/972] Compiling name_print.cc
[791/972] Compiling asn1_gen.cc
[792/972] Compiling algorithm.cc
[793/972] Compiling by_dir.cc
[794/972] Compiling a_verify.cc
[795/972] Compiling a_sign.cc
[796/972] Compiling by_file.cc
[797/972] Compiling thread_win.cc
[798/972] Compiling thread_pthread.cc
[799/972] Compiling thread_none.cc
[800/972] Compiling thread.cc
[801/972] Compiling voprf.cc
[802/972] Compiling a_digest.cc
[803/972] Compiling trust_token.cc
[804/972] Compiling pmbtoken.cc
[805/972] Compiling stack.cc
[806/972] Compiling wots.cc
[807/972] Compiling thash.cc
[808/972] Compiling sha512.cc
[809/972] Compiling slhdsa.cc
[810/972] Compiling merkle.cc
[810/972] Compiling siphash.cc
[812/972] Compiling fors.cc
[813/972] Compiling sha256.cc
[814/972] Compiling sha1.cc
[815/972] Compiling rsa_extra.cc
[816/972] Compiling rsa_print.cc
[817/972] Compiling rc4.cc
[818/972] Compiling refcount.cc
[819/972] Compiling rsa_crypt.cc
[820/972] Compiling windows.cc
[821/972] Compiling rsa_asn1.cc
[822/972] Compiling trusty.cc
[823/972] Compiling rand_extra.cc
[824/972] Compiling passive.cc
[825/972] Compiling urandom.cc
[826/972] Compiling ios.cc
[827/972] Compiling poly1305_arm_asm.S
[828/972] Compiling getentropy.cc
[829/972] Compiling forkunsafe.cc
[830/972] Compiling fork_detect.cc
[831/972] Compiling deterministic.cc
[832/972] Compiling pool.cc
[833/972] Compiling poly1305.cc
[834/972] Compiling poly1305_arm.cc
[835/972] Compiling poly1305_vec.cc
[836/972] Compiling pkcs7.cc
[837/972] Compiling pkcs8.cc
[838/972] Compiling p5_pbev2.cc
[839/972] Compiling pkcs7_x509.cc
[840/972] Compiling pkcs8_x509.cc
[841/972] Compiling pem_xaux.cc
[842/972] Compiling pem_pkey.cc
[843/972] Compiling pem_x509.cc
[844/972] Compiling obj_xref.cc
[845/972] Compiling pem_pk8.cc
[846/972] Compiling pem_oth.cc
[847/972] Compiling mlkem.cc
[848/972] Compiling pem_info.cc
[849/972] Compiling pem_lib.cc
[850/972] Compiling pem_all.cc
[851/972] Compiling mldsa.cc
[852/972] Compiling obj.cc
[853/972] Compiling mem.cc
[854/972] Compiling fips_shared_support.cc
[855/972] Compiling poly_rq_mul.S
[856/972] Compiling md5.cc
[857/972] Compiling lhash.cc
[857/972] Compiling md4.cc
[859/972] Compiling kyber.cc
[860/972] Compiling hpke.cc
[861/972] Compiling hrss.cc
[862/972] Compiling sign.cc
[863/972] Compiling ex_data.cc
[864/972] Compiling pbkdf.cc
[865/972] Compiling scrypt.cc
[866/972] Compiling print.cc
[867/972] Compiling p_x25519.cc
[868/972] Compiling p_x25519_asn1.cc
[869/972] Compiling p_rsa_asn1.cc
[870/972] Compiling p_hkdf.cc
[871/972] Compiling p_ed25519.cc
[872/972] Compiling p_rsa.cc
[873/972] Compiling p_ed25519_asn1.cc
[874/972] Compiling p_ec.cc
[875/972] Compiling p_dsa_asn1.cc
[876/972] Compiling p_dh.cc
[877/972] Compiling p_ec_asn1.cc
[878/972] Compiling p_dh_asn1.cc
[879/972] Compiling evp_ctx.cc
[880/972] Compiling err.cc
[881/972] Compiling evp.cc
[882/972] Compiling evp_asn1.cc
[883/972] Compiling engine.cc
[884/972] Compiling ecdsa_asn1.cc
[885/972] Compiling ecdh_extra.cc
[886/972] Compiling hash_to_curve.cc
[887/972] Compiling ec_derive.cc
[888/972] Compiling params.cc
[889/972] Compiling dsa_asn1.cc
[890/972] Compiling dsa.cc
[891/972] Compiling dh_asn1.cc
[892/972] Compiling digest_extra.cc
[893/972] Compiling x25519-asm-arm.S
[894/972] Compiling des.cc
[895/972] Compiling ec_asn1.cc
[896/972] Compiling spake25519.cc
[897/972] Compiling crypto.cc
[898/972] Compiling cpu_arm_linux.cc
[899/972] Compiling curve25519.cc
[900/972] Compiling cpu_intel.cc
[901/972] Compiling cpu_arm_freebsd.cc
[902/972] Compiling cpu_aarch64_win.cc
[903/972] Compiling curve25519_64_adx.cc
[904/972] Compiling cpu_aarch64_openbsd.cc
[905/972] Compiling cpu_aarch64_linux.cc
[906/972] Compiling cpu_aarch64_fuchsia.cc
[907/972] Compiling bcm.cc
[908/972] Compiling cpu_aarch64_sysreg.cc
[909/972] Compiling cpu_aarch64_apple.cc
[910/972] Compiling conf.cc
[911/972] Compiling e_tls.cc
[912/972] Compiling e_rc4.cc
[913/972] Compiling tls_cbc.cc
[914/972] Compiling e_rc2.cc
[915/972] Compiling e_null.cc
[916/972] Compiling e_des.cc
[917/972] Compiling e_chacha20poly1305.cc
[918/972] Compiling e_aesgcmsiv.cc
[919/972] Compiling derive_key.cc
[920/972] Compiling e_aesctrhmac.cc
[921/972] Compiling unicode.cc
[922/972] Compiling cipher_extra.cc
[923/972] Compiling chacha.cc
[924/972] Compiling ber.cc
[925/972] Compiling cbs.cc
[925/972] Compiling cbb.cc
[927/972] Compiling buf.cc
[928/972] Compiling asn1_compat.cc
[929/972] Compiling bn_asn1.cc
[930/972] Compiling blake2.cc
[931/972] Compiling printf.cc
[932/972] Compiling convert.cc
[933/972] Compiling hexdump.cc
[934/972] Compiling errno.cc
[935/972] Compiling pair.cc
[936/972] Compiling file.cc
[937/972] Compiling fd.cc
[938/972] Compiling bio_mem.cc
[939/972] Compiling base64.cc
[940/972] Compiling bio.cc
[941/972] Compiling tasn_typ.cc
[942/972] Compiling tasn_utl.cc
[943/972] Compiling tasn_fre.cc
[944/972] Compiling tasn_new.cc
[945/972] Compiling tasn_enc.cc
[946/972] Compiling f_string.cc
[947/972] Compiling posix_time.cc
[948/972] Compiling f_int.cc
[949/972] Compiling tasn_dec.cc
[950/972] Compiling asn_pack.cc
[951/972] Compiling asn1_par.cc
[952/972] Compiling asn1_lib.cc
[953/972] Compiling a_type.cc
[954/972] Compiling a_utctm.cc
[955/972] Compiling a_time.cc
[956/972] Compiling a_octet.cc
[957/972] Compiling a_strnid.cc
[958/972] Compiling a_object.cc
[959/972] Compiling a_mbstr.cc
[960/972] Compiling a_i2d_fp.cc
[961/972] Compiling a_strex.cc
[962/972] Write sources
[963/972] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[963/972] Write sources
[966/972] Compiling a_int.cc
[967/972] Compiling a_gentm.cc
[968/993] Compiling a_dup.cc
[969/998] Compiling a_d2i_fp.cc
[970/1016] Compiling a_bool.cc
[971/1016] Compiling a_bitstr.cc
[973/1016] Compiling Algorithms EitherSequence.swift
[974/1016] Compiling Algorithms FirstNonNil.swift
[975/1026] Compiling Atomics UnsafeAtomic.swift
[976/1026] Compiling Atomics UnsafeAtomicLazyReference.swift
[977/1026] Compiling Algorithms MinMax.swift
[978/1026] Compiling Algorithms RandomSample.swift
[979/1026] Compiling Algorithms AdjacentPairs.swift
[980/1026] Compiling Algorithms Chain.swift
[981/1026] Compiling Algorithms Chunked.swift
[982/1026] Compiling Atomics IntegerOperations.swift
[983/1026] Compiling Atomics Unmanaged extensions.swift
[984/1026] Compiling Algorithms Compacted.swift
[985/1026] Compiling Algorithms Cycle.swift
[990/1029] Compiling Algorithms Suffix.swift
[994/1029] Compiling Algorithms Partition.swift
[995/1029] Compiling Algorithms Permutations.swift
[996/1029] Compiling Algorithms Product.swift
[997/1029] Compiling Algorithms Joined.swift
[998/1029] Compiling Algorithms Keyed.swift
[1000/1029] Compiling CryptoBoringWrapper RandomBytes.swift
[1001/1029] Compiling Algorithms Trim.swift
[1002/1029] Compiling Algorithms Unique.swift
[1003/1029] Compiling Algorithms Windows.swift
[1004/1029] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1005/1029] Compiling Algorithms FlattenCollection.swift
[1006/1029] Compiling Algorithms Grouped.swift
[1007/1029] Compiling Algorithms Indexed.swift
[1008/1029] Compiling Algorithms Intersperse.swift
[1012/1029] Compiling Algorithms Combinations.swift
[1013/1029] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1014/1029] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1015/1029] Emitting module Atomics
[1016/1029] Emitting module CryptoBoringWrapper
[1017/1029] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1018/1029] Compiling CryptoBoringWrapper EllipticCurve.swift
[1019/1029] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1021/1101] Compiling Crypto ECDSASignature.swift
[1022/1101] Compiling Crypto PEMDocument.swift
[1023/1101] Compiling Crypto HKDF.swift
[1024/1101] Compiling Crypto ASN1OctetString.swift
[1025/1101] Compiling Crypto ASN1Strings.swift
[1026/1101] Compiling Crypto ArraySliceBigint.swift
[1027/1101] Compiling Crypto AESWrap.swift
[1028/1101] Compiling Crypto AESWrap_boring.swift
[1029/1101] Compiling Crypto Ed25519_boring.swift
[1031/1102] Emitting module Algorithms
[1033/1162] Compiling NIOCore FileHandle.swift
[1034/1162] Compiling NIOCore FileRegion.swift
[1035/1162] Compiling NIOCore GlobalSingletons.swift
[1036/1162] Compiling NIOCore IO.swift
[1037/1162] Compiling NIOCore IOData.swift
[1038/1162] Compiling NIOCore IPProtocol.swift
[1039/1162] Compiling NIOCore IntegerBitPacking.swift
[1040/1162] Compiling NIOCore IntegerTypes.swift
[1041/1162] Compiling NIOCore Interfaces.swift
[1042/1162] Compiling NIOCore Linux.swift
[1043/1171] Emitting module Crypto
[1044/1171] Compiling NIOCore MarkedCircularBuffer.swift
[1045/1171] Compiling NIOCore MulticastChannel.swift
[1046/1171] Compiling NIOCore NIOAny.swift
[1047/1171] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1048/1171] Compiling NIOCore NIOLoopBound.swift
[1049/1171] Compiling NIOCore NIOScheduledCallback.swift
[1050/1171] Compiling NIOCore NIOSendable.swift
[1051/1171] Compiling NIOCore RecvByteBufferAllocator.swift
[1052/1179] Compiling NIOCore BSDSocketAPI.swift
[1053/1179] Compiling NIOCore ByteBuffer-aux.swift
[1054/1179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1055/1179] Compiling NIOCore ByteBuffer-conversions.swift
[1056/1179] Compiling NIOCore ByteBuffer-core.swift
[1057/1179] Compiling NIOCore ByteBuffer-hex.swift
[1058/1179] Compiling NIOCore ByteBuffer-int.swift
[1059/1179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1060/1179] Compiling NIOCore ByteBuffer-multi-int.swift
[1061/1179] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1062/1179] Compiling NIOCore SocketOptionProvider.swift
[1063/1179] Compiling NIOCore SystemCallHelpers.swift
[1064/1179] Compiling NIOCore TimeAmount+Duration.swift
[1065/1179] Compiling NIOCore TypeAssistedChannelHandler.swift
[1066/1179] Compiling NIOCore UniversalBootstrapSupport.swift
[1067/1179] Compiling NIOCore Utilities.swift
[1068/1179] Compiling Crypto KEM.swift
[1069/1179] Compiling Crypto ECDH_boring.swift
[1070/1179] Compiling Crypto DH.swift
[1071/1179] Compiling Crypto ECDH.swift
[1080/1179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1081/1179] Compiling NIOCore SocketAddresses.swift
[1082/1179] Compiling NIOCore ByteBuffer-views.swift
[1083/1179] Compiling NIOCore Channel.swift
[1084/1179] Compiling NIOCore ChannelHandler.swift
[1085/1179] Compiling NIOCore ChannelHandlers.swift
[1086/1179] Compiling NIOCore ChannelInvoker.swift
[1087/1179] Compiling NIOCore ChannelOption.swift
[1088/1179] Compiling NIOCore ChannelPipeline.swift
[1089/1179] Compiling NIOCore CircularBuffer.swift
[1090/1179] Compiling NIOCore Codec.swift
[1091/1179] Compiling NIOCore ConvenienceOptionSupport.swift
[1092/1179] Compiling NIOCore DeadChannel.swift
[1093/1179] Compiling NIOCore DispatchQueue+WithFuture.swift
[1094/1179] Compiling NIOCore EventLoop+Deprecated.swift
[1095/1179] Compiling NIOCore EventLoop+SerialExecutor.swift
[1096/1179] Compiling NIOCore EventLoop.swift
[1097/1179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1098/1179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1099/1179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1100/1179] Compiling NIOCore EventLoopFuture.swift
[1101/1179] Compiling NIOCore FileDescriptor.swift
[1110/1179] Compiling NIOCore AddressedEnvelope.swift
[1111/1179] Compiling NIOCore AsyncAwaitSupport.swift
[1112/1179] Compiling NIOCore AsyncChannel.swift
[1113/1179] Compiling NIOCore AsyncChannelHandler.swift
[1114/1179] Compiling NIOCore AsyncChannelInboundStream.swift
[1115/1179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1116/1179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1117/1179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1118/1179] Compiling NIOCore NIOAsyncWriter.swift
[1119/1179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1128/1179] Compiling Crypto Signature.swift
[1129/1179] Compiling Crypto CryptoKitErrors_boring.swift
[1130/1179] Compiling Crypto RNG_boring.swift
[1131/1179] Compiling Crypto SafeCompare_boring.swift
[1132/1179] Compiling Crypto Zeroization_boring.swift
[1133/1179] Compiling Crypto PrettyBytes.swift
[1134/1179] Compiling Crypto SafeCompare.swift
[1135/1179] Compiling Crypto SecureBytes.swift
[1136/1179] Compiling Crypto Zeroization.swift
[1180/1180] Emitting module NIOCore
[1182/1232] Emitting module NIOEmbedded
[1183/1232] Compiling NIOEmbedded AsyncTestingChannel.swift
[1184/1232] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1185/1232] Compiling NIOEmbedded Embedded.swift
[1187/1233] Compiling NIOPosix SelectableChannel.swift
[1188/1233] Compiling NIOPosix SelectableEventLoop.swift
[1189/1233] Compiling NIOPosix SelectorEpoll.swift
[1190/1233] Compiling NIOPosix SelectorGeneric.swift
[1191/1233] Compiling NIOPosix SelectorKqueue.swift
[1192/1233] Compiling NIOPosix SelectorUring.swift
[1193/1239] Compiling NIOPosix BSDSocketAPICommon.swift
[1194/1239] Compiling NIOPosix BSDSocketAPIPosix.swift
[1195/1239] Compiling NIOPosix BSDSocketAPIWindows.swift
[1196/1239] Compiling NIOPosix BaseSocket.swift
[1197/1239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1198/1239] Compiling NIOPosix BaseSocketChannel.swift
[1199/1239] Compiling NIOPosix BaseStreamSocketChannel.swift
[1200/1239] Compiling NIOPosix ServerSocket.swift
[1201/1239] Compiling NIOPosix Socket.swift
[1202/1239] Compiling NIOPosix SocketChannel.swift
[1203/1239] Compiling NIOPosix SocketProtocols.swift
[1204/1239] Compiling NIOPosix System.swift
[1205/1239] Compiling NIOPosix Thread.swift
[1206/1239] Compiling NIOPosix ThreadPosix.swift
[1207/1239] Compiling NIOPosix ThreadWindows.swift
[1208/1239] Compiling NIOPosix UnsafeTransfer.swift
[1209/1239] Compiling NIOPosix Utilities.swift
[1210/1239] Compiling NIOPosix VsockAddress.swift
[1211/1239] Compiling NIOPosix VsockChannelEvents.swift
[1212/1239] Emitting module NIOPosix
[1213/1239] Compiling NIOPosix IO.swift
[1214/1239] Compiling NIOPosix IntegerBitPacking.swift
[1215/1239] Compiling NIOPosix IntegerTypes.swift
[1216/1239] Compiling NIOPosix Linux.swift
[1217/1239] Compiling NIOPosix LinuxCPUSet.swift
[1218/1239] Compiling NIOPosix LinuxUring.swift
[1219/1239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1220/1239] Compiling NIOPosix NIOThreadPool.swift
[1221/1239] Compiling NIOPosix NonBlockingFileIO.swift
[1222/1239] Compiling NIOPosix PendingDatagramWritesManager.swift
[1223/1239] Compiling NIOPosix PendingWritesManager.swift
[1224/1239] Compiling NIOPosix PipeChannel.swift
[1225/1239] Compiling NIOPosix PipePair.swift
[1226/1239] Compiling NIOPosix Pool.swift
[1227/1239] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1228/1239] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1229/1239] Compiling NIOPosix PosixSingletons.swift
[1230/1239] Compiling NIOPosix RawSocketBootstrap.swift
[1231/1239] Compiling NIOPosix Resolver.swift
[1232/1239] Compiling NIOPosix Selectable.swift
[1233/1239] Compiling NIOPosix Bootstrap.swift
[1234/1239] Compiling NIOPosix ControlMessage.swift
[1235/1239] Compiling NIOPosix DatagramVectorReadManager.swift
[1236/1239] Compiling NIOPosix Errors+Any.swift
[1237/1239] Compiling NIOPosix FileDescriptor.swift
[1238/1239] Compiling NIOPosix GetaddrinfoResolver.swift
[1239/1239] Compiling NIOPosix HappyEyeballs.swift
[1241/1242] Compiling NIO Exports.swift
[1242/1242] Emitting module NIO
[1244/1282] Compiling NIOSOCKS SOCKSResponse.swift
[1245/1282] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1246/1282] Compiling NIOSOCKS ClientStateMachine.swift
[1247/1283] Compiling NIOTLS TLSEvents.swift
[1248/1283] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1249/1283] Emitting module NIOTLS
[1250/1283] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1251/1283] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1252/1283] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1253/1283] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1254/1283] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1255/1283] Compiling NIOSOCKS ServerStateMachine.swift
[1256/1283] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1257/1283] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1258/1283] Compiling NIOHTTP1 HTTPTypes.swift
[1259/1283] Emitting module NIOSOCKS
[1260/1283] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1261/1283] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1263/1284] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1264/1284] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1267/1286] Emitting module NIOFoundationCompat
[1268/1286] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1270/1287] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1271/1287] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1272/1287] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1273/1287] Compiling NIOTLS SNIHandler.swift
[1277/1288] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1278/1288] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1283/1288] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1284/1288] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1285/1339] Emitting module NIOTransportServices
[1286/1341] Emitting module NIOHTTP1
[1287/1341] Compiling NIOSSL CustomPrivateKey.swift
[1288/1341] Compiling NIOSSL IdentityVerification.swift
[1289/1341] Compiling NIOSSL NIOSSLServerHandler.swift
[1290/1342] Compiling NIOSSL SSLCertificate.swift
[1291/1342] Compiling NIOSSL SSLCertificateExtensions.swift
[1292/1342] Compiling NIOSSL SSLConnection.swift
[1294/1342] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1295/1342] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1296/1342] Compiling NIOSSL SSLCallbacks.swift
[1297/1342] Compiling NIOSSL SSLPublicKey.swift
[1298/1342] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1300/1342] Compiling NIOSSL ObjectIdentifier.swift
[1301/1342] Compiling NIOSSL PosixPort.swift
[1302/1342] Compiling NIOTransportServices NIOTSBootstraps.swift
[1303/1342] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1304/1342] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1305/1342] Compiling NIOSSL SSLPKCS12Bundle.swift
[1306/1342] Compiling NIOSSL SSLPrivateKey.swift
[1307/1342] Compiling NIOSSL AndroidCABundle.swift
[1308/1342] Compiling NIOSSL ByteBufferBIO.swift
[1311/1342] Compiling NIOSSL SSLContext.swift
[1312/1342] Compiling NIOSSL SSLErrors.swift
[1313/1342] Compiling NIOSSL SSLInit.swift
[1315/1369] Compiling TecoSigner error.swift
[1316/1369] Compiling TecoSigner exports.swift
[1317/1369] Compiling TecoSigner deprecated.swift
[1318/1370] Compiling TecoSigner credential.swift
[1319/1370] Compiling NIOHPACK IndexedHeaderTable.swift
[1320/1370] Compiling NIOHPACK IntegerCoding.swift
[1321/1371] Compiling NIOHPACK HuffmanTables.swift
[1322/1371] Emitting module TecoSigner
[1323/1371] Compiling TecoSigner cosSignerV5.swift
[1324/1371] Compiling TecoSigner signerV1.swift
[1325/1371] Compiling NIOHPACK HuffmanCoding.swift
[1326/1371] Compiling NIOHPACK StaticHeaderTable.swift
[1327/1371] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1328/1371] Compiling TecoSigner signerV3.swift
[1329/1371] Compiling NIOHPACK HPACKEncoder.swift
[1330/1371] Compiling NIOHPACK HPACKErrors.swift
[1331/1371] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1332/1371] Emitting module NIOHPACK
[1333/1371] Compiling NIOHPACK DynamicHeaderTable.swift
[1334/1371] Compiling NIOHPACK HPACKDecoder.swift
[1335/1371] Emitting module NIOHTTPCompression
[1336/1371] Compiling TecoSigner utils.swift
[1337/1372] Compiling NIOHTTPCompression HTTPCompression.swift
[1338/1372] Compiling NIOHTTPCompression HTTPDecompression.swift
[1340/1372] Compiling NIOHPACK HPACKHeader.swift
[1341/1372] Compiling NIOHPACK HeaderTables.swift
[1342/1372] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1343/1372] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1346/1374] Emitting module NIOSSL
[1347/1386] Compiling NIOSSL NIOSSLSecureBytes.swift
[1348/1386] Compiling NIOSSL RNG.swift
[1349/1386] Compiling NIOSSL SafeCompare.swift
[1350/1386] Compiling NIOSSL Zeroization.swift
[1351/1435] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1352/1435] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1353/1435] Compiling NIOHTTP2 HasLocalSettings.swift
[1354/1435] Compiling NIOHTTP2 HasRemoteSettings.swift
[1355/1435] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1356/1435] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1357/1435] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1358/1435] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1359/1435] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1360/1435] Compiling NIOHTTP2 SendingRstStreamState.swift
[1361/1435] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1362/1435] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1363/1435] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1364/1435] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1365/1435] Compiling NIOHTTP2 HTTP2Error.swift
[1366/1435] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1367/1435] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1368/1435] Compiling NIOHTTP2 QuiescingState.swift
[1369/1435] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1370/1435] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1371/1435] Compiling NIOHTTP2 MaySendFrames.swift
[1372/1435] Compiling NIOHTTP2 SendingDataState.swift
[1373/1435] Compiling NIOHTTP2 SendingGoawayState.swift
[1374/1435] Compiling NIOHTTP2 SendingHeadersState.swift
[1387/1443] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1388/1443] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1389/1443] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1395/1444] Emitting module NIOHTTP2
[1396/1444] Compiling NIOHTTP2 InboundWindowManager.swift
[1397/1444] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1398/1444] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1399/1444] Compiling NIOHTTP2 StreamChannelList.swift
[1400/1444] Compiling NIOHTTP2 StreamMap.swift
[1401/1444] Compiling NIOHTTP2 StreamStateMachine.swift
[1402/1444] Compiling NIOHTTP2 UnsafeTransfer.swift
[1403/1444] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1404/1444] Compiling NIOHTTP2 StateMachineResult.swift
[1405/1444] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1406/1444] Compiling NIOHTTP2 DOSHeuristics.swift
[1407/1444] Compiling NIOHTTP2 Error+Any.swift
[1408/1444] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1409/1444] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1410/1444] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1411/1444] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1412/1444] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1413/1444] Compiling NIOHTTP2 HTTP2Frame.swift
[1414/1444] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1415/1444] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1416/1444] Compiling NIOHTTP2 HTTP2PingData.swift
[1417/1444] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1418/1444] Compiling NIOHTTP2 HTTP2Settings.swift
[1419/1444] Compiling NIOHTTP2 HTTP2Stream.swift
[1420/1444] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1421/1444] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1422/1444] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1423/1444] Compiling NIOHTTP2 HTTP2StreamID.swift
[1424/1444] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1425/1444] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1426/1444] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1427/1444] Compiling NIOHTTP2 InboundEventBuffer.swift
[1428/1444] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1429/1444] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1430/1444] Compiling NIOHTTP2 MayReceiveFrames.swift
[1431/1444] Compiling NIOHTTP2 ReceivingDataState.swift
[1435/1444] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1436/1444] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1446/1504] Emitting module AsyncHTTPClient
[1447/1512] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1448/1512] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1449/1512] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1450/1512] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1451/1512] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1452/1512] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1453/1512] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1454/1512] Compiling AsyncHTTPClient RequestBodyLength.swift
[1455/1512] Compiling AsyncHTTPClient RequestBag.swift
[1456/1512] Compiling AsyncHTTPClient RequestValidation.swift
[1457/1512] Compiling AsyncHTTPClient SSLContextCache.swift
[1458/1512] Compiling AsyncHTTPClient Scheme.swift
[1459/1512] Compiling AsyncHTTPClient Singleton.swift
[1460/1512] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1461/1512] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1462/1512] Compiling AsyncHTTPClient Utils.swift
[1463/1512] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1464/1512] Compiling AsyncHTTPClient RequestOptions.swift
[1465/1512] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1466/1512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1467/1512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1468/1512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1469/1512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1470/1512] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1471/1512] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1472/1512] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1473/1512] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1474/1512] Compiling AsyncHTTPClient HTTP1Connection.swift
[1475/1512] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1476/1512] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1477/1512] Compiling AsyncHTTPClient HTTP2Connection.swift
[1478/1512] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1479/1512] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1480/1512] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1481/1512] Compiling AsyncHTTPClient Transaction.swift
[1482/1512] Compiling AsyncHTTPClient Base64.swift
[1483/1512] Compiling AsyncHTTPClient BasicAuth.swift
[1484/1512] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1485/1512] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1486/1512] Compiling AsyncHTTPClient ConnectionPool.swift
[1487/1512] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1488/1512] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1489/1512] Compiling AsyncHTTPClient ConnectionTarget.swift
[1490/1512] Compiling AsyncHTTPClient DeconstructedURL.swift
[1491/1512] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1492/1512] Compiling AsyncHTTPClient FoundationExtensions.swift
[1493/1512] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1494/1512] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1495/1512] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1496/1512] Compiling AsyncHTTPClient HTTPClient.swift
[1497/1512] Compiling AsyncHTTPClient HTTPHandler.swift
[1498/1512] Compiling AsyncHTTPClient LRUCache.swift
[1499/1512] Compiling AsyncHTTPClient NWErrorHandler.swift
[1500/1512] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1501/1512] Compiling AsyncHTTPClient TLSConfiguration.swift
[1502/1512] Compiling AsyncHTTPClient RedirectState.swift
[1503/1512] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1504/1512] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1505/1512] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1506/1512] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1507/1512] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1508/1512] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1509/1512] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1510/1512] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1511/1512] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1512/1512] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1514/1520] Compiling TecoCLSLogging UnsafeTransfer.swift
[1515/1520] Compiling TecoCLSLogging CLSLogHandler.swift
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:7:16: warning: stored property 'client' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type 'CLSLogClient'; this is an error in the Swift 6 language mode
5 | public struct CLSLogHandler: LogHandler {
6 |
7 | public let client: CLSLogClient
| `- warning: stored property 'client' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type 'CLSLogClient'; this is an error in the Swift 6 language mode
8 | internal let accumulator: CLSLogAccumulator
9 |
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogClient.swift:6:15: note: consider making struct 'CLSLogClient' conform to the 'Sendable' protocol
4 | import TecoSigner
5 |
6 | public struct CLSLogClient {
| `- note: consider making struct 'CLSLogClient' conform to the 'Sendable' protocol
7 |
8 | public let client: HTTPClient
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:8:18: warning: stored property 'accumulator' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type 'CLSLogAccumulator'; this is an error in the Swift 6 language mode
6 |
7 | public let client: CLSLogClient
8 | internal let accumulator: CLSLogAccumulator
| `- warning: stored property 'accumulator' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type 'CLSLogAccumulator'; this is an error in the Swift 6 language mode
9 |
10 | public init(
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogAccumulator.swift:4:7: note: class 'CLSLogAccumulator' does not conform to the 'Sendable' protocol
2 | import struct NIOConcurrencyHelpers.NIOLock
3 |
4 | class CLSLogAccumulator {
| `- note: class 'CLSLogAccumulator' does not conform to the 'Sendable' protocol
5 |
6 | private var lock: NIOLock = .init()
[1516/1520] Compiling TecoCLSLogging CLS+init.swift
[1517/1520] Compiling TecoCLSLogging CLSLogClient.swift
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogClient.swift:41:115: warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
39 | }
40 |
41 | func uploadLogRequest(_ logGroupList: Cls_LogGroupList, credential: Credential, date: Date = Date(), signing: TCSigner.SigningMode = .default) throws -> HTTPClientRequest {
| |- warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
| `- note: use 'TCSignerV3' instead
42 | assert(logGroupList.isInitialized)
43 |
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogClient.swift:44:22: warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
42 | assert(logGroupList.isInitialized)
43 |
44 | let signer = TCSigner(credential: credential, service: "cls")
| |- warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
| `- note: use 'TCSignerV3' instead
45 | let data = try logGroupList.serializedData()
46 |
[1518/1520] Emitting module TecoCLSLogging
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogClient.swift:41:115: warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
39 | }
40 |
41 | func uploadLogRequest(_ logGroupList: Cls_LogGroupList, credential: Credential, date: Date = Date(), signing: TCSigner.SigningMode = .default) throws -> HTTPClientRequest {
| |- warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
| `- note: use 'TCSignerV3' instead
42 | assert(logGroupList.isInitialized)
43 |
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:7:16: warning: stored property 'client' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type 'CLSLogClient'; this is an error in the Swift 6 language mode
5 | public struct CLSLogHandler: LogHandler {
6 |
7 | public let client: CLSLogClient
| `- warning: stored property 'client' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type 'CLSLogClient'; this is an error in the Swift 6 language mode
8 | internal let accumulator: CLSLogAccumulator
9 |
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogClient.swift:6:15: note: consider making struct 'CLSLogClient' conform to the 'Sendable' protocol
4 | import TecoSigner
5 |
6 | public struct CLSLogClient {
| `- note: consider making struct 'CLSLogClient' conform to the 'Sendable' protocol
7 |
8 | public let client: HTTPClient
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:8:18: warning: stored property 'accumulator' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type 'CLSLogAccumulator'; this is an error in the Swift 6 language mode
6 |
7 | public let client: CLSLogClient
8 | internal let accumulator: CLSLogAccumulator
| `- warning: stored property 'accumulator' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type 'CLSLogAccumulator'; this is an error in the Swift 6 language mode
9 |
10 | public init(
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogAccumulator.swift:4:7: note: class 'CLSLogAccumulator' does not conform to the 'Sendable' protocol
2 | import struct NIOConcurrencyHelpers.NIOLock
3 |
4 | class CLSLogAccumulator {
| `- note: class 'CLSLogAccumulator' does not conform to the 'Sendable' protocol
5 |
6 | private var lock: NIOLock = .init()
[1519/1520] Compiling TecoCLSLogging CLSLogAccumulator.swift
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogAccumulator.swift:32:23: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
30 | let errorStorage: UnsafeMutableTransferBox<Error?> = .init(nil)
31 | let continuation = DispatchWorkItem {}
32 | Task.detached {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
33 | do {
34 | while let payload = self.batchUploadPayload(force: true) {
| `- note: closure captures 'self' which is accessible to code in the current task
35 | _ = try await self.uploader(payload)
36 | }
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogAccumulator.swift:66:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
64 | // upload if required
65 | if let payload = self.batchUploadPayload() {
66 | Task.detached {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
67 | _ = try await self.uploader(payload)
| `- note: closure captures 'self' which is accessible to code in the current task
68 | }
69 | }
[1520/1520] Compiling TecoCLSLogging cls.pb.swift
Build complete! (153.49s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.42.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "teco-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/teco-project/teco-core.git"
}
],
"manifest_display_name" : "teco-cls-logging",
"name" : "teco-cls-logging",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TecoCLSLogging",
"targets" : [
"TecoCLSLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TecoCLSLoggingTests",
"module_type" : "SwiftTarget",
"name" : "TecoCLSLoggingTests",
"path" : "Tests/TecoCLSLoggingTests",
"product_dependencies" : [
"Atomics"
],
"sources" : [
"CLSLogAccumulatorTests.swift",
"CLSLogClientTests.swift",
"CLSLogHandlerTests.swift"
],
"target_dependencies" : [
"TecoCLSLogging"
],
"type" : "test"
},
{
"c99name" : "TecoCLSLogging",
"module_type" : "SwiftTarget",
"name" : "TecoCLSLogging",
"path" : "Sources/TecoCLSLogging",
"product_dependencies" : [
"AsyncHTTPClient",
"Logging",
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"SwiftProtobuf",
"TecoSigner"
],
"product_memberships" : [
"TecoCLSLogging"
],
"sources" : [
"CLS+init.swift",
"CLSLogAccumulator.swift",
"CLSLogClient.swift",
"CLSLogHandler.swift",
"UnsafeTransfer.swift",
"generated/cls.pb.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.