Build Information
Successful build of s3-filesystem-kit, reference 1.0.0 (f3b2be
), with Swift 6.1 for Linux on 26 Apr 2025 06:38:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/s3-filesystem-kit.git
Reference: 1.0.0
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/adam-fowler/s3-filesystem-kit
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at f3b2be3 Soto v5 (#2)
Cloned https://github.com/adam-fowler/s3-filesystem-kit.git
Revision (git rev-parse @):
f3b2be38859c3b010d7730e947f895a19f7a31c4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/adam-fowler/s3-filesystem-kit.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/adam-fowler/s3-filesystem-kit.git
https://github.com/adam-fowler/s3-filesystem-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "soto",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/soto-project/soto.git"
}
],
"manifest_display_name" : "s3-filesystem-kit",
"name" : "s3-filesystem-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "S3FileSystemKit",
"targets" : [
"S3FileSystemKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "S3FileSystemKitTests",
"module_type" : "SwiftTarget",
"name" : "S3FileSystemKitTests",
"path" : "Tests/S3FileSystemKitTests",
"sources" : [
"S3FileSystemTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"S3FileSystemKit"
],
"type" : "test"
},
{
"c99name" : "S3FileSystemKit",
"module_type" : "SwiftTarget",
"name" : "S3FileSystemKit",
"path" : "Sources/S3FileSystemKit",
"product_dependencies" : [
"SotoS3"
],
"product_memberships" : [
"S3FileSystemKit"
],
"sources" : [
"S3FileSystem.swift",
"S3Path.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/soto-project/soto.git
[1/140797] Fetching soto
Fetched https://github.com/soto-project/soto.git from cache (104.09s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 5.13.2 (106.84s)
Fetching https://github.com/soto-project/soto-core.git
[1/52299] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (1.90s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 5.9.4 (2.41s)
Fetching https://github.com/apple/swift-nio.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-crypto.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/644] Fetching jmespath.swift
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.22s)
Fetching https://github.com/apple/swift-metrics.git
[1/2619] Fetching swift-nio-transport-services
[2568/16403] Fetching swift-nio-transport-services, swift-crypto
[2982/31196] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl
[4432/44983] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl, async-http-client
[5566/120414] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl, async-http-client, swift-nio
[13587/122614] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl, async-http-client, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.38s)
[26913/120414] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl, async-http-client, swift-nio
Fetching https://github.com/apple/swift-log.git
[42433/124250] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl, async-http-client, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.77s)
[65355/120414] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl, async-http-client, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.44s)
[80677/105621] Fetching swift-nio-transport-services, swift-crypto, async-http-client, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.54s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.55s)
[65078/89215] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.57s)
[52048/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.88s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (6.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.41s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.42s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.48s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.44s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5662] Fetching swift-nio-extras
[2040/7367] Fetching swift-nio-extras, swift-atomics
[6324/13270] Fetching swift-nio-extras, swift-atomics, swift-algorithms
[6449/24762] Fetching swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.37s)
[10252/19100] Fetching swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.95s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.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.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16242] Fetching swift-collections
[1463/20595] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.19s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.19s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.64s)
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.42s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.44s)
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/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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 5.13.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 5.9.4
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-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-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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-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.82.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
Building for debugging...
[0/871] Write sources
[26/871] Compiling CSotoExpat xmltok_impl.c
[27/871] Compiling CSotoExpat xmltok_ns.c
[28/871] Write sources
[34/871] Compiling _AtomicsShims.c
[35/871] Compiling _NumericsShims _NumericsShims.c
[36/871] Compiling CSotoExpat xmlrole.c
[37/871] Compiling CNIOWindows shim.c
[38/871] Compiling CNIOWindows WSAStartup.c
[39/871] Compiling CNIOWASI CNIOWASI.c
[40/871] Compiling CNIOLinux liburing_shims.c
[41/871] Compiling CNIOLLHTTP c_nio_http.c
[42/871] Compiling CNIOExtrasZlib empty.c
[43/871] Compiling CNIOLLHTTP c_nio_api.c
[44/871] Compiling CNIODarwin shim.c
[45/871] Compiling CSotoExpat xmlparse.c
[46/871] Compiling CNIOLinux shim.c
[47/871] Compiling CSotoZlib empty.c
[48/871] Write swift-version-24593BA9C3E375BF.txt
[49/871] Compiling CSotoExpat xmltok.c
[50/871] Compiling fiat_p256_adx_sqr.S
[51/871] Compiling fiat_curve25519_adx_square.S
[52/871] Compiling fiat_p256_adx_mul.S
[53/871] Compiling fiat_curve25519_adx_mul.S
[54/871] Compiling CNIOLLHTTP c_nio_llhttp.c
[55/908] Compiling CNIOBoringSSLShims shims.c
[57/925] Emitting module InternalCollectionsUtilities
[57/927] Compiling tls_record.cc
[59/929] Emitting module SotoXML
[60/929] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/929] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/929] Emitting module JMESPath
[63/929] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[64/929] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[65/929] Compiling JMESPath Parser.swift
[66/930] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/930] Compiling InternalCollectionsUtilities Specialize.swift
[68/930] Emitting module INIParser
[69/930] Compiling INIParser INIParser.swift
[70/931] Compiling JMESPath Runtime.swift
[71/931] Compiling JMESPath Sendable.swift
[72/931] Emitting module RealModule
[73/931] Compiling JMESPath Token.swift
[74/932] Compiling RealModule Real.swift
[75/932] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/932] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[77/932] Compiling InternalCollectionsUtilities Debugging.swift
[78/932] Compiling InternalCollectionsUtilities Descriptions.swift
[79/932] Compiling RealModule Float16+Real.swift
[80/932] Compiling _NIODataStructures PriorityQueue.swift
[83/932] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[84/932] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/932] Compiling _NIODataStructures _TinyArray.swift
[86/932] Emitting module _NIOBase64
[87/932] Compiling _NIOBase64 Base64.swift
[88/932] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/932] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[91/932] Compiling InternalCollectionsUtilities Integer rank.swift
[92/932] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/933] Compiling RealModule Float+Real.swift
[94/933] Compiling RealModule ElementaryFunctions.swift
[98/933] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[99/933] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[100/933] Compiling RealModule Float80+Real.swift
[103/934] Compiling RealModule RealFunctions.swift
[106/953] Compiling DequeModule _DequeBuffer.swift
[107/953] Compiling DequeModule _DequeBufferHeader.swift
[108/955] Compiling DequeModule Deque+CustomReflectable.swift
[109/955] Compiling DequeModule Deque+Descriptions.swift
[110/955] Compiling DequeModule Deque+Extras.swift
[111/955] Compiling DequeModule Deque+Hashable.swift
[112/955] Compiling DequeModule Deque+Equatable.swift
[113/955] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[114/955] Emitting module Logging
[115/955] Compiling Logging Locks.swift
[116/955] Compiling Logging MetadataProvider.swift
[117/955] Emitting module _NIODataStructures
[118/955] Compiling _NIODataStructures Heap.swift
[119/955] Compiling Logging LogHandler.swift
[120/955] Compiling Logging Logging.swift
[121/957] Compiling DequeModule _DequeSlot.swift
[122/957] Compiling DequeModule _UnsafeWrappedBuffer.swift
[127/957] Compiling SotoXML XMLEncoder.swift
[128/957] Compiling SotoXML XMLDecoder.swift
[129/957] Compiling DequeModule Deque+Testing.swift
[130/957] Compiling DequeModule Deque._Storage.swift
[131/957] Compiling DequeModule Deque._UnsafeHandle.swift
[132/957] Compiling DequeModule Deque.swift
[135/957] Compiling SotoXML XML.swift
[136/957] Compiling SotoXML Expat.swift
[137/957] Compiling DequeModule Deque+Codable.swift
[138/957] Compiling DequeModule Deque+Collection.swift
[139/958] Compiling JMESPath Variable.swift
[142/959] Compiling CoreMetrics Metrics.swift
[143/959] Compiling CoreMetrics Locks.swift
[144/959] Emitting module CoreMetrics
[145/960] Emitting module DequeModule
[147/961] Compiling tls_method.cc
[148/963] Compiling tls13_server.cc
[150/963] Compiling Metrics Metrics.swift
[151/963] Emitting module Metrics
[152/964] Compiling tls13_client.cc
[153/964] Compiling tls13_enc.cc
[154/964] Compiling t1_enc.cc
[155/964] Compiling tls13_both.cc
[156/964] Compiling ssl_x509.cc
[157/964] Compiling ssl_versions.cc
[158/964] Compiling ssl_transcript.cc
[159/964] Compiling ssl_stat.cc
[160/964] Compiling ssl_privkey.cc
[161/964] Compiling ssl_session.cc
[162/964] Compiling ssl_file.cc
[163/964] Compiling ssl_key_share.cc
[164/964] Compiling ssl_credential.cc
[165/964] Compiling ssl_cipher.cc
[166/964] Compiling ssl_lib.cc
[167/964] Compiling ssl_cert.cc
[168/964] Compiling ssl_buffer.cc
[169/964] Compiling ssl_asn1.cc
[170/964] Compiling s3_both.cc
[171/964] Compiling ssl_aead_ctx.cc
[172/964] Compiling s3_lib.cc
[173/964] Compiling s3_pkt.cc
[174/964] Compiling handshake_server.cc
[175/964] Compiling handshake_client.cc
[176/964] Compiling handoff.cc
[177/964] Compiling handshake.cc
[178/964] Compiling dtls_record.cc
[179/964] Compiling encrypted_client_hello.cc
[180/964] Compiling md5-x86_64-linux.S
[181/964] Compiling md5-x86_64-apple.S
[182/964] Compiling dtls_method.cc
[183/964] Compiling extensions.cc
[184/964] Compiling md5-586-linux.S
[185/964] Compiling md5-586-apple.S
[186/964] Compiling chacha20_poly1305_x86_64-apple.S
[187/964] Compiling chacha20_poly1305_x86_64-linux.S
[188/964] Compiling chacha20_poly1305_armv8-win.S
[189/964] Compiling chacha20_poly1305_armv8-linux.S
[190/964] Compiling chacha20_poly1305_armv8-apple.S
[191/964] Compiling err_data.cc
[192/964] Compiling chacha-x86_64-linux.S
[193/964] Compiling d1_pkt.cc
[194/964] Compiling chacha-x86_64-apple.S
[195/964] Compiling chacha-x86-linux.S
[196/964] Compiling d1_srtp.cc
[197/964] Compiling chacha-armv8-win.S
[198/964] Compiling chacha-armv8-linux.S
[199/964] Compiling chacha-armv8-apple.S
[200/964] Compiling chacha-x86-apple.S
[201/964] Compiling chacha-armv4-linux.S
[202/964] Compiling bio_ssl.cc
[202/964] Compiling aes128gcmsiv-x86_64-linux.S
[204/964] Compiling aes128gcmsiv-x86_64-apple.S
[205/964] Compiling x86_64-mont5-apple.S
[206/964] Compiling x86_64-mont5-linux.S
[207/964] Compiling x86_64-mont-linux.S
[208/964] Compiling x86_64-mont-apple.S
[209/964] Compiling x86-mont-linux.S
[210/964] Compiling vpaes-x86-linux.S
[211/964] Compiling x86-mont-apple.S
[212/964] Compiling vpaes-x86_64-apple.S
[213/964] Compiling vpaes-x86_64-linux.S
[214/964] Compiling vpaes-x86-apple.S
[215/964] Compiling vpaes-armv8-linux.S
[216/964] Compiling vpaes-armv7-linux.S
[217/964] Compiling vpaes-armv8-win.S
[218/964] Compiling vpaes-armv8-apple.S
[219/964] Compiling sha512-x86_64-apple.S
[220/964] Compiling sha512-armv8-linux.S
[221/964] Compiling sha512-x86_64-linux.S
[222/964] Compiling sha512-armv8-win.S
[223/964] Compiling sha512-armv8-apple.S
[224/964] Compiling sha512-armv4-linux.S
[225/964] Compiling sha512-586-apple.S
[226/964] Compiling sha512-586-linux.S
[227/964] Compiling sha256-x86_64-linux.S
[228/964] Compiling sha256-x86_64-apple.S
[229/964] Compiling sha256-armv8-win.S
[230/964] Compiling sha256-armv8-apple.S
[231/964] Compiling sha256-armv8-linux.S
[232/964] Compiling sha256-586-linux.S
[233/964] Compiling sha256-armv4-linux.S
[234/964] Compiling sha256-586-apple.S
[235/964] Compiling sha1-armv8-linux.S
[236/964] Compiling sha1-x86_64-apple.S
[237/964] Compiling sha1-armv8-win.S
[238/964] Compiling sha1-x86_64-linux.S
[239/964] Compiling sha1-armv4-large-linux.S
[240/964] Compiling sha1-armv8-apple.S
[241/964] Compiling sha1-586-linux.S
[242/964] Compiling rsaz-avx2-linux.S
[243/964] Compiling sha1-586-apple.S
[244/964] Compiling rsaz-avx2-apple.S
[245/964] Compiling rdrand-x86_64-apple.S
[246/964] Compiling rdrand-x86_64-linux.S
[247/964] Compiling p256_beeu-x86_64-asm-linux.S
[248/964] Compiling d1_lib.cc
[249/964] Compiling p256_beeu-armv8-asm-win.S
[250/964] Compiling p256_beeu-x86_64-asm-apple.S
[251/964] Compiling p256_beeu-armv8-asm-apple.S
[252/964] Compiling p256_beeu-armv8-asm-linux.S
[253/964] Compiling p256-x86_64-asm-apple.S
[254/964] Compiling p256-armv8-asm-apple.S
[255/964] Compiling p256-armv8-asm-win.S
[256/964] Compiling p256-x86_64-asm-linux.S
[257/964] Compiling d1_both.cc
[258/964] Compiling p256-armv8-asm-linux.S
[259/964] Compiling ghashv8-armv8-apple.S
[260/964] Compiling ghashv8-armv8-linux.S
[261/964] Compiling ghashv8-armv7-linux.S
[262/964] Compiling ghash-x86-linux.S
[263/964] Compiling ghashv8-armv8-win.S
[264/964] Compiling ghash-x86_64-linux.S
[265/964] Compiling ghash-x86_64-apple.S
[266/964] Compiling ghash-x86-apple.S
[267/964] Compiling ghash-neon-armv8-win.S
[268/964] Compiling ghash-ssse3-x86-linux.S
[269/964] Compiling ghash-ssse3-x86-apple.S
[270/964] Compiling ghash-ssse3-x86_64-linux.S
[271/964] Compiling ghash-neon-armv8-linux.S
[272/964] Compiling ghash-ssse3-x86_64-apple.S
[273/964] Compiling ghash-neon-armv8-apple.S
[274/964] Compiling ghash-armv4-linux.S
[275/964] Compiling co-586-linux.S
[276/964] Compiling co-586-apple.S
[277/964] Compiling bsaes-armv7-linux.S
[278/964] Compiling bn-armv8-win.S
[279/964] Compiling bn-armv8-linux.S
[280/964] Compiling bn-armv8-apple.S
[281/964] Compiling bn-586-linux.S
[282/964] Compiling armv8-mont-win.S
[283/964] Compiling bn-586-apple.S
[284/964] Compiling armv8-mont-linux.S
[285/964] Compiling armv8-mont-apple.S
[286/964] Compiling armv4-mont-linux.S
[287/964] Compiling aesv8-gcm-armv8-win.S
[288/964] Compiling aesv8-gcm-armv8-linux.S
[289/964] Compiling aesv8-gcm-armv8-apple.S
[290/964] Compiling aesv8-armv8-apple.S
[291/964] Compiling aesv8-armv8-win.S
[292/964] Compiling aesv8-armv8-linux.S
[293/964] Compiling aesni-x86_64-linux.S
[294/964] Compiling aesv8-armv7-linux.S
[294/964] Compiling aesni-x86-linux.S
[296/964] Compiling aesni-x86-apple.S
[297/964] Compiling aesni-x86_64-apple.S
[298/964] Compiling aesni-gcm-x86_64-linux.S
[299/964] Compiling aesni-gcm-x86_64-apple.S
[300/964] Compiling aes-gcm-avx2-x86_64-apple.S
[301/964] Compiling aes-gcm-avx2-x86_64-linux.S
[302/964] Compiling aes-gcm-avx10-x86_64-apple.S
[303/964] Compiling aes-gcm-avx10-x86_64-linux.S
[304/964] Compiling x_sig.cc
[305/964] Compiling x_x509.cc
[306/964] Compiling x_pubkey.cc
[307/964] Compiling x_x509a.cc
[308/964] Compiling x_spki.cc
[309/964] Compiling x_val.cc
[310/964] Compiling x_name.cc
[311/964] Compiling x_req.cc
[312/964] Compiling x_exten.cc
[313/964] Compiling x_attrib.cc
[314/964] Compiling x_crl.cc
[315/964] Compiling x_algor.cc
[316/964] Compiling x509rset.cc
[317/964] Compiling x509spki.cc
[318/964] Compiling x_all.cc
[319/964] Compiling x509name.cc
[320/964] Compiling x509cset.cc
[321/964] Compiling x509_vpm.cc
[322/964] Compiling x509_v3.cc
[323/964] Compiling x509_trs.cc
[324/964] Compiling x509_vfy.cc
[325/964] Compiling x509_req.cc
[326/964] Compiling x509_set.cc
[327/964] Compiling x509_txt.cc
[328/964] Compiling x509_def.cc
[329/964] Compiling x509_obj.cc
[330/964] Compiling x509_lu.cc
[331/964] Compiling x509.cc
[332/964] Compiling x509_d2.cc
[333/964] Compiling x509_ext.cc
[334/964] Compiling x509_att.cc
[335/964] Compiling x509_cmp.cc
[336/964] Compiling v3_prn.cc
[337/964] Compiling v3_skey.cc
[338/964] Compiling v3_purp.cc
[339/964] Compiling v3_utl.cc
[340/964] Compiling v3_pcons.cc
[341/964] Compiling v3_pmaps.cc
[342/964] Compiling v3_ocsp.cc
[343/964] Compiling v3_ncons.cc
[344/964] Compiling v3_int.cc
[345/964] Compiling v3_genn.cc
[346/964] Compiling v3_lib.cc
[347/964] Compiling v3_info.cc
[348/964] Compiling v3_ia5.cc
[349/964] Compiling v3_extku.cc
[350/964] Compiling v3_enum.cc
[351/964] Compiling v3_alt.cc
[352/964] Compiling v3_crld.cc
[353/964] Compiling v3_conf.cc
[354/964] Compiling v3_cpols.cc
[355/964] Compiling v3_bitst.cc
[356/964] Compiling v3_bcons.cc
[357/964] Compiling v3_akeya.cc
[358/964] Compiling v3_akey.cc
[359/964] Compiling t_x509.cc
[360/964] Compiling t_req.cc
[361/964] Compiling t_x509a.cc
[362/964] Compiling t_crl.cc
[363/964] Compiling i2d_pr.cc
[364/964] Compiling name_print.cc
[365/964] Compiling rsa_pss.cc
[366/964] Compiling policy.cc
[367/964] Compiling asn1_gen.cc
[368/964] Compiling by_file.cc
[369/964] Compiling algorithm.cc
[370/964] Compiling thread_win.cc
[371/964] Compiling by_dir.cc
[372/964] Compiling thread_pthread.cc
[373/964] Compiling a_verify.cc
[374/964] Compiling thread_none.cc
[375/964] Compiling trust_token.cc
[376/964] Compiling a_digest.cc
[377/964] Compiling a_sign.cc
[378/964] Compiling voprf.cc
[379/964] Compiling pmbtoken.cc
[380/964] Compiling thread.cc
[381/964] Compiling sha512.cc
[382/964] Compiling spake2plus.cc
[383/964] Compiling stack.cc
[384/964] Compiling siphash.cc
[385/964] Compiling sha1.cc
[386/964] Compiling rsa_print.cc
[387/964] Compiling sha256.cc
[388/964] Compiling rsa_crypt.cc
[389/964] Compiling refcount.cc
[390/964] Compiling slhdsa.cc
[391/964] Compiling rc4.cc
[392/964] Compiling rsa_extra.cc
[393/964] Compiling windows.cc
[394/964] Compiling rand.cc
[395/964] Compiling trusty.cc
[396/964] Compiling rsa_asn1.cc
[397/964] Compiling urandom.cc
[398/964] Compiling passive.cc
[399/964] Compiling poly1305_arm_asm.S
[400/964] Compiling deterministic.cc
[401/964] Compiling getentropy.cc
[402/964] Compiling fork_detect.cc
[403/964] Compiling forkunsafe.cc
[404/964] Compiling ios.cc
[405/964] Compiling poly1305.cc
[406/964] Compiling poly1305_arm.cc
[407/964] Compiling poly1305_vec.cc
[408/964] Compiling pool.cc
[409/964] Compiling pkcs7.cc
[410/964] Compiling p5_pbev2.cc
[411/964] Compiling pkcs8_x509.cc
[412/964] Compiling pkcs8.cc
[413/964] Compiling pkcs7_x509.cc
[414/964] Compiling pem_pkey.cc
[415/964] Compiling pem_xaux.cc
[416/964] Compiling pem_x509.cc
[417/964] Compiling obj_xref.cc
[418/964] Compiling mlkem.cc
[419/964] Compiling pem_pk8.cc
[420/964] Compiling pem_all.cc
[421/964] Compiling pem_oth.cc
[422/964] Compiling obj.cc
[423/964] Compiling md5.cc
[424/964] Compiling pem_lib.cc
[425/964] Compiling md4.cc
[426/964] Compiling mldsa.cc
[427/964] Compiling mem.cc
[428/964] Compiling fips_shared_support.cc
[429/964] Compiling pem_info.cc
[430/964] Compiling poly_rq_mul.S
[431/964] Compiling ex_data.cc
[432/964] Compiling lhash.cc
[433/964] Compiling sign.cc
[434/964] Compiling scrypt.cc
[435/964] Compiling hrss.cc
[436/964] Compiling pbkdf.cc
[437/964] Compiling kyber.cc
[437/964] Compiling hpke.cc
[439/964] Compiling print.cc
[440/964] Compiling p_x25519.cc
[441/964] Compiling p_x25519_asn1.cc
[442/964] Compiling p_hkdf.cc
[443/964] Compiling p_rsa_asn1.cc
[444/964] Compiling p_ed25519_asn1.cc
[445/964] Compiling p_ed25519.cc
[446/964] Compiling p_rsa.cc
[447/964] Compiling p_ec.cc
[448/964] Compiling p_ec_asn1.cc
[449/964] Compiling p_dh_asn1.cc
[450/964] Compiling p_dh.cc
[451/964] Compiling evp_ctx.cc
[452/964] Compiling evp.cc
[453/964] Compiling p_dsa_asn1.cc
[454/964] Compiling err.cc
[455/964] Compiling evp_asn1.cc
[456/964] Compiling engine.cc
[457/964] Compiling ecdh.cc
[458/964] Compiling ecdsa_asn1.cc
[459/964] Compiling hash_to_curve.cc
[460/964] Compiling dsa.cc
[461/964] Compiling ec_derive.cc
[462/964] Compiling des.cc
[463/964] Compiling params.cc
[464/964] Compiling dsa_asn1.cc
[465/964] Compiling x25519-asm-arm.S
[466/964] Compiling ec_asn1.cc
[467/964] Compiling digest_extra.cc
[468/964] Compiling dh_asn1.cc
[469/964] Compiling spake25519.cc
[470/964] Compiling cpu_arm_linux.cc
[471/964] Compiling cpu_intel.cc
[472/964] Compiling crypto.cc
[473/964] Compiling bcm.cc
[474/964] Compiling cpu_arm_freebsd.cc
[475/964] Compiling curve25519.cc
[476/964] Compiling cpu_aarch64_sysreg.cc
[477/964] Compiling cpu_aarch64_win.cc
[478/964] Compiling cpu_aarch64_linux.cc
[479/964] Compiling cpu_aarch64_openbsd.cc
[480/964] Compiling cpu_aarch64_apple.cc
[481/964] Compiling cpu_aarch64_fuchsia.cc
[482/964] Compiling curve25519_64_adx.cc
[483/964] Compiling get_cipher.cc
[484/964] Compiling tls_cbc.cc
[485/964] Compiling conf.cc
[486/964] Compiling e_rc4.cc
[487/964] Compiling e_null.cc
[488/964] Compiling e_tls.cc
[489/964] Compiling e_rc2.cc
[490/964] Compiling e_des.cc
[491/964] Compiling e_chacha20poly1305.cc
[492/964] Compiling derive_key.cc
[493/964] Compiling unicode.cc
[494/964] Compiling e_aesctrhmac.cc
[495/964] Compiling chacha.cc
[496/964] Compiling e_aesgcmsiv.cc
[497/964] Compiling buf.cc
[498/964] Compiling cbs.cc
[499/964] Compiling ber.cc
[500/964] Compiling cbb.cc
[501/964] Compiling asn1_compat.cc
[502/964] Compiling blake2.cc
[503/964] Compiling convert.cc
[504/964] Compiling pair.cc
[505/964] Compiling bn_asn1.cc
[506/964] Compiling socket.cc
[507/964] Compiling socket_helper.cc
[508/964] Compiling printf.cc
[509/964] Compiling errno.cc
[510/964] Compiling hexdump.cc
[511/964] Compiling file.cc
[512/964] Compiling fd.cc
[513/964] Compiling connect.cc
[513/964] Compiling bio_mem.cc
[515/964] Compiling base64.cc
[516/964] Compiling bio.cc
[517/964] Compiling tasn_typ.cc
[518/964] Compiling posix_time.cc
[519/964] Compiling f_string.cc
[520/964] Compiling tasn_fre.cc
[521/964] Compiling tasn_enc.cc
[522/964] Compiling f_int.cc
[523/964] Compiling tasn_utl.cc
[524/964] Compiling tasn_new.cc
[525/964] Compiling tasn_dec.cc
[526/964] Compiling asn_pack.cc
[527/964] Compiling asn1_par.cc
[528/964] Compiling a_octet.cc
[529/964] Compiling a_strex.cc
[530/964] Compiling a_utctm.cc
[531/964] Compiling asn1_lib.cc
[532/964] Compiling a_time.cc
[533/964] Compiling a_type.cc
[534/964] Compiling a_strnid.cc
[535/964] Compiling a_i2d_fp.cc
[536/964] Compiling a_d2i_fp.cc
[537/964] Compiling a_object.cc
[538/964] Compiling a_dup.cc
[539/964] Compiling a_mbstr.cc
[540/964] Compiling a_int.cc
[541/964] Compiling fiat_curve25519_adx_square.S
[542/964] Compiling fiat_curve25519_adx_mul.S
[543/964] Compiling CCryptoBoringSSLShims shims.c
[544/964] Compiling a_bool.cc
[545/964] Compiling a_gentm.cc
[546/964] Compiling v3_skey.c
[547/964] Compiling a_bitstr.cc
[548/964] Compiling v3_utl.c
[549/964] Compiling v3_prn.c
[550/964] Compiling v3_purp.c
[551/964] Compiling v3_pmaps.c
[552/964] Compiling v3_lib.c
[553/964] Compiling v3_ocsp.c
[554/964] Compiling v3_info.c
[555/964] Compiling v3_pcons.c
[556/964] Compiling v3_ncons.c
[557/964] Compiling v3_int.c
[558/964] Compiling v3_ia5.c
[559/964] Compiling v3_genn.c
[560/964] Compiling v3_enum.c
[561/964] Compiling v3_extku.c
[562/964] Compiling v3_bcons.c
[562/964] Compiling v3_crld.c
[564/964] Compiling v3_bitst.c
[565/964] Compiling v3_conf.c
[566/964] Compiling v3_cpols.c
[567/964] Compiling v3_akey.c
[568/964] Compiling x_x509a.c
[569/964] Compiling v3_akeya.c
[570/964] Compiling x_val.c
[571/964] Compiling v3_alt.c
[572/964] Compiling x_x509.c
[573/964] Compiling x_spki.c
[574/964] Compiling x_sig.c
[575/964] Compiling x_req.c
[576/964] Compiling x_pubkey.c
[577/964] Compiling x_pkey.c
[578/964] Compiling x_name.c
[579/964] Compiling x_info.c
[580/964] Compiling x_exten.c
[581/964] Compiling x_attrib.c
[582/964] Compiling x_all.c
[583/964] Compiling x_algor.c
[584/964] Compiling x_crl.c
[585/964] Compiling x509spki.c
[586/964] Compiling x509rset.c
[587/964] Compiling x509name.c
[588/964] Compiling x509cset.c
[589/964] Compiling x509_vpm.c
[590/964] Compiling x509_v3.c
[591/964] Compiling x509_txt.c
[592/964] Compiling c-nioatomics.c
[593/964] Compiling x509_vfy.c
[594/964] Compiling x509_trs.c
[595/964] Compiling x509_set.c
[596/964] Compiling x509_def.c
[597/964] Compiling x509_obj.c
[598/964] Compiling x509_req.c
[599/964] Compiling x509_d2.c
[600/964] Compiling x509_lu.c
[601/964] Compiling x509_ext.c
[602/964] Compiling x509.c
[603/964] Compiling x509_cmp.c
[604/964] Compiling t_x509a.c
[605/964] Compiling x509_att.c
[606/964] Compiling t_req.c
[607/964] Compiling t_x509.c
[608/964] Compiling c-atomics.c
[609/964] Compiling rsa_pss.c
[610/964] Compiling t_crl.c
[611/964] Compiling i2d_pr.c
[612/964] Compiling name_print.c
[613/964] Compiling policy.c
[614/968] Compiling a_verify.c
[615/970] Compiling by_file.c
[616/970] Compiling a_sign.c
[617/970] Compiling algorithm.c
[617/970] Compiling by_dir.c
[619/970] Compiling thread_win.c
[620/970] Compiling thread_pthread.c
[621/970] Compiling asn1_gen.c
[622/970] Compiling thread_none.c
[623/970] Compiling thread.c
[624/970] Compiling voprf.c
[625/970] Compiling trust_token.c
[626/970] Compiling a_digest.c
[627/970] Compiling pmbtoken.c
[628/970] Compiling stack.c
[629/970] Compiling siphash.c
[630/970] Compiling rsa_print.c
[631/970] Compiling rc4.c
[632/970] Compiling refcount.c
[633/970] Compiling windows.c
[634/970] Compiling rand_extra.c
[635/970] Compiling rsa_crypt.c
[636/970] Compiling trusty.c
[637/970] Compiling rsa_asn1.c
[639/970] Compiling NIOConcurrencyHelpers lock.swift
[639/970] Compiling passive.c
[641/970] Compiling NIOConcurrencyHelpers NIOLock.swift
[641/970] Compiling getentropy.c
[642/970] Compiling ios.c
[643/970] Compiling pool.c
[644/970] Compiling forkunsafe.c
[645/970] Compiling poly1305_arm_asm.S
[646/970] Compiling deterministic.c
[647/970] Compiling poly1305.c
[648/970] Compiling poly1305_arm.c
[649/970] Compiling pkcs7.c
[650/970] Compiling poly1305_vec.c
[652/970] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[653/970] Emitting module NIOConcurrencyHelpers
[653/970] Compiling p5_pbev2.c
[654/970] Compiling pkcs8.c
[655/970] Compiling pkcs7_x509.c
[656/970] Compiling pem_xaux.c
[657/970] Compiling pkcs8_x509.c
[659/970] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[660/970] Compiling NIOConcurrencyHelpers atomics.swift
[660/971] Compiling pem_x509.c
[661/971] Compiling pem_pkey.c
[662/971] Compiling pem_lib.c
[663/971] Compiling pem_oth.c
[665/971] Compiling pem_pk8.c
[666/971] Compiling pem_all.c
[666/971] Compiling obj_xref.c
[668/971] Compiling pem_info.c
[669/971] Compiling mem.c
[670/971] Compiling kyber.c
[671/971] Compiling lhash.c
[672/971] Compiling x86_64-mont5-mac.mac.x86_64.S
[673/971] Compiling keccak.c
[674/971] Compiling x86_64-mont-mac.mac.x86_64.S
[675/971] Compiling poly_rq_mul.S
[676/971] Compiling x86_64-mont-linux.linux.x86_64.S
[677/971] Compiling x86_64-mont5-linux.linux.x86_64.S
[678/971] Compiling obj.c
[679/971] Compiling x86-mont-windows.windows.x86.S
[680/971] Compiling vpaes-x86-windows.windows.x86.S
[681/971] Compiling vpaes-x86_64-mac.mac.x86_64.S
[682/971] Compiling vpaes-x86_64-linux.linux.x86_64.S
[683/971] Compiling x86-mont-linux.linux.x86.S
[684/971] Compiling hpke.c
[685/971] Compiling vpaes-armv8-linux.linux.aarch64.S
[686/971] Compiling vpaes-x86-linux.linux.x86.S
[687/971] Compiling vpaes-armv7-ios.ios.arm.S
[688/971] Compiling hrss.c
[689/971] Compiling vpaes-armv7-linux.linux.arm.S
[690/971] Compiling vpaes-armv8-ios.ios.aarch64.S
[691/971] Compiling sha512-x86_64-mac.mac.x86_64.S
[692/971] Compiling sha512-x86_64-linux.linux.x86_64.S
[693/971] Compiling sha512-armv8-ios.ios.aarch64.S
[693/971] Compiling sha512-armv8-linux.linux.aarch64.S
[695/971] Compiling sha512-586-windows.windows.x86.S
[696/971] Compiling sha512-armv4-ios.ios.arm.S
[697/971] Compiling sha512-armv4-linux.linux.arm.S
[698/971] Compiling sha512-586-linux.linux.x86.S
[699/971] Compiling kdf.c
[700/971] Compiling sha256-x86_64-mac.mac.x86_64.S
[701/971] Compiling sha256-586-windows.windows.x86.S
[702/971] Compiling sha256-armv4-linux.linux.arm.S
[702/971] Compiling sha256-armv8-linux.linux.aarch64.S
[704/971] Compiling sha256-armv4-ios.ios.arm.S
[704/971] Compiling sha256-armv8-ios.ios.aarch64.S
[706/971] Compiling sha256-x86_64-linux.linux.x86_64.S
[707/971] Compiling sha256-586-linux.linux.x86.S
[708/971] Compiling sha1-586-windows.windows.x86.S
[709/971] Compiling sha1-x86_64-mac.mac.x86_64.S
[710/971] Compiling sha1-armv4-large-linux.linux.arm.S
[711/971] Compiling sha1-armv4-large-ios.ios.arm.S
[712/971] Compiling sha1-x86_64-linux.linux.x86_64.S
[713/971] Compiling sha1-586-linux.linux.x86.S
[714/971] Compiling sha1-armv8-ios.ios.aarch64.S
[715/971] Compiling sha1-armv8-linux.linux.aarch64.S
[716/971] Compiling sha512.c
[717/971] Compiling rsaz-avx2-mac.mac.x86_64.S
[718/971] Compiling sha1.c
[719/971] Compiling sha256.c
[720/971] Compiling fips.c
[721/971] Compiling rsaz-avx2-linux.linux.x86_64.S
[722/971] Compiling service_indicator.c
[723/971] Compiling rdrand-x86_64-mac.mac.x86_64.S
[724/971] Compiling rsa_impl.c
[725/971] Compiling self_check.c
[726/971] Compiling padding.c
[726/971] Compiling rdrand-x86_64-linux.linux.x86_64.S
[728/971] Compiling blinding.c
[729/971] Compiling rand.c
[730/971] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[731/971] Compiling urandom.c
[732/971] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[733/971] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[734/971] Compiling fork_detect.c
[735/971] Compiling rsa.c
[736/971] Compiling ctrdrbg.c
[737/971] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[738/971] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[739/971] Compiling p256-armv8-asm-linux.linux.aarch64.S
[740/971] Compiling p256-armv8-asm-ios.ios.aarch64.S
[741/971] Compiling polyval.c
[742/971] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[743/971] Compiling ofb.c
[744/971] Compiling gcm_nohw.c
[745/971] Compiling ctr.c
[746/971] Compiling cbc.c
[747/971] Compiling cfb.c
[748/971] Compiling md5-x86_64-mac.mac.x86_64.S
[749/971] Compiling md5-586-linux.linux.x86.S
[749/971] Compiling md5.c
[751/971] Compiling gcm.c
[752/971] Compiling md5-x86_64-linux.linux.x86_64.S
[753/971] Compiling md5-586-windows.windows.x86.S
[754/971] Compiling ghashv8-armv8-ios.ios.aarch64.S
[755/971] Compiling ghashv8-armv7-linux.linux.arm.S
[756/971] Compiling ghashv8-armv8-linux.linux.aarch64.S
[757/971] Compiling ghashv8-armv7-ios.ios.arm.S
[758/971] Compiling hkdf.c
[759/971] Compiling md4.c
[760/971] Compiling hmac.c
[761/971] Compiling ghash-x86_64-mac.mac.x86_64.S
[762/971] Compiling ghash-x86_64-linux.linux.x86_64.S
[763/971] Compiling ghash-ssse3-x86-windows.windows.x86.S
[764/971] Compiling ghash-x86-windows.windows.x86.S
[765/971] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[766/971] Compiling ghash-x86-linux.linux.x86.S
[767/971] Compiling ghash-ssse3-x86-linux.linux.x86.S
[768/971] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[769/971] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[770/971] Compiling ghash-armv4-linux.linux.arm.S
[771/971] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[772/971] Compiling fips_shared_support.c
[773/971] Compiling ghash-armv4-ios.ios.arm.S
[774/971] Compiling ecdh.c
[775/971] Compiling wnaf.c
[776/971] Compiling ecdsa.c
[777/971] Compiling scalar.c
[778/971] Compiling simple_mul.c
[779/971] Compiling util.c
[779/971] Compiling simple.c
[781/971] Compiling p224-64.c
[782/971] Compiling ec_montgomery.c
[783/971] Compiling p256.c
[784/971] Compiling felem.c
[785/971] Compiling oct.c
[786/971] Compiling ec_key.c
[787/971] Compiling ec.c
[788/971] Compiling digest.c
[789/971] Compiling co-586-windows.windows.x86.S
[790/971] Compiling digests.c
[791/971] Compiling digestsign.c
[792/971] Compiling dh.c
[793/971] Compiling check.c
[794/971] Compiling co-586-linux.linux.x86.S
[795/971] Compiling cmac.c
[796/971] Compiling e_aesccm.c
[797/971] Compiling cipher.c
[798/971] Compiling bsaes-armv7-ios.ios.arm.S
[798/971] Compiling aead.c
[800/971] Compiling bsaes-armv7-linux.linux.arm.S
[801/971] Compiling e_aes.c
[802/971] Compiling sqrt.c
[803/971] Compiling shift.c
[804/971] Compiling rsaz_exp.c
[805/971] Compiling p256-nistz.c
[806/971] Compiling random.c
[807/971] Compiling mul.c
[808/971] Compiling prime.c
[809/971] Compiling generic.c
[810/971] Compiling jacobi.c
[811/971] Compiling montgomery.c
[812/971] Compiling montgomery_inv.c
[813/971] Compiling gcd.c
[814/971] Compiling gcd_extra.c
[815/971] Compiling exponentiation.c
[816/971] Compiling div_extra.c
[817/971] Compiling ctx.c
[818/971] Compiling div.c
[819/971] Compiling bn-armv8-linux.linux.aarch64.S
[820/971] Compiling cmp.c
[821/971] Compiling bytes.c
[822/971] Compiling bn-armv8-ios.ios.aarch64.S
[823/971] Compiling bn.c
[824/971] Compiling bn-586-linux.linux.x86.S
[825/971] Compiling add.c
[826/971] Compiling bn-586-windows.windows.x86.S
[827/971] Compiling armv8-mont-linux.linux.aarch64.S
[828/971] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[829/971] Compiling aesv8-armv8-linux.linux.aarch64.S
[830/971] Compiling armv8-mont-ios.ios.aarch64.S
[831/971] Compiling armv4-mont-ios.ios.arm.S
[832/971] Compiling aesv8-armv8-ios.ios.aarch64.S
[833/971] Compiling armv4-mont-linux.linux.arm.S
[834/971] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[835/971] Compiling aesv8-armv7-linux.linux.arm.S
[836/971] Compiling x86_64-gcc.c
[837/971] Compiling aesni-x86_64-mac.mac.x86_64.S
[838/971] Compiling aesni-x86-linux.linux.x86.S
[839/971] Compiling aesv8-armv7-ios.ios.arm.S
[840/971] Compiling aesni-x86_64-linux.linux.x86_64.S
[841/971] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[841/971] Compiling aesni-x86-windows.windows.x86.S
[843/971] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[844/971] Compiling key_wrap.c
[845/971] Compiling mode_wrappers.c
[846/971] Compiling aes.c
[847/971] Compiling aes_nohw.c
[848/971] Compiling ex_data.c
[849/971] Compiling scrypt.c
[850/971] Compiling sign.c
[851/971] Compiling pbkdf.c
[852/971] Compiling print.c
[853/971] Compiling p_x25519.c
[854/971] Compiling p_x25519_asn1.c
[855/971] Compiling p_rsa_asn1.c
[856/971] Compiling p_ed25519_asn1.c
[857/971] Compiling p_rsa.c
[858/971] Compiling p_hkdf.c
[859/971] Compiling p_ed25519.c
[860/971] Compiling p_ec_asn1.c
[860/971] Compiling evp_ctx.c
[862/971] Compiling evp_asn1.c
[863/971] Compiling p_dsa_asn1.c
[863/971] Compiling p_ec.c
[865/971] Compiling evp.c
[866/971] Compiling err_data.c
[867/971] Compiling err.c
[868/971] Compiling engine.c
[869/971] Compiling ecdh_extra.c
[870/971] Compiling ec_derive.c
[871/971] Compiling ecdsa_asn1.c
[872/971] Compiling dsa_asn1.c
[873/971] Compiling hash_to_curve.c
[874/971] Compiling dsa.c
[875/971] Compiling ec_asn1.c
[876/971] Compiling params.c
[877/971] Compiling dh_asn1.c
[878/971] Compiling des.c
[879/971] Compiling x25519-asm-arm.S
[880/971] Compiling digest_extra.c
[881/971] Compiling spake25519.c
[882/971] Compiling cpu_arm_linux.c
[883/971] Compiling crypto.c
[884/971] Compiling cpu_intel.c
[885/971] Compiling cpu_aarch64_win.c
[886/971] Compiling cpu_aarch64_openbsd.c
[887/971] Compiling cpu_arm.c
[888/971] Compiling cpu_arm_freebsd.c
[889/971] Compiling cpu_aarch64_sysreg.c
[890/971] Compiling cpu_aarch64_linux.c
[891/971] Compiling cpu_aarch64_fuchsia.c
[892/971] Compiling cpu_aarch64_apple.c
[893/971] Compiling conf.c
[894/971] Compiling tls_cbc.c
[895/971] Compiling e_rc4.c
[896/971] Compiling curve25519.c
[897/971] Compiling e_tls.c
[898/971] Compiling e_rc2.c
[899/971] Compiling e_null.c
[900/971] Compiling curve25519_64_adx.c
[900/971] Compiling e_des.c
[902/971] Compiling derive_key.c
[903/971] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[904/971] Compiling cipher_extra.c
[905/971] Compiling e_aesgcmsiv.c
[906/971] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[907/971] Compiling e_aesctrhmac.c
[908/971] Compiling e_chacha20poly1305.c
[909/971] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[910/971] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[911/971] Compiling chacha-x86_64-linux.linux.x86_64.S
[912/971] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[913/971] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[914/971] Compiling chacha-x86_64-mac.mac.x86_64.S
[915/971] Compiling chacha-x86-linux.linux.x86.S
[916/971] Compiling chacha-x86-windows.windows.x86.S
[917/971] Compiling chacha-armv8-linux.linux.aarch64.S
[918/971] Compiling chacha-armv4-ios.ios.arm.S
[919/971] Compiling chacha-armv4-linux.linux.arm.S
[920/971] Compiling chacha.c
[921/971] Compiling chacha-armv8-ios.ios.aarch64.S
[922/971] Compiling unicode.c
[923/971] Compiling bn_asn1.c
[924/971] Compiling asn1_compat.c
[925/971] Compiling convert.c
[926/971] Compiling buf.c
[927/971] Compiling ber.c
[928/971] Compiling blake2.c
[929/971] Compiling file.c
[930/971] Compiling printf.c
[931/971] Compiling cbb.c
[932/971] Compiling cbs.c
[933/971] Compiling hexdump.c
[934/971] Compiling pair.c
[935/971] Compiling fd.c
[936/971] Compiling errno.c
[937/971] Compiling bio_mem.c
[938/971] Compiling base64.c
[939/971] Compiling bio.c
[940/971] Compiling tasn_fre.c
[941/971] Compiling tasn_typ.c
[942/971] Compiling tasn_new.c
[943/971] Compiling tasn_enc.c
[944/971] Compiling tasn_utl.c
[945/971] Compiling f_string.c
[946/971] Compiling tasn_dec.c
[947/971] Compiling f_int.c
[948/971] Compiling asn_pack.c
[949/971] Compiling asn1_par.c
[950/971] Compiling posix_time.c
[951/971] Compiling a_utctm.c
[952/971] Compiling asn1_lib.c
[953/971] Compiling a_strex.c
[954/971] Compiling a_type.c
[955/971] Compiling a_time.c
[956/971] Compiling a_octet.c
[957/971] Compiling a_strnid.c
[958/971] Compiling a_object.c
[959/971] Compiling a_mbstr.c
[960/971] Compiling a_int.c
[960/971] Write sources
[964/971] Compiling a_dup.c
[965/971] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[966/971] Compiling a_i2d_fp.c
[967/971] Compiling a_gentm.c
[968/971] Compiling a_bool.c
[969/971] Compiling a_bitstr.c
[970/971] Compiling a_d2i_fp.c
[972/1018] Compiling Atomics ManagedAtomic.swift
[973/1018] Compiling Atomics ManagedAtomicLazyReference.swift
[974/1018] Compiling Atomics UnsafeAtomic.swift
[975/1018] Compiling Atomics UnsafeAtomicLazyReference.swift
[976/1020] Compiling Atomics AtomicMemoryOrderings.swift
[977/1020] Compiling Atomics DoubleWord.swift
[978/1020] Compiling Atomics Primitives.shims.swift
[979/1020] Compiling Atomics AtomicInteger.swift
[980/1020] Compiling Atomics AtomicOptionalWrappable.swift
[981/1020] Compiling Atomics AtomicReference.swift
[982/1020] Compiling Atomics AtomicStorage.swift
[983/1020] Compiling Atomics AtomicValue.swift
[984/1020] Compiling Atomics IntegerOperations.swift
[985/1020] Compiling Atomics Unmanaged extensions.swift
[986/1020] Compiling Algorithms Split.swift
[987/1020] Compiling Algorithms Stride.swift
[988/1020] Compiling Algorithms Suffix.swift
[991/1020] Compiling Algorithms Rotate.swift
[992/1023] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[996/1023] Emitting module CryptoBoringWrapper
[997/1023] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1005/1024] Compiling Atomics RawRepresentable.swift
[1006/1024] Compiling Atomics AtomicBool.swift
[1010/1024] Compiling Algorithms Trim.swift
[1011/1024] Compiling Algorithms Unique.swift
[1012/1024] Compiling Algorithms Windows.swift
[1013/1084] Compiling Crypto AES-GCM.swift
[1014/1084] Compiling Crypto AES-GCM_boring.swift
[1015/1084] Compiling Crypto ChaChaPoly_boring.swift
[1016/1084] Compiling Crypto ChaChaPoly.swift
[1021/1084] Compiling Crypto Cipher.swift
[1022/1084] Compiling Crypto Nonces.swift
[1023/1084] Emitting module Atomics
[1025/1144] Emitting module Algorithms
[1027/1145] Emitting module Crypto
[1028/1153] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1029/1153] Compiling NIOCore BSDSocketAPI.swift
[1030/1153] Compiling NIOCore ByteBuffer-aux.swift
[1031/1153] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1032/1153] Compiling NIOCore ByteBuffer-conversions.swift
[1033/1153] Compiling NIOCore ByteBuffer-core.swift
[1034/1153] Compiling NIOCore ByteBuffer-hex.swift
[1035/1153] Compiling NIOCore ByteBuffer-int.swift
[1036/1153] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1037/1153] Compiling NIOCore IO.swift
[1038/1153] Compiling NIOCore IOData.swift
[1039/1153] Compiling NIOCore IPProtocol.swift
[1040/1153] Compiling NIOCore IntegerBitPacking.swift
[1041/1153] Compiling NIOCore IntegerTypes.swift
[1042/1153] Compiling NIOCore Interfaces.swift
[1043/1153] Compiling NIOCore Linux.swift
[1044/1153] Compiling Crypto CryptoKitErrors_boring.swift
[1045/1153] Compiling NIOCore MulticastChannel.swift
[1046/1153] Compiling NIOCore NIOAny.swift
[1047/1153] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1048/1153] Compiling NIOCore NIOLoopBound.swift
[1049/1153] Compiling NIOCore NIOScheduledCallback.swift
[1050/1153] Compiling NIOCore NIOSendable.swift
[1051/1153] Compiling NIOCore RecvByteBufferAllocator.swift
[1052/1153] Compiling NIOCore GlobalSingletons.swift
[1053/1153] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1054/1153] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1055/1153] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1056/1153] Compiling NIOCore EventLoopFuture.swift
[1057/1153] Compiling NIOCore FileDescriptor.swift
[1058/1153] Compiling NIOCore FileHandle.swift
[1059/1153] Compiling NIOCore FileRegion.swift
[1060/1153] Compiling NIOCore ChannelPipeline.swift
[1061/1153] Compiling NIOCore ByteBuffer-multi-int.swift
[1062/1153] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1063/1153] Compiling NIOCore ByteBuffer-views.swift
[1064/1153] Compiling NIOCore Channel.swift
[1065/1153] Compiling NIOCore ChannelHandler.swift
[1066/1153] Compiling NIOCore ChannelHandlers.swift
[1067/1153] Compiling NIOCore ChannelInvoker.swift
[1068/1153] Compiling NIOCore ChannelOption.swift
[1069/1153] Compiling NIOCore EventLoop.swift
[1070/1153] Compiling NIOCore CircularBuffer.swift
[1071/1153] Compiling NIOCore Codec.swift
[1072/1153] Compiling NIOCore ConvenienceOptionSupport.swift
[1073/1153] Compiling NIOCore DeadChannel.swift
[1074/1153] Compiling NIOCore DispatchQueue+WithFuture.swift
[1075/1153] Compiling NIOCore EventLoop+Deprecated.swift
[1076/1153] Compiling NIOCore EventLoop+SerialExecutor.swift
[1077/1153] Compiling NIOCore MarkedCircularBuffer.swift
[1086/1161] Compiling NIOCore AddressedEnvelope.swift
[1087/1161] Compiling NIOCore AsyncAwaitSupport.swift
[1088/1161] Compiling NIOCore AsyncChannel.swift
[1089/1161] Compiling NIOCore AsyncChannelHandler.swift
[1090/1161] Compiling NIOCore AsyncChannelInboundStream.swift
[1091/1161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1092/1161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1093/1161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1094/1161] Compiling NIOCore NIOAsyncWriter.swift
[1103/1161] Compiling NIOCore SocketAddresses.swift
[1104/1161] Compiling NIOCore SocketOptionProvider.swift
[1105/1161] Compiling NIOCore SystemCallHelpers.swift
[1106/1161] Compiling NIOCore TimeAmount+Duration.swift
[1107/1161] Compiling NIOCore TypeAssistedChannelHandler.swift
[1108/1161] Compiling NIOCore UniversalBootstrapSupport.swift
[1109/1161] Compiling NIOCore Utilities.swift
[1110/1161] Compiling Crypto Zeroization.swift
[1112/1162] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1128/1171] Compiling SotoCrypto ByteArray.swift
[1129/1171] Compiling SotoCrypto Digest.swift
[1130/1172] Compiling SotoCrypto MD5.swift
[1131/1172] Compiling SotoCrypto Insecure.swift
[1132/1172] Compiling SotoCrypto HMAC.swift
[1133/1172] Compiling SotoCrypto SymmetricKey.swift
[1134/1172] Compiling SotoCrypto HashFunction.swift
[1135/1172] Emitting module SotoCrypto
[1136/1172] Compiling SotoCrypto SHA2.swift
[1137/1172] Compiling SotoCrypto exports.swift
[1173/1173] Emitting module NIOCore
[1175/1225] Emitting module NIOEmbedded
[1176/1225] Compiling NIOEmbedded AsyncTestingChannel.swift
[1177/1225] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1178/1225] Compiling NIOEmbedded Embedded.swift
[1179/1226] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1180/1226] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1181/1226] Compiling NIOPosix PosixSingletons.swift
[1182/1226] Compiling NIOPosix RawSocketBootstrap.swift
[1183/1226] Compiling NIOPosix Resolver.swift
[1184/1226] Compiling NIOPosix Selectable.swift
[1186/1232] Compiling NIOPosix IO.swift
[1187/1232] Compiling NIOPosix IntegerBitPacking.swift
[1188/1232] Compiling NIOPosix IntegerTypes.swift
[1189/1232] Compiling NIOPosix Linux.swift
[1190/1232] Compiling NIOPosix LinuxCPUSet.swift
[1191/1232] Compiling NIOPosix LinuxUring.swift
[1192/1232] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1193/1232] Compiling NIOPosix ThreadPosix.swift
[1194/1232] Compiling NIOPosix ThreadWindows.swift
[1195/1232] Compiling NIOPosix UnsafeTransfer.swift
[1196/1232] Compiling NIOPosix Utilities.swift
[1197/1232] Compiling NIOPosix VsockAddress.swift
[1198/1232] Compiling NIOPosix VsockChannelEvents.swift
[1199/1232] Compiling NIOPosix SelectableChannel.swift
[1200/1232] Compiling NIOPosix SelectableEventLoop.swift
[1201/1232] Compiling NIOPosix SelectorEpoll.swift
[1202/1232] Compiling NIOPosix SelectorGeneric.swift
[1203/1232] Compiling NIOPosix SelectorKqueue.swift
[1204/1232] Compiling NIOPosix SelectorUring.swift
[1205/1232] Compiling NIOPosix ServerSocket.swift
[1206/1232] Compiling NIOPosix Socket.swift
[1207/1232] Compiling NIOPosix SocketChannel.swift
[1208/1232] Compiling NIOPosix SocketProtocols.swift
[1209/1232] Compiling NIOPosix System.swift
[1210/1232] Compiling NIOPosix Thread.swift
[1211/1232] Compiling NIOPosix BSDSocketAPICommon.swift
[1212/1232] Compiling NIOPosix BSDSocketAPIPosix.swift
[1213/1232] Compiling NIOPosix BSDSocketAPIWindows.swift
[1214/1232] Compiling NIOPosix BaseSocket.swift
[1215/1232] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1216/1232] Compiling NIOPosix BaseSocketChannel.swift
[1217/1232] Compiling NIOPosix BaseStreamSocketChannel.swift
[1218/1232] Emitting module NIOPosix
[1219/1232] Compiling NIOPosix Bootstrap.swift
[1220/1232] Compiling NIOPosix ControlMessage.swift
[1221/1232] Compiling NIOPosix DatagramVectorReadManager.swift
[1222/1232] Compiling NIOPosix Errors+Any.swift
[1223/1232] Compiling NIOPosix FileDescriptor.swift
[1224/1232] Compiling NIOPosix GetaddrinfoResolver.swift
[1225/1232] Compiling NIOPosix HappyEyeballs.swift
[1226/1232] Compiling NIOPosix NIOThreadPool.swift
[1227/1232] Compiling NIOPosix NonBlockingFileIO.swift
[1228/1232] Compiling NIOPosix PendingDatagramWritesManager.swift
[1229/1232] Compiling NIOPosix PendingWritesManager.swift
[1230/1232] Compiling NIOPosix PipeChannel.swift
[1231/1232] Compiling NIOPosix PipePair.swift
[1232/1232] Compiling NIOPosix Pool.swift
[1234/1235] Compiling NIO Exports.swift
[1235/1235] Emitting module NIO
[1237/1275] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1238/1275] Compiling NIOTLS TLSEvents.swift
[1239/1275] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1240/1275] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1241/1275] Emitting module NIOSOCKS
[1242/1276] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1243/1276] Compiling NIOSOCKS ClientStateMachine.swift
[1244/1276] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1245/1276] Compiling NIOSOCKS SOCKSResponse.swift
[1246/1276] Emitting module NIOTLS
[1247/1276] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1248/1276] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1249/1276] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1250/1276] Compiling NIOHTTP1 HTTPEncoder.swift
[1251/1276] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1252/1276] Compiling NIOSOCKS ServerStateMachine.swift
[1253/1276] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1254/1276] Compiling NIOHTTP1 HTTPDecoder.swift
[1255/1276] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1256/1276] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1258/1277] Emitting module NIOFoundationCompat
[1259/1277] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1260/1278] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1261/1278] Compiling NIOTLS SNIHandler.swift
[1263/1279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1264/1279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1265/1281] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1266/1281] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1272/1332] Emitting module NIOTransportServices
[1273/1334] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1274/1334] Compiling NIOSSL NIOSSLHandler.swift
[1275/1334] Compiling NIOSSL NIOSSLServerHandler.swift
[1276/1334] Compiling NIOSSL SSLCertificate.swift
[1277/1334] Compiling NIOSSL SSLCertificateExtensions.swift
[1278/1334] Compiling NIOSSL SSLConnection.swift
[1281/1334] Compiling NIOSSL ObjectIdentifier.swift
[1282/1334] Compiling NIOSSL PosixPort.swift
[1283/1334] Compiling NIOSSL SSLPKCS12Bundle.swift
[1284/1334] Compiling NIOSSL SSLPrivateKey.swift
[1285/1334] Compiling NIOSSL NIOSSLSecureBytes.swift
[1288/1334] Compiling NIOSSL SSLCallbacks.swift
[1289/1334] Compiling NIOSSL SSLContext.swift
[1290/1334] Compiling NIOSSL SSLErrors.swift
[1291/1334] Compiling NIOSSL SSLInit.swift
[1292/1334] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1293/1334] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1294/1334] Emitting module NIOHTTP1
[1295/1334] Compiling NIOSSL AndroidCABundle.swift
[1296/1334] Compiling NIOSSL ByteBufferBIO.swift
[1297/1334] Compiling NIOSSL CustomPrivateKey.swift
[1298/1334] Compiling NIOSSL IdentityVerification.swift
[1299/1334] Compiling NIOSSL LinuxCABundle.swift
[1300/1334] Compiling NIOSSL NIOSSLClientHandler.swift
[1308/1358] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1309/1358] Emitting module SotoSignerV4
[1310/1358] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1311/1358] Compiling NIOHPACK IndexedHeaderTable.swift
[1312/1358] Compiling NIOHPACK IntegerCoding.swift
[1313/1359] Compiling SotoSignerV4 exports.swift
[1314/1359] Compiling SotoSignerV4 credentials.swift
[1315/1359] Compiling SotoSignerV4 signer.swift
[1316/1359] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1317/1360] Compiling NIOHPACK StaticHeaderTable.swift
[1318/1360] Compiling NIOSSL SSLPublicKey.swift
[1319/1360] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1320/1360] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1321/1360] Compiling NIOSSL SubjectAlternativeName.swift
[1322/1363] Compiling NIOHTTPCompression HTTPCompression.swift
[1323/1363] Emitting module NIOHTTPCompression
[1325/1363] Compiling NIOHPACK HuffmanCoding.swift
[1326/1363] Compiling NIOHPACK HuffmanTables.swift
[1334/1363] Compiling NIOSSL Zeroization.swift
[1335/1363] Emitting module NIOHPACK
[1336/1363] Compiling NIOHTTPCompression HTTPDecompression.swift
[1337/1363] Compiling NIOHPACK HPACKEncoder.swift
[1338/1363] Compiling NIOHPACK HPACKErrors.swift
[1339/1363] Compiling NIOHPACK DynamicHeaderTable.swift
[1340/1363] Compiling NIOHPACK HPACKDecoder.swift
[1341/1363] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1342/1363] Compiling NIOHPACK HPACKHeader.swift
[1343/1363] Compiling NIOHPACK HeaderTables.swift
[1348/1365] Emitting module NIOSSL
[1355/1365] Compiling NIOSSL TLSConfiguration.swift
[1356/1365] Compiling NIOSSL UniversalBootstrapSupport.swift
[1357/1365] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1367/1424] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1368/1424] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1369/1424] Compiling NIOHTTP2 HasLocalSettings.swift
[1370/1424] Compiling NIOHTTP2 HasRemoteSettings.swift
[1371/1424] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1372/1424] Compiling NIOHTTP2 QuiescingState.swift
[1373/1424] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1374/1424] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1375/1432] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1376/1432] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1377/1432] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1378/1432] Compiling NIOHTTP2 HTTP2StreamID.swift
[1379/1432] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1380/1432] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1381/1432] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1382/1432] Compiling NIOHTTP2 InboundEventBuffer.swift
[1383/1432] Emitting module NIOHTTP2
[1384/1432] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1385/1432] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1386/1432] Compiling NIOHTTP2 MayReceiveFrames.swift
[1387/1432] Compiling NIOHTTP2 ReceivingDataState.swift
[1388/1432] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1389/1432] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1390/1432] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1391/1432] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1392/1432] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1393/1432] Compiling NIOHTTP2 InboundWindowManager.swift
[1394/1432] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1395/1432] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1396/1432] Compiling NIOHTTP2 StreamChannelList.swift
[1397/1432] Compiling NIOHTTP2 StreamMap.swift
[1398/1432] Compiling NIOHTTP2 StreamStateMachine.swift
[1399/1432] Compiling NIOHTTP2 UnsafeTransfer.swift
[1400/1432] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1401/1432] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1402/1432] Compiling NIOHTTP2 HTTP2Frame.swift
[1403/1432] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1404/1432] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1405/1432] Compiling NIOHTTP2 HTTP2PingData.swift
[1406/1432] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1407/1432] Compiling NIOHTTP2 HTTP2Settings.swift
[1408/1432] Compiling NIOHTTP2 HTTP2Stream.swift
[1409/1432] Compiling NIOHTTP2 StateMachineResult.swift
[1410/1432] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1411/1432] Compiling NIOHTTP2 DOSHeuristics.swift
[1412/1432] Compiling NIOHTTP2 Error+Any.swift
[1413/1432] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1414/1432] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1415/1432] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1416/1432] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1417/1432] Compiling NIOHTTP2 MaySendFrames.swift
[1418/1432] Compiling NIOHTTP2 SendingDataState.swift
[1419/1432] Compiling NIOHTTP2 SendingGoawayState.swift
[1420/1432] Compiling NIOHTTP2 SendingHeadersState.swift
[1421/1432] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1422/1432] Compiling NIOHTTP2 SendingRstStreamState.swift
[1423/1432] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1424/1432] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1425/1432] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1426/1432] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1427/1432] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1428/1432] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1429/1432] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1430/1432] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1431/1432] Compiling NIOHTTP2 HTTP2Error.swift
[1432/1432] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1434/1492] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1435/1492] Compiling AsyncHTTPClient RequestOptions.swift
[1436/1492] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1437/1492] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1438/1492] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1439/1492] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1440/1492] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1441/1492] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1442/1500] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1443/1500] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1444/1500] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1445/1500] Compiling AsyncHTTPClient HTTP1Connection.swift
[1446/1500] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1447/1500] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1448/1500] Compiling AsyncHTTPClient HTTP2Connection.swift
[1449/1500] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1450/1500] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1451/1500] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1452/1500] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1453/1500] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1454/1500] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1455/1500] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1456/1500] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1457/1500] Compiling AsyncHTTPClient RequestBodyLength.swift
[1458/1500] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1459/1500] Compiling AsyncHTTPClient ConnectionTarget.swift
[1460/1500] Compiling AsyncHTTPClient DeconstructedURL.swift
[1461/1500] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1462/1500] Compiling AsyncHTTPClient FoundationExtensions.swift
[1463/1500] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1464/1500] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1465/1500] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1466/1500] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1467/1500] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1468/1500] Compiling AsyncHTTPClient Transaction.swift
[1469/1500] Compiling AsyncHTTPClient Base64.swift
[1470/1500] Compiling AsyncHTTPClient BasicAuth.swift
[1471/1500] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1472/1500] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1473/1500] Compiling AsyncHTTPClient ConnectionPool.swift
[1474/1500] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1475/1500] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1476/1500] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1477/1500] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1478/1500] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1479/1500] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1480/1500] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1481/1500] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1482/1500] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1483/1500] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1484/1500] Emitting module AsyncHTTPClient
[1485/1500] Compiling AsyncHTTPClient HTTPClient.swift
[1486/1500] Compiling AsyncHTTPClient HTTPHandler.swift
[1487/1500] Compiling AsyncHTTPClient LRUCache.swift
[1488/1500] Compiling AsyncHTTPClient NWErrorHandler.swift
[1489/1500] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1490/1500] Compiling AsyncHTTPClient TLSConfiguration.swift
[1491/1500] Compiling AsyncHTTPClient RedirectState.swift
[1492/1500] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1493/1500] Compiling AsyncHTTPClient RequestBag.swift
[1494/1500] Compiling AsyncHTTPClient RequestValidation.swift
[1495/1500] Compiling AsyncHTTPClient SSLContextCache.swift
[1496/1500] Compiling AsyncHTTPClient Scheme.swift
[1497/1500] Compiling AsyncHTTPClient Singleton.swift
[1498/1500] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1499/1500] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1500/1500] Compiling AsyncHTTPClient Utils.swift
[1502/1554] Compiling SotoCore AWSClient+EndpointDiscovery+async.swift
[1503/1554] Compiling SotoCore AWSClient+Paginate+async.swift
[1504/1554] Compiling SotoCore AWSClient+Waiter+async.swift
[1505/1554] Compiling SotoCore AWSClient+async.swift
[1506/1554] Compiling SotoCore AWSService+async.swift
[1507/1554] Compiling SotoCore CredentialProvider+async.swift
[1508/1554] Compiling SotoCore ConfigFileCredentialProvider.swift
[1509/1554] Compiling SotoCore ConfigFileLoader.swift
[1510/1561] Compiling SotoCore AWSClient+EndpointDiscovery.swift
[1511/1561] Compiling SotoCore AWSClient+Paginate.swift
[1512/1561] Compiling SotoCore AWSClient.swift
[1513/1561] Compiling SotoCore AWSEndpointDiscovery.swift
[1514/1561] Compiling SotoCore AWSService.swift
[1515/1561] Compiling SotoCore AWSServiceConfig.swift
[1516/1561] Compiling SotoCore Payload+async.swift
[1517/1561] Compiling SotoCore Payload.swift
[1518/1561] Emitting module SotoCore
[1519/1561] Compiling SotoCore AWSHTTPClient.swift
[1520/1561] Compiling SotoCore AsyncHTTPClient.swift
[1521/1561] Compiling SotoCore ResponseDelegate.swift
[1522/1561] Compiling SotoCore S3StreamReader.swift
[1523/1561] Compiling SotoCore StreamReader.swift
[1524/1561] Compiling SotoCore StreamWriter+write.swift
[1525/1561] Compiling SotoCore AWSMiddleware.swift
[1526/1561] Compiling SotoCore Credential+IsEmpty.swift
[1527/1561] Compiling SotoCore CredentialProvider.swift
[1528/1561] Compiling SotoCore CredentialProviderError.swift
[1529/1561] Compiling SotoCore CredentialProviderSelector.swift
[1530/1561] Compiling SotoCore DeferredCredentialProvider.swift
[1531/1561] Compiling SotoCore ExpiringCredential.swift
[1532/1561] Compiling SotoCore MetaDataCredentialProvider.swift
[1533/1561] Compiling SotoCore NullCredentialProvider.swift
[1534/1561] Compiling SotoCore RotatingCredentialProvider.swift
[1535/1561] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1536/1561] Compiling SotoCore STSAssumeRole.swift
[1537/1561] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1538/1561] Compiling SotoCore StaticCredential+Environment.swift
[1539/1561] Compiling SotoCore AWSMemberEncoding.swift
[1540/1561] Compiling SotoCore AWSShape+Encoder.swift
[1541/1561] Compiling SotoCore AWSShape.swift
[1542/1561] Compiling SotoCore Environment.swift
[1543/1561] Compiling SotoCore Mirror.swift
[1544/1561] Compiling SotoCore Region.swift
[1545/1561] Compiling SotoCore ServiceProtocol.swift
[1546/1561] Compiling SotoCore CodableProperties.swift
[1547/1561] Compiling SotoCore CollectionCoders.swift
[1548/1561] Compiling SotoCore DateCoders.swift
[1549/1561] Compiling SotoCore DictionaryDecoder.swift
[1550/1561] Compiling SotoCore QueryEncoder.swift
[1551/1561] Compiling SotoCore ClientErrors.swift
[1552/1561] Compiling SotoCore Error.swift
[1553/1561] Compiling SotoCore ServerErrors.swift
[1554/1561] Compiling SotoCore Exports.swift
[1555/1561] Compiling SotoCore AWSRequest.swift
[1556/1561] Compiling SotoCore AWSResponse+HAL.swift
[1557/1561] Compiling SotoCore AWSResponse.swift
[1558/1561] Compiling SotoCore Body.swift
[1559/1561] Compiling SotoCore RetryPolicy.swift
[1560/1561] Compiling SotoCore AWSClient+Waiter.swift
[1561/1561] Compiling SotoCore Matcher.swift
[1563/1573] Compiling SotoS3 S3_Waiter+async.swift
[1564/1574] Compiling SotoS3 S3_Paginator+async.swift
[1565/1574] Compiling SotoS3 S3_Paginator.swift
[1566/1574] Compiling SotoS3 S3_Waiter.swift
[1567/1574] Compiling SotoS3 S3_API.swift
[1568/1574] Compiling SotoS3 S3_Error.swift
[1569/1574] Emitting module SotoS3
[1570/1574] Compiling SotoS3 S3+SelectObjectContent.swift
[1571/1574] Compiling SotoS3 S3+multipart_API.swift
[1572/1574] Compiling SotoS3 S3RequestMiddleware.swift
[1573/1574] Compiling SotoS3 S3_API+async.swift
[1574/1574] Compiling SotoS3 S3_Shapes.swift
[1576/1578] Compiling S3FileSystemKit S3FileSystem.swift
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:110:13: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
108 | }
109 | return bucketFuture.map {
110 | self.currentFolder = folder
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
111 | }
112 | }
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:110:34: warning: capture of 'folder' with non-sendable type 'S3Folder' in a '@Sendable' closure
108 | }
109 | return bucketFuture.map {
110 | self.currentFolder = folder
| `- warning: capture of 'folder' with non-sendable type 'S3Folder' in a '@Sendable' closure
111 | }
112 | }
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3Path.swift:74:15: note: consider making struct 'S3Folder' conform to the 'Sendable' protocol
72 |
73 | /// S3 folder descriptor
74 | public struct S3Folder: S3Path {
| `- note: consider making struct 'S3Folder' conform to the 'Sendable' protocol
75 | /// s3 bucket name
76 | public let bucket: String
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:179:27: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
177 | throw error
178 | default:
179 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
180 | }
181 | }
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:228:23: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
226 | .map { _ in return }
227 | .flatMapErrorThrowing { error in
228 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
229 | }
230 | }
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:264:23: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
262 | .map { _ in return }
263 | .flatMapErrorThrowing { error in
264 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
265 | }
266 |
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:285:23: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
283 | .map { _ in return }
284 | .flatMapErrorThrowing { error in
285 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
286 | }
287 |
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:311:23: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
309 | }
310 | .flatMapErrorThrowing { error in
311 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
312 | }
313 |
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:377:23: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
375 | }
376 | .flatMapErrorThrowing { error in
377 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
378 | }
379 | }
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:399:23: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
397 | .map { _ in return }
398 | .flatMapErrorThrowing { error in
399 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
400 | }
401 | }
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:412:23: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
410 | return s3.deleteBucket(request)
411 | .flatMapErrorThrowing { error in
412 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
413 | }
414 | }
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:464:23: warning: capture of 'keys' with non-sendable type '[T]' in a '@Sendable' closure
452 |
453 | /// list objects and apply collation function to them
454 | func list<T>(includeSubFolders: Bool = false, _ collate: @escaping (S3.ListObjectsV2Output) -> [T]) -> EventLoopFuture<[T]> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
455 | guard let currentFolder = currentFolder else { return makeFailedFuture(S3FileSystemError.invalidAction) }
456 | let delimiter: String? = includeSubFolders ? nil : "/"
:
462 | return eventLoop.makeSucceededFuture(true)
463 | }
464 | .map { return keys }
| `- warning: capture of 'keys' with non-sendable type '[T]' in a '@Sendable' closure
465 | .flatMapErrorThrowing { error in
466 | throw self.convertS3Errors(error)
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:464:23: warning: reference to captured var 'keys' in concurrently-executing code
462 | return eventLoop.makeSucceededFuture(true)
463 | }
464 | .map { return keys }
| `- warning: reference to captured var 'keys' in concurrently-executing code
465 | .flatMapErrorThrowing { error in
466 | throw self.convertS3Errors(error)
/host/spi-builder-workspace/Sources/S3FileSystemKit/S3FileSystem.swift:466:19: warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
19 |
20 | /// S3 file system object. Contains S3 access functions
21 | public class S3FileSystem {
| `- note: class 'S3FileSystem' does not conform to the 'Sendable' protocol
22 |
23 | /// Attributes that can be set at point bucket is created
:
464 | .map { return keys }
465 | .flatMapErrorThrowing { error in
466 | throw self.convertS3Errors(error)
| `- warning: capture of 'self' with non-sendable type 'S3FileSystem' in a '@Sendable' closure
467 | }
468 | }
[1577/1578] Compiling S3FileSystemKit S3Path.swift
[1578/1578] Emitting module S3FileSystemKit
Build complete! (378.53s)
Build complete.
{
"dependencies" : [
{
"identity" : "soto",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/soto-project/soto.git"
}
],
"manifest_display_name" : "s3-filesystem-kit",
"name" : "s3-filesystem-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "S3FileSystemKit",
"targets" : [
"S3FileSystemKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "S3FileSystemKitTests",
"module_type" : "SwiftTarget",
"name" : "S3FileSystemKitTests",
"path" : "Tests/S3FileSystemKitTests",
"sources" : [
"S3FileSystemTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"S3FileSystemKit"
],
"type" : "test"
},
{
"c99name" : "S3FileSystemKit",
"module_type" : "SwiftTarget",
"name" : "S3FileSystemKit",
"path" : "Sources/S3FileSystemKit",
"product_dependencies" : [
"SotoS3"
],
"product_memberships" : [
"S3FileSystemKit"
],
"sources" : [
"S3FileSystem.swift",
"S3Path.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.