The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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.8
Building package at path:  $workDir
https://github.com/Joannis/swift-nio-ssh.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[33/3020] Fetching swift-atomics, swift-docc-plugin
[3021/10431] Fetching swift-atomics, swift-docc-plugin, swift-crypto
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git (0.38s)
[1606/8868] Fetching swift-docc-plugin, swift-crypto
Fetched https://github.com/apple/swift-docc-plugin (0.39s)
[593/7411] Fetching swift-crypto
[7412/71927] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git (1.40s)
[9033/64516] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (4.17s)
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.33s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.33s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.53s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/13746] Fetching swift-collections
[2/16729] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git (1.15s)
Fetched https://github.com/apple/swift-collections.git (1.17s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.47s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/444] Compiling a_dup.c
[3/444] Compiling a_bool.c
[4/444] Compiling a_i2d_fp.c
[5/444] Compiling a_d2i_fp.c
[6/444] Compiling a_bitstr.c
[7/444] Compiling CNIOWindows shim.c
[8/444] Compiling _AtomicsShims.c
[9/444] Compiling a_mbstr.c
[10/444] Compiling CNIOWindows WSAStartup.c
[11/444] Compiling a_int.c
[12/444] Compiling CNIOLinux liburing_shims.c
[13/444] Compiling CNIODarwin shim.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.
[14/444] Compiling CNIOLinux shim.c
[15/444] Compiling fiat_curve25519_adx_square.S
[16/444] Compiling fiat_curve25519_adx_mul.S
[17/486] Compiling v3_utl.c
[18/486] Compiling CCryptoBoringSSLShims shims.c
[19/486] Compiling v3_skey.c
[20/486] Compiling v3_prn.c
[21/486] Compiling v3_purp.c
[22/486] Compiling v3_pmaps.c
[23/486] Compiling v3_pcons.c
[24/486] Compiling v3_ocsp.c
[25/486] Compiling v3_ncons.c
[26/486] Compiling v3_int.c
[27/486] Compiling c-nioatomics.c
[28/486] Compiling v3_lib.c
[29/486] Compiling c-atomics.c
[30/486] Compiling v3_ia5.c
[31/486] Compiling v3_info.c
[32/490] Compiling v3_genn.c
[33/491] Compiling v3_extku.c
[34/492] Compiling v3_enum.c
[36/492] Emitting module _CollectionsUtilities
[37/494] Emitting module _NIOBase64
[38/494] Compiling _NIOBase64 Base64.swift
[38/495] Compiling v3_crld.c
[40/495] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[43/496] Compiling Atomics AtomicOptionalWrappable.swift
[44/496] Compiling Atomics AtomicReference.swift
[45/496] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/496] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/496] Compiling Atomics ManagedAtomic.swift
[50/496] Compiling Atomics ManagedAtomicLazyReference.swift
[51/496] Compiling Atomics AtomicMemoryOrderings.swift
[52/496] Compiling Atomics DoubleWord.swift
[54/498] Compiling Atomics AtomicStorage.swift
[55/498] Compiling Atomics AtomicValue.swift
[56/498] Emitting module Atomics
[57/498] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/498] Compiling _CollectionsUtilities Integer rank.swift
[59/498] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[62/498] Compiling v3_conf.c
[63/498] Compiling v3_cpols.c
[68/498] Compiling v3_bitst.c
[70/498] Compiling Atomics IntegerConformances.swift
[71/498] Compiling Atomics PointerConformances.swift
[72/498] Compiling Atomics Primitives.native.swift
[73/498] Compiling Atomics Primitives.shims.swift
[74/498] Compiling Atomics AtomicInteger.swift
[82/499] Wrapping AST for _NIOBase64 for debugging
[86/500] Compiling _NIODataStructures PriorityQueue.swift
[87/500] Compiling _NIODataStructures _TinyArray.swift
[87/500] Compiling v3_bcons.c
[88/500] Compiling Atomics IntegerOperations.swift
[90/500] Compiling Atomics Unmanaged extensions.swift
[90/501] Compiling v3_akeya.c
[92/501] Emitting module NIOConcurrencyHelpers
[92/501] Compiling v3_akey.c
[93/501] Wrapping AST for _CollectionsUtilities for debugging
[94/501] Compiling v3_alt.c
[97/502] Compiling x_x509a.c
[98/502] Compiling x_val.c
[99/502] Compiling x_spki.c
[100/516] Compiling x_x509.c
[102/518] Compiling DequeModule Deque+Hashable.swift
[103/518] Compiling DequeModule Deque+Sendable.swift
[103/520] Compiling x_sig.c
[104/520] Compiling x_pubkey.c
[105/520] Compiling DequeModule _DequeBuffer.swift
[106/520] Compiling DequeModule _DequeBufferHeader.swift
[107/520] Compiling x_pkey.c
[108/520] Compiling x_req.c
[110/520] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[111/520] Compiling DequeModule Deque+Extras.swift
[112/520] Compiling DequeModule Deque+Descriptions.swift
[113/520] Compiling DequeModule Deque+Equatable.swift
[114/520] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[115/520] Compiling NIOConcurrencyHelpers NIOLock.swift
[115/520] Compiling x_name.c
[116/520] Compiling x_info.c
[118/520] Compiling NIOConcurrencyHelpers lock.swift
[119/520] Compiling _NIODataStructures Heap.swift
[120/520] Emitting module _NIODataStructures
[122/522] Compiling x_exten.c
[123/522] Compiling x_attrib.c
[125/522] Compiling DequeModule _DequeSlot.swift
[126/522] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/522] Wrapping AST for _NIODataStructures for debugging
[128/522] Compiling NIOConcurrencyHelpers atomics.swift
[128/523] Compiling x_crl.c
[129/523] Compiling x_algor.c
[131/524] Compiling x_all.c
[133/524] Compiling x509spki.c
[134/524] Compiling x509rset.c
[135/524] Wrapping AST for NIOConcurrencyHelpers for debugging
[137/524] Compiling DequeModule Deque+Testing.swift
[138/524] Compiling DequeModule Deque._Storage.swift
[139/524] Compiling DequeModule Deque._UnsafeHandle.swift
[140/524] Compiling DequeModule Deque.swift
[141/524] Compiling DequeModule Deque+Codable.swift
[142/524] Compiling DequeModule Deque+Collection.swift
[143/524] Compiling DequeModule Deque+CustomReflectable.swift
[143/524] Compiling x509name.c
[144/524] Compiling x509cset.c
[145/524] Compiling x509_txt.c
[146/524] Compiling x509_v3.c
[147/524] Compiling x509_vpm.c
[148/524] Compiling x509_vfy.c
[149/524] Compiling x509_obj.c
[150/524] Compiling x509_trs.c
[152/524] Emitting module DequeModule
[152/525] Compiling x509_req.c
[154/526] Compiling x509_set.c
[156/526] Compiling x509_d2.c
[157/526] Compiling x509_def.c
[158/526] Compiling x509_lu.c
[159/526] Compiling x509_ext.c
[160/526] Wrapping AST for DequeModule for debugging
[161/526] Compiling x509_att.c
[162/526] Compiling x509_cmp.c
[163/526] Compiling x509.c
[164/547] Compiling t_x509a.c
[165/576] Compiling t_req.c
[166/583] Compiling t_crl.c
[167/583] Compiling t_x509.c
[167/583] Compiling rsa_pss.c
[169/583] Compiling i2d_pr.c
[170/583] Compiling name_print.c
[171/583] Compiling policy.c
[172/583] Compiling by_file.c
[173/583] Compiling algorithm.c
[174/583] Compiling a_verify.c
[175/583] Compiling by_dir.c
[176/583] Compiling a_sign.c
[177/583] Compiling asn1_gen.c
[178/583] Compiling a_digest.c
[179/583] Compiling thread_win.c
[180/583] Compiling trust_token.c
[181/583] Compiling thread_pthread.c
[182/583] Compiling thread_none.c
[183/583] Compiling thread.c
[184/583] Compiling voprf.c
[185/583] Compiling rsa_print.c
[186/583] Compiling stack.c
[187/583] Compiling siphash.c
[188/583] Compiling refcount.c
[189/583] Compiling pmbtoken.c
[190/583] Compiling rsa_asn1.c
[191/583] Compiling rc4.c
[192/583] Compiling rand_extra.c
[193/583] Compiling rsa_crypt.c
[194/583] Compiling windows.c
[195/583] Compiling trusty.c
[196/583] Compiling ios.c
[197/583] Compiling passive.c
[198/583] Compiling getentropy.c
[199/583] Compiling deterministic.c
[200/583] Compiling forkunsafe.c
[201/583] Compiling pool.c
[202/583] Compiling poly1305_arm.c
[203/583] Compiling poly1305_arm_asm.S
[204/583] Compiling poly1305.c
[205/583] Compiling pkcs7.c
[206/583] Compiling p5_pbev2.c
[207/583] Compiling pkcs8.c
[208/583] Compiling pkcs8_x509.c
[209/583] Compiling pkcs7_x509.c
[210/583] Compiling pem_xaux.c
[211/583] Compiling pem_x509.c
[212/583] Compiling pem_pkey.c
[213/583] Compiling pem_pk8.c
[214/583] Compiling pem_oth.c
[215/583] Compiling pem_info.c
[217/583] Compiling NIOCore MarkedCircularBuffer.swift
[218/583] Compiling NIOCore MulticastChannel.swift
[219/583] Compiling NIOCore NIOAny.swift
[220/583] Compiling NIOCore NIOCloseOnErrorHandler.swift
[221/583] Compiling NIOCore NIOLoopBound.swift
[222/583] Compiling NIOCore NIOSendable.swift
[223/583] Compiling NIOCore PointerHelpers.swift
[224/583] Compiling NIOCore RecvByteBufferAllocator.swift
[224/591] Compiling pem_lib.c
[225/591] Compiling obj_xref.c
[226/591] Compiling pem_all.c
[227/591] Compiling lhash.c
[228/591] Compiling mem.c
[229/591] Compiling keccak.c
[230/591] Compiling poly1305_vec.c
[231/591] Compiling kyber.c
[232/591] Compiling obj.c
[233/591] Compiling hpke.c
[234/591] Compiling poly_rq_mul.S
[235/591] Compiling x86_64-mont5-linux.linux.x86_64.S
[236/591] Compiling x86_64-mont5-mac.mac.x86_64.S
[237/591] Compiling x86_64-mont-mac.mac.x86_64.S
[238/591] Compiling x86-mont-windows.windows.x86.S
[239/591] Compiling x86_64-mont-linux.linux.x86_64.S
[240/591] Compiling x86-mont-linux.linux.x86.S
[241/591] Compiling hrss.c
[242/591] Compiling vpaes-x86-windows.windows.x86.S
[243/591] Compiling vpaes-x86_64-mac.mac.x86_64.S
[244/591] Compiling vpaes-x86_64-linux.linux.x86_64.S
[245/591] Compiling vpaes-x86-linux.linux.x86.S
[246/591] Compiling vpaes-armv7-ios.ios.arm.S
[248/591] Compiling NIOCore GlobalSingletons.swift
[249/591] Compiling NIOCore IO.swift
[250/591] Compiling NIOCore IOData.swift
[251/591] Compiling NIOCore IPProtocol.swift
[252/591] Compiling NIOCore IntegerBitPacking.swift
[253/591] Compiling NIOCore IntegerTypes.swift
[254/591] Compiling NIOCore Interfaces.swift
[255/591] Compiling NIOCore Linux.swift
[255/591] Compiling vpaes-armv8-ios.ios.aarch64.S
[256/591] Compiling vpaes-armv8-linux.linux.aarch64.S
[257/591] Compiling vpaes-armv7-linux.linux.arm.S
[258/591] Compiling sha512-x86_64-mac.mac.x86_64.S
[259/591] Compiling kdf.c
[260/591] Compiling sha512-armv8-linux.linux.aarch64.S
[261/591] Compiling sha512-armv4-ios.ios.arm.S
[262/591] Compiling sha512-armv4-linux.linux.arm.S
[263/591] Compiling sha512-x86_64-linux.linux.x86_64.S
[264/591] Compiling sha512-armv8-ios.ios.aarch64.S
[265/591] Compiling sha256-x86_64-mac.mac.x86_64.S
[266/591] Compiling sha512-586-windows.windows.x86.S
[267/591] Compiling sha512-586-linux.linux.x86.S
[268/591] Compiling sha256-armv8-linux.linux.aarch64.S
[270/591] Compiling NIOCore AddressedEnvelope.swift
[271/591] Compiling NIOCore AsyncAwaitSupport.swift
[272/591] Compiling NIOCore AsyncChannel.swift
[273/591] Compiling NIOCore AsyncChannelInboundStream.swift
[274/591] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[275/591] Compiling NIOCore AsyncChannelOutboundWriter.swift
[276/591] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[277/591] Compiling NIOCore NIOAsyncSequenceProducer.swift
[277/591] Compiling sha256-armv8-ios.ios.aarch64.S
[278/591] Compiling sha256-x86_64-linux.linux.x86_64.S
[279/591] Compiling sha256-armv4-linux.linux.arm.S
[280/591] Compiling sha256-586-windows.windows.x86.S
[281/591] Compiling sha256-armv4-ios.ios.arm.S
[282/591] Compiling sha256-586-linux.linux.x86.S
[283/591] Compiling sha1-x86_64-mac.mac.x86_64.S
[284/591] Compiling sha1-armv4-large-linux.linux.arm.S
[285/591] Compiling sha1-armv8-linux.linux.aarch64.S
[286/591] Compiling sha1-armv4-large-ios.ios.arm.S
[287/591] Compiling sha1-armv8-ios.ios.aarch64.S
[288/591] Compiling sha1-586-windows.windows.x86.S
[289/591] Compiling sha1.c
[290/591] Compiling sha1-586-linux.linux.x86.S
[291/591] Compiling sha1-x86_64-linux.linux.x86_64.S
[292/591] Compiling sha512.c
[293/591] Compiling fips.c
[294/591] Compiling sha256.c
[295/591] Compiling service_indicator.c
[296/591] Compiling self_check.c
[297/591] Compiling rsaz-avx2-mac.mac.x86_64.S
[299/591] Compiling NIOCore EventLoop+SerialExecutor.swift
[300/591] Compiling NIOCore EventLoop.swift
[301/591] Compiling NIOCore EventLoopFuture+Deprecated.swift
[302/591] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[303/591] Compiling NIOCore EventLoopFuture.swift
[304/591] Compiling NIOCore FileDescriptor.swift
[305/591] Compiling NIOCore FileHandle.swift
[306/591] Compiling NIOCore FileRegion.swift
[306/591] Compiling rsaz-avx2-linux.linux.x86_64.S
[307/591] Compiling blinding.c
[308/591] Compiling padding.c
[309/591] Compiling rsa_impl.c
[310/591] Compiling rsa.c
[311/591] Compiling rdrand-x86_64-linux.linux.x86_64.S
[312/591] Compiling rdrand-x86_64-mac.mac.x86_64.S
[313/591] Compiling rand.c
[314/591] Compiling urandom.c
[315/591] Compiling fork_detect.c
[316/591] Compiling ctrdrbg.c
[317/591] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[318/591] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[319/591] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[320/591] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[321/591] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[322/591] Compiling p256-armv8-asm-linux.linux.aarch64.S
[323/591] Compiling p256-armv8-asm-ios.ios.aarch64.S
[324/591] Compiling polyval.c
[325/591] Compiling ofb.c
[326/591] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[327/591] Compiling gcm_nohw.c
[328/591] Compiling ctr.c
[329/591] Compiling cbc.c
[330/591] Compiling md5.c
[331/591] Compiling cfb.c
[332/591] Compiling md5-x86_64-mac.mac.x86_64.S
[333/591] Compiling gcm.c
[335/591] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[336/591] Compiling NIOCore SocketAddresses.swift
[337/591] Compiling NIOCore SocketOptionProvider.swift
[338/591] Compiling NIOCore SystemCallHelpers.swift
[339/591] Compiling NIOCore TimeAmount+Duration.swift
[340/591] Compiling NIOCore TypeAssistedChannelHandler.swift
[341/591] Compiling NIOCore UniversalBootstrapSupport.swift
[342/591] Compiling NIOCore Utilities.swift
[342/591] Compiling md5-586-windows.windows.x86.S
[343/591] Compiling md5-x86_64-linux.linux.x86_64.S
[344/591] Compiling md5-586-linux.linux.x86.S
[345/591] Compiling md4.c
[346/591] Compiling hmac.c
[347/591] Compiling ghashv8-armv8-linux.linux.aarch64.S
[348/591] Compiling ghashv8-armv7-linux.linux.arm.S
[348/591] Compiling hkdf.c
[350/591] Compiling ghashv8-armv7-ios.ios.arm.S
[351/591] Compiling ghashv8-armv8-ios.ios.aarch64.S
[353/591] Compiling NIOCore ChannelOption.swift
[354/591] Compiling NIOCore ChannelPipeline.swift
[355/591] Compiling NIOCore CircularBuffer.swift
[356/591] Compiling NIOCore Codec.swift
[357/591] Compiling NIOCore ConvenienceOptionSupport.swift
[358/591] Compiling NIOCore DeadChannel.swift
[359/591] Compiling NIOCore DispatchQueue+WithFuture.swift
[360/591] Compiling NIOCore EventLoop+Deprecated.swift
[360/591] Compiling ghash-x86_64-mac.mac.x86_64.S
[361/591] Compiling ghash-x86_64-linux.linux.x86_64.S
[362/591] Compiling ghash-x86-windows.windows.x86.S
[363/591] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[364/591] Compiling ghash-x86-linux.linux.x86.S
[365/591] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[366/591] Compiling ghash-ssse3-x86-windows.windows.x86.S
[367/591] Compiling fips_shared_support.c
[368/591] Compiling ecdh.c
[369/591] Compiling ecdsa.c
[370/591] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[371/591] Compiling ghash-armv4-ios.ios.arm.S
[372/591] Compiling ghash-ssse3-x86-linux.linux.x86.S
[373/591] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[374/591] Compiling ghash-armv4-linux.linux.arm.S
[375/591] Compiling wnaf.c
[376/591] Compiling util.c
[377/591] Compiling scalar.c
[378/591] Compiling simple.c
[379/591] Compiling simple_mul.c
[380/591] Compiling oct.c
[381/591] Compiling p224-64.c
[382/591] Compiling ec_montgomery.c
[383/591] Compiling felem.c
[384/591] Compiling p256.c
[385/591] Compiling ec_key.c
[386/591] Compiling digestsign.c
[387/591] Compiling digest.c
[388/591] Compiling digests.c
[389/591] Compiling ec.c
[389/591] Compiling dh.c
[391/591] Compiling check.c
[392/591] Compiling co-586-windows.windows.x86.S
[393/591] Compiling co-586-linux.linux.x86.S
[394/591] Compiling cmac.c
[395/591] Compiling e_aesccm.c
[396/591] Compiling aead.c
[397/591] Compiling bsaes-armv7-linux.linux.arm.S
[398/591] Compiling bsaes-armv7-ios.ios.arm.S
[399/591] Compiling cipher.c
[400/591] Compiling p256-nistz.c
[401/591] Compiling shift.c
[402/591] Compiling e_aes.c
[403/591] Compiling sqrt.c
[404/591] Compiling rsaz_exp.c
[405/591] Compiling random.c
[406/591] Compiling montgomery_inv.c
[407/591] Compiling mul.c
[407/591] Compiling prime.c
[409/591] Compiling generic.c
[410/591] Compiling jacobi.c
[411/591] Compiling montgomery.c
[412/591] Compiling gcd.c
[413/591] Compiling div_extra.c
[414/591] Compiling gcd_extra.c
[415/591] Compiling ctx.c
[416/591] Compiling div.c
[417/591] Compiling cmp.c
[418/591] Compiling exponentiation.c
[419/591] Compiling bytes.c
[420/591] Compiling bn.c
[421/591] Compiling bn-armv8-ios.ios.aarch64.S
[422/591] Compiling bn-armv8-linux.linux.aarch64.S
[423/591] Compiling bn-586-windows.windows.x86.S
[424/591] Compiling add.c
[425/591] Compiling bn-586-linux.linux.x86.S
[426/591] Compiling armv8-mont-ios.ios.aarch64.S
[427/591] Compiling armv4-mont-ios.ios.arm.S
[428/591] Compiling armv8-mont-linux.linux.aarch64.S
[429/591] Compiling armv4-mont-linux.linux.arm.S
[430/591] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[431/591] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[432/591] Compiling aesv8-armv8-linux.linux.aarch64.S
[433/591] Compiling aesv8-armv8-ios.ios.aarch64.S
[434/591] Compiling x86_64-gcc.c
[435/591] Compiling aesni-x86_64-mac.mac.x86_64.S
[436/591] Compiling aesv8-armv7-ios.ios.arm.S
[437/591] Compiling aesv8-armv7-linux.linux.arm.S
[438/591] Compiling aesni-x86-windows.windows.x86.S
[439/591] Compiling aesni-x86_64-linux.linux.x86_64.S
[440/591] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[441/591] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[442/591] Compiling aesni-x86-linux.linux.x86.S
[443/591] Compiling key_wrap.c
[444/591] Compiling aes.c
[445/591] Compiling mode_wrappers.c
[446/591] Compiling ex_data.c
[447/591] Compiling sign.c
[448/591] Compiling pbkdf.c
[449/591] Compiling scrypt.c
[450/591] Compiling p_rsa_asn1.c
[451/591] Compiling aes_nohw.c
[452/591] Compiling p_x25519.c
[453/591] Compiling print.c
[454/591] Compiling p_x25519_asn1.c
[455/591] Compiling p_hkdf.c
[456/591] Compiling p_rsa.c
[457/591] Compiling p_ec_asn1.c
[458/591] Compiling p_ed25519_asn1.c
[459/591] Compiling p_ed25519.c
[460/591] Compiling p_dsa_asn1.c
[461/591] Compiling err_data.c
[462/591] Compiling p_ec.c
[463/591] Compiling evp_ctx.c
[464/591] Compiling evp.c
[465/591] Compiling evp_asn1.c
[466/591] Compiling ecdh_extra.c
[467/591] Compiling engine.c
[468/591] Compiling err.c
[468/591] Compiling ecdsa_asn1.c
[470/591] Compiling ec_derive.c
[471/591] Compiling hash_to_curve.c
[472/591] Compiling dsa.c
[473/591] Compiling ec_asn1.c
[474/591] Compiling params.c
[475/591] Compiling dsa_asn1.c
[476/591] Compiling digest_extra.c
[478/591] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[479/591] Compiling NIOCore NIOAsyncWriter.swift
[480/591] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[481/591] Compiling NIOCore BSDSocketAPI.swift
[482/591] Compiling NIOCore ByteBuffer-aux.swift
[483/591] Compiling NIOCore ByteBuffer-conversions.swift
[484/591] Compiling NIOCore ByteBuffer-core.swift
[485/591] Compiling NIOCore ByteBuffer-hexdump.swift
[486/591] Compiling NIOCore ByteBuffer-int.swift
[487/591] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[488/591] Compiling NIOCore ByteBuffer-multi-int.swift
[489/591] Compiling NIOCore ByteBuffer-views.swift
[490/591] Compiling NIOCore Channel.swift
[491/591] Compiling NIOCore ChannelHandler.swift
[492/591] Compiling NIOCore ChannelHandlers.swift
[493/591] Compiling NIOCore ChannelInvoker.swift
[493/591] Compiling dh_asn1.c
[495/591] Emitting module NIOCore
[495/592] Compiling x25519-asm-arm.S
[496/592] Compiling crypto.c
[497/592] Compiling curve25519_64_adx.c
[499/593] Compiling cpu_intel.c
[501/593] Compiling spake25519.c
[502/593] Compiling des.c
[503/593] Compiling cpu_arm_freebsd.c
[504/593] Compiling cpu_arm_linux.c
[505/593] Compiling cpu_aarch64_win.c
[506/593] Compiling cpu_arm.c
[507/593] Compiling cpu_aarch64_sysreg.c
[508/593] Compiling cpu_aarch64_linux.c
[509/593] Compiling cpu_aarch64_openbsd.c
[510/593] Compiling curve25519.c
[511/593] Compiling cpu_aarch64_apple.c
[512/593] Compiling cpu_aarch64_fuchsia.c
[513/593] Compiling e_null.c
[514/593] Compiling tls_cbc.c
[515/593] Compiling e_rc2.c
[516/593] Compiling e_rc4.c
[517/593] Compiling e_tls.c
[518/593] Compiling conf.c
[519/593] Compiling e_chacha20poly1305.c
[520/593] Compiling e_des.c
[521/593] Compiling derive_key.c
[522/593] Compiling e_aesctrhmac.c
[523/593] Compiling cipher_extra.c
[524/593] Compiling e_aesgcmsiv.c
[525/593] Compiling chacha.c
[526/593] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[527/593] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[528/593] Wrapping AST for NIOCore for debugging
[529/598] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[530/598] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[531/598] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[532/598] Compiling chacha-x86_64-mac.mac.x86_64.S
[533/631] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[534/644] Compiling chacha-x86_64-linux.linux.x86_64.S
[535/644] Compiling chacha-x86-linux.linux.x86.S
[536/644] Compiling chacha-armv8-linux.linux.aarch64.S
[537/644] Compiling chacha-x86-windows.windows.x86.S
[538/644] Compiling chacha-armv8-ios.ios.aarch64.S
[539/644] Compiling chacha-armv4-linux.linux.arm.S
[540/644] Compiling unicode.c
[541/644] Compiling chacha-armv4-ios.ios.arm.S
[542/644] Compiling ber.c
[543/644] Compiling asn1_compat.c
[544/644] Compiling cbb.c
[545/644] Compiling cbs.c
[546/644] Compiling buf.c
[547/644] Compiling bn_asn1.c
[548/644] Compiling convert.c
[549/644] Compiling printf.c
[550/644] Compiling blake2.c
[551/644] Compiling pair.c
[552/644] Compiling hexdump.c
[553/644] Compiling bio_mem.c
[554/644] Compiling file.c
[554/644] Compiling fd.c
[556/644] Compiling errno.c
[557/644] Compiling tasn_utl.c
[558/644] Compiling base64.c
[559/644] Compiling tasn_typ.c
[560/644] Compiling bio.c
[560/644] Compiling tasn_fre.c
[562/644] Compiling tasn_new.c
[563/644] Compiling tasn_enc.c
[564/644] Compiling f_string.c
[565/644] Compiling f_int.c
[566/644] Compiling tasn_dec.c
[567/644] Compiling posix_time.c
[568/644] Compiling asn_pack.c
[570/644] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[571/644] Emitting module NIOEmbedded
[572/644] Compiling NIOEmbedded Embedded.swift
[573/644] Compiling NIOEmbedded AsyncTestingChannel.swift
[573/645] Compiling asn1_par.c
[574/645] Compiling a_time.c
[575/645] Compiling asn1_lib.c
[577/646] Compiling a_type.c
[578/646] Compiling a_utctm.c
[580/646] Wrapping AST for Atomics for debugging
[581/646] Compiling a_octet.c
[582/646] Compiling a_strex.c
[583/646] Wrapping AST for NIOEmbedded for debugging
[584/646] Compiling a_strnid.c
[585/646] Compiling a_object.c
[586/646] Compiling a_gentm.c
[588/649] Emitting module NIOPosix
[589/655] Compiling NIOPosix SelectableChannel.swift
[590/655] Compiling NIOPosix SelectableEventLoop.swift
[591/655] Compiling NIOPosix SelectorEpoll.swift
[592/655] Compiling NIOPosix SelectorGeneric.swift
[593/655] Compiling NIOPosix SelectorKqueue.swift
[594/655] Compiling NIOPosix SelectorUring.swift
[595/655] Compiling NIOPosix PooledRecvBufferAllocator.swift
[596/655] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[597/655] Compiling NIOPosix PosixSingletons.swift
[598/655] Compiling NIOPosix RawSocketBootstrap.swift
[599/655] Compiling NIOPosix Resolver.swift
[600/655] Compiling NIOPosix Selectable.swift
[601/655] Compiling NIOPosix ServerSocket.swift
[602/655] Compiling NIOPosix Socket.swift
[603/655] Compiling NIOPosix SocketChannel.swift
[604/655] Compiling NIOPosix SocketProtocols.swift
[605/655] Compiling NIOPosix System.swift
[606/655] Compiling NIOPosix Thread.swift
[607/655] Compiling NIOPosix ThreadPosix.swift
[608/655] Compiling NIOPosix ThreadWindows.swift
[609/655] Compiling NIOPosix UnsafeTransfer.swift
[610/655] Compiling NIOPosix Utilities.swift
[611/655] Compiling NIOPosix VsockAddress.swift
[612/655] Compiling NIOPosix VsockChannelEvents.swift
[613/655] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[614/655] Compiling NIOPosix IntegerBitPacking.swift
[615/655] Compiling NIOPosix IntegerTypes.swift
[616/655] Compiling NIOPosix Linux.swift
[617/655] Compiling NIOPosix LinuxCPUSet.swift
[618/655] Compiling NIOPosix LinuxUring.swift
[619/655] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[620/655] Compiling NIOPosix NIOThreadPool.swift
[621/655] Compiling NIOPosix NonBlockingFileIO.swift
[622/655] Compiling NIOPosix PendingDatagramWritesManager.swift
[623/655] Compiling NIOPosix PendingWritesManager.swift
[624/655] Compiling NIOPosix PipeChannel.swift
[625/655] Compiling NIOPosix PipePair.swift
[626/655] Compiling NIOPosix PointerHelpers.swift
[627/655] Compiling NIOPosix Pool.swift
[628/655] Compiling NIOPosix BSDSocketAPICommon.swift
[629/655] Compiling NIOPosix BSDSocketAPIPosix.swift
[630/655] Compiling NIOPosix BSDSocketAPIWindows.swift
[631/655] Compiling NIOPosix BaseSocket.swift
[632/655] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[633/655] Compiling NIOPosix BaseSocketChannel.swift
[634/655] Compiling NIOPosix BaseStreamSocketChannel.swift
[635/655] Compiling NIOPosix Bootstrap.swift
[636/655] Compiling NIOPosix ControlMessage.swift
[637/655] Compiling NIOPosix DatagramVectorReadManager.swift
[638/655] Compiling NIOPosix FileDescriptor.swift
[639/655] Compiling NIOPosix GetaddrinfoResolver.swift
[640/655] Compiling NIOPosix HappyEyeballs.swift
[641/655] Compiling NIOPosix IO.swift
[643/657] Wrapping AST for NIOPosix for debugging
[645/657] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[646/657] Emitting module CryptoBoringWrapper
[649/661] Emitting module NIO
[650/661] Compiling NIO Exports.swift
[650/662] Wrapping AST for CryptoBoringWrapper for debugging
[653/663] Wrapping AST for NIO for debugging
[655/727] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[656/727] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[657/727] Emitting module NIOFoundationCompat
[658/727] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[660/729] Wrapping AST for NIOFoundationCompat for debugging
[662/729] Emitting module Crypto
[663/737] Compiling Crypto Ed25519.swift
[664/737] Compiling Crypto NISTCurvesKeys.swift
[665/737] Compiling Crypto X25519Keys.swift
[666/737] Compiling Crypto SymmetricKeys.swift
[667/737] Compiling Crypto HMAC.swift
[668/737] Compiling Crypto MACFunctions.swift
[669/737] Compiling Crypto MessageAuthenticationCode.swift
[670/737] Compiling Crypto AES.swift
[671/737] Compiling Crypto ECDSASignature_boring.swift
[672/737] Compiling Crypto ECDSA_boring.swift
[673/737] Compiling Crypto EdDSA_boring.swift
[674/737] Compiling Crypto ECDSA.swift
[675/737] Compiling Crypto EdDSA.swift
[676/737] Compiling Crypto Signature.swift
[677/737] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[678/737] Compiling Crypto CryptoKitErrors_boring.swift
[679/737] Compiling Crypto AESWrap.swift
[680/737] Compiling Crypto AESWrap_boring.swift
[681/737] Compiling Crypto Ed25519_boring.swift
[682/737] Compiling Crypto EllipticCurvePoint_boring.swift
[683/737] Compiling Crypto EllipticCurve_boring.swift
[684/737] Compiling Crypto NISTCurvesKeys_boring.swift
[685/737] Compiling Crypto X25519Keys_boring.swift
[686/737] Compiling Crypto Curve25519.swift
[687/737] Compiling Crypto ECDSASignature.swift
[688/737] Compiling Crypto PEMDocument.swift
[689/737] Compiling Crypto PKCS8PrivateKey.swift
[690/737] Compiling Crypto SEC1PrivateKey.swift
[691/737] Compiling Crypto SubjectPublicKeyInfo.swift
[692/737] Compiling Crypto CryptoKitErrors.swift
[693/737] Compiling Crypto Digest_boring.swift
[694/737] Compiling Crypto Digest.swift
[695/737] Compiling Crypto Digests.swift
[696/737] Compiling Crypto HashFunctions.swift
[697/737] Compiling Crypto HashFunctions_SHA2.swift
[698/737] Compiling Crypto Insecure.swift
[699/737] Compiling Crypto Insecure_HashFunctions.swift
[700/737] Compiling Crypto ECDH_boring.swift
[701/737] Compiling Crypto DH.swift
[702/737] Compiling Crypto ECDH.swift
[703/737] Compiling Crypto HKDF.swift
[704/737] Compiling Crypto AES-GCM.swift
[705/737] Compiling Crypto AES-GCM_boring.swift
[706/737] Compiling Crypto ChaChaPoly_boring.swift
[707/737] Compiling Crypto ChaChaPoly.swift
[708/737] Compiling Crypto Cipher.swift
[709/737] Compiling Crypto Nonces.swift
[710/737] Compiling Crypto ASN1.swift
[711/737] Compiling Crypto ASN1Any.swift
[712/737] Compiling Crypto ASN1BitString.swift
[713/737] Compiling Crypto ASN1Boolean.swift
[714/737] Compiling Crypto ASN1Identifier.swift
[715/737] Compiling Crypto ASN1Integer.swift
[716/737] Compiling Crypto ASN1Null.swift
[717/737] Compiling Crypto ASN1OctetString.swift
[718/737] Compiling Crypto ASN1Strings.swift
[719/737] Compiling Crypto ArraySliceBigint.swift
[720/737] Compiling Crypto GeneralizedTime.swift
[721/737] Compiling Crypto ObjectIdentifier.swift
[722/737] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[723/737] Compiling Crypto RNG_boring.swift
[724/737] Compiling Crypto SafeCompare_boring.swift
[725/737] Compiling Crypto Zeroization_boring.swift
[726/737] Compiling Crypto PrettyBytes.swift
[727/737] Compiling Crypto SafeCompare.swift
[728/737] Compiling Crypto SecureBytes.swift
[729/737] Compiling Crypto Zeroization.swift
[731/739] Wrapping AST for Crypto for debugging
[733/798] 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
[734/806] 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 {
            ^
[735/806] 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 {
            ^
[736/806] 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 {
            ^
[737/806] 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 {
            ^
[738/806] 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 {
            ^
[739/806] 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 {
            ^
[740/806] 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 {
            ^
[741/806] 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 {
            ^
[742/806] 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 {
            ^
[743/806] Compiling NIOSSH SSHChannelIdentifier.swift
[744/806] Compiling NIOSSH SSHChannelMultiplexer.swift
[745/806] Compiling NIOSSH SSHChannelType.swift
[746/806] Compiling NIOSSH SSHChildChannel.swift
[747/806] Compiling NIOSSH AcceptsChannelMessages.swift
[748/806] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[749/806] Compiling NIOSSH AcceptsUserAuthMessages.swift
[750/806] Compiling NIOSSH AcceptsVersionMessages.swift
[751/806] Compiling NIOSSH SendsChannelMessages.swift
[752/806] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[753/806] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[754/806] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[755/806] Compiling NIOSSH SimplePasswordDelegate.swift
[756/806] Compiling NIOSSH UserAuthDelegate.swift
[757/806] Compiling NIOSSH UserAuthSignablePayload.swift
[758/806] Compiling NIOSSH UserAuthenticationMethod.swift
[759/806] Compiling NIOSSH UserAuthenticationStateMachine.swift
[760/806] 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
[761/806] 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
[762/806] 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
[763/806] 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
[764/806] 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
[765/806] 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
[766/806] 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
[767/806] 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
[768/806] Compiling NIOSSH SendsKeyExchangeMessages.swift
[769/806] Compiling NIOSSH SendsUserAuthMessages.swift
[770/806] Compiling NIOSSH SSHConnectionStateMachine.swift
[771/806] Compiling NIOSSH ActiveState.swift
[772/806] Compiling NIOSSH IdleState.swift
[773/806] Compiling NIOSSH KeyExchangeState.swift
[774/806] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[775/806] Compiling NIOSSH ReceivedNewKeysState.swift
[776/806] Compiling NIOSSH GlobalRequestDelegate.swift
[777/806] Compiling NIOSSH ECDHCompatibleKey.swift
[778/806] Compiling NIOSSH EllipticCurveKeyExchange.swift
[779/806] Compiling NIOSSH SSHKeyExchangeResult.swift
[780/806] Compiling NIOSSH SSHKeyExchangeStateMachine.swift
[781/806] Compiling NIOSSH ClientServerAuthenticationDelegate.swift
[782/806] Compiling NIOSSH CustomKeys.swift
[783/806] Compiling NIOSSH NIOSSHCertifiedPublicKey.swift
[784/806] Compiling NIOSSH SSHEncryptablePacketPayload.swift
[785/806] Compiling NIOSSH SSHMessages.swift
[786/806] Compiling NIOSSH SSHPacketParser.swift
[787/806] Compiling NIOSSH SSHPacketSerializer.swift
[788/806] Compiling NIOSSH SSHServerConfiguration.swift
[789/806] Compiling NIOSSH SSHTerminalModes.swift
[790/806] Compiling NIOSSH AESGCM.swift
[791/806] Compiling NIOSSH SSHTransportProtection.swift
[792/806] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[793/806] Compiling NIOSSH RekeyingSentNewKeysState.swift
[794/806] Compiling NIOSSH RekeyingState.swift
[795/806] Compiling NIOSSH SentKexInitWhenActiveState.swift
[796/806] Compiling NIOSSH SentNewKeysState.swift
[797/806] Compiling NIOSSH SentVersionState.swift
[798/806] Compiling NIOSSH UserAuthenticationState.swift
[799/806] Compiling NIOSSH Constants.swift
[801/808] Wrapping AST for NIOSSH for debugging
[803/827] Emitting module NIOSSHPerformanceTester
[804/827] Compiling NIOSSHPerformanceTester shared.swift
[805/827] Compiling NIOSSHPerformanceTester main.swift
[806/827] Compiling NIOSSHServer RemotePortForwarding.swift
[807/827] Compiling NIOSSHPerformanceTester Benchmark.swift
[808/827] Compiling NIOSSHPerformanceTester BenchmarkLinearThroughput.swift
[809/827] Compiling NIOSSHPerformanceTester BenchmarkHandshake.swift
[810/827] Compiling NIOSSHServer GlueHandler.swift
[811/827] Emitting module NIOSSHServer
[812/827] Emitting module NIOSSHClient
[813/827] Compiling NIOSSHServer main.swift
[814/827] Compiling NIOSSHClient main.swift
[815/827] Compiling NIOSSHClient InteractivePasswordPromptDelegate.swift
[816/827] 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
[817/827] Compiling NIOSSHClient PortForwardingServer.swift
[818/827] Compiling NIOSSHClient SimpleCLIParser.swift
[819/827] Compiling NIOSSHClient GlueHandler.swift
[822/829] Compiling NIOSSHServer DataToBufferCodec.swift
[823/829] 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
[827/833] Wrapping AST for NIOSSHPerformanceTester for debugging
[828/833] Wrapping AST for NIOSSHServer for debugging
[829/833] Wrapping AST for NIOSSHClient for debugging
[830/833] Linking NIOSSHPerformanceTester
[831/833] Linking NIOSSHClient
[832/833] Linking NIOSSHServer
Build complete! (66.38s)
Build complete.
Done.

Build Machine: Linux 1