Build Information
Successful build of soto-s3-file-transfer, reference main (96ad88
), with Swift 6.1 for Linux on 23 May 2025 12:00:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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 96ad88a Update swift versions in CI
Cloned https://github.com/soto-project/soto-s3-file-transfer.git
Revision (git rev-parse @):
96ad88a36d99555232e41e7b26a9c86fb9a72fcf
SUCCESS checkout https://github.com/soto-project/soto-s3-file-transfer.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
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-4609320-1":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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/3836] Fetching swift-log
[2878/5546] Fetching swift-log, swift-atomics
[5547/146581] Fetching swift-log, swift-atomics, soto
Fetched https://github.com/apple/swift-atomics.git from cache (106.84s)
Fetched https://github.com/apple/swift-log.git from cache (106.85s)
Fetched https://github.com/soto-project/soto.git from cache (107.43s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.6.1 (113.69s)
Fetching https://github.com/soto-project/soto-core.git
[1/54988] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (2.37s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.7.0 (2.91s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/644] Fetching jmespath.swift
[645/3311] Fetching jmespath.swift, swift-nio-transport-services
[912/5517] Fetching jmespath.swift, swift-nio-transport-services, swift-metrics
[4857/10491] Fetching jmespath.swift, swift-nio-transport-services, swift-metrics, swift-distributed-tracing
[7359/24504] Fetching jmespath.swift, swift-nio-transport-services, swift-metrics, swift-distributed-tracing, async-http-client
Fetched https://github.com/apple/swift-metrics.git from cache (0.55s)
[19496/22298] Fetching jmespath.swift, swift-nio-transport-services, swift-distributed-tracing, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
[14662/17324] Fetching jmespath.swift, swift-nio-transport-services, async-http-client
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
[16625/32160] Fetching jmespath.swift, swift-nio-transport-services, async-http-client, swift-nio-ssl
[19848/46096] Fetching jmespath.swift, swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto
[20981/122092] Fetching jmespath.swift, swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.54s)
[82318/108156] Fetching jmespath.swift, swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (3.26s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.26s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.26s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.28s)
[51678/75996] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.14s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (2.85s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.62s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.26s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.82s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4379] Fetching swift-system
[1184/20970] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.95s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.91s)
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/5914] Fetching swift-nio-extras
[652/17441] Fetching swift-nio-extras, swift-nio-http2
[1064/23400] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.74s)
[8566/17441] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.36s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.37s)
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 (6.06s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (4.27s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.56s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.39s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1590] Fetching swift-asn1
[224/2494] Fetching swift-asn1, swift-http-types
[2162/7479] Fetching swift-asn1, swift-http-types, swift-async-algorithms
[2243/9905] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[2479/11046] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers
[2480/17201] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (4.43s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.43s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (4.44s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (4.45s)
Fetched https://github.com/apple/swift-asn1.git from cache (4.76s)
Fetched https://github.com/apple/swift-certificates.git from cache (4.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.71s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.63s)
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.80s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.90s)
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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.7.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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.6.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/819] Write sources
[37/819] Compiling CSotoExpat xmltok_ns.c
[38/819] Compiling _NumericsShims _NumericsShims.c
[38/819] Compiling _AtomicsShims.c
[40/819] Compiling CSotoExpat xmltok_impl.c
[41/819] Compiling CNIOWindows shim.c
[41/819] Compiling CNIOWASI CNIOWASI.c
[43/819] Compiling CNIOWindows WSAStartup.c
[44/819] Compiling CNIOLinux liburing_shims.c
[45/819] Compiling CSotoExpat xmlrole.c
[46/819] Compiling CNIOLLHTTP c_nio_http.c
[47/819] Compiling CNIOExtrasZlib empty.c
[48/819] Compiling CNIODarwin shim.c
[49/819] Compiling CNIOLinux shim.c
[50/819] Compiling fiat_p256_adx_mul.S
[51/819] Compiling CNIOLLHTTP c_nio_api.c
[52/819] Compiling fiat_p256_adx_sqr.S
[53/819] Write swift-version-24593BA9C3E375BF.txt
[54/819] Compiling fiat_curve25519_adx_mul.S
[55/819] Compiling fiat_curve25519_adx_square.S
[56/819] Compiling CSotoExpat xmlparse.c
[57/819] Compiling CNIOLLHTTP c_nio_llhttp.c
[58/819] Compiling CSotoExpat xmltok.c
[59/843] Compiling CNIOBoringSSLShims shims.c
[61/843] Emitting module ServiceContextModule
[62/848] Emitting module RealModule
[62/849] Compiling tls_record.cc
[63/849] Compiling tls_method.cc
[65/874] Emitting module InternalCollectionsUtilities
[66/875] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/875] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/875] Compiling InternalCollectionsUtilities Integer rank.swift
[69/875] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/875] Compiling InternalCollectionsUtilities Debugging.swift
[71/875] Compiling InternalCollectionsUtilities Descriptions.swift
[72/875] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[73/875] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/875] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/875] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/875] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/875] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/875] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/875] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/875] Compiling ServiceContextModule ServiceContextKey.swift
[81/876] Compiling RealModule RealFunctions.swift
[82/876] Compiling RealModule Real.swift
[83/876] Compiling ServiceContextModule ServiceContext.swift
[84/876] Emitting module _NIOBase64
[85/877] Compiling _NIOBase64 Base64.swift
[86/877] Compiling _NIODataStructures PriorityQueue.swift
[87/878] Compiling _NIODataStructures _TinyArray.swift
[88/878] Compiling RealModule ElementaryFunctions.swift
[89/878] Compiling RealModule Float+Real.swift
[90/878] Compiling RealModule Float80+Real.swift
[91/878] Compiling RealModule Float16+Real.swift
[100/905] Compiling Instrumentation NoOpInstrument.swift
[101/905] Emitting module Instrumentation
[102/905] Compiling Instrumentation MultiplexInstrument.swift
[103/905] Compiling Instrumentation Instrument.swift
[104/905] Compiling DequeModule _DequeBuffer.swift
[105/905] Compiling DequeModule _DequeBufferHeader.swift
[106/907] Compiling DequeModule Deque+CustomReflectable.swift
[107/907] Compiling DequeModule Deque+Descriptions.swift
[108/907] Compiling DequeModule Deque+Extras.swift
[109/907] Compiling DequeModule Deque+Hashable.swift
[110/907] Compiling INIParser INIParser.swift
[111/907] Emitting module INIParser
[112/908] Compiling DequeModule Deque+Equatable.swift
[113/908] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[114/908] Compiling JMESPath Sendable.swift
[116/909] Compiling JMESPath Runtime.swift
[117/909] Compiling JMESPath Token.swift
[118/909] Emitting module Logging
[119/909] Compiling Logging Locks.swift
[120/909] Compiling Logging MetadataProvider.swift
[121/909] Compiling Instrumentation InstrumentationSystem.swift
[122/909] Compiling Instrumentation Locks.swift
[123/910] Compiling CoreMetrics Locks.swift
[124/910] Emitting module _NIODataStructures
[125/910] Compiling _NIODataStructures Heap.swift
[126/911] Compiling Logging LogHandler.swift
[127/911] Compiling Logging Logging.swift
[128/911] Emitting module CoreMetrics
[129/912] Compiling DequeModule _DequeSlot.swift
[130/912] Compiling DequeModule _UnsafeWrappedBuffer.swift
[134/931] Compiling Atomics AtomicOptionalWrappable.swift
[135/931] Compiling Atomics AtomicReference.swift
[136/931] Compiling Atomics AtomicMemoryOrderings.swift
[137/931] Compiling Atomics DoubleWord.swift
[138/931] Compiling JMESPath Parser.swift
[139/939] Compiling Atomics UnsafeAtomic.swift
[140/939] Compiling Atomics UnsafeAtomicLazyReference.swift
[141/941] Compiling Atomics ManagedAtomic.swift
[142/941] Compiling Atomics ManagedAtomicLazyReference.swift
[143/941] Compiling Atomics OptionalRawRepresentable.swift
[144/941] Compiling Atomics RawRepresentable.swift
[147/941] Emitting module DequeModule
[148/942] Compiling Tracing TracingTime.swift
[150/942] Compiling CoreMetrics Metrics.swift
[151/942] Compiling Tracing TracerProtocol.swift
[153/943] Compiling Atomics AtomicStorage.swift
[154/943] Compiling Atomics AtomicValue.swift
[155/943] Compiling Atomics Primitives.shims.swift
[156/943] Compiling Atomics AtomicInteger.swift
[158/943] Compiling Atomics IntegerOperations.swift
[159/943] Compiling Atomics Unmanaged extensions.swift
[161/943] Compiling Tracing Tracer.swift
[162/943] Compiling Tracing TracerProtocol+Legacy.swift
[163/943] Compiling JMESPath Variable.swift
[164/943] Compiling SotoXML XMLEncoder.swift
[165/943] Compiling SotoXML XML.swift
[166/943] Emitting module SotoXML
[167/943] Compiling SotoXML Expat.swift
[168/943] Compiling SotoXML XMLDecoder.swift
[169/944] Compiling Tracing NoOpTracer.swift
[170/944] Emitting module Tracing
[171/944] Compiling Tracing SpanProtocol.swift
[172/944] Compiling Tracing InstrumentationSystem+Tracing.swift
[174/945] Compiling Atomics PointerConformances.swift
[175/945] Compiling Atomics Primitives.native.swift
[179/945] Emitting module JMESPath
[180/945] Compiling Atomics AtomicBool.swift
[181/945] Compiling Atomics IntegerConformances.swift
[183/948] Emitting module Metrics
[184/948] Compiling Metrics Metrics.swift
[185/949] Compiling tls13_server.cc
[186/949] Compiling tls13_enc.cc
[188/949] Emitting module Atomics
[188/949] Compiling tls13_both.cc
[189/949] Compiling tls13_client.cc
[196/950] Compiling t1_enc.cc
[198/950] Compiling ssl_x509.cc
[199/950] Compiling ssl_versions.cc
[200/950] Compiling ssl_transcript.cc
[201/950] Compiling ssl_stat.cc
[202/950] Compiling ssl_privkey.cc
[203/950] Compiling ssl_session.cc
[204/950] Compiling ssl_key_share.cc
[205/950] Compiling ssl_lib.cc
[206/950] Compiling ssl_file.cc
[207/950] Compiling ssl_credential.cc
[208/950] Compiling ssl_cipher.cc
[209/950] Compiling ssl_cert.cc
[210/950] Compiling ssl_buffer.cc
[211/950] Compiling ssl_aead_ctx.cc
[212/950] Compiling ssl_asn1.cc
[213/950] Compiling s3_lib.cc
[214/950] Compiling s3_pkt.cc
[215/950] Compiling s3_both.cc
[216/950] Compiling handshake_server.cc
[217/950] Compiling handshake_client.cc
[218/950] Compiling handshake.cc
[219/950] Compiling handoff.cc
[220/950] Compiling extensions.cc
[221/950] Compiling encrypted_client_hello.cc
[222/950] Compiling dtls_record.cc
[223/950] Compiling md5-x86_64-linux.S
[224/950] Compiling md5-x86_64-apple.S
[225/950] Compiling md5-586-linux.S
[226/950] Compiling dtls_method.cc
[227/950] Compiling md5-586-apple.S
[228/950] Compiling chacha20_poly1305_x86_64-linux.S
[229/950] Compiling chacha20_poly1305_x86_64-apple.S
[230/950] Compiling chacha20_poly1305_armv8-win.S
[231/950] Compiling chacha20_poly1305_armv8-linux.S
[232/950] Compiling chacha20_poly1305_armv8-apple.S
[233/950] Compiling chacha-x86_64-linux.S
[234/950] Compiling chacha-x86_64-apple.S
[235/950] Compiling chacha-x86-linux.S
[236/950] Compiling chacha-x86-apple.S
[237/950] Compiling chacha-armv8-win.S
[238/950] Compiling err_data.cc
[239/950] Compiling d1_srtp.cc
[240/950] Compiling chacha-armv8-linux.S
[241/950] Compiling chacha-armv8-apple.S
[242/950] Compiling chacha-armv4-linux.S
[243/950] Compiling d1_pkt.cc
[244/950] Compiling aes128gcmsiv-x86_64-linux.S
[245/950] Compiling aes128gcmsiv-x86_64-apple.S
[246/950] Compiling x86_64-mont5-apple.S
[247/950] Compiling x86_64-mont5-linux.S
[248/950] Compiling x86_64-mont-apple.S
[249/950] Compiling x86_64-mont-linux.S
[250/950] Compiling x86-mont-linux.S
[251/950] Compiling x86-mont-apple.S
[252/950] Compiling vpaes-x86_64-linux.S
[253/950] Compiling vpaes-x86-linux.S
[254/950] Compiling vpaes-x86_64-apple.S
[255/950] Compiling vpaes-x86-apple.S
[256/950] Compiling vpaes-armv8-win.S
[257/950] Compiling vpaes-armv8-linux.S
[258/950] Compiling d1_lib.cc
[259/950] Compiling vpaes-armv8-apple.S
[260/950] Compiling vpaes-armv7-linux.S
[261/950] Compiling sha512-x86_64-apple.S
[262/950] Compiling sha512-x86_64-linux.S
[263/950] Compiling sha512-armv8-linux.S
[264/950] Compiling sha512-armv8-apple.S
[265/950] Compiling sha512-armv4-linux.S
[266/950] Compiling sha512-armv8-win.S
[267/950] Compiling sha512-586-linux.S
[268/950] Compiling sha512-586-apple.S
[269/950] Compiling sha256-armv8-win.S
[270/950] Compiling sha256-armv8-linux.S
[271/950] Compiling sha256-x86_64-apple.S
[272/950] Compiling sha256-x86_64-linux.S
[273/950] Compiling sha256-armv8-apple.S
[274/950] Compiling sha256-armv4-linux.S
[275/950] Compiling bio_ssl.cc
[276/950] Compiling sha256-586-apple.S
[277/950] Compiling sha256-586-linux.S
[278/950] Compiling sha1-x86_64-apple.S
[279/950] Compiling sha1-x86_64-linux.S
[280/950] Compiling sha1-armv8-win.S
[281/950] Compiling sha1-armv8-linux.S
[282/950] Compiling sha1-armv8-apple.S
[283/950] Compiling sha1-armv4-large-linux.S
[284/950] Compiling sha1-586-linux.S
[285/950] Compiling rsaz-avx2-linux.S
[286/950] Compiling rsaz-avx2-apple.S
[287/950] Compiling sha1-586-apple.S
[288/950] Compiling d1_both.cc
[289/950] Compiling p256_beeu-x86_64-asm-apple.S
[290/950] Compiling rdrand-x86_64-apple.S
[291/950] Compiling p256_beeu-x86_64-asm-linux.S
[292/950] Compiling rdrand-x86_64-linux.S
[293/950] Compiling p256_beeu-armv8-asm-linux.S
[294/950] Compiling p256_beeu-armv8-asm-win.S
[295/950] Compiling p256-armv8-asm-linux.S
[296/950] Compiling p256_beeu-armv8-asm-apple.S
[297/950] Compiling p256-x86_64-asm-apple.S
[298/950] Compiling ghashv8-armv8-win.S
[299/950] Compiling p256-armv8-asm-apple.S
[299/950] Compiling p256-armv8-asm-win.S
[301/950] Compiling ghashv8-armv8-linux.S
[302/950] Compiling p256-x86_64-asm-linux.S
[303/950] Compiling ghashv8-armv7-linux.S
[304/950] Compiling ghashv8-armv8-apple.S
[305/950] Compiling ghash-x86_64-linux.S
[306/950] Compiling ghash-x86_64-apple.S
[307/950] Compiling ghash-x86-apple.S
[308/950] Compiling ghash-x86-linux.S
[309/950] Compiling ghash-ssse3-x86_64-linux.S
[310/950] Compiling ghash-ssse3-x86-linux.S
[311/950] Compiling ghash-ssse3-x86_64-apple.S
[312/950] Compiling ghash-neon-armv8-win.S
[313/950] Compiling ghash-ssse3-x86-apple.S
[314/950] Compiling ghash-neon-armv8-linux.S
[315/950] Compiling ghash-neon-armv8-apple.S
[316/950] Compiling co-586-apple.S
[317/950] Compiling co-586-linux.S
[318/950] Compiling ghash-armv4-linux.S
[319/950] Compiling bsaes-armv7-linux.S
[320/950] Compiling bn-armv8-linux.S
[321/950] Compiling bn-armv8-win.S
[322/950] Compiling bn-armv8-apple.S
[323/950] Compiling bn-586-apple.S
[324/950] Compiling bn-586-linux.S
[325/950] Compiling armv8-mont-win.S
[326/950] Compiling armv8-mont-apple.S
[327/950] Compiling armv8-mont-linux.S
[328/950] Compiling aesv8-gcm-armv8-linux.S
[329/950] Compiling armv4-mont-linux.S
[330/950] Compiling aesv8-armv8-linux.S
[331/950] Compiling aesv8-gcm-armv8-win.S
[332/950] Compiling aesv8-gcm-armv8-apple.S
[333/950] Compiling aesv8-armv8-apple.S
[334/950] Compiling aesv8-armv8-win.S
[335/950] Compiling aesv8-armv7-linux.S
[336/950] Compiling aesni-x86_64-apple.S
[337/950] Compiling aesni-x86-linux.S
[338/950] Compiling aesni-x86_64-linux.S
[339/950] Compiling aesni-x86-apple.S
[340/950] Compiling aesni-gcm-x86_64-linux.S
[341/950] Compiling aes-gcm-avx2-x86_64-linux.S
[342/950] Compiling aesni-gcm-x86_64-apple.S
[343/950] Compiling aes-gcm-avx2-x86_64-apple.S
[344/950] Compiling aes-gcm-avx10-x86_64-apple.S
[345/950] Compiling aes-gcm-avx10-x86_64-linux.S
[346/950] Compiling x_spki.cc
[347/950] Compiling x_sig.cc
[348/950] Compiling x_val.cc
[349/950] Compiling x_x509a.cc
[350/950] Compiling x_name.cc
[351/950] Compiling x_req.cc
[351/950] Compiling x_pubkey.cc
[353/950] Compiling x_x509.cc
[354/950] Compiling x_exten.cc
[355/950] Compiling x_attrib.cc
[356/950] Compiling x_algor.cc
[357/950] Compiling x_crl.cc
[358/950] Compiling x_all.cc
[359/950] Compiling x509spki.cc
[360/950] Compiling x509rset.cc
[361/950] Compiling x509name.cc
[362/950] Compiling x509_txt.cc
[363/950] Compiling x509cset.cc
[364/950] Compiling x509_vfy.cc
[365/950] Compiling x509_vpm.cc
[366/950] Compiling x509_v3.cc
[367/950] Compiling x509_trs.cc
[368/950] Compiling x509_set.cc
[369/950] Compiling x509_req.cc
[370/950] Compiling x509_obj.cc
[371/950] Compiling x509_lu.cc
[372/950] Compiling x509_def.cc
[373/950] Compiling x509_ext.cc
[374/950] Compiling x509_d2.cc
[375/950] Compiling x509_att.cc
[376/950] Compiling x509_cmp.cc
[377/950] Compiling x509.cc
[378/950] Compiling v3_skey.cc
[379/950] Compiling v3_purp.cc
[380/950] Compiling v3_utl.cc
[381/950] Compiling v3_prn.cc
[382/950] Compiling v3_ocsp.cc
[383/950] Compiling v3_pcons.cc
[384/950] Compiling v3_pmaps.cc
[385/950] Compiling v3_ncons.cc
[386/950] Compiling v3_int.cc
[387/950] Compiling v3_info.cc
[388/950] Compiling v3_genn.cc
[389/950] Compiling v3_ia5.cc
[390/950] Compiling v3_lib.cc
[391/950] Compiling v3_extku.cc
[392/950] Compiling v3_enum.cc
[393/950] Compiling v3_crld.cc
[394/950] Compiling v3_cpols.cc
[395/950] Compiling v3_alt.cc
[396/950] Compiling v3_conf.cc
[397/950] Compiling v3_bitst.cc
[398/950] Compiling v3_bcons.cc
[399/950] Compiling v3_akeya.cc
[400/950] Compiling v3_akey.cc
[401/950] Compiling t_x509a.cc
[402/950] Compiling i2d_pr.cc
[403/950] Compiling t_x509.cc
[404/950] Compiling t_req.cc
[405/950] Compiling name_print.cc
[406/950] Compiling t_crl.cc
[407/950] Compiling policy.cc
[408/950] Compiling rsa_pss.cc
[409/950] Compiling by_file.cc
[410/950] Compiling by_dir.cc
[411/950] Compiling voprf.cc
[412/950] Compiling asn1_gen.cc
[413/950] Compiling a_verify.cc
[414/950] Compiling algorithm.cc
[415/950] Compiling a_digest.cc
[416/950] Compiling trust_token.cc
[417/950] Compiling a_sign.cc
[418/950] Compiling thread_win.cc
[419/950] Compiling thread_pthread.cc
[420/950] Compiling thread.cc
[421/950] Compiling thread_none.cc
[422/950] Compiling stack.cc
[423/950] Compiling pmbtoken.cc
[424/950] Compiling sha512.cc
[425/950] Compiling sha1.cc
[426/950] Compiling siphash.cc
[427/950] Compiling sha256.cc
[428/950] Compiling slhdsa.cc
[429/950] Compiling rsa_print.cc
[430/950] Compiling spake2plus.cc
[431/950] Compiling rsa_extra.cc
[432/950] Compiling rc4.cc
[433/950] Compiling rsa_crypt.cc
[434/950] Compiling refcount.cc
[435/950] Compiling windows.cc
[436/950] Compiling trusty.cc
[437/950] Compiling rand.cc
[438/950] Compiling urandom.cc
[439/950] Compiling rsa_asn1.cc
[440/950] Compiling passive.cc
[441/950] Compiling getentropy.cc
[442/950] Compiling ios.cc
[443/950] Compiling poly1305_arm_asm.S
[444/950] Compiling forkunsafe.cc
[445/950] Compiling fork_detect.cc
[446/950] Compiling deterministic.cc
[447/950] Compiling poly1305_arm.cc
[448/950] Compiling poly1305.cc
[449/950] Compiling poly1305_vec.cc
[450/950] Compiling pool.cc
[451/950] Compiling pkcs7.cc
[452/950] Compiling pkcs8.cc
[453/950] Compiling pkcs8_x509.cc
[454/950] Compiling pkcs7_x509.cc
[455/950] Compiling p5_pbev2.cc
[456/950] Compiling pem_x509.cc
[457/950] Compiling pem_xaux.cc
[458/950] Compiling pem_pkey.cc
[459/950] Compiling pem_info.cc
[460/950] Compiling mlkem.cc
[461/950] Compiling obj_xref.cc
[462/950] Compiling mem.cc
[463/950] Compiling pem_oth.cc
[464/950] Compiling pem_pk8.cc
[465/950] Compiling md4.cc
[466/950] Compiling mldsa.cc
[467/950] Compiling poly_rq_mul.S
[468/950] Compiling pem_lib.cc
[469/950] Compiling fips_shared_support.cc
[470/950] Compiling pem_all.cc
[471/950] Compiling hrss.cc
[472/950] Compiling obj.cc
[473/950] Compiling lhash.cc
[474/950] Compiling md5.cc
[475/950] Compiling sign.cc
[476/950] Compiling ex_data.cc
[477/950] Compiling scrypt.cc
[478/950] Compiling kyber.cc
[479/950] Compiling pbkdf.cc
[480/950] Compiling hpke.cc
[481/950] Compiling p_x25519_asn1.cc
[482/950] Compiling p_x25519.cc
[483/950] Compiling print.cc
[484/950] Compiling p_ed25519.cc
[485/950] Compiling p_rsa_asn1.cc
[486/950] Compiling p_ec.cc
[487/950] Compiling p_hkdf.cc
[488/950] Compiling p_rsa.cc
[489/950] Compiling p_ed25519_asn1.cc
[490/950] Compiling p_ec_asn1.cc
[491/950] Compiling p_dh_asn1.cc
[492/950] Compiling p_dh.cc
[493/950] Compiling evp_ctx.cc
[494/950] Compiling err.cc
[495/950] Compiling evp.cc
[496/950] Compiling p_dsa_asn1.cc
[497/950] Compiling ecdh.cc
[498/950] Compiling evp_asn1.cc
[499/950] Compiling engine.cc
[500/950] Compiling hash_to_curve.cc
[501/950] Compiling ec_derive.cc
[502/950] Compiling ecdsa_asn1.cc
[503/950] Compiling dsa.cc
[504/950] Compiling ec_asn1.cc
[505/950] Compiling params.cc
[506/950] Compiling dsa_asn1.cc
[507/950] Compiling x25519-asm-arm.S
[508/950] Compiling des.cc
[509/950] Compiling dh_asn1.cc
[510/950] Compiling digest_extra.cc
[511/950] Compiling cpu_intel.cc
[512/950] Compiling crypto.cc
[513/950] Compiling spake25519.cc
[514/950] Compiling cpu_arm_freebsd.cc
[515/950] Compiling cpu_arm_linux.cc
[516/950] Compiling curve25519.cc
[517/950] Compiling bcm.cc
[518/950] Compiling cpu_aarch64_sysreg.cc
[519/950] Compiling cpu_aarch64_win.cc
[520/950] Compiling cpu_aarch64_linux.cc
[521/950] Compiling cpu_aarch64_openbsd.cc
[522/950] Compiling cpu_aarch64_fuchsia.cc
[523/950] Compiling curve25519_64_adx.cc
[524/950] Compiling cpu_aarch64_apple.cc
[525/950] Compiling get_cipher.cc
[526/950] Compiling e_rc4.cc
[527/950] Compiling e_null.cc
[528/950] Compiling e_tls.cc
[529/950] Compiling conf.cc
[530/950] Compiling tls_cbc.cc
[531/950] Compiling e_rc2.cc
[532/950] Compiling e_des.cc
[533/950] Compiling chacha.cc
[534/950] Compiling e_chacha20poly1305.cc
[535/950] Compiling unicode.cc
[536/950] Compiling derive_key.cc
[537/950] Compiling e_aesctrhmac.cc
[538/950] Compiling e_aesgcmsiv.cc
[539/950] Compiling buf.cc
[540/950] Compiling ber.cc
[541/950] Compiling cbb.cc
[542/950] Compiling blake2.cc
[543/950] Compiling cbs.cc
[544/950] Compiling asn1_compat.cc
[545/950] Compiling bn_asn1.cc
[546/950] Compiling convert.cc
[547/950] Compiling socket.cc
[548/950] Compiling socket_helper.cc
[549/950] Compiling printf.cc
[550/950] Compiling pair.cc
[551/950] Compiling errno.cc
[552/950] Compiling hexdump.cc
[553/950] Compiling base64.cc
[554/950] Compiling fd.cc
[555/950] Compiling file.cc
[556/950] Compiling connect.cc
[557/950] Compiling bio_mem.cc
[558/950] Compiling tasn_new.cc
[559/950] Compiling bio.cc
[560/950] Compiling tasn_typ.cc
[561/950] Compiling tasn_utl.cc
[562/950] Compiling posix_time.cc
[563/950] Compiling tasn_fre.cc
[564/950] Compiling tasn_enc.cc
[565/950] Compiling f_string.cc
[566/950] Compiling f_int.cc
[567/950] Compiling asn_pack.cc
[568/950] Compiling asn1_par.cc
[569/950] Compiling tasn_dec.cc
[570/950] Compiling a_type.cc
[571/950] Compiling a_octet.cc
[572/950] Compiling asn1_lib.cc
[573/950] Compiling a_utctm.cc
[574/950] Compiling a_time.cc
[575/950] Compiling a_strnid.cc
[576/950] Compiling a_strex.cc
[577/950] Compiling a_object.cc
[578/950] Compiling a_i2d_fp.cc
[579/950] Compiling a_dup.cc
[580/950] Compiling a_d2i_fp.cc
[581/950] Compiling a_mbstr.cc
[582/950] Compiling fiat_p256_adx_sqr.S
[583/950] Compiling a_int.cc
[584/950] Compiling a_gentm.cc
[585/950] Compiling a_bitstr.cc
[586/950] Compiling fiat_p256_adx_mul.S
[587/950] Compiling fiat_curve25519_adx_mul.S
[588/950] Compiling fiat_curve25519_adx_square.S
[589/950] Compiling md5-x86_64-linux.S
[590/950] Compiling md5-x86_64-apple.S
[591/950] Compiling md5-586-linux.S
[592/950] Compiling md5-586-apple.S
[593/950] Compiling chacha20_poly1305_armv8-win.S
[594/950] Compiling chacha20_poly1305_x86_64-apple.S
[595/950] Compiling a_bool.cc
[596/950] Compiling chacha20_poly1305_x86_64-linux.S
[597/950] Compiling chacha20_poly1305_armv8-apple.S
[598/950] Compiling chacha20_poly1305_armv8-linux.S
[599/950] Compiling chacha-x86_64-apple.S
[600/950] Compiling chacha-x86-linux.S
[601/950] Compiling chacha-x86_64-linux.S
[602/950] Compiling chacha-x86-apple.S
[603/950] Compiling chacha-armv8-apple.S
[604/950] Compiling chacha-armv8-win.S
[605/950] Compiling err_data.cc
[606/950] Compiling chacha-armv8-linux.S
[607/950] Compiling chacha-armv4-linux.S
[608/950] Compiling CCryptoBoringSSLShims shims.c
[609/950] Compiling aes128gcmsiv-x86_64-apple.S
[610/950] Compiling x86_64-mont5-linux.S
[611/950] Compiling x86_64-mont5-apple.S
[612/950] Compiling aes128gcmsiv-x86_64-linux.S
[613/950] Compiling x86_64-mont-linux.S
[614/950] Compiling x86_64-mont-apple.S
[615/950] Compiling vpaes-x86_64-linux.S
[616/950] Compiling x86-mont-linux.S
[617/950] Compiling x86-mont-apple.S
[618/950] Compiling vpaes-x86_64-apple.S
[619/950] Compiling vpaes-x86-linux.S
[620/950] Compiling vpaes-armv8-win.S
[621/950] Compiling vpaes-armv8-linux.S
[622/950] Compiling vpaes-armv8-apple.S
[623/950] Compiling vpaes-x86-apple.S
[624/950] Compiling vpaes-armv7-linux.S
[625/950] Compiling sha512-armv8-linux.S
[626/950] Compiling sha512-armv8-win.S
[627/950] Compiling sha512-x86_64-linux.S
[628/950] Compiling sha512-armv8-apple.S
[629/950] Compiling sha512-x86_64-apple.S
[630/950] Compiling sha512-armv4-linux.S
[631/950] Compiling sha256-x86_64-linux.S
[632/950] Compiling sha512-586-linux.S
[633/950] Compiling sha256-armv8-win.S
[634/950] Compiling sha256-armv8-linux.S
[635/950] Compiling sha256-x86_64-apple.S
[636/950] Compiling sha512-586-apple.S
[637/950] Compiling sha256-armv8-apple.S
[638/950] Compiling sha1-x86_64-apple.S
[639/950] Compiling sha256-586-apple.S
[640/950] Compiling sha256-armv4-linux.S
[641/950] Compiling sha256-586-linux.S
[642/950] Compiling sha1-x86_64-linux.S
[643/950] Compiling sha1-armv8-win.S
[644/950] Compiling sha1-armv8-apple.S
[645/950] Compiling sha1-armv4-large-linux.S
[646/950] Compiling sha1-armv8-linux.S
[647/950] Compiling sha1-586-apple.S
[648/950] Compiling sha1-586-linux.S
[649/950] Compiling rsaz-avx2-linux.S
[650/950] Compiling rsaz-avx2-apple.S
[651/950] Compiling rdrand-x86_64-apple.S
[652/950] Compiling p256_beeu-x86_64-asm-linux.S
[653/950] Compiling p256_beeu-x86_64-asm-apple.S
[654/950] Compiling p256_beeu-armv8-asm-win.S
[655/950] Compiling rdrand-x86_64-linux.S
[656/950] Compiling p256_beeu-armv8-asm-linux.S
[657/950] Compiling p256_beeu-armv8-asm-apple.S
[658/950] Compiling p256-x86_64-asm-apple.S
[659/950] Compiling p256-armv8-asm-win.S
[660/950] Compiling p256-armv8-asm-linux.S
[661/950] Compiling p256-armv8-asm-apple.S
[662/950] Compiling p256-x86_64-asm-linux.S
[663/950] Compiling ghashv8-armv8-win.S
[664/950] Compiling ghashv8-armv8-linux.S
[665/950] Compiling ghashv8-armv8-apple.S
[666/950] Compiling ghash-x86-linux.S
[667/950] Compiling ghash-x86_64-apple.S
[668/950] Compiling ghash-x86_64-linux.S
[668/950] Compiling ghashv8-armv7-linux.S
[670/950] Compiling ghash-x86-apple.S
[671/950] Compiling ghash-ssse3-x86_64-apple.S
[672/950] Compiling ghash-ssse3-x86-linux.S
[673/950] Compiling ghash-ssse3-x86-apple.S
[674/950] Compiling ghash-ssse3-x86_64-linux.S
[675/950] Compiling ghash-neon-armv8-win.S
[676/950] Compiling ghash-neon-armv8-linux.S
[677/950] Compiling ghash-neon-armv8-apple.S
[678/950] Compiling ghash-armv4-linux.S
[679/950] Compiling co-586-linux.S
[680/950] Compiling bsaes-armv7-linux.S
[681/950] Compiling co-586-apple.S
[682/950] Compiling bn-armv8-win.S
[683/950] Compiling bn-armv8-linux.S
[684/950] Compiling bn-armv8-apple.S
[685/950] Compiling bn-586-linux.S
[686/950] Compiling bn-586-apple.S
[687/950] Compiling armv8-mont-win.S
[688/950] Compiling armv8-mont-linux.S
[689/950] Compiling armv8-mont-apple.S
[690/950] Compiling armv4-mont-linux.S
[691/950] Compiling aesv8-gcm-armv8-win.S
[692/950] Compiling aesv8-gcm-armv8-apple.S
[693/950] Compiling aesv8-gcm-armv8-linux.S
[694/950] Compiling aesv8-armv8-win.S
[695/950] Compiling aesv8-armv8-linux.S
[696/950] Compiling aesv8-armv8-apple.S
[697/950] Compiling aesv8-armv7-linux.S
[698/950] Compiling aesni-x86_64-apple.S
[699/950] Compiling aesni-x86-linux.S
[700/950] Compiling aesni-x86-apple.S
[701/950] Compiling aesni-x86_64-linux.S
[702/950] Compiling aesni-gcm-x86_64-apple.S
[703/950] Compiling aesni-gcm-x86_64-linux.S
[704/950] Compiling aes-gcm-avx10-x86_64-linux.S
[705/950] Compiling aes-gcm-avx10-x86_64-apple.S
[706/950] Compiling x_spki.cc
[707/950] Compiling x_sig.cc
[708/950] Compiling x_val.cc
[708/950] Compiling x_x509a.cc
[710/950] Compiling x_req.cc
[711/950] Compiling x_x509.cc
[712/950] Compiling x_name.cc
[713/950] Compiling x_exten.cc
[714/950] Compiling x_pubkey.cc
[715/950] Compiling x_crl.cc
[716/950] Compiling x_algor.cc
[717/950] Compiling x_attrib.cc
[718/950] Compiling x_all.cc
[719/950] Compiling x509spki.cc
[720/950] Compiling c-nioatomics.c
[721/950] Compiling x509name.cc
[722/950] Compiling x509rset.cc
[723/950] Compiling x509cset.cc
[724/950] Compiling x509_vpm.cc
[725/950] Compiling x509_vfy.cc
[726/950] Compiling x509_v3.cc
[727/950] Compiling x509_set.cc
[728/950] Compiling x509_txt.cc
[729/950] Compiling x509_trs.cc
[730/950] Compiling c-atomics.c
[731/950] Compiling x509_obj.cc
[732/950] Compiling x509_req.cc
[733/956] Compiling x509_lu.cc
[734/956] Compiling x509_ext.cc
[735/956] Compiling x509_def.cc
[737/956] Compiling NIOConcurrencyHelpers NIOLock.swift
[737/956] Compiling x509_d2.cc
[739/956] Compiling NIOConcurrencyHelpers lock.swift
[739/956] Compiling x509.cc
[740/956] Compiling x509_cmp.cc
[741/956] Compiling x509_att.cc
[743/956] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[744/956] Emitting module NIOConcurrencyHelpers
[745/956] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[746/956] Compiling NIOConcurrencyHelpers atomics.swift
[747/957] Compiling v3_utl.cc
[748/957] Compiling v3_skey.cc
[749/957] Compiling v3_purp.cc
[750/957] Compiling v3_prn.cc
[751/964] Compiling v3_pmaps.cc
[752/1017] Compiling v3_pcons.cc
[753/1017] Compiling v3_ocsp.cc
[754/1017] Compiling v3_ncons.cc
[755/1017] Compiling v3_lib.cc
[756/1017] Compiling v3_int.cc
[757/1017] Compiling v3_genn.cc
[758/1017] Compiling v3_info.cc
[759/1017] Compiling v3_ia5.cc
[760/1017] Compiling v3_extku.cc
[761/1017] Compiling v3_enum.cc
[763/1017] Compiling NIOCore MulticastChannel.swift
[764/1017] Compiling NIOCore NIOAny.swift
[765/1017] Compiling NIOCore NIOCloseOnErrorHandler.swift
[766/1017] Compiling NIOCore NIOLoopBound.swift
[767/1017] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[768/1017] Compiling NIOCore NIOScheduledCallback.swift
[769/1017] Compiling NIOCore NIOSendable.swift
[770/1017] Compiling NIOCore RecvByteBufferAllocator.swift
[770/1025] Compiling v3_crld.cc
[771/1025] Compiling v3_bitst.cc
[772/1025] Compiling v3_conf.cc
[773/1025] Compiling v3_cpols.cc
[774/1025] Compiling v3_bcons.cc
[775/1025] Compiling v3_akeya.cc
[777/1025] Compiling NIOCore IO.swift
[778/1025] Compiling NIOCore IOData.swift
[779/1025] Compiling NIOCore IPProtocol.swift
[780/1025] Compiling NIOCore IntegerBitPacking.swift
[781/1025] Compiling NIOCore IntegerTypes.swift
[782/1025] Compiling NIOCore Interfaces.swift
[783/1025] Compiling NIOCore Linux.swift
[784/1025] Compiling NIOCore MarkedCircularBuffer.swift
[784/1025] Compiling v3_alt.cc
[786/1025] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[787/1025] Compiling NIOCore EventLoopFuture+Deprecated.swift
[788/1025] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[789/1025] Compiling NIOCore EventLoopFuture.swift
[790/1025] Compiling NIOCore FileDescriptor.swift
[791/1025] Compiling NIOCore FileHandle.swift
[792/1025] Compiling NIOCore FileRegion.swift
[793/1025] Compiling NIOCore GlobalSingletons.swift
[793/1025] Compiling v3_akey.cc
[794/1025] Compiling t_crl.cc
[795/1025] Compiling t_x509a.cc
[796/1025] Compiling t_x509.cc
[797/1025] Compiling t_req.cc
[798/1025] Compiling rsa_pss.cc
[799/1025] Compiling policy.cc
[801/1025] Compiling NIOCore CircularBuffer.swift
[802/1025] Compiling NIOCore Codec.swift
[803/1025] Compiling NIOCore ConvenienceOptionSupport.swift
[804/1025] Compiling NIOCore DeadChannel.swift
[805/1025] Compiling NIOCore DispatchQueue+WithFuture.swift
[806/1025] Compiling NIOCore EventLoop+Deprecated.swift
[807/1025] Compiling NIOCore EventLoop+SerialExecutor.swift
[808/1025] Compiling NIOCore EventLoop.swift
[808/1025] Compiling i2d_pr.cc
[810/1025] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[811/1025] Compiling NIOCore SocketAddresses.swift
[812/1025] Compiling NIOCore SocketOptionProvider.swift
[813/1025] Compiling NIOCore SystemCallHelpers.swift
[814/1025] Compiling NIOCore TimeAmount+Duration.swift
[815/1025] Compiling NIOCore TypeAssistedChannelHandler.swift
[816/1025] Compiling NIOCore UniversalBootstrapSupport.swift
[817/1025] Compiling NIOCore Utilities.swift
[817/1025] Compiling name_print.cc
[818/1025] Compiling by_dir.cc
[819/1025] Compiling by_file.cc
[820/1025] Compiling asn1_gen.cc
[821/1025] Compiling algorithm.cc
[822/1025] Compiling a_verify.cc
[823/1025] Compiling a_sign.cc
[824/1025] Compiling thread_win.cc
[825/1025] Compiling a_digest.cc
[826/1025] Compiling voprf.cc
[827/1025] Compiling thread_pthread.cc
[828/1025] Compiling pmbtoken.cc
[829/1025] Compiling trust_token.cc
[830/1025] Compiling thread_none.cc
[831/1025] Compiling stack.cc
[832/1025] Compiling thread.cc
[834/1025] Compiling NIOCore AddressedEnvelope.swift
[835/1025] Compiling NIOCore AsyncAwaitSupport.swift
[836/1025] Compiling NIOCore AsyncChannel.swift
[837/1025] Compiling NIOCore AsyncChannelHandler.swift
[838/1025] Compiling NIOCore AsyncChannelInboundStream.swift
[839/1025] Compiling NIOCore AsyncChannelOutboundWriter.swift
[840/1025] Compiling NIOCore NIOAsyncSequenceProducer.swift
[841/1025] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[842/1025] Compiling NIOCore NIOAsyncWriter.swift
[843/1025] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[844/1025] Compiling NIOCore BSDSocketAPI.swift
[845/1025] Compiling NIOCore ByteBuffer-aux.swift
[846/1025] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[847/1025] Compiling NIOCore ByteBuffer-conversions.swift
[848/1025] Compiling NIOCore ByteBuffer-core.swift
[849/1025] Compiling NIOCore ByteBuffer-hex.swift
[850/1025] Compiling NIOCore ByteBuffer-int.swift
[851/1025] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[851/1025] Compiling thash.cc
[852/1025] Compiling fors.cc
[853/1025] Compiling wots.cc
[854/1025] Compiling sha512.cc
[855/1025] Compiling merkle.cc
[856/1025] Compiling siphash.cc
[857/1025] Compiling slhdsa.cc
[858/1025] Compiling sha256.cc
[859/1025] Compiling rsa_extra.cc
[860/1025] Compiling sha1.cc
[861/1025] Compiling rsa_print.cc
[862/1025] Compiling refcount.cc
[863/1025] Compiling rsa_crypt.cc
[864/1025] Compiling rc4.cc
[865/1025] Compiling rsa_asn1.cc
[866/1025] Compiling windows.cc
[867/1025] Compiling trusty.cc
[868/1025] Compiling rand_extra.cc
[869/1025] Compiling urandom.cc
[870/1025] Compiling getentropy.cc
[871/1025] Compiling passive.cc
[872/1025] Compiling poly1305_arm_asm.S
[873/1025] Compiling ios.cc
[874/1025] Compiling deterministic.cc
[875/1025] Compiling fork_detect.cc
[876/1025] Compiling forkunsafe.cc
[877/1025] Compiling pool.cc
[878/1025] Compiling poly1305.cc
[879/1025] Compiling poly1305_arm.cc
[880/1025] Compiling poly1305_vec.cc
[881/1025] Compiling pkcs7.cc
[882/1025] Compiling pkcs8.cc
[883/1025] Compiling pkcs8_x509.cc
[884/1025] Compiling pem_xaux.cc
[885/1025] Compiling p5_pbev2.cc
[886/1025] Compiling pkcs7_x509.cc
[887/1025] Compiling pem_x509.cc
[888/1025] Compiling pem_pkey.cc
[889/1025] Compiling obj_xref.cc
[890/1025] Compiling pem_oth.cc
[891/1025] Compiling pem_pk8.cc
[892/1025] Compiling pem_info.cc
[893/1025] Compiling pem_lib.cc
[894/1025] Compiling pem_all.cc
[895/1025] Compiling obj.cc
[896/1025] Compiling mldsa.cc
[897/1025] Compiling mlkem.cc
[898/1025] Compiling mem.cc
[899/1025] Compiling md4.cc
[900/1025] Compiling lhash.cc
[901/1025] Compiling poly_rq_mul.S
[902/1025] Compiling fips_shared_support.cc
[903/1025] Compiling md5.cc
[905/1025] Emitting module NIOCore
[905/1025] Compiling kyber.cc
[906/1025] Compiling ex_data.cc
[907/1025] Compiling hrss.cc
[909/1025] Compiling NIOCore ByteBuffer-multi-int.swift
[910/1025] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[911/1025] Compiling NIOCore ByteBuffer-views.swift
[912/1025] Compiling NIOCore Channel.swift
[913/1025] Compiling NIOCore ChannelHandler.swift
[914/1025] Compiling NIOCore ChannelHandlers.swift
[915/1025] Compiling NIOCore ChannelInvoker.swift
[916/1025] Compiling NIOCore ChannelOption.swift
[917/1025] Compiling NIOCore ChannelPipeline.swift
[917/1026] Compiling sign.cc
[919/1026] Compiling hpke.cc
[920/1026] Compiling scrypt.cc
[921/1026] Compiling pbkdf.cc
[922/1026] Compiling p_x25519.cc
[923/1026] Compiling p_x25519_asn1.cc
[924/1026] Compiling print.cc
[925/1072] Compiling p_rsa.cc
[926/1072] Compiling p_rsa_asn1.cc
[927/1076] Compiling p_hkdf.cc
[928/1076] Compiling p_ec.cc
[929/1076] Compiling p_dh_asn1.cc
[930/1076] Compiling p_ed25519.cc
[931/1076] Compiling p_ec_asn1.cc
[932/1076] Compiling p_ed25519_asn1.cc
[933/1076] Compiling p_dsa_asn1.cc
[934/1076] Compiling p_dh.cc
[936/1076] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[936/1076] Compiling evp_ctx.cc
[938/1076] Emitting module NIOEmbedded
[939/1076] Compiling NIOEmbedded AsyncTestingChannel.swift
[939/1076] Compiling err.cc
[940/1076] Compiling evp.cc
[941/1076] Compiling evp_asn1.cc
[943/1076] Compiling NIOEmbedded Embedded.swift
[943/1077] Compiling engine.cc
[945/1077] Compiling ec_asn1.cc
[947/1077] Compiling NIOPosix IO.swift
[948/1077] Compiling NIOPosix IntegerBitPacking.swift
[949/1077] Compiling NIOPosix IntegerTypes.swift
[950/1077] Compiling NIOPosix Linux.swift
[951/1077] Compiling NIOPosix LinuxCPUSet.swift
[952/1077] Compiling NIOPosix LinuxUring.swift
[953/1077] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[953/1083] Compiling dsa.cc
[954/1083] Compiling hash_to_curve.cc
[955/1083] Compiling ecdsa_asn1.cc
[956/1083] Compiling ecdh_extra.cc
[957/1083] Compiling ec_derive.cc
[959/1083] Compiling NIOPosix Pool.swift
[960/1083] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[961/1083] Compiling NIOPosix PosixSingletons.swift
[962/1083] Compiling NIOPosix RawSocketBootstrap.swift
[963/1083] Compiling NIOPosix Resolver.swift
[964/1083] Compiling NIOPosix Selectable.swift
[964/1083] Compiling dsa_asn1.cc
[965/1083] Compiling params.cc
[966/1083] Compiling dh_asn1.cc
[967/1083] Compiling digest_extra.cc
[968/1083] Compiling x25519-asm-arm.S
[969/1083] Compiling spake25519.cc
[971/1083] Compiling NIOPosix ThreadPosix.swift
[972/1083] Compiling NIOPosix ThreadWindows.swift
[973/1083] Compiling NIOPosix UnsafeTransfer.swift
[974/1083] Compiling NIOPosix Utilities.swift
[975/1083] Compiling NIOPosix VsockAddress.swift
[976/1083] Compiling NIOPosix VsockChannelEvents.swift
[976/1083] Compiling des.cc
[977/1083] Compiling curve25519_64_adx.cc
[979/1083] Emitting module NIOPosix
[979/1083] Compiling curve25519.cc
[980/1083] Compiling crypto.cc
[981/1083] Compiling cpu_aarch64_win.cc
[983/1083] Compiling NIOPosix SelectableChannel.swift
[984/1083] Compiling NIOPosix SelectableEventLoop.swift
[985/1083] Compiling NIOPosix SelectorEpoll.swift
[986/1083] Compiling NIOPosix SelectorGeneric.swift
[987/1083] Compiling NIOPosix SelectorKqueue.swift
[988/1083] Compiling NIOPosix SelectorUring.swift
[989/1083] Compiling NIOPosix ServerSocket.swift
[990/1083] Compiling NIOPosix Socket.swift
[991/1083] Compiling NIOPosix SocketChannel.swift
[992/1083] Compiling NIOPosix SocketProtocols.swift
[993/1083] Compiling NIOPosix System.swift
[994/1083] Compiling NIOPosix Thread.swift
[994/1083] Compiling cpu_intel.cc
[995/1083] Compiling cpu_arm_linux.cc
[996/1083] Compiling cpu_arm_freebsd.cc
[997/1083] Compiling cpu_aarch64_linux.cc
[998/1083] Compiling cpu_aarch64_fuchsia.cc
[999/1083] Compiling cpu_aarch64_openbsd.cc
[1000/1083] Compiling cpu_aarch64_sysreg.cc
[1001/1083] Compiling bcm.cc
[1002/1083] Compiling cpu_aarch64_apple.cc
[1003/1083] Compiling e_tls.cc
[1004/1083] Compiling e_rc2.cc
[1005/1083] Compiling tls_cbc.cc
[1006/1083] Compiling conf.cc
[1007/1083] Compiling e_aesgcmsiv.cc
[1008/1083] Compiling e_chacha20poly1305.cc
[1009/1083] Compiling e_rc4.cc
[1010/1083] Compiling e_null.cc
[1011/1083] Compiling e_des.cc
[1012/1083] Compiling cipher_extra.cc
[1013/1083] Compiling derive_key.cc
[1014/1083] Compiling e_aesctrhmac.cc
[1015/1083] Compiling chacha.cc
[1016/1083] Compiling unicode.cc
[1018/1083] Compiling NIOPosix NIOThreadPool.swift
[1019/1083] Compiling NIOPosix NonBlockingFileIO.swift
[1020/1083] Compiling NIOPosix PendingDatagramWritesManager.swift
[1021/1083] Compiling NIOPosix PendingWritesManager.swift
[1022/1083] Compiling NIOPosix PipeChannel.swift
[1023/1083] Compiling NIOPosix PipePair.swift
[1024/1083] Compiling NIOPosix BSDSocketAPICommon.swift
[1025/1083] Compiling NIOPosix BSDSocketAPIPosix.swift
[1026/1083] Compiling NIOPosix BSDSocketAPIWindows.swift
[1027/1083] Compiling NIOPosix BaseSocket.swift
[1028/1083] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1029/1083] Compiling NIOPosix BaseSocketChannel.swift
[1030/1083] Compiling NIOPosix BaseStreamSocketChannel.swift
[1031/1083] Compiling NIOPosix Bootstrap.swift
[1032/1083] Compiling NIOPosix ControlMessage.swift
[1033/1083] Compiling NIOPosix DatagramVectorReadManager.swift
[1034/1083] Compiling NIOPosix Errors+Any.swift
[1035/1083] Compiling NIOPosix FileDescriptor.swift
[1036/1083] Compiling NIOPosix GetaddrinfoResolver.swift
[1037/1083] Compiling NIOPosix HappyEyeballs.swift
[1037/1083] Compiling cbb.cc
[1038/1084] Compiling ber.cc
[1039/1084] Compiling cbs.cc
[1040/1084] Compiling buf.cc
[1042/1084] Compiling asn1_compat.cc
[1043/1084] Compiling convert.cc
[1044/1084] Compiling bn_asn1.cc
[1045/1084] Compiling printf.cc
[1046/1084] Compiling blake2.cc
[1047/1084] Compiling pair.cc
[1048/1084] Compiling hexdump.cc
[1049/1084] Compiling file.cc
[1050/1084] Compiling fd.cc
[1051/1084] Compiling errno.cc
[1052/1084] Compiling bio_mem.cc
[1053/1084] Compiling bio.cc
[1054/1084] Compiling base64.cc
[1055/1084] Compiling tasn_fre.cc
[1056/1084] Compiling tasn_typ.cc
[1057/1084] Compiling tasn_utl.cc
[1058/1084] Compiling tasn_new.cc
[1059/1084] Compiling tasn_enc.cc
[1060/1084] Compiling posix_time.cc
[1061/1084] Compiling f_string.cc
[1062/1084] Compiling asn1_par.cc
[1063/1084] Compiling tasn_dec.cc
[1064/1084] Compiling asn_pack.cc
[1065/1084] Compiling f_int.cc
[1066/1084] Compiling a_time.cc
[1067/1084] Compiling asn1_lib.cc
[1068/1084] Compiling a_type.cc
[1069/1084] Compiling a_octet.cc
[1070/1084] Compiling a_utctm.cc
[1071/1084] Compiling a_strex.cc
[1072/1084] Compiling a_strnid.cc
[1073/1084] Compiling a_mbstr.cc
[1074/1084] Compiling a_object.cc
[1075/1084] Compiling a_i2d_fp.cc
[1076/1084] Compiling a_int.cc
[1077/1084] Write sources
[1078/1084] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1079/1084] Compiling a_d2i_fp.cc
[1080/1084] Compiling a_gentm.cc
[1081/1084] Compiling a_dup.cc
[1082/1084] Compiling a_bool.cc
[1083/1109] Compiling a_bitstr.cc
[1085/1119] Compiling Algorithms Split.swift
[1086/1119] Compiling Algorithms Stride.swift
[1087/1119] Compiling Algorithms Suffix.swift
[1088/1119] Compiling Algorithms RandomSample.swift
[1089/1119] Compiling Algorithms Reductions.swift
[1090/1119] Compiling Algorithms Rotate.swift
[1091/1119] Compiling Algorithms Joined.swift
[1092/1119] Compiling Algorithms Keyed.swift
[1093/1119] Compiling Algorithms MinMax.swift
[1094/1119] Compiling NIO Exports.swift
[1095/1122] Emitting module NIO
[1096/1123] Compiling CryptoBoringWrapper RandomBytes.swift
[1098/1123] Compiling Algorithms Partition.swift
[1099/1123] Compiling Algorithms Permutations.swift
[1100/1123] Compiling Algorithms Product.swift
[1101/1123] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1102/1145] Emitting module CryptoBoringWrapper
[1103/1157] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1104/1157] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1105/1157] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1106/1157] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1107/1157] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1108/1157] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1109/1157] Compiling NIOHTTP1 HTTPTypes.swift
[1110/1157] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1111/1159] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1112/1162] Compiling NIOTLS TLSEvents.swift
[1113/1162] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1114/1162] Compiling CryptoBoringWrapper EllipticCurve.swift
[1115/1162] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1116/1162] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1117/1163] Emitting module NIOTLS
[1118/1163] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1119/1163] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1120/1163] Compiling NIOHTTP1 HTTPDecoder.swift
[1121/1163] Compiling NIOHTTP1 HTTPEncoder.swift
[1122/1163] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1124/1163] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1125/1163] Compiling NIOSOCKS ClientStateMachine.swift
[1126/1163] Compiling NIOSOCKS SOCKSResponse.swift
[1127/1163] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1128/1163] Compiling Algorithms Trim.swift
[1129/1163] Compiling Algorithms Unique.swift
[1130/1163] Compiling Algorithms Windows.swift
[1131/1164] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1132/1164] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1133/1164] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1138/1164] Emitting module NIOSOCKS
[1139/1164] Compiling NIOSOCKS ServerStateMachine.swift
[1140/1164] Emitting module Algorithms
[1141/1165] Compiling NIOTLS SNIHandler.swift
[1142/1165] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1144/1237] Compiling Crypto ASN1.swift
[1145/1237] Compiling Crypto ASN1Any.swift
[1146/1237] Compiling Crypto Cipher.swift
[1147/1237] Compiling Crypto Nonces.swift
[1149/1238] Compiling Crypto ASN1OctetString.swift
[1150/1238] Compiling Crypto ASN1Strings.swift
[1152/1240] Emitting module NIOFoundationCompat
[1153/1240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1154/1241] Compiling Crypto ASN1Integer.swift
[1155/1241] Compiling Crypto ASN1Null.swift
[1156/1241] Compiling Crypto ChaChaPoly.swift
[1159/1292] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1160/1292] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1161/1292] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1162/1294] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1163/1294] Compiling NIOTransportServices NIOTSSingletons.swift
[1164/1294] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1165/1294] Compiling NIOTransportServices StateManagedChannel.swift
[1166/1294] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1167/1294] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1168/1294] Emitting module NIOTransportServices
[1169/1294] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1170/1294] Compiling NIOTransportServices NIOTSErrors.swift
[1171/1294] Compiling NIOTransportServices NIOTSEventLoop.swift
[1172/1294] Compiling NIOTransportServices NIOTSBootstraps.swift
[1173/1294] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1174/1294] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1177/1294] Compiling NIOTransportServices AcceptHandler.swift
[1178/1294] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1179/1294] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1180/1294] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1184/1294] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1185/1294] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1187/1294] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1188/1294] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1192/1295] Compiling Crypto SymmetricKeys.swift
[1193/1295] Compiling Crypto HMAC.swift
[1194/1295] Compiling Crypto MACFunctions.swift
[1195/1295] Compiling Crypto MessageAuthenticationCode.swift
[1196/1295] Compiling Crypto AES.swift
[1197/1295] Compiling Crypto ECDSASignature_boring.swift
[1198/1295] Compiling Crypto ECDSA_boring.swift
[1199/1295] Compiling Crypto EdDSA_boring.swift
[1200/1295] Compiling Crypto ECDSA.swift
[1201/1295] Compiling Crypto Ed25519.swift
[1202/1304] Compiling Crypto HKDF.swift
[1203/1304] Compiling Crypto AESWrap.swift
[1204/1304] Compiling Crypto AESWrap_boring.swift
[1205/1304] Compiling Crypto Ed25519_boring.swift
[1206/1304] Compiling Crypto NISTCurvesKeys_boring.swift
[1207/1304] Compiling Crypto X25519Keys_boring.swift
[1208/1304] Compiling Crypto Curve25519.swift
[1209/1304] Compiling Crypto Ed25519Keys.swift
[1210/1304] Compiling Crypto NISTCurvesKeys.swift
[1211/1304] Compiling Crypto X25519Keys.swift
[1212/1304] Emitting module NIOHTTP1
[1217/1323] Emitting module Crypto
[1218/1323] Compiling NIOHPACK DynamicHeaderTable.swift
[1219/1323] Compiling NIOHPACK HPACKDecoder.swift
[1220/1323] Compiling NIOHPACK HPACKHeader.swift
[1221/1323] Compiling NIOHPACK HeaderTables.swift
[1222/1323] Compiling NIOHPACK HPACKEncoder.swift
[1223/1323] Compiling NIOHPACK HPACKErrors.swift
[1228/1323] Compiling NIOHPACK HuffmanTables.swift
[1229/1324] Compiling NIOHPACK StaticHeaderTable.swift
[1247/1328] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1248/1328] Compiling NIOSSL SubjectAlternativeName.swift
[1249/1328] Compiling NIOSSL NIOSSLSecureBytes.swift
[1250/1328] Compiling NIOSSL RNG.swift
[1251/1328] Compiling NIOSSL SafeCompare.swift
[1252/1328] Compiling NIOSSL Zeroization.swift
[1253/1328] Compiling NIOSSL TLSConfiguration.swift
[1258/1328] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1259/1328] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1260/1328] Compiling NIOSSL UniversalBootstrapSupport.swift
[1261/1328] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1262/1328] Compiling Crypto HPKE-KexKeyDerivation.swift
[1263/1328] Compiling Crypto HPKE-LabeledExtract.swift
[1264/1328] Compiling Crypto HPKE-Utils.swift
[1265/1328] Compiling Crypto DHKEM.swift
[1266/1328] Compiling Crypto HPKE-KEM-Curve25519.swift
[1267/1328] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1268/1328] Compiling Crypto HPKE-KEM.swift
[1269/1328] Compiling Crypto HPKE-Errors.swift
[1270/1328] Compiling Crypto HPKE.swift
[1271/1328] Compiling Crypto HPKE-Context.swift
[1272/1328] Compiling Crypto HPKE-KeySchedule.swift
[1273/1328] Compiling Crypto HPKE-Modes.swift
[1274/1328] Compiling Crypto Insecure.swift
[1275/1328] Compiling Crypto Insecure_HashFunctions.swift
[1276/1328] Compiling Crypto KEM.swift
[1277/1328] Compiling Crypto ECDH_boring.swift
[1278/1328] Compiling Crypto DH.swift
[1279/1328] Compiling Crypto ECDH.swift
[1280/1328] Emitting module NIOSSL
[1289/1328] Compiling NIOHPACK IndexedHeaderTable.swift
[1294/1328] Compiling NIOHPACK IntegerCoding.swift
[1295/1328] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1296/1328] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1297/1328] Compiling NIOHTTPCompression HTTPDecompression.swift
[1298/1328] Emitting module NIOHTTPCompression
[1299/1328] Compiling NIOHTTPCompression HTTPCompression.swift
[1300/1329] Compiling NIOHPACK HuffmanCoding.swift
[1304/1329] Emitting module NIOHPACK
[1318/1330] Compiling Crypto Signature.swift
[1319/1330] Compiling Crypto CryptoKitErrors_boring.swift
[1320/1330] Compiling Crypto RNG_boring.swift
[1321/1330] Compiling Crypto SafeCompare_boring.swift
[1322/1330] Compiling Crypto Zeroization_boring.swift
[1323/1330] Compiling Crypto PrettyBytes.swift
[1324/1330] Compiling Crypto SafeCompare.swift
[1325/1330] Compiling Crypto SecureBytes.swift
[1326/1330] Compiling Crypto Zeroization.swift
[1328/1392] Compiling NIOHTTP2 Error+Any.swift
[1329/1392] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1330/1392] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1331/1392] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1333/1396] Compiling SotoSignerV4 credentials.swift
[1334/1396] Emitting module SotoSignerV4
[1335/1396] Compiling SotoSignerV4 HexEncoding.swift
[1336/1396] Compiling SotoSignerV4 SigV4a.swift
[1337/1396] Compiling SotoSignerV4 exports.swift
[1338/1396] Compiling SotoSignerV4 signer.swift
[1339/1396] Emitting module NIOHTTP2
[1341/1405] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1342/1405] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1343/1405] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1344/1405] Compiling NIOHTTP2 HTTP2StreamID.swift
[1345/1405] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1346/1405] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1347/1405] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1348/1405] Compiling NIOHTTP2 InboundEventBuffer.swift
[1349/1405] Compiling NIOHTTP2 InboundWindowManager.swift
[1350/1405] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1351/1405] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1352/1405] Compiling NIOHTTP2 StreamChannelList.swift
[1353/1405] Compiling NIOHTTP2 StreamMap.swift
[1354/1405] Compiling NIOHTTP2 StreamStateMachine.swift
[1355/1405] Compiling NIOHTTP2 UnsafeTransfer.swift
[1356/1405] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1357/1405] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1358/1405] Compiling NIOHTTP2 HTTP2Frame.swift
[1359/1405] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1360/1405] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1361/1405] Compiling NIOHTTP2 HTTP2PingData.swift
[1362/1405] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1363/1405] Compiling NIOHTTP2 HTTP2Settings.swift
[1364/1405] Compiling NIOHTTP2 HTTP2Stream.swift
[1365/1405] Compiling NIOHTTP2 MaySendFrames.swift
[1366/1405] Compiling NIOHTTP2 SendingDataState.swift
[1367/1405] Compiling NIOHTTP2 SendingGoawayState.swift
[1368/1405] Compiling NIOHTTP2 SendingHeadersState.swift
[1369/1405] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1370/1405] Compiling NIOHTTP2 SendingRstStreamState.swift
[1371/1405] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1372/1405] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1373/1405] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1374/1405] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1375/1405] Compiling NIOHTTP2 MayReceiveFrames.swift
[1376/1405] Compiling NIOHTTP2 ReceivingDataState.swift
[1377/1405] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1378/1405] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1379/1405] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1380/1405] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1381/1405] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1382/1405] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1383/1405] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1384/1405] Compiling NIOHTTP2 HasLocalSettings.swift
[1385/1405] Compiling NIOHTTP2 HasRemoteSettings.swift
[1386/1405] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1387/1405] Compiling NIOHTTP2 QuiescingState.swift
[1388/1405] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1389/1405] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1390/1405] Compiling NIOHTTP2 StateMachineResult.swift
[1391/1405] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1392/1405] Compiling NIOHTTP2 DOSHeuristics.swift
[1397/1405] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1398/1405] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1399/1405] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1400/1405] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1401/1405] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1402/1405] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1403/1405] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1404/1405] Compiling NIOHTTP2 HTTP2Error.swift
[1405/1405] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1407/1466] Emitting module AsyncHTTPClient
[1408/1474] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1409/1474] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1410/1474] Compiling AsyncHTTPClient Transaction.swift
[1411/1474] Compiling AsyncHTTPClient Base64.swift
[1412/1474] Compiling AsyncHTTPClient BasicAuth.swift
[1413/1474] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1414/1474] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1415/1474] Compiling AsyncHTTPClient ConnectionPool.swift
[1416/1474] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1417/1474] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1418/1474] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1419/1474] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1420/1474] Compiling AsyncHTTPClient HTTP1Connection.swift
[1421/1474] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1422/1474] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1423/1474] Compiling AsyncHTTPClient HTTP2Connection.swift
[1424/1474] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1425/1474] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1426/1474] Compiling AsyncHTTPClient RequestBag.swift
[1427/1474] Compiling AsyncHTTPClient RequestValidation.swift
[1428/1474] Compiling AsyncHTTPClient SSLContextCache.swift
[1429/1474] Compiling AsyncHTTPClient Scheme.swift
[1430/1474] Compiling AsyncHTTPClient Singleton.swift
[1431/1474] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1432/1474] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1433/1474] Compiling AsyncHTTPClient Utils.swift
[1434/1474] Compiling AsyncHTTPClient ConnectionTarget.swift
[1435/1474] Compiling AsyncHTTPClient DeconstructedURL.swift
[1436/1474] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1437/1474] Compiling AsyncHTTPClient FoundationExtensions.swift
[1438/1474] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1439/1474] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1440/1474] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1441/1474] Compiling AsyncHTTPClient HTTPClient.swift
[1442/1474] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1443/1474] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1444/1474] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1445/1474] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1446/1474] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1447/1474] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1448/1474] Compiling AsyncHTTPClient RequestBodyLength.swift
[1449/1474] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1450/1474] Compiling AsyncHTTPClient HTTPHandler.swift
[1451/1474] Compiling AsyncHTTPClient LRUCache.swift
[1452/1474] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1453/1474] Compiling AsyncHTTPClient NWErrorHandler.swift
[1454/1474] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1455/1474] Compiling AsyncHTTPClient TLSConfiguration.swift
[1456/1474] Compiling AsyncHTTPClient RedirectState.swift
[1457/1474] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1458/1474] Compiling AsyncHTTPClient RequestOptions.swift
[1459/1474] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1460/1474] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1461/1474] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1462/1474] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1463/1474] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1464/1474] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1465/1474] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1466/1474] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1467/1474] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1468/1474] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1469/1474] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1470/1474] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1471/1474] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1472/1474] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1473/1474] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1474/1474] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1476/1539] Compiling SotoCore CredentialProviderError.swift
[1477/1539] Compiling SotoCore CredentialProviderSelector.swift
[1478/1539] Compiling SotoCore DeferredCredentialProvider.swift
[1479/1539] Compiling SotoCore EmptyCredential.swift
[1480/1539] Compiling SotoCore ExpiringCredential.swift
[1481/1539] Compiling SotoCore MetaDataCredentialProvider.swift
[1482/1539] Compiling SotoCore NullCredentialProvider.swift
[1483/1539] Compiling SotoCore RotatingCredentialProvider.swift
[1484/1539] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1485/1548] Compiling SotoCore AWSClient+Paginate.swift
[1486/1548] Compiling SotoCore AWSClient.swift
[1487/1548] Compiling SotoCore AWSEndpointDiscovery.swift
[1488/1548] Compiling SotoCore AWSService.swift
[1489/1548] Compiling SotoCore AWSServiceConfig.swift
[1490/1548] Compiling SotoCore Base64Data.swift
[1491/1548] Compiling SotoCore Document.swift
[1492/1548] Compiling SotoCore EventPayload.swift
[1493/1548] Compiling SotoCore AnyAsyncSequence.swift
[1494/1548] Emitting module SotoCore
[1495/1548] Compiling SotoCore STSAssumeRole.swift
[1496/1548] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1497/1548] Compiling SotoCore StaticCredential+Environment.swift
[1498/1548] Compiling SotoCore ARN.swift
[1499/1548] Compiling SotoCore AWSShape.swift
[1500/1548] Compiling SotoCore EndpointVariant.swift
[1501/1548] Compiling SotoCore Environment.swift
[1502/1548] Compiling SotoCore Region.swift
[1503/1548] Compiling SotoCore ServiceProtocol.swift
[1504/1548] Compiling SotoCore Error.swift
[1505/1548] Compiling SotoCore ServerErrors.swift
[1506/1548] Compiling SotoCore Exports.swift
[1507/1548] Compiling SotoCore AWSHTTPBody.swift
[1508/1548] Compiling SotoCore AWSHTTPClient.swift
[1509/1548] Compiling SotoCore AWSHTTPRequest.swift
[1510/1548] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1511/1548] Compiling SotoCore AWSHTTPResponse.swift
[1512/1548] Compiling SotoCore AsyncHTTPClient.swift
[1513/1548] Compiling SotoCore S3SignedAsyncSequence.swift
[1514/1548] Compiling SotoCore Middleware.swift
[1515/1548] Compiling SotoCore EditHeadersMiddleware.swift
[1516/1548] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1517/1548] Compiling SotoCore ErrorHandlingMiddleware.swift
[1518/1548] Compiling SotoCore LoggingMiddleware.swift
[1519/1548] Compiling SotoCore RetryMiddleware.swift
[1520/1548] Compiling SotoCore S3Middleware.swift
[1521/1548] Compiling SotoCore SigningMiddleware.swift
[1522/1548] Compiling SotoCore ByteBufferSequence.swift
[1523/1548] Compiling SotoCore EventStream.swift
[1524/1548] Compiling SotoCore ExpiringValue.swift
[1525/1548] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
[1526/1548] Compiling SotoCore Sequence+concurrentMap.swift
[1527/1548] Compiling SotoCore ConfigFileCredentialProvider.swift
[1528/1548] Compiling SotoCore ConfigFileLoader.swift
[1529/1548] Compiling SotoCore Credential+IsEmpty.swift
[1530/1548] Compiling SotoCore CredentialProvider.swift
[1531/1548] Compiling SotoCore CodableProperties.swift
[1532/1548] Compiling SotoCore CollectionCoders.swift
[1533/1548] Compiling SotoCore DateCoders.swift
[1534/1548] Compiling SotoCore EC2ArrayCoder.swift
[1535/1548] Compiling SotoCore EventStreamDecoder.swift
[1536/1548] Compiling SotoCore QueryEncoder.swift
[1537/1548] Compiling SotoCore RequestContainer.swift
[1538/1548] Compiling SotoCore ResponseContainer.swift
[1539/1548] Compiling SotoCore ClientErrors.swift
[1540/1548] Compiling SotoCore TracingMiddleware.swift
[1541/1548] Compiling SotoCore TreeHashMiddleware.swift
[1542/1548] Compiling SotoCore MiddlewareStack.swift
[1543/1548] Compiling SotoCore RetryPolicy.swift
[1544/1548] Compiling SotoCore UnsafeTransfer.swift
[1545/1548] Compiling SotoCore base64.swift
[1546/1548] Compiling SotoCore crc32.swift
[1547/1548] Compiling SotoCore AWSClient+Waiter.swift
[1548/1548] Compiling SotoCore Matcher.swift
[1550/1552] Compiling _SotoS3Generated S3_api.swift
[1551/1552] Compiling _SotoS3Generated S3_shapes.swift
[1552/1552] Emitting module _SotoS3Generated
[1554/1561] Compiling SotoS3 S3ExpressSigning.swift
[1555/1561] Compiling SotoS3 exports.swift
[1556/1561] Compiling SotoS3 S3+presignedPost.swift
[1557/1561] Compiling SotoS3 AsyncEnumeratedSequence.swift
[1558/1561] Compiling SotoS3 FileByteBufferAsyncSequence.swift
[1559/1561] Compiling SotoS3 ReportSizeByteBufferSequence.swift
[1560/1561] Compiling SotoS3 S3+multipart.swift
[1561/1561] Emitting module SotoS3
[1563/1568] Compiling SotoS3FileTransfer S3Path.swift
[1564/1568] Compiling SotoS3FileTransfer S3FileTransferManager+options.swift
[1565/1568] Compiling SotoS3FileTransfer ReportSizeByteBufferSequence.swift
[1566/1568] Compiling SotoS3FileTransfer FolderUploadProgress.swift
[1567/1568] Compiling SotoS3FileTransfer S3FileTransferManager.swift
/host/spi-builder-workspace/Sources/SotoS3FileTransfer/S3FileTransferManager.swift:155:30: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
153 | } else {
154 | let fileIO = NonBlockingFileIO(threadPool: self.threadPool)
155 | try await fileIO.withFileRegion(path: from) { region in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
156 | let body: AWSHTTPBody = .init(
157 | asyncSequence: FileByteBufferAsyncSequence(
/host/spi-builder-workspace/Sources/SotoS3FileTransfer/S3FileTransferManager.swift:226:31: warning: 'withFileHandle(path:mode:flags:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
224 | // if the file exists truncate prior writting to it
225 | let fileHandleFlags = NIOFileHandle.Flags.posix(flags: O_CREAT | O_TRUNC, mode: NIOFileHandle.Flags.defaultPermissions)
226 | try await self.fileIO.withFileHandle(path: filename, mode: .write, flags: fileHandleFlags) { fileHandle in
| `- warning: 'withFileHandle(path:mode:flags:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
227 | let request = S3.GetObjectRequest(bucket: from.bucket, key: from.key, options: options)
228 | let response = try await self.s3.getObject(request, logger: self.logger)
[1568/1568] Emitting module SotoS3FileTransfer
Build complete! (582.06s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.