The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-ssh.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-nio-ssh
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 36a4f6f Raise minimum Swift version to 5.8 (#165)
Cloned https://github.com/apple/swift-nio-ssh.git
Revision (git rev-parse @):
36a4f6f4179ef5ebbeca501fc2125734b9f46290
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-ssh.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/apple/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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[642/3020] Fetching swift-atomics, swift-docc-plugin
[3021/67984] Fetching swift-atomics, swift-docc-plugin, swift-nio
[3022/75413] Fetching swift-atomics, swift-docc-plugin, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-atomics.git from cache (1.10s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.10s)
[47058/72393] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.54s)
Fetched https://github.com/apple/swift-nio.git from cache (3.60s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.90s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2597] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.32s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.64.0 (0.45s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/3070] Fetching swift-system
[2/16815] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.82s)
Fetched https://github.com/apple/swift-collections.git from cache (0.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.2.0 (0.44s)
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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.2.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.64.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/471] Write sources
[11/471] Compiling a_dup.c
[12/471] Write sources
[15/471] Compiling a_bool.c
[16/471] Write sources
[19/471] Compiling a_d2i_fp.c
[20/471] Write sources
[22/471] Compiling a_gentm.c
[23/471] Compiling params.c
[24/471] Compiling a_bitstr.c
[25/471] Compiling asn1_lib.c
[26/471] Compiling CNIOWindows shim.c
[26/471] Compiling CNIOWindows WSAStartup.c
[27/471] Compiling _AtomicsShims.c
[29/471] Compiling CNIOLinux liburing_shims.c
[30/471] Write swift-version-24593BA9C3E375BF.txt
[31/471] Compiling CNIODarwin shim.c
[32/471] Compiling CNIOLinux shim.c
[33/471] Compiling fiat_p256_adx_sqr.S
[34/471] Compiling fiat_curve25519_adx_square.S
[35/471] Compiling fiat_p256_adx_mul.S
[36/513] Compiling fiat_curve25519_adx_mul.S
[37/513] Compiling CCryptoBoringSSLShims shims.c
[38/513] Compiling x_x509a.c
[39/513] Compiling x_x509.c
[40/513] Compiling x_val.c
[41/513] Compiling x_spki.c
[42/513] Compiling x_sig.c
[43/513] Compiling x_req.c
[44/513] Compiling x_pubkey.c
[45/513] Compiling x_exten.c
[46/513] Compiling x_name.c
[47/513] Compiling c-nioatomics.c
[48/513] Compiling x_crl.c
[49/513] Compiling x_attrib.c
[50/513] Compiling x_all.c
[51/513] Compiling x_algor.c
[52/513] Compiling x509spki.c
[53/513] Compiling c-atomics.c
[54/513] Compiling x509rset.c
[55/513] Compiling x509name.c
[56/513] Compiling x509cset.c
[57/515] Compiling x509_vpm.c
[58/519] Compiling x509_v3.c
[59/519] Compiling x509_txt.c
[60/519] Compiling x509_vfy.c
[62/519] Compiling Atomics Primitives.shims.swift
[63/519] Compiling Atomics AtomicInteger.swift
[64/521] Emitting module _CollectionsUtilities
[65/521] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/521] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/521] Compiling Atomics UnsafeAtomic.swift
[68/521] Compiling Atomics UnsafeAtomicLazyReference.swift
[69/523] Emitting module _NIOBase64
[70/523] Compiling _NIOBase64 Base64.swift
[71/523] Compiling Atomics AtomicStorage.swift
[72/523] Compiling Atomics AtomicValue.swift
[73/524] Compiling Atomics AtomicMemoryOrderings.swift
[74/524] Compiling Atomics DoubleWord.swift
[79/524] Compiling Atomics AtomicOptionalWrappable.swift
[82/524] Compiling Atomics AtomicReference.swift
[85/524] Compiling Atomics OptionalRawRepresentable.swift
[86/524] Compiling Atomics RawRepresentable.swift
[87/524] Compiling Atomics AtomicBool.swift
[90/524] Compiling Atomics IntegerConformances.swift
[91/524] Compiling Atomics PointerConformances.swift
[92/524] Compiling Atomics Primitives.native.swift
[97/524] Emitting module Atomics
[97/524] Compiling x509_trs.c
[99/524] Compiling _NIODataStructures _TinyArray.swift
[100/524] Compiling _NIODataStructures PriorityQueue.swift
[100/524] Compiling x509_set.c
[103/525] Compiling x509_req.c
[104/525] Wrapping AST for _NIOBase64 for debugging
[105/525] Compiling x509_obj.c
[111/525] Compiling Atomics IntegerOperations.swift
[112/525] Compiling Atomics Unmanaged extensions.swift
[113/526] Compiling x509_lu.c
[114/526] Compiling x509_def.c
[115/526] Compiling x509_d2.c
[116/526] Wrapping AST for _CollectionsUtilities for debugging
[117/526] Compiling x509_ext.c
[118/542] Compiling x509_cmp.c
[119/542] Compiling x509.c
[120/542] Compiling x509_att.c
[121/542] Compiling v3_skey.c
[122/542] Compiling v3_purp.c
[123/542] Compiling v3_pmaps.c
[124/542] Compiling v3_utl.c
[126/542] Compiling DequeModule _DequeBuffer.swift
[127/542] Compiling DequeModule _DequeBufferHeader.swift
[127/544] Compiling v3_prn.c
[128/544] Compiling v3_pcons.c
[130/544] Emitting module _NIODataStructures
[131/544] Compiling _NIODataStructures Heap.swift
[132/545] Compiling NIOConcurrencyHelpers NIOLock.swift
[133/545] Compiling v3_ncons.c
[135/545] Compiling NIOConcurrencyHelpers lock.swift
[136/545] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[137/545] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[138/545] Emitting module NIOConcurrencyHelpers
[139/545] Compiling NIOConcurrencyHelpers atomics.swift
[139/546] Compiling v3_int.c
[141/546] Compiling v3_ocsp.c
[142/546] Compiling v3_lib.c
[143/546] Compiling v3_info.c
[144/546] Compiling v3_ia5.c
[145/546] Wrapping AST for _NIODataStructures for debugging
[146/546] Wrapping AST for NIOConcurrencyHelpers for debugging
[148/546] Compiling DequeModule _DequeSlot.swift
[149/546] Compiling DequeModule _UnsafeWrappedBuffer.swift
[150/546] Compiling DequeModule Deque+Testing.swift
[151/546] Compiling DequeModule Deque._Storage.swift
[152/546] Compiling DequeModule Deque+Hashable.swift
[153/546] Compiling DequeModule Deque+Sendable.swift
[154/546] Compiling DequeModule Deque._UnsafeHandle.swift
[155/546] Compiling DequeModule Deque.swift
[155/546] Compiling v3_genn.c
[156/546] Compiling v3_enum.c
[157/546] Compiling v3_extku.c
[158/546] Compiling v3_crld.c
[159/546] Compiling v3_conf.c
[160/546] Compiling v3_bitst.c
[161/546] Compiling v3_cpols.c
[163/546] Emitting module DequeModule
[164/546] Compiling DequeModule Deque+Descriptions.swift
[165/546] Compiling DequeModule Deque+Equatable.swift
[166/546] Compiling DequeModule Deque+Codable.swift
[167/546] Compiling DequeModule Deque+Collection.swift
[168/546] Compiling DequeModule Deque+CustomReflectable.swift
[169/546] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[170/546] Compiling DequeModule Deque+Extras.swift
[170/547] Compiling v3_bcons.c
[171/547] Compiling v3_akeya.c
[172/547] Compiling v3_akey.c
[174/547] Compiling t_x509a.c
[175/547] Compiling v3_alt.c
[176/547] Compiling t_x509.c
[177/547] Compiling t_req.c
[178/547] Wrapping AST for DequeModule for debugging
[179/547] Compiling t_crl.c
[180/547] Compiling name_print.c
[181/547] Compiling rsa_pss.c
[182/549] Compiling i2d_pr.c
[183/555] Compiling policy.c
[184/605] Compiling by_file.c
[185/605] Compiling by_dir.c
[186/605] Compiling a_sign.c
[187/605] Compiling asn1_gen.c
[188/605] Compiling a_digest.c
[189/605] Compiling algorithm.c
[190/605] Compiling thread_win.c
[191/605] Compiling a_verify.c
[192/605] Compiling thread_pthread.c
[193/605] Compiling voprf.c
[194/605] Compiling trust_token.c
[195/605] Compiling thread_none.c
[196/605] Compiling thread.c
[196/605] Compiling wots.c
[198/605] Compiling spx_util.c
[199/605] Compiling spx.c
[200/605] Compiling thash.c
[201/605] Compiling pmbtoken.c
[202/605] Compiling stack.c
[203/605] Compiling merkle.c
[204/605] Compiling fors.c
[205/605] Compiling address.c
[206/605] Compiling siphash.c
[207/605] Compiling rsa_print.c
[208/605] Compiling rc4.c
[209/605] Compiling refcount.c
[210/605] Compiling rsa_asn1.c
[211/605] Compiling windows.c
[212/605] Compiling rand_extra.c
[213/605] Compiling trusty.c
[214/605] Compiling rsa_crypt.c
[215/605] Compiling passive.c
[216/605] Compiling ios.c
[217/605] Compiling getentropy.c
[218/605] Compiling forkunsafe.c
[219/605] Compiling deterministic.c
[220/605] Compiling pool.c
[221/605] Compiling poly1305_arm.c
[222/605] Compiling poly1305.c
[223/605] Compiling poly1305_arm_asm.S
[224/605] Compiling p5_pbev2.c
[225/605] Compiling pkcs7.c
[226/605] Compiling pkcs7_x509.c
[227/605] Compiling pkcs8.c
[228/605] Compiling pkcs8_x509.c
[229/605] Compiling pem_x509.c
[230/605] Compiling pem_xaux.c
[231/605] Compiling pem_pkey.c
[232/605] Compiling pem_info.c
[233/605] Compiling pem_oth.c
[234/605] Compiling pem_pk8.c
[235/605] Compiling obj_xref.c
[236/605] Compiling pem_lib.c
[238/605] Compiling NIOCore MarkedCircularBuffer.swift
[239/605] Compiling NIOCore MulticastChannel.swift
[240/605] Compiling NIOCore NIOAny.swift
[241/605] Compiling NIOCore NIOCloseOnErrorHandler.swift
[242/605] Compiling NIOCore NIOLoopBound.swift
[243/605] Compiling NIOCore NIOSendable.swift
[244/605] Compiling NIOCore PointerHelpers.swift
[245/605] Compiling NIOCore RecvByteBufferAllocator.swift
[245/613] Compiling pem_all.c
[246/613] Compiling lhash.c
[247/613] Compiling mem.c
[248/613] Compiling kyber.c
[249/613] Compiling keccak.c
[250/613] Compiling poly1305_vec.c
[251/613] Compiling hpke.c
[252/613] Compiling obj.c
[253/613] Compiling poly_rq_mul.S
[254/613] Compiling x86_64-mont5-mac.mac.x86_64.S
[255/613] Compiling x86_64-mont5-linux.linux.x86_64.S
[256/613] Compiling hrss.c
[257/613] Compiling x86_64-mont-linux.linux.x86_64.S
[258/613] Compiling x86_64-mont-mac.mac.x86_64.S
[259/613] Compiling x86-mont-windows.windows.x86.S
[260/613] Compiling x86-mont-linux.linux.x86.S
[260/613] Compiling vpaes-x86_64-linux.linux.x86_64.S
[262/613] Compiling vpaes-x86_64-mac.mac.x86_64.S
[263/613] Compiling vpaes-x86-windows.windows.x86.S
[265/613] Compiling NIOCore GlobalSingletons.swift
[266/613] Compiling NIOCore IO.swift
[267/613] Compiling NIOCore IOData.swift
[268/613] Compiling NIOCore IPProtocol.swift
[269/613] Compiling NIOCore IntegerBitPacking.swift
[270/613] Compiling NIOCore IntegerTypes.swift
[271/613] Compiling NIOCore Interfaces.swift
[272/613] Compiling NIOCore Linux.swift
[272/613] Compiling vpaes-x86-linux.linux.x86.S
[273/613] Compiling kdf.c
[274/613] Compiling vpaes-armv7-linux.linux.arm.S
[275/613] Compiling vpaes-armv7-ios.ios.arm.S
[276/613] Compiling vpaes-armv8-linux.linux.aarch64.S
[277/613] Compiling vpaes-armv8-ios.ios.aarch64.S
[278/613] Compiling sha512-x86_64-mac.mac.x86_64.S
[279/613] Compiling sha512-armv8-linux.linux.aarch64.S
[280/613] Compiling sha512-x86_64-linux.linux.x86_64.S
[281/613] Compiling sha512-armv4-linux.linux.arm.S
[282/613] Compiling sha512-armv8-ios.ios.aarch64.S
[283/613] Compiling sha512-armv4-ios.ios.arm.S
[284/613] Compiling sha512-586-windows.windows.x86.S
[285/613] Compiling sha512-586-linux.linux.x86.S
[286/613] Compiling sha256-x86_64-mac.mac.x86_64.S
[287/613] Compiling sha256-x86_64-linux.linux.x86_64.S
[288/613] Compiling sha256-armv4-ios.ios.arm.S
[289/613] Compiling sha256-armv8-ios.ios.aarch64.S
[289/613] Compiling sha256-armv4-linux.linux.arm.S
[289/613] Compiling sha256-armv8-linux.linux.aarch64.S
[292/613] Compiling sha256-586-windows.windows.x86.S
[293/613] Compiling sha256-586-linux.linux.x86.S
[295/613] Compiling NIOCore EventLoop.swift
[296/613] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[297/613] Compiling NIOCore EventLoopFuture+Deprecated.swift
[298/613] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[299/613] Compiling NIOCore EventLoopFuture.swift
[300/613] Compiling NIOCore FileDescriptor.swift
[301/613] Compiling NIOCore FileHandle.swift
[302/613] Compiling NIOCore FileRegion.swift
[302/613] Compiling sha1-x86_64-mac.mac.x86_64.S
[303/613] Compiling sha1-x86_64-linux.linux.x86_64.S
[304/613] Compiling sha1-armv8-ios.ios.aarch64.S
[305/613] Compiling sha1-armv8-linux.linux.aarch64.S
[306/613] Compiling sha1-armv4-large-ios.ios.arm.S
[307/613] Compiling sha1-armv4-large-linux.linux.arm.S
[308/613] Compiling sha1-586-windows.windows.x86.S
[309/613] Compiling sha256.c
[310/613] Compiling sha1-586-linux.linux.x86.S
[311/613] Compiling sha1.c
[311/613] Compiling self_check.c
[312/613] Compiling fips.c
[314/613] Compiling sha512.c
[315/613] Compiling service_indicator.c
[317/613] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[318/613] Compiling NIOCore SocketAddresses.swift
[319/613] Compiling NIOCore SocketOptionProvider.swift
[320/613] Compiling NIOCore SystemCallHelpers.swift
[321/613] Compiling NIOCore TimeAmount+Duration.swift
[322/613] Compiling NIOCore TypeAssistedChannelHandler.swift
[323/613] Compiling NIOCore UniversalBootstrapSupport.swift
[324/613] Compiling NIOCore Utilities.swift
[325/613] Compiling NIOCore ChannelPipeline.swift
[326/613] Compiling NIOCore CircularBuffer.swift
[327/613] Compiling NIOCore Codec.swift
[328/613] Compiling NIOCore ConvenienceOptionSupport.swift
[329/613] Compiling NIOCore DeadChannel.swift
[330/613] Compiling NIOCore DispatchQueue+WithFuture.swift
[331/613] Compiling NIOCore EventLoop+Deprecated.swift
[332/613] Compiling NIOCore EventLoop+SerialExecutor.swift
[332/613] Compiling rsaz-avx2-mac.mac.x86_64.S
[333/613] Compiling rsaz-avx2-linux.linux.x86_64.S
[334/613] Compiling padding.c
[335/613] Compiling rsa_impl.c
[336/613] Compiling rsa.c
[337/613] Compiling blinding.c
[338/613] Compiling rdrand-x86_64-mac.mac.x86_64.S
[339/613] Compiling rand.c
[340/613] Compiling urandom.c
[341/613] Compiling rdrand-x86_64-linux.linux.x86_64.S
[342/613] Compiling ctrdrbg.c
[343/613] Compiling fork_detect.c
[344/613] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[345/613] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[346/613] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[347/613] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[348/613] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[349/613] Compiling p256-armv8-asm-linux.linux.aarch64.S
[349/613] Compiling p256-armv8-asm-ios.ios.aarch64.S
[351/613] Compiling polyval.c
[352/613] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[353/613] Compiling ofb.c
[354/613] Compiling gcm_nohw.c
[355/613] Compiling gcm.c
[356/613] Compiling ctr.c
[357/613] Compiling cfb.c
[358/613] Compiling cbc.c
[358/613] Compiling md5.c
[360/613] Compiling md5-x86_64-linux.linux.x86_64.S
[361/613] Compiling md5-x86_64-mac.mac.x86_64.S
[362/613] Compiling md5-586-windows.windows.x86.S
[363/613] Compiling md5-586-linux.linux.x86.S
[364/613] Compiling hmac.c
[365/613] Compiling md4.c
[366/613] Compiling ghashv8-armv8-ios.ios.aarch64.S
[367/613] Compiling hkdf.c
[368/613] Compiling ghashv8-armv8-linux.linux.aarch64.S
[369/613] Compiling ghashv8-armv7-linux.linux.arm.S
[370/613] Compiling ghash-x86_64-mac.mac.x86_64.S
[371/613] Compiling ghashv8-armv7-ios.ios.arm.S
[372/613] Compiling ghash-x86-windows.windows.x86.S
[373/613] Compiling ghash-x86_64-linux.linux.x86_64.S
[374/613] Compiling ghash-x86-linux.linux.x86.S
[375/613] Compiling ghash-ssse3-x86-windows.windows.x86.S
[376/613] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[378/613] Compiling NIOCore NIOAsyncWriter.swift
[379/613] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[380/613] Compiling NIOCore BSDSocketAPI.swift
[381/613] Compiling NIOCore ByteBuffer-aux.swift
[382/613] Compiling NIOCore ByteBuffer-conversions.swift
[383/613] Compiling NIOCore ByteBuffer-core.swift
[384/613] Compiling NIOCore ByteBuffer-hexdump.swift
[385/613] Compiling NIOCore ByteBuffer-int.swift
[385/613] Compiling ghash-ssse3-x86-linux.linux.x86.S
[386/613] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[387/613] Compiling fips_shared_support.c
[388/613] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[389/613] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[390/613] Compiling ghash-armv4-ios.ios.arm.S
[391/613] Compiling ghash-armv4-linux.linux.arm.S
[392/613] Compiling ecdh.c
[393/613] Compiling ecdsa.c
[394/613] Compiling wnaf.c
[395/613] Compiling simple_mul.c
[396/613] Compiling simple.c
[397/613] Compiling util.c
[398/613] Compiling scalar.c
[399/613] Compiling oct.c
[400/613] Compiling p256.c
[401/613] Compiling p224-64.c
[402/613] Compiling felem.c
[403/613] Compiling ec_montgomery.c
[404/613] Compiling ec_key.c
[405/613] Compiling digestsign.c
[406/613] Compiling digests.c
[406/613] Compiling ec.c
[408/613] Compiling digest.c
[409/613] Compiling dh.c
[410/613] Compiling check.c
[411/613] Compiling p256-nistz.c
[412/613] Compiling cmac.c
[413/613] Compiling co-586-windows.windows.x86.S
[414/613] Compiling co-586-linux.linux.x86.S
[415/613] Compiling e_aesccm.c
[416/613] Compiling bsaes-armv7-linux.linux.arm.S
[417/613] Compiling aead.c
[418/613] Compiling cipher.c
[419/613] Compiling e_aes.c
[420/613] Compiling sqrt.c
[421/613] Compiling shift.c
[422/613] Compiling bsaes-armv7-ios.ios.arm.S
[423/613] Compiling rsaz_exp.c
[424/613] Compiling random.c
[425/613] Compiling montgomery_inv.c
[426/613] Compiling prime.c
[427/613] Compiling mul.c
[428/613] Compiling jacobi.c
[429/613] Compiling montgomery.c
[430/613] Compiling generic.c
[431/613] Compiling gcd_extra.c
[432/613] Compiling gcd.c
[433/613] Compiling div_extra.c
[434/613] Compiling exponentiation.c
[435/613] Compiling cmp.c
[436/613] Compiling div.c
[437/613] Compiling ctx.c
[438/613] Compiling bytes.c
[439/613] Compiling bn.c
[440/613] Compiling bn-armv8-linux.linux.aarch64.S
[441/613] Compiling add.c
[442/613] Compiling bn-armv8-ios.ios.aarch64.S
[443/613] Compiling bn-586-windows.windows.x86.S
[444/613] Compiling bn-586-linux.linux.x86.S
[445/613] Compiling x86_64-gcc.c
[446/613] Compiling armv8-mont-linux.linux.aarch64.S
[447/613] Compiling armv8-mont-ios.ios.aarch64.S
[448/613] Compiling armv4-mont-ios.ios.arm.S
[449/613] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[450/613] Compiling armv4-mont-linux.linux.arm.S
[451/613] Compiling aesv8-armv8-linux.linux.aarch64.S
[452/613] Compiling aesv8-armv8-ios.ios.aarch64.S
[453/613] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[454/613] Compiling aesv8-armv7-linux.linux.arm.S
[455/613] Compiling aesni-x86_64-mac.mac.x86_64.S
[456/613] Compiling aesv8-armv7-ios.ios.arm.S
[457/613] Compiling aesni-x86_64-linux.linux.x86_64.S
[458/613] Compiling aesni-x86-linux.linux.x86.S
[459/613] Compiling aesni-x86-windows.windows.x86.S
[460/613] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[461/613] Compiling mode_wrappers.c
[462/613] Compiling key_wrap.c
[463/613] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[464/613] Compiling aes.c
[465/613] Compiling sign.c
[466/613] Compiling aes_nohw.c
[467/613] Compiling scrypt.c
[468/613] Compiling ex_data.c
[469/613] Compiling pbkdf.c
[470/613] Compiling print.c
[471/613] Compiling p_x25519.c
[472/613] Compiling p_x25519_asn1.c
[474/613] Compiling NIOCore AddressedEnvelope.swift
[475/613] Compiling NIOCore AsyncAwaitSupport.swift
[476/613] Compiling NIOCore AsyncChannel.swift
[477/613] Compiling NIOCore AsyncChannelInboundStream.swift
[478/613] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[479/613] Compiling NIOCore AsyncChannelOutboundWriter.swift
[480/613] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[481/613] Compiling NIOCore NIOAsyncSequenceProducer.swift
[482/613] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[483/613] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[484/613] Compiling NIOCore ByteBuffer-multi-int.swift
[485/613] Compiling NIOCore ByteBuffer-views.swift
[486/613] Compiling NIOCore Channel.swift
[487/613] Compiling NIOCore ChannelHandler.swift
[488/613] Compiling NIOCore ChannelHandlers.swift
[489/613] Compiling NIOCore ChannelInvoker.swift
[490/613] Compiling NIOCore ChannelOption.swift
[490/613] Compiling p_rsa_asn1.c
[491/613] Compiling p_rsa.c
[492/613] Compiling p_ed25519.c
[493/613] Compiling p_hkdf.c
[494/613] Compiling p_ec_asn1.c
[495/613] Compiling p_ed25519_asn1.c
[496/613] Compiling p_ec.c
[497/613] Compiling p_dsa_asn1.c
[498/613] Compiling err_data.c
[499/613] Compiling evp_ctx.c
[500/613] Compiling evp_asn1.c
[501/613] Compiling evp.c
[502/613] Compiling engine.c
[503/613] Compiling err.c
[504/613] Compiling ecdh_extra.c
[505/613] Compiling ecdsa_asn1.c
[506/613] Compiling ec_derive.c
[507/613] Compiling hash_to_curve.c
[508/613] Compiling dsa_asn1.c
[509/613] Compiling ec_asn1.c
[510/613] Compiling dh_asn1.c
[511/613] Compiling dsa.c
[512/613] Compiling digest_extra.c
[513/613] Compiling spake25519.c
[514/613] Compiling curve25519_64_adx.c
[515/613] Compiling des.c
[516/613] Compiling x25519-asm-arm.S
[517/613] Compiling crypto.c
[518/613] Compiling cpu_intel.c
[519/613] Compiling cpu_arm_linux.c
[520/613] Compiling cpu_arm_freebsd.c
[521/613] Compiling cpu_aarch64_win.c
[522/613] Compiling cpu_aarch64_openbsd.c
[523/613] Compiling cpu_aarch64_sysreg.c
[524/613] Compiling cpu_aarch64_linux.c
[525/613] Compiling cpu_aarch64_fuchsia.c
[526/613] Compiling cpu_aarch64_apple.c
[527/613] Compiling curve25519.c
[528/613] Compiling conf.c
[529/613] Compiling e_rc4.c
[530/613] Compiling tls_cbc.c
[531/613] Compiling e_tls.c
[533/613] Emitting module NIOCore
[533/614] Compiling e_rc2.c
[534/614] Compiling e_null.c
[535/614] Compiling derive_key.c
[537/614] Compiling e_des.c
[538/614] Compiling e_chacha20poly1305.c
[538/614] Compiling e_aesctrhmac.c
[540/614] Compiling e_aesgcmsiv.c
[541/614] Compiling cipher_extra.c
[542/614] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[543/614] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[544/614] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[545/614] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[546/614] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[547/614] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[548/614] Compiling chacha-x86_64-mac.mac.x86_64.S
[549/614] Compiling chacha.c
[550/614] Wrapping AST for NIOCore for debugging
[551/614] Compiling chacha-x86_64-linux.linux.x86_64.S
[552/614] Compiling chacha-x86-linux.linux.x86.S
[552/614] Compiling chacha-armv8-linux.linux.aarch64.S
[554/617] Compiling chacha-x86-windows.windows.x86.S
[555/629] Compiling unicode.c
[556/646] Compiling chacha-armv8-ios.ios.aarch64.S
[557/659] Compiling chacha-armv4-linux.linux.arm.S
[558/665] Compiling cbb.c
[559/665] Compiling chacha-armv4-ios.ios.arm.S
[560/665] Compiling cbs.c
[561/665] Compiling asn1_compat.c
[562/665] Compiling ber.c
[563/665] Compiling bn_asn1.c
[564/665] Compiling buf.c
[565/665] Compiling blake2.c
[566/665] Compiling convert.c
[567/665] Compiling printf.c
[568/665] Compiling pair.c
[569/665] Compiling hexdump.c
[570/665] Compiling errno.c
[571/665] Compiling file.c
[572/665] Compiling bio_mem.c
[572/665] Compiling fd.c
[575/665] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[575/665] Compiling base64.c
[577/665] Emitting module NIOEmbedded
[578/665] Compiling NIOEmbedded AsyncTestingChannel.swift
[578/665] Compiling bio.c
[579/665] Compiling tasn_utl.c
[580/665] Compiling tasn_fre.c
[581/665] Compiling tasn_typ.c
[582/665] Compiling tasn_new.c
[583/665] Compiling tasn_enc.c
[584/665] Compiling f_string.c
[585/665] Compiling posix_time.c
[586/665] Compiling f_int.c
[586/665] Compiling tasn_dec.c
[588/665] Compiling asn1_par.c
[589/665] Compiling asn_pack.c
[591/665] Compiling NIOEmbedded Embedded.swift
[591/666] Compiling a_type.c
[593/666] Compiling a_utctm.c
[594/666] Compiling a_octet.c
[595/666] Compiling a_strnid.c
[596/666] Compiling a_time.c
[597/666] Compiling a_strex.c
[598/666] Compiling a_mbstr.c
[599/666] Compiling a_object.c
[600/666] Wrapping AST for Atomics for debugging
[601/666] Wrapping AST for NIOEmbedded for debugging
[602/666] Compiling a_i2d_fp.c
[603/666] Compiling a_int.c
[605/669] Compiling NIOPosix SelectableChannel.swift
[606/669] Compiling NIOPosix SelectableEventLoop.swift
[607/669] Compiling NIOPosix SelectorEpoll.swift
[608/669] Compiling NIOPosix SelectorGeneric.swift
[609/669] Compiling NIOPosix SelectorKqueue.swift
[610/669] Compiling NIOPosix SelectorUring.swift
[611/675] Compiling NIOPosix PooledRecvBufferAllocator.swift
[612/675] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[613/675] Compiling NIOPosix PosixSingletons.swift
[614/675] Compiling NIOPosix RawSocketBootstrap.swift
[615/675] Compiling NIOPosix Resolver.swift
[616/675] Compiling NIOPosix Selectable.swift
[617/675] Compiling NIOPosix ServerSocket.swift
[618/675] Compiling NIOPosix Socket.swift
[619/675] Compiling NIOPosix SocketChannel.swift
[620/675] Compiling NIOPosix SocketProtocols.swift
[621/675] Compiling NIOPosix System.swift
[622/675] Compiling NIOPosix Thread.swift
[623/675] Emitting module NIOPosix
[624/675] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[625/675] Compiling NIOPosix ThreadPosix.swift
[626/675] Compiling NIOPosix ThreadWindows.swift
[627/675] Compiling NIOPosix UnsafeTransfer.swift
[628/675] Compiling NIOPosix Utilities.swift
[629/675] Compiling NIOPosix VsockAddress.swift
[630/675] Compiling NIOPosix VsockChannelEvents.swift
[631/675] Compiling NIOPosix BSDSocketAPICommon.swift
[632/675] Compiling NIOPosix BSDSocketAPIPosix.swift
[633/675] Compiling NIOPosix BSDSocketAPIWindows.swift
[634/675] Compiling NIOPosix BaseSocket.swift
[635/675] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[636/675] Compiling NIOPosix BaseSocketChannel.swift
[637/675] Compiling NIOPosix BaseStreamSocketChannel.swift
[638/675] Compiling NIOPosix IntegerBitPacking.swift
[639/675] Compiling NIOPosix IntegerTypes.swift
[640/675] Compiling NIOPosix Linux.swift
[641/675] Compiling NIOPosix LinuxCPUSet.swift
[642/675] Compiling NIOPosix LinuxUring.swift
[643/675] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[644/675] Compiling NIOPosix NIOThreadPool.swift
[645/675] Compiling NIOPosix Bootstrap.swift
[646/675] Compiling NIOPosix ControlMessage.swift
[647/675] Compiling NIOPosix DatagramVectorReadManager.swift
[648/675] Compiling NIOPosix FileDescriptor.swift
[649/675] Compiling NIOPosix GetaddrinfoResolver.swift
[650/675] Compiling NIOPosix HappyEyeballs.swift
[651/675] Compiling NIOPosix IO.swift
[652/675] Compiling NIOPosix NonBlockingFileIO.swift
[653/675] Compiling NIOPosix PendingDatagramWritesManager.swift
[654/675] Compiling NIOPosix PendingWritesManager.swift
[655/675] Compiling NIOPosix PipeChannel.swift
[656/675] Compiling NIOPosix PipePair.swift
[657/675] Compiling NIOPosix PointerHelpers.swift
[658/675] Compiling NIOPosix Pool.swift
[660/676] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[661/676] Emitting module CryptoBoringWrapper
[662/677] Wrapping AST for NIOPosix for debugging
[663/679] Wrapping AST for CryptoBoringWrapper for debugging
[665/679] Emitting module NIO
[666/679] Compiling NIO Exports.swift
[667/754] Wrapping AST for NIO for debugging
[669/758] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[670/758] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[671/758] Emitting module NIOFoundationCompat
[672/758] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[674/759] Compiling Crypto SubjectPublicKeyInfo.swift
[675/759] Compiling Crypto CryptoKitErrors.swift
[676/759] Compiling Crypto Digest_boring.swift
[677/759] Compiling Crypto Digest.swift
[678/759] Compiling Crypto Digests.swift
[679/759] Compiling Crypto HashFunctions.swift
[680/759] Compiling Crypto HashFunctions_SHA2.swift
[681/759] Compiling Crypto HPKE-AEAD.swift
[682/759] Compiling Crypto HPKE-Ciphersuite.swift
[683/759] Compiling Crypto HPKE-KDF.swift
[684/759] Compiling Crypto HPKE-KexKeyDerivation.swift
[685/769] Emitting module Crypto
[686/769] Compiling Crypto Ed25519_boring.swift
[687/769] Compiling Crypto EllipticCurvePoint_boring.swift
[688/769] Compiling Crypto EllipticCurve_boring.swift
[689/769] Compiling Crypto NISTCurvesKeys_boring.swift
[690/769] Compiling Crypto X25519Keys_boring.swift
[691/769] Compiling Crypto Curve25519.swift
[692/769] Compiling Crypto Ed25519Keys.swift
[693/769] Compiling Crypto NISTCurvesKeys.swift
[694/769] Compiling Crypto X25519Keys.swift
[695/769] Compiling Crypto SymmetricKeys.swift
[696/769] Compiling Crypto HMAC.swift
[697/769] Compiling Crypto MACFunctions.swift
[698/769] Compiling Crypto MessageAuthenticationCode.swift
[699/769] Compiling Crypto AES.swift
[700/769] Compiling Crypto ECDSASignature_boring.swift
[701/769] Compiling Crypto ECDSA_boring.swift
[702/769] Compiling Crypto EdDSA_boring.swift
[703/769] Compiling Crypto ECDSA.swift
[704/769] Compiling Crypto Ed25519.swift
[705/769] Compiling Crypto Signature.swift
[705/769] Wrapping AST for NIOFoundationCompat for debugging
[707/769] Compiling Crypto HPKE-LabeledExtract.swift
[708/769] Compiling Crypto HPKE-Utils.swift
[709/769] Compiling Crypto DHKEM.swift
[710/769] Compiling Crypto HPKE-KEM-Curve25519.swift
[711/769] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[712/769] Compiling Crypto HPKE-KEM.swift
[713/769] Compiling Crypto HPKE-Errors.swift
[714/769] Compiling Crypto HPKE.swift
[715/769] Compiling Crypto HPKE-Context.swift
[716/769] Compiling Crypto HPKE-KeySchedule.swift
[717/769] Compiling Crypto HPKE-Modes.swift
[718/769] Compiling Crypto Insecure.swift
[719/769] Compiling Crypto Insecure_HashFunctions.swift
[720/769] Compiling Crypto KEM.swift
[721/769] Compiling Crypto ECDH_boring.swift
[722/769] Compiling Crypto DH.swift
[723/769] Compiling Crypto ECDH.swift
[724/769] Compiling Crypto HKDF.swift
[725/769] Compiling Crypto AESWrap.swift
[726/769] Compiling Crypto AESWrap_boring.swift
[727/769] Compiling Crypto ASN1Integer.swift
[728/769] Compiling Crypto ASN1Null.swift
[729/769] Compiling Crypto ASN1OctetString.swift
[730/769] Compiling Crypto ASN1Strings.swift
[731/769] Compiling Crypto ArraySliceBigint.swift
[732/769] Compiling Crypto GeneralizedTime.swift
[733/769] Compiling Crypto ObjectIdentifier.swift
[734/769] Compiling Crypto ECDSASignature.swift
[735/769] Compiling Crypto PEMDocument.swift
[736/769] Compiling Crypto PKCS8PrivateKey.swift
[737/769] Compiling Crypto SEC1PrivateKey.swift
[738/769] Compiling Crypto AES-GCM.swift
[739/769] Compiling Crypto AES-GCM_boring.swift
[740/769] Compiling Crypto ChaChaPoly_boring.swift
[741/769] Compiling Crypto ChaChaPoly.swift
[742/769] Compiling Crypto Cipher.swift
[743/769] Compiling Crypto Nonces.swift
[744/769] Compiling Crypto ASN1.swift
[745/769] Compiling Crypto ASN1Any.swift
[746/769] Compiling Crypto ASN1BitString.swift
[747/769] Compiling Crypto ASN1Boolean.swift
[748/769] Compiling Crypto ASN1Identifier.swift
[749/769] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[750/769] Compiling Crypto CryptoKitErrors_boring.swift
[751/769] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[752/769] Compiling Crypto RNG_boring.swift
[753/769] Compiling Crypto SafeCompare_boring.swift
[754/769] Compiling Crypto Zeroization_boring.swift
[755/769] Compiling Crypto PrettyBytes.swift
[756/769] Compiling Crypto SafeCompare.swift
[757/769] Compiling Crypto SecureBytes.swift
[758/769] Compiling Crypto Zeroization.swift
[759/770] Wrapping AST for Crypto for debugging
[761/827] Emitting module NIOSSH
[762/835] Compiling NIOSSH ByteBuffer+SSH.swift
[763/835] Compiling NIOSSH CSPRNG.swift
[764/835] Compiling NIOSSH ChildChannelOptions.swift
[765/835] Compiling NIOSSH ChildChannelStateMachine.swift
[766/835] Compiling NIOSSH ChildChannelUserEvents.swift
[767/835] Compiling NIOSSH ChildChannelWindowManager.swift
[768/835] Compiling NIOSSH ChildChannelWritabilityManager.swift
[769/835] Compiling NIOSSH OutboundFlowController.swift
[770/835] Compiling NIOSSH UserAuthenticationState.swift
[771/835] Compiling NIOSSH Constants.swift
[772/835] Compiling NIOSSH GlobalRequestDelegate.swift
[773/835] Compiling NIOSSH ECDHCompatibleKey.swift
[774/835] Compiling NIOSSH EllipticCurveKeyExchange.swift
[775/835] Compiling NIOSSH SSHKeyExchangeResult.swift
[776/835] Compiling NIOSSH SSHKeyExchangeStateMachine.swift
[777/835] Compiling NIOSSH ClientServerAuthenticationDelegate.swift
[778/835] Compiling NIOSSH NIOSSHCertifiedPublicKey.swift
[779/835] Compiling NIOSSH NIOSSHPrivateKey.swift
[780/835] Compiling NIOSSH NIOSSHPublicKey.swift
[781/835] Compiling NIOSSH NIOSSHSignature.swift
[782/835] Compiling NIOSSH NIOSSHError.swift
[783/835] Compiling NIOSSH NIOSSHHandler.swift
[784/835] Compiling NIOSSH Role.swift
[785/835] Compiling NIOSSH SSHClientConfiguration.swift
[786/835] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[787/835] Compiling NIOSSH ReceivedNewKeysState.swift
[788/835] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[789/835] Compiling NIOSSH RekeyingSentNewKeysState.swift
[790/835] Compiling NIOSSH RekeyingState.swift
[791/835] Compiling NIOSSH SentKexInitWhenActiveState.swift
[792/835] Compiling NIOSSH SentNewKeysState.swift
[793/835] Compiling NIOSSH SentVersionState.swift
[794/835] Compiling NIOSSH AcceptsVersionMessages.swift
[795/835] Compiling NIOSSH SendsChannelMessages.swift
[796/835] Compiling NIOSSH SendsKeyExchangeMessages.swift
[797/835] Compiling NIOSSH SendsUserAuthMessages.swift
[798/835] Compiling NIOSSH SSHConnectionStateMachine.swift
[799/835] Compiling NIOSSH ActiveState.swift
[800/835] Compiling NIOSSH IdleState.swift
[801/835] Compiling NIOSSH KeyExchangeState.swift
[802/835] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[803/835] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[804/835] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[805/835] Compiling NIOSSH SimplePasswordDelegate.swift
[806/835] Compiling NIOSSH UserAuthDelegate.swift
[807/835] Compiling NIOSSH UserAuthSignablePayload.swift
[808/835] Compiling NIOSSH UserAuthenticationMethod.swift
[809/835] Compiling NIOSSH UserAuthenticationStateMachine.swift
[810/835] Compiling NIOSSH SSHChannelData.swift
[811/835] Compiling NIOSSH SSHChannelIdentifier.swift
[812/835] Compiling NIOSSH SSHChannelMultiplexer.swift
[813/835] Compiling NIOSSH SSHChannelType.swift
[814/835] Compiling NIOSSH SSHChildChannel.swift
[815/835] Compiling NIOSSH AcceptsChannelMessages.swift
[816/835] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[817/835] Compiling NIOSSH AcceptsUserAuthMessages.swift
[818/835] Compiling NIOSSH SSHEncryptablePacketPayload.swift
[819/835] Compiling NIOSSH SSHMessages.swift
[820/835] Compiling NIOSSH SSHPacketParser.swift
[821/835] Compiling NIOSSH SSHPacketSerializer.swift
[822/835] Compiling NIOSSH SSHServerConfiguration.swift
[823/835] Compiling NIOSSH SSHTerminalModes.swift
[824/835] Compiling NIOSSH AESGCM.swift
[825/835] Compiling NIOSSH SSHTransportProtection.swift
[826/836] Wrapping AST for NIOSSH for debugging
[828/855] Compiling NIOSSHServer ExecHandler.swift
[829/855] Emitting module NIOSSHServer
[830/855] Compiling NIOSSHServer DataToBufferCodec.swift
[831/855] Compiling NIOSSHServer RemotePortForwarding.swift
[832/855] Compiling NIOSSHServer main.swift
[833/855] Compiling NIOSSHServer GlueHandler.swift
[834/856] Compiling NIOSSHPerformanceTester main.swift
[835/856] Compiling NIOSSHClient GlueHandler.swift
[836/856] Compiling NIOSSHPerformanceTester shared.swift
[838/856] Compiling NIOSSHClient InteractivePasswordPromptDelegate.swift
[839/856] Compiling NIOSSHPerformanceTester BenchmarkHandshake.swift
[840/856] Emitting module NIOSSHPerformanceTester
[841/856] Compiling NIOSSHPerformanceTester Benchmark.swift
[842/856] Compiling NIOSSHPerformanceTester BenchmarkLinearThroughput.swift
[842/856] Wrapping AST for NIOSSHServer for debugging
[843/856] Write Objects.LinkFileList
[845/856] Emitting module NIOSSHClient
[846/856] Compiling NIOSSHClient ExecHandler.swift
[847/857] Compiling NIOSSHClient main.swift
[848/857] Compiling NIOSSHClient PortForwardingServer.swift
[849/857] Compiling NIOSSHClient SimpleCLIParser.swift
[851/858] Wrapping AST for NIOSSHPerformanceTester for debugging
[852/858] Write Objects.LinkFileList
[853/858] Wrapping AST for NIOSSHClient for debugging
[854/858] Write Objects.LinkFileList
[855/858] Linking NIOSSHServer
[856/858] Linking NIOSSHPerformanceTester
[857/858] Linking NIOSSHClient
Build complete! (48.27s)
Build complete.
Done.

Build Machine: Linux 1