Build Information
Successful build of soto-s3-file-transfer, reference main (510449
), with Swift 6.0 for Linux on 18 Dec 2024 18:43:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-s3-file-transfer.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/soto-project/soto-s3-file-transfer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5104491 Swift 6 language mode (#49)
Cloned https://github.com/soto-project/soto-s3-file-transfer.git
Revision (git rev-parse @):
5104491d1a8f76a2839e4476e9644b3885ba758c
SUCCESS checkout https://github.com/soto-project/soto-s3-file-transfer.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/soto-project/soto-s3-file-transfer.git
https://github.com/soto-project/soto-s3-file-transfer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "soto",
"requirement" : {
"range" : [
{
"lower_bound" : "7.3.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/soto-project/soto.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "soto-s3-file-transfer",
"name" : "soto-s3-file-transfer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SotoS3FileTransfer",
"targets" : [
"SotoS3FileTransfer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SotoS3FileTransferTests",
"module_type" : "SwiftTarget",
"name" : "SotoS3FileTransferTests",
"path" : "Tests/SotoS3FileTransferTests",
"product_dependencies" : [
"Atomics"
],
"sources" : [
"S3FileTransferManagerTests.swift",
"S3PathTests.swift",
"TestEnvironment.swift"
],
"target_dependencies" : [
"SotoS3FileTransfer"
],
"type" : "test"
},
{
"c99name" : "SotoS3FileTransfer",
"module_type" : "SwiftTarget",
"name" : "SotoS3FileTransfer",
"path" : "Sources/SotoS3FileTransfer",
"product_dependencies" : [
"SotoS3",
"Logging"
],
"product_memberships" : [
"SotoS3FileTransfer"
],
"sources" : [
"FolderUploadProgress.swift",
"ReportSizeByteBufferSequence.swift",
"S3FileTransferManager+options.swift",
"S3FileTransferManager.swift",
"S3Path.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/soto-project/soto.git
Fetching https://github.com/apple/swift-atomics.git
[1/3732] Fetching swift-log
[1808/5301] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
[1/137733] Fetching soto
Fetched https://github.com/apple/swift-log.git from cache (84.77s)
Fetched https://github.com/soto-project/soto.git from cache (85.40s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.3.0 (4.21s)
Fetching https://github.com/soto-project/soto-core.git
[1/47002] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (1.83s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.3.0 (0.48s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/644] Fetching jmespath.swift
[14/2764] Fetching jmespath.swift, swift-metrics
[1557/5061] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services
[4465/9981] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, swift-distributed-tracing
[5948/23330] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, swift-distributed-tracing, async-http-client
[16657/37118] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, swift-distributed-tracing, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.41s)
Fetching https://github.com/apple/swift-crypto.git
[17124/32198] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, async-http-client, swift-nio-ssl
[25857/44006] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.78s)
[25607/43362] Fetching swift-metrics, swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.78s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.78s)
[21328/38945] Fetching async-http-client, swift-nio-ssl, swift-crypto
Fetched https://github.com/swift-server/async-http-client.git from cache (0.78s)
[8235/25596] Fetching swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-nio.git
[18277/98153] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.70s)
[37929/84365] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.54s)
[41358/72557] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (2.19s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3960] Fetching swift-system
[1308/19563] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.44s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.43s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5233] Fetching swift-nio-extras
[5234/16468] Fetching swift-nio-extras, swift-nio-http2
[5235/22063] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.39s)
[8042/16468] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.87s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (0.49s)
Fetching https://github.com/apple/swift-service-context.git
[1/1003] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.47s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.44s)
Fetching https://github.com/apple/swift-http-types
[1/733] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.25s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.45s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.40s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.72s)
Fetching https://github.com/apple/swift-asn1.git
[1/1427] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.48s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.1.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.23.0
Creating working copy for https://github.com/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.1.2
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.0
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.3.0
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.3.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.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.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.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.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.35.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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
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.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.24.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/833] Write sources
[35/833] Compiling CSotoExpat xmltok_impl.c
[36/833] Compiling _NumericsShims _NumericsShims.c
[37/833] Compiling CSotoExpat xmltok_ns.c
[38/833] Compiling _AtomicsShims.c
[39/833] Compiling CNIOWindows shim.c
[40/833] Compiling CNIOWASI CNIOWASI.c
[41/833] Compiling CNIOWindows WSAStartup.c
[42/833] Compiling CNIOLinux liburing_shims.c
[43/833] Compiling CSotoExpat xmlrole.c
[44/833] Compiling CNIOLLHTTP c_nio_http.c
[45/833] Compiling CNIOExtrasZlib empty.c
[46/833] Compiling CNIODarwin shim.c
[47/833] Compiling CNIOLinux shim.c
[48/833] Compiling CNIOLLHTTP c_nio_api.c
[49/833] Compiling fiat_p256_adx_sqr.S
[50/833] Compiling fiat_p256_adx_mul.S
[51/833] Compiling fiat_curve25519_adx_square.S
[52/833] Compiling fiat_curve25519_adx_mul.S
[53/833] Write swift-version-24593BA9C3E375BF.txt
[54/833] Compiling CSotoExpat xmlparse.c
[55/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/833] Compiling CSotoExpat xmltok.c
[57/839] Compiling CNIOBoringSSLShims shims.c
[58/847] Compiling tls_record.cc
[59/847] Compiling tls_method.cc
[60/853] Compiling tls13_server.cc
[61/862] Compiling tls13_enc.cc
[63/890] Emitting module InternalCollectionsUtilities
[64/892] Emitting module SotoXML
[65/892] Compiling JMESPath Sendable.swift
[66/893] Compiling RealModule Real.swift
[67/894] Emitting module JMESPath
[68/894] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[69/894] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[70/894] Compiling ServiceContextModule ServiceContextKey.swift
[71/894] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/894] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[73/894] Compiling RealModule RealFunctions.swift
[74/894] Emitting module RealModule
[75/894] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/894] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/894] Compiling JMESPath Runtime.swift
[78/894] Compiling JMESPath Token.swift
[79/894] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[80/894] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/894] Compiling JMESPath Parser.swift
[82/894] Compiling InternalCollectionsUtilities Debugging.swift
[83/894] Compiling InternalCollectionsUtilities Descriptions.swift
[84/894] Emitting module ServiceContextModule
[85/894] Compiling ServiceContextModule ServiceContext.swift
[88/894] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[89/894] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[90/894] Compiling InternalCollectionsUtilities Integer rank.swift
[91/894] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[92/895] Emitting module _NIOBase64
[93/895] Compiling _NIOBase64 Base64.swift
[98/895] Compiling InternalCollectionsUtilities UInt+reversed.swift
[99/895] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[100/895] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[101/895] Compiling InternalCollectionsUtilities Specialize.swift
[102/895] Compiling RealModule Float+Real.swift
[103/895] Compiling RealModule ElementaryFunctions.swift
[104/897] Compiling RealModule Float80+Real.swift
[105/897] Compiling RealModule Float16+Real.swift
[106/897] Compiling _NIODataStructures PriorityQueue.swift
[107/897] Compiling _NIODataStructures _TinyArray.swift
[112/909] Compiling Instrumentation NoOpInstrument.swift
[113/909] Compiling Instrumentation MultiplexInstrument.swift
[114/909] Emitting module Instrumentation
[115/909] Emitting module INIParser
[116/909] Compiling INIParser INIParser.swift
[118/910] Compiling Instrumentation Instrument.swift
[119/910] Compiling Instrumentation InstrumentationSystem.swift
[120/910] Compiling Instrumentation Locks.swift
[121/911] Emitting module Logging
[122/911] Compiling Logging Locks.swift
[124/911] Emitting module _NIODataStructures
[125/911] Compiling _NIODataStructures Heap.swift
[126/925] Compiling Logging MetadataProvider.swift
[127/925] Compiling Logging LogHandler.swift
[128/925] Compiling Logging Logging.swift
[130/928] Emitting module CoreMetrics
[131/928] Compiling tls13_client.cc
[133/936] Compiling DequeModule Deque+CustomReflectable.swift
[134/936] Compiling DequeModule Deque+Descriptions.swift
[135/938] Compiling DequeModule _DequeBuffer.swift
[136/938] Compiling DequeModule _DequeBufferHeader.swift
[137/938] Compiling DequeModule Deque+Equatable.swift
[138/938] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[139/938] Compiling Tracing InstrumentationSystem+Tracing.swift
[140/938] Compiling CoreMetrics Locks.swift
[141/938] Compiling CoreMetrics Metrics.swift
[145/939] Compiling DequeModule Deque+Codable.swift
[146/939] Compiling DequeModule Deque+Collection.swift
[147/939] Compiling Tracing TracingTime.swift
[148/939] Emitting module Tracing
[149/939] Compiling Tracing TracerProtocol.swift
[150/939] Compiling Tracing NoOpTracer.swift
[151/939] Compiling DequeModule _DequeSlot.swift
[152/939] Compiling DequeModule _UnsafeWrappedBuffer.swift
[153/939] Compiling Tracing SpanProtocol.swift
[154/939] Compiling DequeModule Deque+Extras.swift
[155/939] Compiling DequeModule Deque+Hashable.swift
[156/939] Compiling DequeModule Deque+Testing.swift
[157/939] Compiling DequeModule Deque._Storage.swift
[158/939] Compiling DequeModule Deque._UnsafeHandle.swift
[159/939] Compiling DequeModule Deque.swift
[160/939] Compiling Tracing Tracer.swift
[161/939] Compiling Tracing TracerProtocol+Legacy.swift
[161/939] Compiling tls13_both.cc
[162/939] Compiling t1_enc.cc
[163/939] Compiling JMESPath Variable.swift
[165/941] Compiling SotoXML Expat.swift
[166/941] Compiling SotoXML XMLDecoder.swift
[168/941] Compiling SotoXML XMLEncoder.swift
[170/941] Compiling SotoXML XML.swift
[171/942] Compiling ssl_x509.cc
[175/944] Emitting module DequeModule
[177/945] Compiling Metrics Metrics.swift
[178/945] Emitting module Metrics
[179/946] Compiling ssl_versions.cc
[180/946] Compiling ssl_transcript.cc
[181/946] Compiling ssl_stat.cc
[182/946] Compiling ssl_privkey.cc
[183/946] Compiling ssl_lib.cc
[184/946] Compiling ssl_file.cc
[185/946] Compiling ssl_key_share.cc
[186/946] Compiling ssl_session.cc
[187/946] Compiling ssl_credential.cc
[188/946] Compiling ssl_cipher.cc
[189/946] Compiling ssl_cert.cc
[190/946] Compiling ssl_buffer.cc
[191/946] Compiling s3_pkt.cc
[192/946] Compiling ssl_asn1.cc
[193/946] Compiling ssl_aead_ctx.cc
[194/946] Compiling s3_lib.cc
[195/946] Compiling s3_both.cc
[196/946] Compiling handshake_client.cc
[197/946] Compiling handshake.cc
[198/946] Compiling handshake_server.cc
[199/946] Compiling encrypted_client_hello.cc
[200/946] Compiling handoff.cc
[200/946] Compiling dtls_method.cc
[202/946] Compiling md5-x86_64-linux.S
[203/946] Compiling md5-x86_64-apple.S
[204/946] Compiling md5-586-linux.S
[205/946] Compiling dtls_record.cc
[206/946] Compiling md5-586-apple.S
[207/946] Compiling err_data.c
[208/946] Compiling extensions.cc
[209/946] Compiling d1_pkt.cc
[210/946] Compiling d1_srtp.cc
[211/946] Compiling chacha20_poly1305_x86_64-apple.S
[212/946] Compiling chacha20_poly1305_armv8-win.S
[213/946] Compiling chacha20_poly1305_x86_64-linux.S
[214/946] Compiling chacha20_poly1305_armv8-linux.S
[215/946] Compiling chacha20_poly1305_armv8-apple.S
[216/946] Compiling bio_ssl.cc
[217/946] Compiling chacha-x86_64-linux.S
[218/946] Compiling chacha-x86_64-apple.S
[219/946] Compiling chacha-x86-linux.S
[220/946] Compiling chacha-armv8-apple.S
[221/946] Compiling chacha-armv8-win.S
[222/946] Compiling d1_lib.cc
[223/946] Compiling d1_both.cc
[224/946] Compiling chacha-armv8-linux.S
[224/946] Compiling chacha-armv4-linux.S
[226/946] Compiling x86_64-mont5-apple.S
[226/946] Compiling aes128gcmsiv-x86_64-linux.S
[228/946] Compiling x86_64-mont5-linux.S
[228/946] Compiling chacha-x86-apple.S
[228/946] Compiling aes128gcmsiv-x86_64-apple.S
[231/946] Compiling x86_64-mont-linux.S
[232/946] Compiling x86_64-mont-apple.S
[233/946] Compiling x86-mont-apple.S
[234/946] Compiling vpaes-x86_64-apple.S
[235/946] Compiling vpaes-x86_64-linux.S
[236/946] Compiling vpaes-armv8-win.S
[237/946] Compiling x86-mont-linux.S
[238/946] Compiling vpaes-x86-linux.S
[239/946] Compiling vpaes-armv8-linux.S
[240/946] Compiling vpaes-x86-apple.S
[241/946] Compiling vpaes-armv8-apple.S
[242/946] Compiling vpaes-armv7-linux.S
[243/946] Compiling sha512-armv8-linux.S
[244/946] Compiling sha512-x86_64-apple.S
[244/946] Compiling sha512-armv8-win.S
[246/946] Compiling sha512-x86_64-linux.S
[247/946] Compiling sha512-armv8-apple.S
[248/946] Compiling sha512-586-apple.S
[249/946] Compiling sha512-586-linux.S
[250/946] Compiling sha512-armv4-linux.S
[251/946] Compiling sha256-armv8-win.S
[252/946] Compiling sha256-x86_64-linux.S
[253/946] Compiling sha256-x86_64-apple.S
[254/946] Compiling sha256-armv8-linux.S
[255/946] Compiling sha256-armv8-apple.S
[256/946] Compiling sha256-586-apple.S
[257/946] Compiling sha256-586-linux.S
[258/946] Compiling sha256-armv4-linux.S
[259/946] Compiling sha1-armv8-linux.S
[260/946] Compiling sha1-x86_64-apple.S
[261/946] Compiling sha1-armv8-win.S
[262/946] Compiling sha1-586-linux.S
[263/946] Compiling sha1-armv4-large-linux.S
[264/946] Compiling sha1-armv8-apple.S
[265/946] Compiling sha1-586-apple.S
[266/946] Compiling sha1-x86_64-linux.S
[267/946] Compiling rsaz-avx2-apple.S
[268/946] Compiling rdrand-x86_64-linux.S
[269/946] Compiling rsaz-avx2-linux.S
[270/946] Compiling rdrand-x86_64-apple.S
[271/946] Compiling p256_beeu-x86_64-asm-linux.S
[272/946] Compiling p256_beeu-x86_64-asm-apple.S
[273/946] Compiling p256_beeu-armv8-asm-linux.S
[274/946] Compiling p256_beeu-armv8-asm-win.S
[275/946] Compiling p256_beeu-armv8-asm-apple.S
[276/946] Compiling p256-armv8-asm-win.S
[277/946] Compiling p256-x86_64-asm-apple.S
[278/946] Compiling p256-armv8-asm-linux.S
[279/946] Compiling p256-armv8-asm-apple.S
[280/946] Compiling ghashv8-armv8-win.S
[281/946] Compiling ghashv8-armv8-linux.S
[282/946] Compiling p256-x86_64-asm-linux.S
[283/946] Compiling ghashv8-armv8-apple.S
[284/946] Compiling ghashv8-armv7-linux.S
[285/946] Compiling ghash-x86_64-apple.S
[286/946] Compiling ghash-x86-linux.S
[287/946] Compiling ghash-x86_64-linux.S
[288/946] Compiling ghash-x86-apple.S
[289/946] Compiling ghash-ssse3-x86_64-linux.S
[290/946] Compiling ghash-ssse3-x86_64-apple.S
[291/946] Compiling ghash-ssse3-x86-linux.S
[292/946] Compiling ghash-ssse3-x86-apple.S
[293/946] Compiling ghash-neon-armv8-win.S
[294/946] Compiling ghash-neon-armv8-linux.S
[295/946] Compiling ghash-neon-armv8-apple.S
[296/946] Compiling ghash-armv4-linux.S
[297/946] Compiling co-586-linux.S
[298/946] Compiling co-586-apple.S
[299/946] Compiling bsaes-armv7-linux.S
[300/946] Compiling bn-armv8-win.S
[301/946] Compiling bn-armv8-linux.S
[302/946] Compiling bn-armv8-apple.S
[303/946] Compiling bn-586-linux.S
[304/946] Compiling bn-586-apple.S
[305/946] Compiling armv8-mont-win.S
[306/946] Compiling armv8-mont-linux.S
[307/946] Compiling armv8-mont-apple.S
[308/946] Compiling armv4-mont-linux.S
[309/946] Compiling aesv8-gcm-armv8-win.S
[310/946] Compiling aesv8-gcm-armv8-linux.S
[311/946] Compiling aesv8-gcm-armv8-apple.S
[312/946] Compiling aesv8-armv8-win.S
[313/946] Compiling aesv8-armv8-linux.S
[314/946] Compiling aesv8-armv8-apple.S
[315/946] Compiling aesv8-armv7-linux.S
[316/946] Compiling aesni-x86_64-apple.S
[317/946] Compiling aesni-x86-linux.S
[318/946] Compiling aesni-x86-apple.S
[319/946] Compiling aesni-x86_64-linux.S
[320/946] Compiling aesni-gcm-x86_64-apple.S
[321/946] Compiling aesni-gcm-x86_64-linux.S
[322/946] Compiling x_sig.c
[323/946] Compiling x_x509a.c
[324/946] Compiling x_val.c
[325/946] Compiling x_req.c
[325/946] Compiling x_spki.c
[327/946] Compiling x_x509.c
[328/946] Compiling x_pubkey.c
[329/946] Compiling x_name.c
[330/946] Compiling x_algor.c
[331/946] Compiling x509spki.c
[331/946] Compiling x_exten.c
[333/946] Compiling x_attrib.c
[334/946] Compiling x_crl.c
[335/946] Compiling x509rset.c
[336/946] Compiling x_all.c
[337/946] Compiling x509name.c
[338/946] Compiling x509cset.c
[339/946] Compiling x509_txt.c
[340/946] Compiling x509_vpm.c
[341/946] Compiling x509_v3.c
[342/946] Compiling x509_trs.c
[343/946] Compiling x509_vfy.c
[343/946] Compiling x509_set.c
[345/946] Compiling x509_req.c
[346/946] Compiling x509_def.c
[347/946] Compiling x509_d2.c
[348/946] Compiling x509_obj.c
[349/946] Compiling x509_ext.c
[350/946] Compiling x509_lu.c
[351/946] Compiling x509.c
[352/946] Compiling x509_cmp.c
[352/946] Compiling x509_att.c
[354/946] Compiling v3_skey.c
[355/946] Compiling v3_prn.c
[356/946] Compiling v3_purp.c
[357/946] Compiling v3_ocsp.c
[358/946] Compiling v3_pmaps.c
[359/946] Compiling v3_utl.c
[360/946] Compiling v3_pcons.c
[361/946] Compiling v3_ncons.c
[362/946] Compiling v3_int.c
[363/946] Compiling v3_genn.c
[363/946] Compiling v3_enum.c
[365/946] Compiling v3_extku.c
[366/946] Compiling v3_ia5.c
[366/946] Compiling v3_lib.c
[368/946] Compiling v3_info.c
[369/946] Compiling v3_crld.c
[370/946] Compiling v3_bcons.c
[370/946] Compiling v3_akey.c
[372/946] Compiling v3_conf.c
[373/946] Compiling t_x509a.c
[374/946] Compiling v3_alt.c
[375/946] Compiling v3_akeya.c
[376/946] Compiling v3_bitst.c
[377/946] Compiling v3_cpols.c
[378/946] Compiling i2d_pr.c
[379/946] Compiling t_crl.c
[380/946] Compiling t_req.c
[381/946] Compiling rsa_pss.c
[382/946] Compiling name_print.c
[383/946] Compiling by_file.c
[384/946] Compiling policy.c
[385/946] Compiling t_x509.c
[386/946] Compiling by_dir.c
[387/946] Compiling a_verify.c
[388/946] Compiling asn1_gen.c
[389/946] Compiling trust_token.c
[390/946] Compiling a_digest.c
[391/946] Compiling voprf.c
[392/946] Compiling a_sign.c
[393/946] Compiling thread_win.c
[394/946] Compiling thread.c
[395/946] Compiling thread_pthread.c
[396/946] Compiling thread_none.c
[397/946] Compiling algorithm.c
[398/946] Compiling spx_util.c
[399/946] Compiling pmbtoken.c
[400/946] Compiling spx_wots.c
[400/946] Compiling spx_thash.c
[402/946] Compiling stack.c
[403/946] Compiling spx_fors.c
[404/946] Compiling spx_merkle.c
[405/946] Compiling spx.c
[406/946] Compiling spx_address.c
[407/946] Compiling wots.c
[408/946] Compiling sha512.c
[409/946] Compiling fors.c
[410/946] Compiling merkle.c
[411/946] Compiling thash.c
[412/946] Compiling sha256.c
[413/946] Compiling siphash.c
[414/946] Compiling slhdsa.c
[415/946] Compiling sha1.c
[416/946] Compiling rsa_print.c
[417/946] Compiling rsa_extra.c
[418/946] Compiling rc4.c
[419/946] Compiling refcount.c
[420/946] Compiling trusty.c
[421/946] Compiling rsa_asn1.c
[422/946] Compiling windows.c
[423/946] Compiling rsa_crypt.c
[424/946] Compiling ios.c
[425/946] Compiling rand_extra.c
[426/946] Compiling getentropy.c
[427/946] Compiling urandom.c
[428/946] Compiling passive.c
[429/946] Compiling deterministic.c
[430/946] Compiling forkunsafe.c
[431/946] Compiling poly1305_arm_asm.S
[432/946] Compiling poly1305_arm.c
[433/946] Compiling fork_detect.c
[433/946] Compiling poly1305.c
[435/946] Compiling pool.c
[436/946] Compiling poly1305_vec.c
[437/946] Compiling pkcs7.c
[438/946] Compiling pkcs8.c
[439/946] Compiling pem_xaux.c
[440/946] Compiling p5_pbev2.c
[441/946] Compiling pem_x509.c
[442/946] Compiling pkcs8_x509.c
[443/946] Compiling pkcs7_x509.c
[444/946] Compiling pem_pkey.c
[445/946] Compiling obj_xref.c
[446/946] Compiling pem_info.c
[446/946] Compiling obj.c
[448/946] Compiling pem_lib.c
[449/946] Compiling pem_oth.c
[450/946] Compiling pem_pk8.c
[451/946] Compiling pem_all.c
[452/946] Compiling mlkem.cc
[453/946] Compiling md4.c
[453/946] Compiling md5.c
[455/946] Compiling mem.c
[456/946] Compiling lhash.c
[457/946] Compiling keccak.c
[458/946] Compiling kyber.c
[459/946] Compiling fips_shared_support.c
[460/946] Compiling mldsa.c
[461/946] Compiling ex_data.c
[462/946] Compiling sign.c
[463/946] Compiling scrypt.c
[464/946] Compiling hpke.c
[465/946] Compiling print.c
[466/946] Compiling pbkdf.c
[467/946] Compiling poly_rq_mul.S
[468/946] Compiling hrss.c
[469/946] Compiling p_x25519.c
[470/946] Compiling p_x25519_asn1.c
[471/946] Compiling p_rsa_asn1.c
[472/946] Compiling p_ed25519.c
[473/946] Compiling p_hkdf.c
[474/946] Compiling p_rsa.c
[475/946] Compiling p_ec_asn1.c
[476/946] Compiling p_ec.c
[477/946] Compiling p_ed25519_asn1.c
[478/946] Compiling p_dh.c
[479/946] Compiling p_dsa_asn1.c
[480/946] Compiling p_dh_asn1.c
[481/946] Compiling evp_ctx.c
[482/946] Compiling evp.c
[483/946] Compiling err.c
[484/946] Compiling evp_asn1.c
[485/946] Compiling engine.c
[486/946] Compiling ecdh_extra.c
[487/946] Compiling ecdsa_asn1.c
[488/946] Compiling dsa.c
[488/946] Compiling ec_derive.c
[489/946] Compiling dsa_asn1.c
[491/946] Compiling ec_asn1.c
[492/946] Compiling hash_to_curve.c
[493/946] Compiling dh_asn1.c
[494/946] Compiling dilithium.c
[495/946] Compiling params.c
[496/946] Compiling spake25519.c
[497/946] Compiling digest_extra.c
[498/946] Compiling des.c
[499/946] Compiling x25519-asm-arm.S
[500/946] Compiling cpu_intel.c
[501/946] Compiling cpu_arm_freebsd.c
[501/946] Compiling cpu_arm_linux.c
[503/946] Compiling crypto.c
[504/946] Compiling cpu_aarch64_openbsd.c
[505/946] Compiling cpu_aarch64_win.c
[506/946] Compiling cpu_aarch64_sysreg.c
[507/946] Compiling cpu_aarch64_linux.c
[508/946] Compiling cpu_aarch64_fuchsia.c
[509/946] Compiling cpu_aarch64_apple.c
[510/946] Compiling curve25519.c
[511/946] Compiling e_tls.c
[512/946] Compiling conf.c
[513/946] Compiling e_rc4.c
[514/946] Compiling tls_cbc.c
[515/946] Compiling e_rc2.c
[516/946] Compiling e_des.c
[517/946] Compiling e_null.c
[518/946] Compiling derive_key.c
[519/946] Compiling curve25519_64_adx.c
[520/946] Compiling e_chacha20poly1305.c
[521/946] Compiling e_aesctrhmac.c
[522/946] Compiling e_aesgcmsiv.c
[523/946] Compiling unicode.c
[524/946] Compiling cipher_extra.c
[525/946] Compiling ber.c
[526/946] Compiling chacha.c
[527/946] Compiling asn1_compat.c
[528/946] Compiling buf.c
[529/946] Compiling bn_asn1.c
[530/946] Compiling cbb.c
[531/946] Compiling cbs.c
[532/946] Compiling convert.c
[533/946] Compiling socket_helper.c
[534/946] Compiling printf.c
[534/946] Compiling blake2.c
[536/946] Compiling socket.c
[537/946] Compiling pair.c
[538/946] Compiling hexdump.c
[539/946] Compiling file.c
[540/946] Compiling errno.c
[541/946] Compiling fd.c
[542/946] Compiling bio_mem.c
[543/946] Compiling base64.c
[544/946] Compiling connect.c
[545/946] Compiling bio.c
[546/946] Compiling tasn_utl.c
[547/946] Compiling tasn_new.c
[548/946] Compiling tasn_fre.c
[549/946] Compiling tasn_typ.c
[550/946] Compiling tasn_dec.c
[551/946] Compiling f_string.c
[552/946] Compiling f_int.c
[553/946] Compiling posix_time.c
[554/946] Compiling tasn_enc.c
[555/946] Compiling asn_pack.c
[556/946] Compiling asn1_par.c
[557/946] Compiling asn1_lib.c
[558/946] Compiling a_utctm.c
[559/946] Compiling a_time.c
[560/946] Compiling a_octet.c
[561/946] Compiling a_type.c
[562/946] Compiling a_strnid.c
[563/946] Compiling a_strex.c
[564/946] Compiling a_mbstr.c
[565/946] Compiling a_i2d_fp.c
[566/946] Compiling a_dup.c
[567/946] Compiling bcm.c
[568/946] Compiling a_object.c
[569/946] Compiling a_int.c
[570/946] Compiling a_gentm.c
[571/946] Compiling a_d2i_fp.c
[572/946] Compiling a_bool.c
[573/946] Compiling fiat_p256_adx_mul.S
[574/946] Compiling fiat_p256_adx_sqr.S
[575/946] Compiling fiat_curve25519_adx_square.S
[576/946] Compiling a_bitstr.c
[577/946] Compiling fiat_curve25519_adx_mul.S
[578/946] Compiling md5-x86_64-linux.S
[579/946] Compiling md5-586-linux.S
[580/946] Compiling md5-x86_64-apple.S
[581/946] Compiling md5-586-apple.S
[582/946] Compiling err_data.c
[583/946] Compiling CCryptoBoringSSLShims shims.c
[584/946] Compiling chacha20_poly1305_x86_64-apple.S
[585/946] Compiling chacha20_poly1305_armv8-linux.S
[586/946] Compiling chacha20_poly1305_armv8-win.S
[587/946] Compiling chacha20_poly1305_x86_64-linux.S
[588/946] Compiling chacha20_poly1305_armv8-apple.S
[589/946] Compiling chacha-x86_64-apple.S
[590/946] Compiling chacha-armv8-linux.S
[590/946] Compiling chacha-armv8-win.S
[590/946] Compiling chacha-x86-apple.S
[593/946] Compiling chacha-x86-linux.S
[594/946] Compiling chacha-x86_64-linux.S
[595/946] Compiling chacha-armv4-linux.S
[595/946] Compiling chacha-armv8-apple.S
[597/946] Compiling aes128gcmsiv-x86_64-linux.S
[598/946] Compiling x86_64-mont5-apple.S
[599/946] Compiling aes128gcmsiv-x86_64-apple.S
[600/946] Compiling x86_64-mont5-linux.S
[601/946] Compiling x86_64-mont-apple.S
[601/946] Compiling x86_64-mont-linux.S
[603/946] Compiling x86-mont-linux.S
[603/946] Compiling vpaes-x86_64-linux.S
[603/946] Compiling vpaes-x86_64-apple.S
[604/946] Compiling x86-mont-apple.S
[607/946] Compiling vpaes-x86-apple.S
[607/946] Compiling vpaes-x86-linux.S
[609/946] Compiling vpaes-armv8-linux.S
[609/946] Compiling vpaes-armv8-apple.S
[609/946] Compiling vpaes-armv8-win.S
[612/946] Compiling vpaes-armv7-linux.S
[613/946] Compiling sha512-armv8-apple.S
[614/946] Compiling sha512-x86_64-apple.S
[615/946] Compiling sha512-armv8-win.S
[616/946] Compiling sha512-x86_64-linux.S
[617/946] Compiling sha512-armv8-linux.S
[618/946] Compiling sha512-armv4-linux.S
[619/946] Compiling sha512-586-apple.S
[620/946] Compiling sha512-586-linux.S
[621/946] Compiling sha256-x86_64-apple.S
[622/946] Compiling sha256-x86_64-linux.S
[623/946] Compiling sha256-armv8-linux.S
[623/946] Compiling sha256-armv8-win.S
[625/946] Compiling sha256-armv8-apple.S
[626/946] Compiling sha256-armv4-linux.S
[627/946] Compiling sha256-586-apple.S
[628/946] Compiling sha256-586-linux.S
[629/946] Compiling sha1-x86_64-apple.S
[630/946] Compiling sha1-armv8-linux.S
[631/946] Compiling sha1-armv8-win.S
[632/946] Compiling sha1-x86_64-linux.S
[633/946] Compiling sha1-armv4-large-linux.S
[634/946] Compiling sha1-armv8-apple.S
[635/946] Compiling sha1-586-linux.S
[636/946] Compiling sha1-586-apple.S
[637/946] Compiling rsaz-avx2-apple.S
[638/946] Compiling rdrand-x86_64-linux.S
[639/946] Compiling rsaz-avx2-linux.S
[640/946] Compiling p256_beeu-x86_64-asm-linux.S
[641/946] Compiling rdrand-x86_64-apple.S
[642/946] Compiling p256_beeu-x86_64-asm-apple.S
[643/946] Compiling p256_beeu-armv8-asm-win.S
[644/946] Compiling p256_beeu-armv8-asm-linux.S
[645/946] Compiling p256_beeu-armv8-asm-apple.S
[646/946] Compiling p256-x86_64-asm-apple.S
[647/946] Compiling p256-x86_64-asm-linux.S
[648/946] Compiling p256-armv8-asm-linux.S
[649/946] Compiling p256-armv8-asm-win.S
[650/946] Compiling ghashv8-armv8-win.S
[651/946] Compiling p256-armv8-asm-apple.S
[652/946] Compiling ghashv8-armv8-apple.S
[653/946] Compiling ghashv8-armv7-linux.S
[654/946] Compiling ghashv8-armv8-linux.S
[655/946] Compiling ghash-x86_64-linux.S
[656/946] Compiling ghash-x86_64-apple.S
[657/946] Compiling ghash-x86-apple.S
[658/946] Compiling ghash-x86-linux.S
[659/946] Compiling ghash-ssse3-x86_64-linux.S
[660/946] Compiling ghash-ssse3-x86_64-apple.S
[661/946] Compiling ghash-ssse3-x86-linux.S
[662/946] Compiling ghash-ssse3-x86-apple.S
[663/946] Compiling ghash-neon-armv8-linux.S
[664/946] Compiling ghash-neon-armv8-win.S
[665/946] Compiling ghash-neon-armv8-apple.S
[666/946] Compiling ghash-armv4-linux.S
[667/946] Compiling co-586-apple.S
[667/946] Compiling co-586-linux.S
[669/946] Compiling bsaes-armv7-linux.S
[670/946] Compiling bn-armv8-win.S
[671/946] Compiling c-nioatomics.c
[672/946] Compiling bn-armv8-linux.S
[673/946] Compiling bn-armv8-apple.S
[674/946] Compiling bn-586-apple.S
[675/946] Compiling armv8-mont-win.S
[676/946] Compiling bn-586-linux.S
[677/946] Compiling armv8-mont-apple.S
[678/946] Compiling armv8-mont-linux.S
[679/946] Compiling armv4-mont-linux.S
[680/946] Compiling aesv8-gcm-armv8-linux.S
[681/946] Compiling aesv8-gcm-armv8-win.S
[682/946] Compiling aesv8-gcm-armv8-apple.S
[683/946] Compiling aesv8-armv8-linux.S
[684/946] Compiling aesv8-armv8-win.S
[685/946] Compiling aesv8-armv8-apple.S
[686/946] Compiling aesv8-armv7-linux.S
[687/946] Compiling aesni-x86_64-apple.S
[688/946] Compiling aesni-x86_64-linux.S
[689/946] Compiling aesni-x86-linux.S
[690/946] Compiling aesni-x86-apple.S
[691/946] Compiling aesni-gcm-x86_64-linux.S
[692/946] Compiling aesni-gcm-x86_64-apple.S
[693/946] Compiling x_val.c
[694/946] Compiling x_sig.c
[695/946] Compiling x_x509a.c
[696/946] Compiling x_spki.c
[697/946] Compiling x_req.c
[698/946] Compiling x_pubkey.c
[699/946] Compiling c-atomics.c
[700/946] Compiling x_x509.c
[701/946] Compiling x_exten.c
[702/946] Compiling x_attrib.c
[703/946] Compiling x_name.c
[704/946] Compiling x_crl.c
[705/946] Compiling x_all.c
[706/946] Compiling x509spki.c
[707/952] Compiling x_algor.c
[708/952] Compiling x509rset.c
[709/952] Compiling x509_vpm.c
[710/952] Compiling x509name.c
[711/952] Compiling x509cset.c
[712/952] Compiling x509_vfy.c
[713/952] Compiling x509_obj.c
[714/952] Compiling x509_req.c
[715/952] Compiling x509_txt.c
[716/952] Compiling x509_v3.c
[717/952] Compiling x509_trs.c
[718/952] Compiling x509_lu.c
[720/952] Compiling NIOConcurrencyHelpers NIOLock.swift
[720/952] Compiling x509_set.c
[721/952] Compiling x509.c
[723/952] Compiling NIOConcurrencyHelpers lock.swift
[723/952] Compiling x509_ext.c
[724/952] Compiling x509_d2.c
[725/952] Compiling x509_def.c
[726/952] Compiling x509_cmp.c
[727/952] Compiling v3_skey.c
[728/952] Compiling v3_utl.c
[729/952] Compiling v3_pmaps.c
[730/952] Compiling x509_att.c
[731/952] Compiling v3_ocsp.c
[732/952] Compiling v3_prn.c
[733/952] Compiling v3_purp.c
[734/952] Compiling v3_ncons.c
[735/952] Compiling v3_pcons.c
[736/952] Compiling v3_extku.c
[738/952] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[739/952] Emitting module NIOConcurrencyHelpers
[739/952] Compiling v3_ia5.c
[740/952] Compiling v3_int.c
[741/952] Compiling v3_info.c
[742/952] Compiling v3_lib.c
[744/952] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[745/952] Compiling NIOConcurrencyHelpers atomics.swift
[745/952] Compiling v3_enum.c
[746/953] Compiling v3_genn.c
[747/953] Compiling v3_crld.c
[749/953] Compiling v3_conf.c
[750/953] Compiling v3_bcons.c
[751/953] Compiling v3_bitst.c
[752/953] Compiling v3_alt.c
[753/953] Compiling v3_cpols.c
[754/953] Compiling v3_akey.c
[755/953] Compiling v3_akeya.c
[756/953] Compiling t_req.c
[757/953] Compiling t_crl.c
[758/953] Compiling rsa_pss.c
[758/953] Compiling name_print.c
[760/953] Compiling t_x509a.c
[761/953] Compiling policy.c
[762/953] Compiling i2d_pr.c
[763/953] Compiling t_x509.c
[764/953] Compiling by_file.c
[765/953] Compiling a_digest.c
[766/953] Compiling a_sign.c
[767/953] Compiling a_verify.c
[768/953] Compiling trust_token.c
[769/953] Compiling voprf.c
[770/953] Compiling asn1_gen.c
[771/953] Compiling thread_win.c
[772/953] Compiling algorithm.c
[772/953] Compiling by_dir.c
[774/953] Compiling thread_pthread.c
[774/953] Compiling thread_none.c
[776/953] Compiling thread.c
[777/953] Compiling spx_util.c
[778/953] Compiling pmbtoken.c
[779/953] Compiling spx_merkle.c
[780/953] Compiling spx_thash.c
[781/953] Compiling spx.c
[782/953] Compiling spx_fors.c
[783/953] Compiling thash.c
[784/953] Compiling spx_wots.c
[785/953] Compiling merkle.c
[786/953] Compiling wots.c
[787/953] Compiling spx_address.c
[788/953] Compiling slhdsa.c
[789/953] Compiling stack.c
[790/953] Compiling sha512.c
[791/953] Compiling sha1.c
[792/953] Compiling sha256.c
[793/953] Compiling rsa_print.c
[794/953] Compiling rsa_extra.c
[795/953] Compiling siphash.c
[796/953] Compiling windows.c
[797/953] Compiling rsa_crypt.c
[798/953] Compiling refcount.c
[799/953] Compiling fors.c
[800/953] Compiling rand_extra.c
[800/953] Compiling trusty.c
[802/953] Compiling rc4.c
[803/953] Compiling rsa_asn1.c
[804/953] Compiling getentropy.c
[805/953] Compiling ios.c
[806/953] Compiling passive.c
[807/953] Compiling urandom.c
[808/953] Compiling forkunsafe.c
[809/953] Compiling deterministic.c
[810/953] Compiling fork_detect.c
[811/953] Compiling poly1305_arm_asm.S
[812/953] Compiling poly1305_arm.c
[813/953] Compiling pool.c
[814/953] Compiling poly1305.c
[815/953] Compiling pkcs7.c
[816/953] Compiling poly1305_vec.c
[817/953] Compiling pkcs8.c
[818/953] Compiling pem_xaux.c
[818/953] Compiling pkcs8_x509.c
[820/953] Compiling pkcs7_x509.c
[821/953] Compiling pem_x509.c
[822/953] Compiling pem_pkey.c
[823/953] Compiling p5_pbev2.c
[824/953] Compiling pem_pk8.c
[825/953] Compiling obj_xref.c
[826/953] Compiling pem_oth.c
[827/953] Compiling pem_info.c
[828/953] Compiling pem_lib.c
[829/953] Compiling pem_all.c
[830/953] Compiling mem.c
[831/953] Compiling mldsa.c
[832/953] Compiling keccak.c
[833/953] Compiling md5.c
[834/953] Compiling fips_shared_support.c
[835/953] Compiling obj.c
[836/953] Compiling poly_rq_mul.S
[837/953] Compiling lhash.c
[838/953] Compiling md4.c
[839/953] Compiling ex_data.c
[840/953] Compiling kyber.c
[841/953] Compiling sign.c
[842/953] Compiling scrypt.c
[843/953] Compiling hpke.c
[844/953] Compiling print.c
[845/953] Compiling pbkdf.c
[846/953] Compiling p_x25519.c
[847/953] Compiling p_rsa_asn1.c
[848/953] Compiling p_rsa.c
[849/953] Compiling p_x25519_asn1.c
[850/953] Compiling p_hkdf.c
[851/953] Compiling hrss.c
[852/953] Compiling p_ec_asn1.c
[853/953] Compiling p_ed25519.c
[854/953] Compiling p_dh_asn1.c
[855/953] Compiling p_dsa_asn1.c
[856/953] Compiling p_ec.c
[857/953] Compiling p_ed25519_asn1.c
[858/953] Compiling evp.c
[859/953] Compiling evp_ctx.c
[860/953] Compiling err.c
[861/953] Compiling p_dh.c
[862/953] Compiling engine.c
[863/953] Compiling evp_asn1.c
[864/953] Compiling ecdsa_asn1.c
[865/953] Compiling ec_derive.c
[866/953] Compiling hash_to_curve.c
[867/953] Compiling ecdh_extra.c
[868/953] Compiling dh_asn1.c
[869/953] Compiling dilithium.c
[870/953] Compiling params.c
[871/953] Compiling dsa_asn1.c
[872/953] Compiling digest_extra.c
[873/953] Compiling dsa.c
[874/953] Compiling ec_asn1.c
[875/953] Compiling crypto.c
[876/953] Compiling cpu_intel.c
[877/953] Compiling spake25519.c
[878/953] Compiling cpu_arm_linux.c
[878/953] Compiling des.c
[880/953] Compiling cpu_arm_freebsd.c
[881/953] Compiling cpu_aarch64_win.c
[882/953] Compiling x25519-asm-arm.S
[883/953] Compiling cpu_aarch64_openbsd.c
[884/953] Compiling cpu_aarch64_fuchsia.c
[884/953] Compiling cpu_aarch64_sysreg.c
[886/953] Compiling cpu_aarch64_linux.c
[887/953] Compiling cpu_aarch64_apple.c
[888/953] Compiling curve25519.c
[889/953] Compiling tls_cbc.c
[890/953] Compiling e_rc4.c
[891/953] Compiling e_rc2.c
[892/953] Compiling conf.c
[893/953] Compiling e_tls.c
[894/953] Compiling e_null.c
[895/953] Compiling e_des.c
[896/953] Compiling e_chacha20poly1305.c
[897/953] Compiling derive_key.c
[898/953] Compiling e_aesctrhmac.c
[899/953] Compiling e_aesgcmsiv.c
[900/953] Compiling curve25519_64_adx.c
[901/953] Compiling unicode.c
[901/953] Compiling cipher_extra.c
[903/953] Compiling chacha.c
[904/953] Compiling ber.c
[905/953] Compiling asn1_compat.c
[906/953] Compiling buf.c
[907/953] Compiling convert.c
[907/953] Compiling cbs.c
[909/953] Compiling bn_asn1.c
[910/953] Compiling blake2.c
[911/953] Compiling cbb.c
[912/953] Compiling printf.c
[913/953] Compiling pair.c
[914/953] Compiling hexdump.c
[915/953] Compiling file.c
[916/953] Compiling fd.c
[917/953] Compiling errno.c
[918/953] Compiling bio_mem.c
[919/953] Compiling base64.c
[920/953] Compiling tasn_typ.c
[921/953] Compiling tasn_utl.c
[922/953] Compiling bio.c
[923/953] Compiling tasn_fre.c
[924/953] Compiling tasn_new.c
[925/953] Compiling f_string.c
[926/953] Compiling posix_time.c
[927/953] Compiling tasn_dec.c
[928/953] Compiling tasn_enc.c
[929/953] Compiling asn1_par.c
[930/953] Compiling f_int.c
[931/953] Compiling asn_pack.c
[932/953] Compiling asn1_lib.c
[933/953] Compiling a_utctm.c
[934/953] Compiling a_type.c
[935/953] Compiling a_time.c
[936/953] Compiling a_octet.c
[937/953] Compiling a_strnid.c
[938/953] Compiling a_strex.c
[939/953] Compiling a_object.c
[940/953] Compiling a_mbstr.c
[941/953] Compiling a_int.c
[942/953] Compiling a_i2d_fp.c
[943/953] Write sources
[944/953] Compiling a_bool.c
[944/953] Compiling a_dup.c
[944/953] Write sources
[948/953] Compiling a_d2i_fp.c
[949/953] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[950/953] Compiling a_gentm.c
[951/953] Compiling bcm.c
[952/953] Compiling a_bitstr.c
[954/1005] Compiling Atomics UnsafeAtomic.swift
[955/1005] Compiling Atomics UnsafeAtomicLazyReference.swift
[956/1005] Compiling Atomics ManagedAtomic.swift
[957/1005] Compiling Atomics ManagedAtomicLazyReference.swift
[958/1007] Compiling Atomics AtomicMemoryOrderings.swift
[959/1007] Compiling Atomics DoubleWord.swift
[960/1007] Compiling Atomics Primitives.shims.swift
[961/1007] Compiling Atomics AtomicInteger.swift
[962/1007] Compiling Atomics AtomicOptionalWrappable.swift
[963/1007] Compiling Atomics AtomicReference.swift
[964/1007] Compiling Atomics AtomicStorage.swift
[965/1007] Compiling Atomics AtomicValue.swift
[966/1007] Compiling Atomics IntegerOperations.swift
[967/1007] Compiling Atomics Unmanaged extensions.swift
[968/1007] Compiling CryptoBoringWrapper RandomBytes.swift
[969/1007] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[970/1007] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[971/1007] Emitting module CryptoBoringWrapper
[972/1007] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[973/1007] Compiling CryptoBoringWrapper EllipticCurve.swift
[976/1007] Compiling Algorithms Product.swift
[977/1010] Compiling Algorithms Split.swift
[978/1010] Compiling Algorithms Stride.swift
[979/1010] Compiling Algorithms Suffix.swift
[986/1010] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[987/1010] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[993/1011] Compiling Atomics RawRepresentable.swift
[994/1011] Compiling Atomics AtomicBool.swift
[997/1082] Compiling Crypto Digest_boring.swift
[998/1082] Compiling Crypto Digest.swift
[999/1082] Compiling Crypto Digests.swift
[1000/1082] Compiling Crypto AES-GCM.swift
[1001/1082] Compiling Crypto AES-GCM_boring.swift
[1002/1082] Compiling Crypto ChaChaPoly_boring.swift
[1003/1082] Compiling Crypto ChaChaPoly.swift
[1005/1082] Compiling Crypto Cipher.swift
[1006/1082] Compiling Crypto Nonces.swift
[1010/1082] Compiling Crypto HKDF.swift
[1011/1082] Compiling Crypto AESWrap.swift
[1012/1082] Compiling Crypto AESWrap_boring.swift
[1013/1082] Compiling Crypto Ed25519_boring.swift
[1014/1082] Compiling Crypto NISTCurvesKeys_boring.swift
[1015/1082] Compiling Crypto X25519Keys_boring.swift
[1016/1082] Compiling Crypto Curve25519.swift
[1017/1082] Compiling Crypto Ed25519Keys.swift
[1018/1082] Compiling Crypto NISTCurvesKeys.swift
[1019/1082] Compiling Crypto X25519Keys.swift
[1020/1091] Emitting module Atomics
[1022/1092] Compiling Crypto SymmetricKeys.swift
[1023/1092] Compiling Crypto HMAC.swift
[1024/1092] Compiling Crypto MACFunctions.swift
[1025/1092] Compiling Crypto MessageAuthenticationCode.swift
[1026/1092] Compiling Crypto AES.swift
[1027/1092] Compiling Crypto ECDSASignature_boring.swift
[1028/1092] Compiling Crypto ECDSA_boring.swift
[1029/1092] Compiling Crypto EdDSA_boring.swift
[1030/1092] Compiling Crypto ECDSA.swift
[1031/1092] Compiling Crypto Ed25519.swift
[1032/1092] Emitting module Algorithms
[1034/1153] Compiling NIOCore FileHandle.swift
[1035/1153] Compiling NIOCore FileRegion.swift
[1036/1153] Compiling NIOCore GlobalSingletons.swift
[1037/1153] Compiling NIOCore MulticastChannel.swift
[1038/1153] Compiling NIOCore NIOAny.swift
[1039/1153] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1040/1153] Compiling NIOCore NIOLoopBound.swift
[1041/1153] Compiling NIOCore NIOScheduledCallback.swift
[1042/1153] Compiling NIOCore NIOSendable.swift
[1043/1153] Compiling NIOCore PointerHelpers.swift
[1044/1153] Compiling NIOCore ByteBuffer-views.swift
[1045/1153] Compiling NIOCore Channel.swift
[1046/1153] Compiling NIOCore ChannelHandler.swift
[1047/1153] Compiling NIOCore ChannelHandlers.swift
[1048/1153] Compiling NIOCore ChannelInvoker.swift
[1049/1153] Compiling NIOCore ChannelOption.swift
[1050/1153] Compiling NIOCore ChannelPipeline.swift
[1051/1153] Compiling NIOCore CircularBuffer.swift
[1052/1153] Compiling NIOCore Codec.swift
[1053/1153] Compiling NIOCore ConvenienceOptionSupport.swift
[1054/1153] Compiling NIOCore DeadChannel.swift
[1055/1153] Compiling NIOCore DispatchQueue+WithFuture.swift
[1056/1153] Compiling NIOCore EventLoop+Deprecated.swift
[1057/1153] Compiling NIOCore EventLoop+SerialExecutor.swift
[1058/1153] Compiling NIOCore EventLoop.swift
[1059/1153] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1060/1153] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1061/1153] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1062/1153] Compiling NIOCore EventLoopFuture.swift
[1063/1153] Compiling NIOCore FileDescriptor.swift
[1064/1153] Compiling NIOCore BSDSocketAPI.swift
[1065/1153] Compiling NIOCore ByteBuffer-aux.swift
[1066/1153] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1067/1153] Compiling NIOCore ByteBuffer-conversions.swift
[1068/1153] Compiling NIOCore ByteBuffer-core.swift
[1069/1153] Compiling NIOCore ByteBuffer-hex.swift
[1070/1153] Compiling NIOCore ByteBuffer-int.swift
[1071/1153] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1072/1153] Compiling NIOCore ByteBuffer-multi-int.swift
[1073/1153] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1074/1153] Compiling NIOCore AddressedEnvelope.swift
[1075/1153] Compiling NIOCore AsyncAwaitSupport.swift
[1076/1153] Compiling NIOCore AsyncChannel.swift
[1077/1153] Compiling NIOCore AsyncChannelHandler.swift
[1078/1153] Compiling NIOCore AsyncChannelInboundStream.swift
[1079/1153] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1080/1153] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1081/1153] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1082/1153] Compiling NIOCore NIOAsyncWriter.swift
[1083/1153] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1084/1153] Emitting module Crypto
[1092/1153] Compiling NIOCore RecvByteBufferAllocator.swift
[1093/1161] Compiling Crypto Signature.swift
[1094/1161] Compiling Crypto CryptoKitErrors_boring.swift
[1095/1161] Compiling Crypto RNG_boring.swift
[1096/1161] Compiling Crypto SafeCompare_boring.swift
[1097/1161] Compiling Crypto Zeroization_boring.swift
[1098/1161] Compiling Crypto PrettyBytes.swift
[1099/1161] Compiling Crypto SafeCompare.swift
[1100/1161] Compiling Crypto SecureBytes.swift
[1101/1161] Compiling Crypto Zeroization.swift
[1103/1162] Compiling NIOCore IO.swift
[1104/1162] Compiling NIOCore IOData.swift
[1105/1162] Compiling NIOCore IPProtocol.swift
[1106/1162] Compiling NIOCore IntegerBitPacking.swift
[1107/1162] Compiling NIOCore IntegerTypes.swift
[1108/1162] Compiling NIOCore Interfaces.swift
[1109/1162] Compiling NIOCore Linux.swift
[1110/1162] Compiling NIOCore MarkedCircularBuffer.swift
[1119/1162] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1120/1162] Compiling NIOCore SocketAddresses.swift
[1121/1162] Compiling NIOCore SocketOptionProvider.swift
[1122/1162] Compiling NIOCore SystemCallHelpers.swift
[1123/1162] Compiling NIOCore TimeAmount+Duration.swift
[1124/1162] Compiling NIOCore TypeAssistedChannelHandler.swift
[1125/1162] Compiling NIOCore UniversalBootstrapSupport.swift
[1126/1162] Compiling NIOCore Utilities.swift
[1162/1162] Emitting module NIOCore
[1164/1215] Emitting module NIOEmbedded
[1165/1215] Compiling NIOEmbedded AsyncTestingChannel.swift
[1166/1215] Compiling NIOEmbedded Embedded.swift
[1167/1215] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1169/1216] Compiling NIOPosix SelectableChannel.swift
[1170/1216] Compiling NIOPosix SelectableEventLoop.swift
[1171/1216] Compiling NIOPosix SelectorEpoll.swift
[1172/1216] Compiling NIOPosix SelectorGeneric.swift
[1173/1216] Compiling NIOPosix SelectorKqueue.swift
[1174/1216] Compiling NIOPosix SelectorUring.swift
[1175/1216] Compiling NIOPosix ServerSocket.swift
[1176/1216] Compiling NIOPosix Socket.swift
[1177/1216] Compiling NIOPosix SocketChannel.swift
[1178/1216] Compiling NIOPosix SocketProtocols.swift
[1179/1216] Compiling NIOPosix System.swift
[1180/1216] Compiling NIOPosix Thread.swift
[1181/1216] Compiling NIOPosix Pool.swift
[1182/1216] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1183/1216] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1184/1216] Compiling NIOPosix PosixSingletons.swift
[1185/1216] Compiling NIOPosix RawSocketBootstrap.swift
[1186/1216] Compiling NIOPosix Resolver.swift
[1187/1216] Compiling NIOPosix Selectable.swift
[1188/1222] Emitting module NIOPosix
[1189/1222] Compiling NIOPosix ThreadPosix.swift
[1190/1222] Compiling NIOPosix ThreadWindows.swift
[1191/1222] Compiling NIOPosix UnsafeTransfer.swift
[1192/1222] Compiling NIOPosix Utilities.swift
[1193/1222] Compiling NIOPosix VsockAddress.swift
[1194/1222] Compiling NIOPosix VsockChannelEvents.swift
[1195/1222] Compiling NIOPosix BSDSocketAPICommon.swift
[1196/1222] Compiling NIOPosix BSDSocketAPIPosix.swift
[1197/1222] Compiling NIOPosix BSDSocketAPIWindows.swift
[1198/1222] Compiling NIOPosix BaseSocket.swift
[1199/1222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1200/1222] Compiling NIOPosix BaseSocketChannel.swift
[1201/1222] Compiling NIOPosix BaseStreamSocketChannel.swift
[1202/1222] Compiling NIOPosix Bootstrap.swift
[1203/1222] Compiling NIOPosix ControlMessage.swift
[1204/1222] Compiling NIOPosix DatagramVectorReadManager.swift
[1205/1222] Compiling NIOPosix Errors+Any.swift
[1206/1222] Compiling NIOPosix FileDescriptor.swift
[1207/1222] Compiling NIOPosix GetaddrinfoResolver.swift
[1208/1222] Compiling NIOPosix HappyEyeballs.swift
[1209/1222] Compiling NIOPosix IO.swift
[1210/1222] Compiling NIOPosix IntegerBitPacking.swift
[1211/1222] Compiling NIOPosix IntegerTypes.swift
[1212/1222] Compiling NIOPosix Linux.swift
[1213/1222] Compiling NIOPosix LinuxCPUSet.swift
[1214/1222] Compiling NIOPosix LinuxUring.swift
[1215/1222] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1216/1222] Compiling NIOPosix NIOThreadPool.swift
[1217/1222] Compiling NIOPosix NonBlockingFileIO.swift
[1218/1222] Compiling NIOPosix PendingDatagramWritesManager.swift
[1219/1222] Compiling NIOPosix PendingWritesManager.swift
[1220/1222] Compiling NIOPosix PipeChannel.swift
[1221/1222] Compiling NIOPosix PipePair.swift
[1222/1222] Compiling NIOPosix PointerHelpers.swift
[1224/1225] Emitting module NIO
[1225/1225] Compiling NIO Exports.swift
[1227/1265] Compiling NIOTLS TLSEvents.swift
[1228/1265] Emitting module NIOTLS
[1229/1265] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1230/1266] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1231/1266] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1232/1266] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1233/1266] Compiling NIOSOCKS SOCKSResponse.swift
[1234/1266] Compiling NIOSOCKS ClientStateMachine.swift
[1235/1266] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1236/1266] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1237/1266] Emitting module NIOSOCKS
[1238/1266] Compiling NIOSOCKS ServerStateMachine.swift
[1239/1266] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1240/1266] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1241/1266] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1242/1266] Compiling NIOHTTP1 HTTPDecoder.swift
[1243/1266] Compiling NIOHTTP1 HTTPEncoder.swift
[1244/1266] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1245/1266] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1246/1266] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1247/1267] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1248/1267] Compiling NIOTLS SNIHandler.swift
[1251/1268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1252/1268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1253/1270] Emitting module NIOFoundationCompat
[1254/1270] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1255/1299] Emitting module NIOHTTP1
[1256/1299] Compiling NIOSSL IdentityVerification.swift
[1257/1299] Compiling NIOSSL LinuxCABundle.swift
[1259/1299] Compiling NIOSSL SSLCallbacks.swift
[1260/1299] Compiling NIOSSL SSLCertificate.swift
[1261/1321] Compiling NIOTransportServices AcceptHandler.swift
[1262/1321] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1263/1321] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1264/1323] Compiling NIOTransportServices NIOTSBootstraps.swift
[1265/1323] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1266/1323] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1267/1323] Compiling NIOTransportServices StateManagedChannel.swift
[1268/1323] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1269/1323] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1270/1323] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1271/1323] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1272/1323] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1273/1323] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1274/1323] Compiling NIOTransportServices NIOTSErrors.swift
[1275/1323] Compiling NIOTransportServices NIOTSEventLoop.swift
[1276/1323] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1277/1323] Compiling NIOTransportServices NIOTSSingletons.swift
[1278/1323] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1279/1323] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1280/1323] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1281/1323] Emitting module NIOTransportServices
[1282/1323] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1283/1323] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1284/1323] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1298/1347] Compiling NIOSSL NIOSSLSecureBytes.swift
[1299/1347] Compiling NIOSSL RNG.swift
[1300/1347] Compiling NIOSSL SafeCompare.swift
[1304/1350] Compiling NIOSSL SubjectAlternativeName.swift
[1305/1350] Emitting module SotoSignerV4
[1306/1350] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1307/1350] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1312/1350] Emitting module NIOHTTPCompression
[1313/1350] Compiling NIOHTTPCompression HTTPCompression.swift
[1314/1350] Compiling NIOHTTPCompression HTTPDecompression.swift
[1315/1350] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1316/1350] Emitting module NIOSSL
[1317/1350] Compiling NIOHPACK HPACKHeader.swift
[1318/1350] Compiling NIOHPACK HeaderTables.swift
[1321/1350] Compiling NIOHPACK IndexedHeaderTable.swift
[1322/1350] Compiling NIOHPACK IntegerCoding.swift
[1323/1351] Compiling NIOHPACK DynamicHeaderTable.swift
[1324/1351] Compiling NIOHPACK HPACKDecoder.swift
[1325/1351] Compiling NIOHPACK HPACKEncoder.swift
[1326/1351] Compiling NIOHPACK HPACKErrors.swift
[1327/1351] Compiling NIOHPACK HuffmanTables.swift
[1328/1351] Compiling NIOHPACK StaticHeaderTable.swift
[1329/1351] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1330/1352] Compiling NIOHPACK HuffmanCoding.swift
[1332/1352] Emitting module NIOHPACK
[1340/1353] Compiling SotoSignerV4 exports.swift
[1341/1353] Compiling SotoSignerV4 signer.swift
[1342/1353] Compiling SotoSignerV4 credentials.swift
[1344/1412] Compiling NIOHTTP2 DOSHeuristics.swift
[1345/1412] Compiling NIOHTTP2 Error+Any.swift
[1346/1412] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1347/1412] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1348/1412] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1349/1412] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1350/1412] Compiling NIOHTTP2 HasLocalSettings.swift
[1351/1412] Compiling NIOHTTP2 HasRemoteSettings.swift
[1352/1412] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1353/1412] Compiling NIOHTTP2 QuiescingState.swift
[1354/1412] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1356/1413] Compiling NIOHTTP2 MaySendFrames.swift
[1357/1413] Compiling NIOHTTP2 SendingDataState.swift
[1358/1413] Compiling NIOHTTP2 SendingGoawayState.swift
[1359/1413] Compiling NIOHTTP2 SendingHeadersState.swift
[1360/1413] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1361/1413] Compiling NIOHTTP2 SendingRstStreamState.swift
[1362/1413] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1363/1413] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1371/1421] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1372/1421] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1373/1421] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1374/1421] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1375/1421] Compiling NIOHTTP2 HTTP2StreamID.swift
[1376/1421] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1377/1421] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1378/1421] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1379/1421] Compiling NIOHTTP2 InboundEventBuffer.swift
[1380/1421] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1381/1421] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1382/1421] Compiling NIOHTTP2 MayReceiveFrames.swift
[1383/1421] Compiling NIOHTTP2 ReceivingDataState.swift
[1384/1421] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1385/1421] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1386/1421] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1387/1421] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1389/1421] Emitting module NIOHTTP2
[1390/1421] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1391/1421] Compiling NIOHTTP2 HTTP2Frame.swift
[1392/1421] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1393/1421] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1394/1421] Compiling NIOHTTP2 HTTP2PingData.swift
[1395/1421] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1396/1421] Compiling NIOHTTP2 HTTP2Settings.swift
[1397/1421] Compiling NIOHTTP2 HTTP2Stream.swift
[1398/1421] Compiling NIOHTTP2 InboundWindowManager.swift
[1399/1421] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1400/1421] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1401/1421] Compiling NIOHTTP2 StreamChannelList.swift
[1402/1421] Compiling NIOHTTP2 StreamMap.swift
[1403/1421] Compiling NIOHTTP2 StreamStateMachine.swift
[1404/1421] Compiling NIOHTTP2 UnsafeTransfer.swift
[1405/1421] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1406/1421] Compiling NIOHTTP2 StateMachineResult.swift
[1407/1421] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1411/1421] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1412/1421] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1413/1421] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1414/1421] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1415/1421] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1416/1421] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1417/1421] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1418/1421] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1419/1421] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1420/1421] Compiling NIOHTTP2 HTTP2Error.swift
[1421/1421] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1423/1479] Compiling AsyncHTTPClient ConnectionPool.swift
[1424/1479] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1425/1479] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1426/1479] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1427/1479] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1428/1479] Compiling AsyncHTTPClient HTTP1Connection.swift
[1429/1479] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1430/1479] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1431/1487] Emitting module AsyncHTTPClient
[1432/1487] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1433/1487] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1434/1487] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1435/1487] Compiling AsyncHTTPClient ConnectionTarget.swift
[1436/1487] Compiling AsyncHTTPClient DeconstructedURL.swift
[1437/1487] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1438/1487] Compiling AsyncHTTPClient FoundationExtensions.swift
[1439/1487] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1440/1487] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1441/1487] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1442/1487] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1443/1487] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1444/1487] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1445/1487] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1446/1487] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1447/1487] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1448/1487] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1449/1487] Compiling AsyncHTTPClient HTTPClient.swift
[1450/1487] Compiling AsyncHTTPClient HTTPHandler.swift
[1451/1487] Compiling AsyncHTTPClient LRUCache.swift
[1452/1487] Compiling AsyncHTTPClient NWErrorHandler.swift
[1453/1487] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1454/1487] Compiling AsyncHTTPClient TLSConfiguration.swift
[1455/1487] Compiling AsyncHTTPClient RedirectState.swift
[1456/1487] Compiling AsyncHTTPClient HTTP2Connection.swift
[1457/1487] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1458/1487] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1459/1487] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1460/1487] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1461/1487] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1462/1487] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1463/1487] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1464/1487] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1465/1487] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1466/1487] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1467/1487] Compiling AsyncHTTPClient Transaction.swift
[1468/1487] Compiling AsyncHTTPClient Base64.swift
[1469/1487] Compiling AsyncHTTPClient BasicAuth.swift
[1470/1487] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1471/1487] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1472/1487] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1473/1487] Compiling AsyncHTTPClient RequestBodyLength.swift
[1474/1487] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1475/1487] Compiling AsyncHTTPClient RequestOptions.swift
[1476/1487] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1477/1487] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1478/1487] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1479/1487] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1480/1487] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1481/1487] Compiling AsyncHTTPClient RequestBag.swift
[1482/1487] Compiling AsyncHTTPClient RequestValidation.swift
[1483/1487] Compiling AsyncHTTPClient SSLContextCache.swift
[1484/1487] Compiling AsyncHTTPClient Scheme.swift
[1485/1487] Compiling AsyncHTTPClient Singleton.swift
[1486/1487] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1487/1487] Compiling AsyncHTTPClient Utils.swift
[1489/1552] Compiling SotoCore EventStream.swift
[1490/1552] Compiling SotoCore ExpiringValue.swift
[1491/1552] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
[1492/1552] Compiling SotoCore Sequence+concurrentMap.swift
[1493/1552] Compiling SotoCore ConfigFileCredentialProvider.swift
[1494/1552] Compiling SotoCore ConfigFileLoader.swift
[1495/1552] Compiling SotoCore Credential+IsEmpty.swift
[1496/1552] Compiling SotoCore CredentialProvider.swift
[1497/1552] Compiling SotoCore CredentialProviderError.swift
[1498/1560] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1499/1560] Compiling SotoCore StaticCredential+Environment.swift
[1500/1560] Compiling SotoCore ARN.swift
[1501/1560] Compiling SotoCore AWSShape.swift
[1502/1560] Compiling SotoCore EndpointVariant.swift
[1503/1560] Compiling SotoCore Environment.swift
[1504/1560] Compiling SotoCore Region.swift
[1505/1560] Compiling SotoCore ServiceProtocol.swift
[1506/1560] Compiling SotoCore CodableProperties.swift
[1507/1560] Compiling SotoCore AWSClient+Paginate.swift
[1508/1560] Compiling SotoCore AWSClient.swift
[1509/1560] Compiling SotoCore AWSEndpointDiscovery.swift
[1510/1560] Compiling SotoCore AWSService.swift
[1511/1560] Compiling SotoCore AWSServiceConfig.swift
[1512/1560] Compiling SotoCore Base64Data.swift
[1513/1560] Compiling SotoCore EventPayload.swift
[1514/1560] Compiling SotoCore AnyAsyncSequence.swift
[1515/1560] Compiling SotoCore ByteBufferSequence.swift
[1516/1560] Compiling SotoCore CredentialProviderSelector.swift
[1517/1560] Compiling SotoCore DeferredCredentialProvider.swift
[1518/1560] Compiling SotoCore EmptyCredential.swift
[1519/1560] Compiling SotoCore ExpiringCredential.swift
[1520/1560] Compiling SotoCore MetaDataCredentialProvider.swift
[1521/1560] Compiling SotoCore NullCredentialProvider.swift
[1522/1560] Compiling SotoCore RotatingCredentialProvider.swift
[1523/1560] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1524/1560] Compiling SotoCore STSAssumeRole.swift
[1525/1560] Emitting module SotoCore
[1526/1560] Compiling SotoCore ServerErrors.swift
[1527/1560] Compiling SotoCore Exports.swift
[1528/1560] Compiling SotoCore AWSHTTPBody.swift
[1529/1560] Compiling SotoCore AWSHTTPClient.swift
[1530/1560] Compiling SotoCore AWSHTTPRequest.swift
[1531/1560] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1532/1560] Compiling SotoCore AWSHTTPResponse.swift
[1533/1560] Compiling SotoCore AsyncHTTPClient.swift
[1534/1560] Compiling SotoCore S3SignedAsyncSequence.swift
[1535/1560] Compiling SotoCore Middleware.swift
[1536/1560] Compiling SotoCore EditHeadersMiddleware.swift
[1537/1560] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1538/1560] Compiling SotoCore ErrorHandlingMiddleware.swift
[1539/1560] Compiling SotoCore LoggingMiddleware.swift
[1540/1560] Compiling SotoCore RetryMiddleware.swift
[1541/1560] Compiling SotoCore S3Middleware.swift
[1542/1560] Compiling SotoCore SigningMiddleware.swift
[1543/1560] Compiling SotoCore TracingMiddleware.swift
[1544/1560] Compiling SotoCore CollectionCoders.swift
[1545/1560] Compiling SotoCore DateCoders.swift
[1546/1560] Compiling SotoCore EC2ArrayCoder.swift
[1547/1560] Compiling SotoCore EventStreamDecoder.swift
[1548/1560] Compiling SotoCore QueryEncoder.swift
[1549/1560] Compiling SotoCore RequestContainer.swift
[1550/1560] Compiling SotoCore ResponseContainer.swift
[1551/1560] Compiling SotoCore ClientErrors.swift
[1552/1560] Compiling SotoCore Error.swift
[1553/1560] Compiling SotoCore TreeHashMiddleware.swift
[1554/1560] Compiling SotoCore MiddlewareStack.swift
[1555/1560] Compiling SotoCore RetryPolicy.swift
[1556/1560] Compiling SotoCore UnsafeTransfer.swift
[1557/1560] Compiling SotoCore base64.swift
[1558/1560] Compiling SotoCore crc32.swift
[1559/1560] Compiling SotoCore AWSClient+Waiter.swift
[1560/1560] Compiling SotoCore Matcher.swift
[1562/1564] Compiling _SotoS3Generated S3_api.swift
[1563/1564] Emitting module _SotoS3Generated
[1564/1564] Compiling _SotoS3Generated S3_shapes.swift
[1566/1573] Compiling SotoS3 exports.swift
[1567/1573] Emitting module SotoS3
[1568/1573] Compiling SotoS3 AsyncEnumeratedSequence.swift
[1569/1573] Compiling SotoS3 S3+presignedPost.swift
[1570/1573] Compiling SotoS3 S3ExpressSigning.swift
[1571/1573] Compiling SotoS3 FileByteBufferAsyncSequence.swift
[1572/1573] Compiling SotoS3 ReportSizeByteBufferSequence.swift
[1573/1573] Compiling SotoS3 S3+multipart.swift
[1575/1580] Compiling SotoS3FileTransfer ReportSizeByteBufferSequence.swift
[1576/1580] Compiling SotoS3FileTransfer S3FileTransferManager+options.swift
[1577/1580] Compiling SotoS3FileTransfer FolderUploadProgress.swift
[1578/1580] Emitting module SotoS3FileTransfer
[1579/1580] Compiling SotoS3FileTransfer S3Path.swift
[1580/1580] Compiling SotoS3FileTransfer S3FileTransferManager.swift
Build complete! (346.40s)
Build complete.
{
"dependencies" : [
{
"identity" : "soto",
"requirement" : {
"range" : [
{
"lower_bound" : "7.3.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/soto-project/soto.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "soto-s3-file-transfer",
"name" : "soto-s3-file-transfer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SotoS3FileTransfer",
"targets" : [
"SotoS3FileTransfer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SotoS3FileTransferTests",
"module_type" : "SwiftTarget",
"name" : "SotoS3FileTransferTests",
"path" : "Tests/SotoS3FileTransferTests",
"product_dependencies" : [
"Atomics"
],
"sources" : [
"S3FileTransferManagerTests.swift",
"S3PathTests.swift",
"TestEnvironment.swift"
],
"target_dependencies" : [
"SotoS3FileTransfer"
],
"type" : "test"
},
{
"c99name" : "SotoS3FileTransfer",
"module_type" : "SwiftTarget",
"name" : "SotoS3FileTransfer",
"path" : "Sources/SotoS3FileTransfer",
"product_dependencies" : [
"SotoS3",
"Logging"
],
"product_memberships" : [
"SotoS3FileTransfer"
],
"sources" : [
"FolderUploadProgress.swift",
"ReportSizeByteBufferSequence.swift",
"S3FileTransferManager+options.swift",
"S3FileTransferManager.swift",
"S3Path.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.