The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-nio-ssh with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Joannis/swift-nio-ssh.git
Reference: citadel2
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/Joannis/swift-nio-ssh
 * branch            citadel2   -> FETCH_HEAD
 * [new branch]      citadel2   -> origin/citadel2
HEAD is now at 01e03b8 Merge pull request #5 from tymscar/bugfix/consider-visionos-darwin
Cloned https://github.com/Joannis/swift-nio-ssh.git
Revision (git rev-parse @):
01e03b888734b03f1005b0ca329d7b5af50208e7
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/Joannis/swift-nio-ssh.git at citadel2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/Joannis/swift-nio-ssh.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-crypto.git
[1/1563] Fetching swift-atomics
[48/3020] Fetching swift-atomics, swift-docc-plugin
[3021/10431] Fetching swift-atomics, swift-docc-plugin, swift-crypto
Fetched https://github.com/apple/swift-atomics.git (1.21s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-docc-plugin (1.21s)
Fetched https://github.com/apple/swift-crypto.git (1.23s)
[1/64516] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (4.29s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.33s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2484] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.37s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (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.29s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.48s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/2983] Fetching swift-system
[2984/16729] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git (1.07s)
Fetched https://github.com/apple/swift-collections.git (1.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.44s)
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.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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.0
Compiling plugin Swift-DocC...
Compiling plugin Swift-DocC Preview...
Building for debugging...
[0/442] Compiling _AtomicsShims.c
[1/442] Compiling CNIOWindows shim.c
[2/442] Compiling CNIOWindows WSAStartup.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[3/442] Compiling CNIOLinux shim.c
[4/442] Compiling CNIOLinux liburing_shims.c
[4/442] Compiling CNIODarwin shim.c
[4/442] Compiling fiat_curve25519_adx_square.S
[4/442] Compiling fiat_curve25519_adx_mul.S
[8/465] Compiling CCryptoBoringSSLShims shims.c
[10/466] Emitting module _NIOBase64
[10/482] Compiling v3_utl.c
[11/484] Compiling v3_skey.c
[12/484] Compiling v3_purp.c
[13/484] Compiling v3_prn.c
[15/484] Compiling Atomics AtomicReference.swift
[16/484] Compiling Atomics AtomicStorage.swift
[17/484] Compiling Atomics AtomicValue.swift
[18/486] Compiling Atomics ManagedAtomic.swift
[19/486] Compiling Atomics ManagedAtomicLazyReference.swift
[20/488] Compiling _NIOBase64 Base64.swift
[22/490] Compiling Atomics AtomicMemoryOrderings.swift
[23/490] Compiling Atomics DoubleWord.swift
[26/490] Compiling v3_pmaps.c
[28/490] Compiling _NIODataStructures _TinyArray.swift
[28/490] Wrapping AST for _NIOBase64 for debugging
[29/490] Compiling v3_pcons.c
[31/490] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/490] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/490] Compiling Atomics AtomicOptionalWrappable.swift
[35/490] Compiling Atomics OptionalRawRepresentable.swift
[36/490] Compiling Atomics RawRepresentable.swift
[39/490] Compiling Atomics IntegerOperations.swift
[40/490] Compiling Atomics Unmanaged extensions.swift
[43/490] Compiling _NIODataStructures Heap.swift
[46/490] Emitting module _NIODataStructures
[47/490] Compiling Atomics IntegerConformances.swift
[48/490] Compiling Atomics PointerConformances.swift
[49/490] Compiling Atomics Primitives.native.swift
[50/490] Emitting module _CollectionsUtilities
[51/490] Compiling Atomics AtomicBool.swift
[52/490] Compiling Atomics Primitives.shims.swift
[53/490] Compiling Atomics AtomicInteger.swift
[54/491] Compiling v3_ocsp.c
[57/492] Compiling _NIODataStructures PriorityQueue.swift
[57/492] Wrapping AST for _CollectionsUtilities for debugging
[58/493] Compiling v3_ncons.c
[59/493] Compiling v3_lib.c
[62/494] Compiling v3_int.c
[63/494] Compiling v3_info.c
[64/494] Wrapping AST for _NIODataStructures for debugging
[65/510] Compiling c-nioatomics.c
[66/510] Compiling v3_ia5.c
[68/510] Compiling DequeModule Deque+Hashable.swift
[69/510] Compiling DequeModule Deque+Sendable.swift
[70/512] Compiling DequeModule Deque+Extras.swift
[73/512] Compiling DequeModule Deque+Codable.swift
[74/512] Compiling DequeModule Deque+Collection.swift
[75/512] Compiling DequeModule Deque+CustomReflectable.swift
[76/512] Compiling DequeModule Deque+Descriptions.swift
[77/512] Compiling DequeModule Deque+Equatable.swift
[78/512] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/512] Compiling DequeModule _DequeBuffer.swift
[80/512] Compiling DequeModule _DequeBufferHeader.swift
[80/512] Compiling v3_extku.c
[81/512] Compiling v3_genn.c
[82/512] Compiling v3_enum.c
[87/512] Compiling v3_crld.c
[88/512] Compiling v3_cpols.c
[89/512] Compiling c-atomics.c
[91/512] Compiling DequeModule _DequeSlot.swift
[92/512] Compiling DequeModule _UnsafeWrappedBuffer.swift
[92/512] Compiling v3_conf.c
[93/512] Compiling v3_bitst.c
[94/512] Compiling v3_bcons.c
[95/512] Compiling v3_akeya.c
[97/512] Compiling DequeModule Deque+Testing.swift
[98/512] Compiling DequeModule Deque._Storage.swift
[99/512] Compiling DequeModule Deque._UnsafeHandle.swift
[100/512] Compiling DequeModule Deque.swift
[100/513] Compiling v3_alt.c
[102/518] Emitting module Atomics
[102/519] Compiling x_x509a.c
[104/520] Compiling v3_akey.c
[106/520] Compiling x_val.c
[107/520] Compiling x_x509.c
[108/520] Compiling x_spki.c
[109/520] Compiling x_sig.c
[110/520] Compiling x_req.c
[112/520] Emitting module DequeModule
[117/521] Compiling NIOConcurrencyHelpers lock.swift
[117/522] Compiling x_pkey.c
[119/522] Compiling x_info.c
[120/522] Compiling x_pubkey.c
[122/522] Emitting module NIOConcurrencyHelpers
[122/522] Compiling x_name.c
[122/522] Compiling x_exten.c
[124/522] Wrapping AST for DequeModule for debugging
[125/522] Compiling x_attrib.c
[126/522] Compiling x_crl.c
[127/522] Compiling x_algor.c
[128/522] Compiling x_all.c
[129/522] Compiling x509spki.c
[130/522] Compiling x509name.c
[131/522] Compiling x509rset.c
[133/522] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[134/522] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[135/522] Compiling NIOConcurrencyHelpers NIOLock.swift
[136/522] Compiling NIOConcurrencyHelpers atomics.swift
[137/523] Compiling x509cset.c
[138/524] Compiling x509_vpm.c
[140/524] Compiling x509_txt.c
[141/524] Compiling x509_v3.c
[142/524] Compiling x509_trs.c
[143/524] Compiling x509_set.c
[144/524] Compiling x509_req.c
[145/524] Wrapping AST for NIOConcurrencyHelpers for debugging
[146/524] Compiling x509_vfy.c
[147/524] Compiling x509_obj.c
[148/524] Compiling x509_d2.c
[149/547] Compiling x509_def.c
[150/559] Compiling x509_ext.c
[151/578] Compiling x509.c
[152/581] Compiling x509_lu.c
[153/581] Compiling t_x509a.c
[154/581] Compiling x509_cmp.c
[155/581] Compiling x509_att.c
[156/581] Compiling t_crl.c
[157/581] Compiling rsa_pss.c
[157/581] Compiling t_x509.c
[159/581] Compiling i2d_pr.c
[160/581] Compiling t_req.c
[161/581] Compiling policy.c
[162/581] Compiling name_print.c
[163/581] Compiling a_verify.c
[164/581] Compiling by_file.c
[165/581] Compiling a_sign.c
[166/581] Compiling algorithm.c
[167/581] Compiling a_digest.c
[168/581] Compiling by_dir.c
[169/581] Compiling asn1_gen.c
[170/581] Compiling thread_win.c
[171/581] Compiling thread_none.c
[172/581] Compiling thread_pthread.c
[173/581] Compiling thread.c
[174/581] Compiling trust_token.c
[175/581] Compiling rsa_print.c
[176/581] Compiling voprf.c
[177/581] Compiling siphash.c
[178/581] Compiling stack.c
[179/581] Compiling pmbtoken.c
[180/581] Compiling rc4.c
[181/581] Compiling rsa_asn1.c
[182/581] Compiling rsa_crypt.c
[183/581] Compiling refcount.c
[184/581] Compiling rand_extra.c
[185/581] Compiling windows.c
[186/581] Compiling trusty.c
[187/581] Compiling passive.c
[188/581] Compiling forkunsafe.c
[189/581] Compiling deterministic.c
[190/581] Compiling ios.c
[191/581] Compiling getentropy.c
[192/581] Compiling pool.c
[193/581] Compiling poly1305_arm_asm.S
[194/581] Compiling poly1305_arm.c
[195/581] Compiling poly1305.c
[196/581] Compiling pkcs7.c
[197/581] Compiling pkcs8_x509.c
[198/581] Compiling pkcs8.c
[199/581] Compiling p5_pbev2.c
[201/581] Compiling NIOCore MarkedCircularBuffer.swift
[202/581] Compiling NIOCore MulticastChannel.swift
[203/581] Compiling NIOCore NIOAny.swift
[204/581] Compiling NIOCore NIOCloseOnErrorHandler.swift
[205/581] Compiling NIOCore NIOLoopBound.swift
[206/581] Compiling NIOCore NIOSendable.swift
[207/581] Compiling NIOCore PointerHelpers.swift
[208/581] Compiling NIOCore RecvByteBufferAllocator.swift
[208/581] Compiling pem_xaux.c
[209/589] Compiling pkcs7_x509.c
[210/589] Compiling pem_x509.c
[211/589] Compiling pem_pkey.c
[212/589] Compiling pem_pk8.c
[213/589] Compiling pem_oth.c
[215/589] Compiling NIOCore GlobalSingletons.swift
[216/589] Compiling NIOCore IO.swift
[217/589] Compiling NIOCore IOData.swift
[218/589] Compiling NIOCore IPProtocol.swift
[219/589] Compiling NIOCore IntegerBitPacking.swift
[220/589] Compiling NIOCore IntegerTypes.swift
[221/589] Compiling NIOCore Interfaces.swift
[222/589] Compiling NIOCore Linux.swift
[222/589] Compiling obj_xref.c
[223/589] Compiling pem_lib.c
[224/589] Compiling pem_info.c
[225/589] Compiling mem.c
[226/589] Compiling pem_all.c
[227/589] Compiling lhash.c
[228/589] Compiling keccak.c
[229/589] Compiling poly1305_vec.c
[230/589] Compiling kyber.c
[231/589] Compiling obj.c
[232/589] Compiling poly_rq_mul.S
[233/589] Compiling x86_64-mont5-mac.mac.x86_64.S
[234/589] Compiling x86_64-mont-linux.linux.x86_64.S
[235/589] Compiling hpke.c
[236/589] Compiling x86_64-mont-mac.mac.x86_64.S
[237/589] Compiling x86-mont-windows.windows.x86.S
[238/589] Compiling hrss.c
[239/589] Compiling x86-mont-linux.linux.x86.S
[240/589] Compiling x86_64-mont5-linux.linux.x86_64.S
[241/589] Compiling vpaes-x86_64-mac.mac.x86_64.S
[242/589] Compiling vpaes-x86-windows.windows.x86.S
[243/589] Compiling vpaes-x86_64-linux.linux.x86_64.S
[244/589] Compiling vpaes-x86-linux.linux.x86.S
[245/589] Compiling vpaes-armv7-linux.linux.arm.S
[246/589] Compiling vpaes-armv8-linux.linux.aarch64.S
[247/589] Compiling vpaes-armv8-ios.ios.aarch64.S
[248/589] Compiling vpaes-armv7-ios.ios.arm.S
[249/589] Compiling sha512-x86_64-mac.mac.x86_64.S
[250/589] Compiling sha512-x86_64-linux.linux.x86_64.S
[250/589] Compiling sha512-armv8-linux.linux.aarch64.S
[251/589] Compiling sha256-x86_64-mac.mac.x86_64.S
[253/589] Compiling kdf.c
[254/589] Compiling sha512-armv4-linux.linux.arm.S
[255/589] Compiling sha512-armv8-ios.ios.aarch64.S
[256/589] Compiling sha512-armv4-ios.ios.arm.S
[257/589] Compiling sha512-586-windows.windows.x86.S
[258/589] Compiling sha256-x86_64-linux.linux.x86_64.S
[259/589] Compiling sha512-586-linux.linux.x86.S
[260/589] Compiling sha256-armv8-ios.ios.aarch64.S
[261/589] Compiling sha256-armv4-ios.ios.arm.S
[262/589] Compiling sha256-armv8-linux.linux.aarch64.S
[263/589] Compiling sha256-armv4-linux.linux.arm.S
[264/589] Compiling sha256-586-linux.linux.x86.S
[265/589] Compiling sha1-x86_64-mac.mac.x86_64.S
[266/589] Compiling sha256-586-windows.windows.x86.S
[268/589] Compiling NIOCore EventLoop+SerialExecutor.swift
[269/589] Compiling NIOCore EventLoop.swift
[270/589] Compiling NIOCore EventLoopFuture+Deprecated.swift
[271/589] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[272/589] Compiling NIOCore EventLoopFuture.swift
[273/589] Compiling NIOCore FileDescriptor.swift
[274/589] Compiling NIOCore FileHandle.swift
[275/589] Compiling NIOCore FileRegion.swift
[275/589] Compiling sha1-x86_64-linux.linux.x86_64.S
[276/589] Compiling sha1-armv8-linux.linux.aarch64.S
[277/589] Compiling sha1-armv4-large-linux.linux.arm.S
[278/589] Compiling sha1-armv8-ios.ios.aarch64.S
[279/589] Compiling sha1-586-windows.windows.x86.S
[280/589] Compiling sha1-armv4-large-ios.ios.arm.S
[281/589] Compiling sha1-586-linux.linux.x86.S
[282/589] Compiling sha512.c
[283/589] Compiling sha256.c
[284/589] Compiling sha1.c
[285/589] Compiling service_indicator.c
[286/589] Compiling fips.c
[287/589] Compiling rsaz-avx2-mac.mac.x86_64.S
[288/589] Compiling rsaz-avx2-linux.linux.x86_64.S
[289/589] Compiling self_check.c
[290/589] Compiling rdrand-x86_64-mac.mac.x86_64.S
[291/589] Compiling rsa_impl.c
[292/589] Compiling blinding.c
[293/589] Compiling rsa.c
[294/589] Compiling rdrand-x86_64-linux.linux.x86_64.S
[294/589] Compiling padding.c
[297/589] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[298/589] Compiling NIOCore SocketAddresses.swift
[299/589] Compiling NIOCore SocketOptionProvider.swift
[300/589] Compiling NIOCore SystemCallHelpers.swift
[301/589] Compiling NIOCore TimeAmount+Duration.swift
[302/589] Compiling NIOCore TypeAssistedChannelHandler.swift
[303/589] Compiling NIOCore UniversalBootstrapSupport.swift
[304/589] Compiling NIOCore Utilities.swift
[304/589] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[305/589] Compiling rand.c
[306/589] Compiling urandom.c
[307/589] Compiling ctrdrbg.c
[308/589] Compiling fork_detect.c
[309/589] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[310/589] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[311/589] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[312/589] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[313/589] Compiling p256-armv8-asm-linux.linux.aarch64.S
[314/589] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[315/589] Compiling ofb.c
[316/589] Compiling p256-armv8-asm-ios.ios.aarch64.S
[317/589] Compiling polyval.c
[318/589] Compiling gcm_nohw.c
[319/589] Compiling ctr.c
[320/589] Compiling gcm.c
[321/589] Compiling cbc.c
[322/589] Compiling cfb.c
[323/589] Compiling md5.c
[324/589] Compiling md5-x86_64-mac.mac.x86_64.S
[325/589] Compiling md5-586-linux.linux.x86.S
[326/589] Compiling md5-586-windows.windows.x86.S
[327/589] Compiling hmac.c
[328/589] Compiling md5-x86_64-linux.linux.x86_64.S
[330/589] Compiling NIOCore ChannelOption.swift
[331/589] Compiling NIOCore ChannelPipeline.swift
[332/589] Compiling NIOCore CircularBuffer.swift
[333/589] Compiling NIOCore Codec.swift
[334/589] Compiling NIOCore ConvenienceOptionSupport.swift
[335/589] Compiling NIOCore DeadChannel.swift
[336/589] Compiling NIOCore DispatchQueue+WithFuture.swift
[337/589] Compiling NIOCore EventLoop+Deprecated.swift
[337/589] Compiling md4.c
[338/589] Compiling ghashv8-armv8-ios.ios.aarch64.S
[339/589] Compiling ghashv8-armv8-linux.linux.aarch64.S
[340/589] Compiling hkdf.c
[341/589] Compiling ghashv8-armv7-ios.ios.arm.S
[342/589] Compiling ghashv8-armv7-linux.linux.arm.S
[343/589] Compiling ghash-x86_64-mac.mac.x86_64.S
[343/589] Compiling ghash-ssse3-x86-linux.linux.x86.S
[345/589] Compiling ghash-x86-windows.windows.x86.S
[346/589] Compiling ghash-x86_64-linux.linux.x86_64.S
[347/589] Compiling ghash-x86-linux.linux.x86.S
[348/589] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[349/589] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[350/589] Compiling ghash-ssse3-x86-windows.windows.x86.S
[351/589] Compiling fips_shared_support.c
[352/589] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[353/589] Compiling ghash-armv4-linux.linux.arm.S
[354/589] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[355/589] Compiling ghash-armv4-ios.ios.arm.S
[356/589] Compiling wnaf.c
[357/589] Compiling util.c
[358/589] Compiling ecdsa.c
[359/589] Compiling ecdh.c
[360/589] Compiling simple_mul.c
[361/589] Compiling simple.c
[362/589] Compiling scalar.c
[363/589] Compiling oct.c
[364/589] Compiling felem.c
[365/589] Compiling p224-64.c
[366/589] Compiling p256.c
[367/589] Compiling ec_montgomery.c
[368/589] Compiling ec_key.c
[369/589] Compiling digests.c
[370/589] Compiling digestsign.c
[371/589] Compiling digest.c
[372/589] Compiling check.c
[373/589] Compiling ec.c
[374/589] Compiling dh.c
[375/589] Compiling cmac.c
[376/589] Compiling e_aesccm.c
[377/589] Compiling co-586-windows.windows.x86.S
[378/589] Compiling co-586-linux.linux.x86.S
[379/589] Compiling p256-nistz.c
[380/589] Compiling cipher.c
[381/589] Compiling bsaes-armv7-linux.linux.arm.S
[382/589] Compiling bsaes-armv7-ios.ios.arm.S
[383/589] Compiling rsaz_exp.c
[384/589] Compiling aead.c
[385/589] Compiling e_aes.c
[386/589] Compiling shift.c
[387/589] Compiling sqrt.c
[388/589] Compiling jacobi.c
[389/589] Compiling random.c
[390/589] Compiling mul.c
[391/589] Compiling generic.c
[392/589] Compiling montgomery_inv.c
[393/589] Compiling prime.c
[394/589] Compiling montgomery.c
[395/589] Compiling div_extra.c
[396/589] Compiling gcd_extra.c
[397/589] Compiling ctx.c
[398/589] Compiling cmp.c
[399/589] Compiling exponentiation.c
[400/589] Compiling gcd.c
[401/589] Compiling div.c
[402/589] Compiling bn-armv8-ios.ios.aarch64.S
[403/589] Compiling bn-armv8-linux.linux.aarch64.S
[404/589] Compiling bytes.c
[404/589] Compiling bn.c
[406/589] Compiling bn-586-windows.windows.x86.S
[407/589] Compiling add.c
[408/589] Compiling x86_64-gcc.c
[409/589] Compiling bn-586-linux.linux.x86.S
[410/589] Compiling armv8-mont-linux.linux.aarch64.S
[411/589] Compiling armv8-mont-ios.ios.aarch64.S
[412/589] Compiling armv4-mont-ios.ios.arm.S
[413/589] Compiling armv4-mont-linux.linux.arm.S
[413/589] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[415/589] Compiling aesv8-armv8-linux.linux.aarch64.S
[416/589] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[417/589] Compiling aesv8-armv8-ios.ios.aarch64.S
[418/589] Compiling aesv8-armv7-ios.ios.arm.S
[419/589] Compiling aesni-x86_64-mac.mac.x86_64.S
[420/589] Compiling aesv8-armv7-linux.linux.arm.S
[421/589] Compiling aesni-x86-linux.linux.x86.S
[422/589] Compiling aesni-x86_64-linux.linux.x86_64.S
[423/589] Compiling aesni-x86-windows.windows.x86.S
[425/589] Compiling NIOCore ByteBuffer-int.swift
[426/589] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[427/589] Compiling NIOCore ByteBuffer-multi-int.swift
[428/589] Compiling NIOCore ByteBuffer-views.swift
[429/589] Compiling NIOCore Channel.swift
[430/589] Compiling NIOCore ChannelHandler.swift
[431/589] Compiling NIOCore ChannelHandlers.swift
[432/589] Compiling NIOCore ChannelInvoker.swift
[433/589] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[434/589] Compiling NIOCore NIOAsyncWriter.swift
[435/589] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[436/589] Compiling NIOCore BSDSocketAPI.swift
[437/589] Compiling NIOCore ByteBuffer-aux.swift
[438/589] Compiling NIOCore ByteBuffer-conversions.swift
[439/589] Compiling NIOCore ByteBuffer-core.swift
[440/589] Compiling NIOCore ByteBuffer-hexdump.swift
[441/589] Compiling NIOCore AddressedEnvelope.swift
[442/589] Compiling NIOCore AsyncAwaitSupport.swift
[443/589] Compiling NIOCore AsyncChannel.swift
[444/589] Compiling NIOCore AsyncChannelInboundStream.swift
[445/589] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[446/589] Compiling NIOCore AsyncChannelOutboundWriter.swift
[447/589] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[448/589] Compiling NIOCore NIOAsyncSequenceProducer.swift
[448/589] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[449/589] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[450/589] Compiling mode_wrappers.c
[451/589] Compiling aes.c
[452/589] Compiling ex_data.c
[453/589] Compiling key_wrap.c
[454/589] Compiling sign.c
[455/589] Compiling aes_nohw.c
[456/589] Compiling scrypt.c
[457/589] Compiling p_x25519.c
[458/589] Compiling p_rsa_asn1.c
[459/589] Compiling p_x25519_asn1.c
[460/589] Compiling print.c
[461/589] Compiling pbkdf.c
[462/589] Compiling p_rsa.c
[463/589] Compiling p_hkdf.c
[464/589] Compiling p_ed25519_asn1.c
[465/589] Compiling p_ec_asn1.c
[467/589] Emitting module NIOCore
[467/589] Compiling p_ed25519.c
[469/590] Compiling p_dsa_asn1.c
[470/590] Compiling p_ec.c
[471/590] Compiling err_data.c
[472/590] Compiling evp_ctx.c
[474/591] Compiling evp.c
[475/591] Compiling err.c
[476/591] Compiling engine.c
[477/591] Compiling evp_asn1.c
[478/591] Compiling ecdh_extra.c
[479/591] Compiling ecdsa_asn1.c
[480/591] Compiling hash_to_curve.c
[481/591] Compiling ec_derive.c
[482/591] Compiling ec_asn1.c
[483/591] Compiling dsa_asn1.c
[484/591] Compiling dsa.c
[485/591] Wrapping AST for NIOCore for debugging
[486/591] Compiling params.c
[487/591] Compiling digest_extra.c
[488/593] Compiling dh_asn1.c
[489/609] Compiling spake25519.c
[490/642] Compiling curve25519_64_adx.c
[491/642] Compiling des.c
[492/642] Compiling x25519-asm-arm.S
[493/642] Compiling cpu_intel.c
[494/642] Compiling crypto.c
[495/642] Compiling cpu_arm_freebsd.c
[496/642] Compiling cpu_arm.c
[497/642] Compiling cpu_arm_linux.c
[498/642] Compiling cpu_aarch64_win.c
[499/642] Compiling cpu_aarch64_sysreg.c
[500/642] Compiling cpu_aarch64_openbsd.c
[501/642] Compiling cpu_aarch64_linux.c
[502/642] Compiling cpu_aarch64_fuchsia.c
[503/642] Compiling cpu_aarch64_apple.c
[504/642] Compiling conf.c
[505/642] Compiling tls_cbc.c
[507/642] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[507/642] Compiling e_tls.c
[508/642] Compiling curve25519.c
[509/642] Compiling e_rc4.c
[510/642] Compiling e_rc2.c
[511/642] Compiling e_des.c
[512/642] Compiling e_null.c
[513/642] Compiling derive_key.c
[514/642] Compiling e_aesctrhmac.c
[515/642] Compiling e_chacha20poly1305.c
[516/642] Compiling cipher_extra.c
[517/642] Compiling e_aesgcmsiv.c
[518/642] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[519/642] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[520/642] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[521/642] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[522/642] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[523/642] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[524/642] Compiling chacha.c
[525/642] Compiling chacha-x86_64-mac.mac.x86_64.S
[527/642] Compiling NIOEmbedded Embedded.swift
[528/642] Emitting module NIOEmbedded
[529/642] Compiling NIOEmbedded AsyncTestingChannel.swift
[529/642] Compiling chacha-x86-windows.windows.x86.S
[530/643] Compiling chacha-armv8-linux.linux.aarch64.S
[531/643] Compiling chacha-x86_64-linux.linux.x86_64.S
[532/643] Compiling chacha-x86-linux.linux.x86.S
[534/644] Compiling chacha-armv8-ios.ios.aarch64.S
[536/644] Compiling chacha-armv4-ios.ios.arm.S
[537/644] Compiling chacha-armv4-linux.linux.arm.S
[538/644] Compiling unicode.c
[539/644] Compiling cbb.c
[539/644] Compiling ber.c
[541/644] Compiling asn1_compat.c
[542/644] Wrapping AST for NIOEmbedded for debugging
[543/644] Compiling bn_asn1.c
[544/644] Compiling blake2.c
[545/644] Compiling printf.c
[546/644] Compiling cbs.c
[547/644] Compiling buf.c
[548/644] Compiling convert.c
[549/644] Compiling file.c
[550/644] Compiling hexdump.c
[551/644] Compiling errno.c
[552/644] Compiling pair.c
[553/644] Compiling fd.c
[554/644] Compiling bio_mem.c
[555/644] Compiling base64.c
[556/644] Compiling bio.c
[557/644] Compiling tasn_utl.c
[558/644] Compiling tasn_new.c
[559/644] Compiling tasn_typ.c
[560/644] Compiling tasn_fre.c
[561/644] Compiling f_int.c
[562/644] Compiling posix_time.c
[562/644] Compiling tasn_enc.c
[564/644] Compiling f_string.c
[565/644] Compiling asn_pack.c
[566/644] Compiling tasn_dec.c
[567/644] Compiling asn1_par.c
[568/644] Compiling a_octet.c
[569/644] Compiling a_object.c
[570/644] Compiling a_mbstr.c
[571/644] Compiling a_int.c
[572/644] Compiling a_i2d_fp.c
[573/644] Compiling a_utctm.c
[574/644] Compiling a_type.c
[575/644] Compiling asn1_lib.c
[576/644] Compiling a_time.c
[577/644] Compiling a_dup.c
[578/644] Wrapping AST for Atomics for debugging
[579/644] Compiling a_gentm.c
[580/644] Compiling a_strnid.c
[581/644] Compiling a_strex.c
[582/644] Compiling a_d2i_fp.c
[584/644] Compiling NIOPosix PooledRecvBufferAllocator.swift
[585/644] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[586/644] Compiling NIOPosix PosixSingletons.swift
[587/644] Compiling NIOPosix RawSocketBootstrap.swift
[588/644] Compiling NIOPosix Resolver.swift
[589/644] Compiling NIOPosix Selectable.swift
[589/644] Compiling a_bool.c
[590/650] Compiling a_bitstr.c
[592/651] Compiling NIOPosix ServerSocket.swift
[593/651] Compiling NIOPosix Socket.swift
[594/651] Compiling NIOPosix SocketChannel.swift
[595/651] Compiling NIOPosix SocketProtocols.swift
[596/651] Compiling NIOPosix System.swift
[597/651] Compiling NIOPosix Thread.swift
[598/652] Compiling NIOPosix SelectableChannel.swift
[599/652] Compiling NIOPosix SelectableEventLoop.swift
[600/652] Compiling NIOPosix SelectorEpoll.swift
[601/652] Compiling NIOPosix SelectorGeneric.swift
[602/652] Compiling NIOPosix SelectorKqueue.swift
[603/652] Compiling NIOPosix SelectorUring.swift
[604/653] Compiling NIOPosix ThreadPosix.swift
[605/653] Compiling NIOPosix ThreadWindows.swift
[606/653] Compiling NIOPosix UnsafeTransfer.swift
[607/653] Compiling NIOPosix Utilities.swift
[608/653] Compiling NIOPosix VsockAddress.swift
[609/653] Compiling NIOPosix VsockChannelEvents.swift
[610/653] Compiling NIOPosix NonBlockingFileIO.swift
[611/653] Compiling NIOPosix PendingDatagramWritesManager.swift
[612/653] Compiling NIOPosix PendingWritesManager.swift
[613/653] Compiling NIOPosix PipeChannel.swift
[614/653] Compiling NIOPosix PipePair.swift
[615/653] Compiling NIOPosix PointerHelpers.swift
[616/653] Compiling NIOPosix Pool.swift
[617/653] Compiling NIOPosix IntegerBitPacking.swift
[618/653] Compiling NIOPosix IntegerTypes.swift
[619/653] Compiling NIOPosix Linux.swift
[620/653] Compiling NIOPosix LinuxCPUSet.swift
[621/653] Compiling NIOPosix LinuxUring.swift
[622/653] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[623/653] Compiling NIOPosix NIOThreadPool.swift
[624/653] Compiling NIOPosix Bootstrap.swift
[625/653] Compiling NIOPosix ControlMessage.swift
[626/653] Compiling NIOPosix DatagramVectorReadManager.swift
[627/653] Compiling NIOPosix FileDescriptor.swift
[628/653] Compiling NIOPosix GetaddrinfoResolver.swift
[629/653] Compiling NIOPosix HappyEyeballs.swift
[630/653] Compiling NIOPosix IO.swift
[631/653] Emitting module NIOPosix
[632/653] Compiling NIOPosix BSDSocketAPICommon.swift
[633/653] Compiling NIOPosix BSDSocketAPIPosix.swift
[634/653] Compiling NIOPosix BSDSocketAPIWindows.swift
[635/653] Compiling NIOPosix BaseSocket.swift
[636/653] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[637/653] Compiling NIOPosix BaseSocketChannel.swift
[638/653] Compiling NIOPosix BaseStreamSocketChannel.swift
[641/655] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[641/655] Wrapping AST for NIOPosix for debugging
[643/657] Compiling NIO Exports.swift
[644/657] Emitting module NIO
[646/659] Wrapping AST for NIO for debugging
[648/659] Emitting module CryptoBoringWrapper
[649/659] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[651/665] Wrapping AST for CryptoBoringWrapper for debugging
[653/665] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[654/665] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[655/725] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[656/725] Emitting module NIOFoundationCompat
[658/727] Wrapping AST for NIOFoundationCompat for debugging
[660/727] Compiling Crypto HashFunctions.swift
[661/727] Compiling Crypto HashFunctions_SHA2.swift
[662/727] Compiling Crypto Insecure.swift
[663/727] Compiling Crypto Insecure_HashFunctions.swift
[664/727] Compiling Crypto ECDH_boring.swift
[665/727] Compiling Crypto DH.swift
[666/727] Compiling Crypto ECDH.swift
[667/727] Compiling Crypto HKDF.swift
[668/727] Compiling Crypto ECDSASignature.swift
[669/727] Compiling Crypto PEMDocument.swift
[670/727] Compiling Crypto PKCS8PrivateKey.swift
[671/727] Compiling Crypto SEC1PrivateKey.swift
[672/727] Compiling Crypto SubjectPublicKeyInfo.swift
[673/727] Compiling Crypto CryptoKitErrors.swift
[674/727] Compiling Crypto Digest_boring.swift
[675/727] Compiling Crypto Digest.swift
[676/727] Compiling Crypto Digests.swift
[677/735] Compiling Crypto Ed25519.swift
[678/735] Compiling Crypto NISTCurvesKeys.swift
[679/735] Compiling Crypto X25519Keys.swift
[680/735] Compiling Crypto SymmetricKeys.swift
[681/735] Compiling Crypto HMAC.swift
[682/735] Compiling Crypto MACFunctions.swift
[683/735] Compiling Crypto MessageAuthenticationCode.swift
[684/735] Compiling Crypto AES.swift
[685/735] Compiling Crypto ECDSASignature_boring.swift
[686/735] Compiling Crypto ECDSA_boring.swift
[687/735] Compiling Crypto EdDSA_boring.swift
[688/735] Compiling Crypto ECDSA.swift
[689/735] Compiling Crypto EdDSA.swift
[690/735] Compiling Crypto Signature.swift
[691/735] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[692/735] Compiling Crypto CryptoKitErrors_boring.swift
[693/735] Compiling Crypto AESWrap.swift
[694/735] Compiling Crypto AESWrap_boring.swift
[695/735] Compiling Crypto Ed25519_boring.swift
[696/735] Compiling Crypto EllipticCurvePoint_boring.swift
[697/735] Compiling Crypto EllipticCurve_boring.swift
[698/735] Compiling Crypto NISTCurvesKeys_boring.swift
[699/735] Compiling Crypto X25519Keys_boring.swift
[700/735] Compiling Crypto Curve25519.swift
[701/735] Compiling Crypto AES-GCM.swift
[702/735] Compiling Crypto AES-GCM_boring.swift
[703/735] Compiling Crypto ChaChaPoly_boring.swift
[704/735] Compiling Crypto ChaChaPoly.swift
[705/735] Compiling Crypto Cipher.swift
[706/735] Compiling Crypto Nonces.swift
[707/735] Compiling Crypto ASN1.swift
[708/735] Compiling Crypto ASN1Any.swift
[709/735] Compiling Crypto ASN1BitString.swift
[710/735] Emitting module Crypto
[711/735] Compiling Crypto ASN1Boolean.swift
[712/735] Compiling Crypto ASN1Identifier.swift
[713/735] Compiling Crypto ASN1Integer.swift
[714/735] Compiling Crypto ASN1Null.swift
[715/735] Compiling Crypto ASN1OctetString.swift
[716/735] Compiling Crypto ASN1Strings.swift
[717/735] Compiling Crypto ArraySliceBigint.swift
[718/735] Compiling Crypto GeneralizedTime.swift
[719/735] Compiling Crypto ObjectIdentifier.swift
[720/735] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[721/735] Compiling Crypto RNG_boring.swift
[722/735] Compiling Crypto SafeCompare_boring.swift
[723/735] Compiling Crypto Zeroization_boring.swift
[724/735] Compiling Crypto PrettyBytes.swift
[725/735] Compiling Crypto SafeCompare.swift
[726/735] Compiling Crypto SecureBytes.swift
[727/735] Compiling Crypto Zeroization.swift
[729/737] Wrapping AST for Crypto for debugging
[731/796] Emitting module NIOSSH
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[732/804] Compiling NIOSSH ByteBuffer+SSH.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[733/804] Compiling NIOSSH CSPRNG.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[734/804] Compiling NIOSSH ChildChannelOptions.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[735/804] Compiling NIOSSH ChildChannelStateMachine.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[736/804] Compiling NIOSSH ChildChannelUserEvents.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[737/804] Compiling NIOSSH ChildChannelWindowManager.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[738/804] Compiling NIOSSH ChildChannelWritabilityManager.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[739/804] Compiling NIOSSH OutboundFlowController.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[740/804] Compiling NIOSSH SSHChannelData.swift
/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/ChildChannelOptions.swift:71:5: warning: 'public' modifier is redundant for struct declared in a public extension
    public struct UsernameOption: ChannelOption {
    ^~~~~~~

/host/spi-builder-workspace/Sources/NIOSSH/Child Channels/SSHChannelData.swift:29:16: warning: stored property 'data' of 'Sendable'-conforming struct 'SSHChannelData' has non-sendable type 'IOData'
    public var data: IOData
               ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/IOData.swift:19:13: note: enum 'IOData' does not conform to the 'Sendable' protocol
public enum IOData {
            ^
[741/804] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[742/804] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[743/804] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[744/804] Compiling NIOSSH SimplePasswordDelegate.swift
[745/804] Compiling NIOSSH UserAuthDelegate.swift
[746/804] Compiling NIOSSH UserAuthSignablePayload.swift
[747/804] Compiling NIOSSH UserAuthenticationMethod.swift
[748/804] Compiling NIOSSH UserAuthenticationStateMachine.swift
[749/804] Compiling NIOSSH GlobalRequestDelegate.swift
[750/804] Compiling NIOSSH ECDHCompatibleKey.swift
[751/804] Compiling NIOSSH EllipticCurveKeyExchange.swift
[752/804] Compiling NIOSSH SSHKeyExchangeResult.swift
[753/804] Compiling NIOSSH SSHKeyExchangeStateMachine.swift
[754/804] Compiling NIOSSH ClientServerAuthenticationDelegate.swift
[755/804] Compiling NIOSSH CustomKeys.swift
[756/804] Compiling NIOSSH NIOSSHCertifiedPublicKey.swift
[757/804] Compiling NIOSSH SSHChannelIdentifier.swift
[758/804] Compiling NIOSSH SSHChannelMultiplexer.swift
[759/804] Compiling NIOSSH SSHChannelType.swift
[760/804] Compiling NIOSSH SSHChildChannel.swift
[761/804] Compiling NIOSSH AcceptsChannelMessages.swift
[762/804] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[763/804] Compiling NIOSSH AcceptsUserAuthMessages.swift
[764/804] Compiling NIOSSH AcceptsVersionMessages.swift
[765/804] Compiling NIOSSH SendsChannelMessages.swift
[766/804] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[767/804] Compiling NIOSSH RekeyingSentNewKeysState.swift
[768/804] Compiling NIOSSH RekeyingState.swift
[769/804] Compiling NIOSSH SentKexInitWhenActiveState.swift
[770/804] Compiling NIOSSH SentNewKeysState.swift
[771/804] Compiling NIOSSH SentVersionState.swift
[772/804] Compiling NIOSSH UserAuthenticationState.swift
[773/804] Compiling NIOSSH Constants.swift
[774/804] Compiling NIOSSH NIOSSHPrivateKey.swift
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[775/804] Compiling NIOSSH NIOSSHPublicKey.swift
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[776/804] Compiling NIOSSH NIOSSHSignature.swift
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[777/804] Compiling NIOSSH NIOSSHError.swift
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[778/804] Compiling NIOSSH NIOSSHHandler.swift
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[779/804] Compiling NIOSSH NIOSSHSendable.swift
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[780/804] Compiling NIOSSH Role.swift
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[781/804] Compiling NIOSSH SSHClientConfiguration.swift
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var transportProtectionSchemesLock = Lock()
                                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:285:49: note: use 'NIOLock' instead
    static var transportProtectionSchemesLock = Lock()
                                                ^~~~
                                                NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:287:44: note: use 'NIOLock' instead
    static var keyExchangeAlgorithmsLock = Lock()
                                           ^~~~
                                           NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var publicKeyAlgorithmsLock = Lock()
                                         ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:289:42: note: use 'NIOLock' instead
    static var publicKeyAlgorithmsLock = Lock()
                                         ^~~~
                                         NIOLock
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    static var signaturesLock = Lock()
                                ^
/host/spi-builder-workspace/Sources/NIOSSH/Keys And Signatures/NIOSSHPublicKey.swift:291:33: note: use 'NIOLock' instead
    static var signaturesLock = Lock()
                                ^~~~
                                NIOLock
[782/804] Compiling NIOSSH SendsKeyExchangeMessages.swift
[783/804] Compiling NIOSSH SendsUserAuthMessages.swift
[784/804] Compiling NIOSSH SSHConnectionStateMachine.swift
[785/804] Compiling NIOSSH ActiveState.swift
[786/804] Compiling NIOSSH IdleState.swift
[787/804] Compiling NIOSSH KeyExchangeState.swift
[788/804] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[789/804] Compiling NIOSSH ReceivedNewKeysState.swift
[790/804] Compiling NIOSSH SSHEncryptablePacketPayload.swift
[791/804] Compiling NIOSSH SSHMessages.swift
[792/804] Compiling NIOSSH SSHPacketParser.swift
[793/804] Compiling NIOSSH SSHPacketSerializer.swift
[794/804] Compiling NIOSSH SSHServerConfiguration.swift
[795/804] Compiling NIOSSH SSHTerminalModes.swift
[796/804] Compiling NIOSSH AESGCM.swift
[797/804] Compiling NIOSSH SSHTransportProtection.swift
[799/806] Wrapping AST for NIOSSH for debugging
[801/825] Emitting module NIOSSHPerformanceTester
[802/825] Compiling NIOSSHServer GlueHandler.swift
[803/825] Compiling NIOSSHServer main.swift
[804/825] Compiling NIOSSHServer RemotePortForwarding.swift
[805/825] Compiling NIOSSHPerformanceTester BenchmarkHandshake.swift
[806/825] Compiling NIOSSHPerformanceTester Benchmark.swift
[807/825] Compiling NIOSSHServer DataToBufferCodec.swift
[808/825] Emitting module NIOSSHServer
[809/825] Compiling NIOSSHServer ExecHandler.swift
/host/spi-builder-workspace/Sources/NIOSSHServer/ExecHandler.swift:123:23: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
                    }.withPipes(inputDescriptor: outPipe.fileHandleForReading.fileDescriptor, outputDescriptor: inPipe.fileHandleForWriting.fileDescriptor).wait()
                      ^
/host/spi-builder-workspace/Sources/NIOSSHServer/ExecHandler.swift:123:23: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
                    }.withPipes(inputDescriptor: outPipe.fileHandleForReading.fileDescriptor, outputDescriptor: inPipe.fileHandleForWriting.fileDescriptor).wait()
                      ^~~~~~~~~ ~~~~~~~~~~~~~~~                                               ~~~~~~~~~~~~~~~~
                      takingOwnershipOfDescriptors input                                      output
[810/825] Compiling NIOSSHPerformanceTester shared.swift
[811/825] Compiling NIOSSHClient GlueHandler.swift
[812/825] Compiling NIOSSHPerformanceTester BenchmarkLinearThroughput.swift
[813/825] Compiling NIOSSHPerformanceTester main.swift
[814/825] Emitting module NIOSSHClient
[815/825] Compiling NIOSSHClient ExecHandler.swift
/host/spi-builder-workspace/Sources/NIOSSHClient/ExecHandler.swift:51:19: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
                }.withPipes(inputDescriptor: 0, outputDescriptor: 1).whenComplete { result in
                  ^
/host/spi-builder-workspace/Sources/NIOSSHClient/ExecHandler.swift:51:19: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
                }.withPipes(inputDescriptor: 0, outputDescriptor: 1).whenComplete { result in
                  ^~~~~~~~~ ~~~~~~~~~~~~~~~     ~~~~~~~~~~~~~~~~
                  takingOwnershipOfDescriptors input output
[816/825] Compiling NIOSSHClient main.swift
[817/826] Compiling NIOSSHClient SimpleCLIParser.swift
[818/826] Compiling NIOSSHClient InteractivePasswordPromptDelegate.swift
[819/826] Compiling NIOSSHClient PortForwardingServer.swift
[825/831] Wrapping AST for NIOSSHServer for debugging
[826/831] Wrapping AST for NIOSSHPerformanceTester for debugging
[827/831] Wrapping AST for NIOSSHClient for debugging
[828/831] Linking NIOSSHServer
[829/831] Linking NIOSSHClient
[830/831] Linking NIOSSHPerformanceTester
Build complete! (68.22s)
Build complete.
Done.

Build Machine: Linux 1