Build Information
Successful build of llbuild2, reference 0.23.0 (6f2de5
), with Swift 5.10 for macOS (SPM) on 28 Feb 2025 19:52:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-llbuild2.git
Reference: 0.23.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-llbuild2
* tag 0.23.0 -> FETCH_HEAD
HEAD is now at 6f2de58 InternalKey: calculate stableHashValue & cachePath once
Cloned https://github.com/apple/swift-llbuild2.git
Revision (git rev-parse @):
6f2de5894006d174d225710c06dacc4764744301
SUCCESS checkout https://github.com/apple/swift-llbuild2.git at 0.23.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/apple/swift-llbuild2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/575] Write sources
[12/575] Copying PrivacyInfo.xcprivacy
[15/575] Write swift-version-33747A42983211AE.txt
[16/575] Compiling llvmSupport UnicodeCaseFold.cpp
[17/575] Compiling llvmSupport Valgrind.cpp
[18/575] Compiling llvmSupport StringSaver.cpp
[19/575] Compiling llvmSupport StringRef.cpp
[20/575] Compiling llvmSupport Twine.cpp
[20/575] Compiling llvmSupport circular_raw_ostream.cpp
[20/575] Compiling llvmSupport Threading.cpp
[20/575] Compiling llvmSupport Unicode.cpp
[24/575] Compiling llvmSupport Triple.cpp
[25/575] Compiling llvmSupport TargetParser.cpp
[26/575] Compiling llvmSupport raw_ostream.cpp
[27/575] Compiling llvmSupport SmallVector.cpp
[28/575] Compiling llvmSupport YAMLParser.cpp
[29/575] Compiling llvmSupport SmallPtrSet.cpp
[30/575] Compiling llvmSupport StringMap.cpp
[31/575] Compiling llvmSupport StringExtras.cpp
[32/575] Compiling llvmSupport Program.cpp
[33/575] Compiling llvmSupport Process.cpp
[34/575] Compiling llvmSupport Signals.cpp
[35/575] Compiling llvmSupport Options.cpp
[36/575] Compiling llvmSupport NativeFormatting.cpp
[37/575] Compiling llvmSupport Mutex.cpp
[38/575] Compiling llvmSupport SourceMgr.cpp
[39/575] Compiling llvmSupport MathExtras.cpp
[39/575] Compiling llvmSupport Path.cpp
[40/575] Compiling llvmSupport Memory.cpp
[42/575] Compiling llvmSupport MemoryBuffer.cpp
[43/575] Compiling llvmSupport ManagedStatic.cpp
[44/575] Compiling llvmSupport Locale.cpp
[45/575] Compiling llvmSupport MD5.cpp
[46/575] Compiling llvmSupport Hashing.cpp
[47/575] Compiling llvmSupport FormatVariadic.cpp
[48/575] Compiling llvmSupport FoldingSet.cpp
[49/575] Compiling llvmSupport ErrorHandling.cpp
[50/575] Compiling llvmSupport Host.cpp
[51/575] Compiling llvmSupport FileUtilities.cpp
[52/575] Compiling llvmSupport Errno.cpp
[53/575] Compiling llvmSupport Atomic.cpp
[54/575] Compiling llvmSupport ConvertUTF.cpp
[55/575] Compiling llvmSupport Debug.cpp
[56/575] Compiling llvmSupport Error.cpp
[57/575] Compiling llvmSupport DJB.cpp
[58/575] Write llcastool-entitlement.plist
[58/575] Write sources
[60/575] Compiling llvmSupport ConvertUTFWrapper.cpp
[61/575] Compiling llvmSupport Chrono.cpp
[62/575] Compiling llvmSupport Allocator.cpp
[63/575] Compiling llvmSupport APSInt.cpp
[64/575] Compiling llvmDemangle MicrosoftDemangle.cpp
[65/575] Compiling llbuildNinja Parser.cpp
[66/575] Compiling llvmSupport APInt.cpp
[67/575] Compiling llvmDemangle ItaniumDemangle.cpp
[68/575] Compiling llvmSupport APFloat.cpp
[69/575] Compiling llbuildNinja Lexer.cpp
[69/575] Compiling llbuildCore MakefileDepsParser.cpp
[71/575] Compiling llvmSupport CommandLine.cpp
[72/575] Compiling llbuildCore DependencyInfoParser.cpp
[73/575] Compiling llbuildNinja Manifest.cpp
[74/575] Compiling llbuildCore SQLiteBuildDB.cpp
[75/575] Compiling llbuildNinja ManifestLoader.cpp
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/Core/BuildEngineTrace.cpp:80:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
sprintf(name, "T%d", ++numNamedTasks);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/Core/BuildEngineTrace.cpp:99:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
sprintf(name, "R%d", ++numNamedRules);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
^
2 warnings generated.
[76/575] Compiling llbuildCore BuildEngineTrace.cpp
[77/575] Compiling llbuildCore BuildDB.cpp
[78/575] Compiling llbuildBuildSystem BuildValue.cpp
[79/575] Compiling llbuildBuildSystem ExternalCommand.cpp
[80/575] Compiling llbuildBuildSystem BuildNode.cpp
[81/575] Compiling llbuildBuildSystem ShellCommand.cpp
[82/575] Compiling llbuildBuildSystem BuildKey.cpp
[83/575] Compiling llbuildBuildSystem BuildSystemExtensionManager.cpp
[84/575] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[85/575] Compiling llbuildBuildSystem BuildDescription.cpp
[86/575] Compiling llbuildBasic Version.cpp
[87/575] Compiling llbuildCore BuildEngine.cpp
[88/575] Compiling llbuildBasic Tracing.cpp
[89/575] Compiling llbuildBasic ShellUtility.cpp
[90/575] Compiling llbuildBuildSystem BuildFile.cpp
[91/575] Write llbuild2-tool-entitlement.plist
[92/575] Compiling llbuildBasic PlatformUtility.cpp
[93/575] Compiling llbuildBasic Hashing.cpp
[94/575] Compiling llbuildBasic Subprocess.cpp
[95/575] Compiling llbuildBasic FileSystem.cpp
[95/575] Compiling llbuildBasic FileInfo.cpp
[97/575] Compiling llbuildBasic SerialQueue.cpp
[98/575] Compiling llbuildBasic ExecutionQueue.cpp
[99/575] Write sources
[101/575] Compiling libllbuild C-API.cpp
[102/575] Compiling libllbuild Ninja-C-API.cpp
[103/579] Compiling llbuildBasic LaneBasedExecutionQueue.cpp
[103/579] Write sources
[110/579] Compiling TSCclibc process.c
[111/581] Compiling TSCclibc libc.c
[112/581] Write sources
[115/581] Compiling libllbuild Core-C-API.cpp
[116/581] Copying PrivacyInfo.xcprivacy
[118/581] Write sources
[120/581] Compiling _AtomicsShims.c
[121/671] Compiling libllbuild BuildValue-C-API.cpp
[122/671] Write sources
[136/676] Compiling libllbuild BuildKey-C-API.cpp
[137/676] Write sources
[144/676] Compiling ServiceContextModule ServiceContextKey.swift
[145/694] Emitting module ServiceContextModule
[146/694] Compiling ServiceContextModule ServiceContext.swift
[146/694] Write sources
[148/694] Emitting module _NIOBase64
[149/694] Compiling _NIOBase64 Base64.swift
[149/694] Write sources
[151/694] Compiling CNIOWindows shim.c
[153/773] Compiling _NIODataStructures PriorityQueue.swift
[154/773] Compiling _NIODataStructures _TinyArray.swift
[155/773] Compiling Instrumentation NoOpInstrument.swift
[156/773] Compiling Crypto HashFunctions_SHA2.swift
[157/773] Compiling Crypto HPKE-AEAD.swift
[158/773] Compiling Crypto HPKE-Ciphersuite.swift
[159/773] Compiling Crypto HPKE-KDF.swift
[160/773] Compiling Crypto Digests.swift
[161/773] Compiling Crypto HashFunctions.swift
[162/774] Compiling TSCLibc libc.swift
[163/774] Emitting module TSCLibc
[164/774] Compiling Logging MetadataProvider.swift
[165/774] Compiling Instrumentation MultiplexInstrument.swift
[166/774] Compiling Instrumentation Instrument.swift
[167/774] Compiling Instrumentation InstrumentationSystem.swift
[168/774] Emitting module Instrumentation
[169/774] Compiling Instrumentation Locks.swift
[169/774] Compiling CNIOWindows WSAStartup.c
[171/774] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[171/774] Compiling libllbuild BuildDB-C-API.cpp
[172/774] Compiling CNIOWASI CNIOWASI.c
[174/774] Compiling _NIODataStructures Heap.swift
[175/774] Emitting module _NIODataStructures
[175/778] Compiling CNIOLinux shim.c
[176/782] Compiling CNIOLinux liburing_shims.c
[178/823] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[179/823] Compiling TSCBasic CodableResult.swift
[180/823] Compiling TSCBasic CollectionAlgorithms.swift
[181/823] Compiling TSCBasic EditDistance.swift
[182/823] Compiling TSCBasic Closable.swift
[183/823] Emitting module InternalCollectionsUtilities
[184/823] Compiling TSCBasic DeltaAlgorithm.swift
[185/823] Compiling TSCBasic DiagnosticsEngine.swift
[186/823] Compiling TSCBasic CollectionExtensions.swift
[187/823] Compiling TSCBasic Condition.swift
[188/823] Compiling TSCBasic DictionaryExtensions.swift
[189/823] Compiling TSCBasic DictionaryLiteralExtensions.swift
[189/823] Compiling libllbuild BuildSystem-C-API.cpp
[191/823] Compiling Logging LogHandler.swift
[192/823] Emitting module Logging
[193/823] Compiling Logging Locks.swift
[194/823] Compiling Logging Logging.swift
[195/847] Compiling DequeModule _DequeBufferHeader.swift
[196/847] Compiling DequeModule _DequeSlot.swift
[197/848] Compiling DequeModule _DequeBuffer.swift
[197/848] Compiling CNIOLLHTTP c_nio_llhttp.c
[199/848] Compiling Tracing TracingTime.swift
[200/848] Compiling Tracing TracerProtocol.swift
[201/848] Compiling Tracing SpanProtocol.swift
[202/848] Compiling Tracing InstrumentationSystem+Tracing.swift
[203/848] Compiling Tracing NoOpTracer.swift
[204/848] Compiling Tracing Tracer.swift
[205/848] Emitting module Tracing
[206/848] Compiling Tracing TracerProtocol+Legacy.swift
[207/848] Compiling DequeModule _UnsafeWrappedBuffer.swift
[207/848] Compiling CNIOLLHTTP c_nio_api.c
[208/848] Compiling CNIOLLHTTP c_nio_http.c
[209/848] Compiling fiat_p256_adx_sqr.S
[210/848] Compiling fiat_p256_adx_mul.S
[212/848] Compiling DequeModule Deque+Testing.swift
[213/848] Compiling DequeModule Deque._Storage.swift
[214/848] Compiling DequeModule Deque+Extras.swift
[215/848] Compiling DequeModule Deque+Hashable.swift
[216/848] Compiling DequeModule Deque+Equatable.swift
[217/848] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[218/848] Compiling DequeModule Deque._UnsafeHandle.swift
[219/848] Compiling DequeModule Deque.swift
[219/848] Compiling fiat_curve25519_adx_square.S
[220/848] Compiling fiat_curve25519_adx_mul.S
[222/848] Compiling DequeModule Deque+CustomReflectable.swift
[223/848] Compiling DequeModule Deque+Descriptions.swift
[224/848] Compiling DequeModule Deque+Codable.swift
[225/848] Compiling DequeModule Deque+Collection.swift
[226/848] Emitting module DequeModule
[226/848] Compiling CNIODarwin shim.c
[227/848] Compiling llbuildBuildSystem BuildSystem.cpp
[228/848] Compiling CNIOBoringSSLShims shims.c
[229/848] Compiling tls_method.cc
[230/848] Compiling tls_record.cc
[231/848] Compiling tls13_enc.cc
[232/848] Compiling tls13_server.cc
[233/848] Compiling tls13_client.cc
[234/848] Compiling tls13_both.cc
[235/848] Compiling t1_enc.cc
[236/848] Compiling ssl_x509.cc
[238/848] Compiling TSCBasic ProcessSet.swift
[239/848] Compiling TSCBasic RegEx.swift
[240/848] Compiling TSCBasic Result.swift
[241/848] Compiling TSCBasic SortedArray.swift
[242/852] Compiling Crypto AES-GCM.swift
[243/852] Compiling Crypto AES-GCM_boring.swift
[244/852] Compiling Crypto ChaChaPoly_boring.swift
[245/852] Compiling Crypto ChaChaPoly.swift
[246/852] Compiling Crypto Cipher.swift
[247/852] Compiling Crypto Nonces.swift
[248/852] Compiling Crypto ASN1.swift
[249/852] Compiling Crypto ASN1Any.swift
[250/852] Compiling Crypto HPKE-KexKeyDerivation.swift
[251/852] Compiling Crypto HPKE-LabeledExtract.swift
[252/852] Compiling Crypto HPKE-Utils.swift
[253/852] Compiling Crypto DHKEM.swift
[254/852] Compiling Crypto HPKE-KEM-Curve25519.swift
[255/852] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[256/852] Compiling Crypto HPKE-KEM.swift
[257/852] Compiling Crypto HPKE-Errors.swift
[258/852] Compiling TSCBasic Thread.swift
[259/852] Compiling TSCBasic Tuple.swift
[260/852] Compiling TSCBasic WritableByteStream.swift
[261/852] Compiling TSCBasic misc.swift
[262/852] Compiling Crypto PKCS8PrivateKey.swift
[263/852] Compiling Crypto SEC1PrivateKey.swift
[264/852] Compiling Crypto SubjectPublicKeyInfo.swift
[265/852] Compiling Crypto CryptoKitErrors.swift
[266/852] Compiling Crypto Curve25519.swift
[267/852] Compiling Crypto Ed25519Keys.swift
[268/852] Compiling Crypto NISTCurvesKeys.swift
[269/852] Compiling Crypto X25519Keys.swift
[270/852] Compiling Crypto SymmetricKeys.swift
[271/852] Compiling Crypto HMAC.swift
[272/852] Compiling Crypto MACFunctions.swift
[273/852] Compiling Crypto MessageAuthenticationCode.swift
[274/860] Compiling TSCBasic ByteString.swift
[275/860] Compiling TSCBasic CStringArray.swift
[276/860] Compiling TSCBasic CacheableSequence.swift
[277/860] Compiling TSCBasic JSONMapper.swift
[278/860] Compiling TSCBasic KeyedPair.swift
[279/860] Compiling TSCBasic LazyCache.swift
[280/860] Compiling TSCBasic Lock.swift
[281/860] Compiling TSCBasic FileInfo.swift
[282/860] Compiling TSCBasic FileSystem.swift
[283/860] Compiling TSCBasic GraphAlgorithms.swift
[284/860] Compiling TSCBasic HashAlgorithms.swift
[285/860] Compiling TSCBasic JSON.swift
[286/860] Compiling TSCBasic OSLog.swift
[287/860] Compiling TSCBasic ObjectIdentifierProtocol.swift
[288/860] Compiling TSCBasic OrderedDictionary.swift
[289/860] Compiling TSCBasic OrderedSet.swift
[290/860] Compiling TSCBasic Path.swift
[291/860] Compiling TSCBasic PathShims.swift
[292/860] Compiling TSCBasic Process.swift
[293/860] Compiling TSCBasic ProcessEnv.swift
[298/860] Emitting module Crypto
[303/860] Compiling TSCBasic TemporaryFile.swift
[304/860] Compiling TSCBasic TerminalController.swift
[305/860] Compiling TSCBasic Await.swift
[306/860] Compiling TSCBasic Base64URL.swift
[314/860] Compiling ssl_transcript.cc
[315/860] Compiling ssl_versions.cc
[317/860] Compiling llbuildSwift Internals.swift
[318/860] Compiling llbuildSwift CoreBindings.swift
[319/860] Compiling llbuildSwift BuildValue.swift
[320/860] Emitting module llbuildSwift
[321/860] Compiling llbuildSwift NinjaManifest.swift
[322/860] Compiling llbuildSwift BuildKey.swift
[323/860] Compiling llbuildSwift BuildSystemBindings.swift
[324/860] Compiling llbuildSwift BuildDBBindings.swift
[325/860] Compiling Crypto PrettyBytes.swift
[326/860] Compiling Crypto SafeCompare.swift
[327/860] Compiling Crypto SecureBytes.swift
[328/860] Compiling Crypto Zeroization.swift
[329/860] Compiling Crypto resource_bundle_accessor.swift
[330/860] Compiling SwiftProtobuf Message.swift
[331/860] Compiling SwiftProtobuf MessageExtension.swift
[332/860] Compiling SwiftProtobuf NameMap.swift
[333/860] Compiling SwiftProtobuf PathDecoder.swift
[343/869] Emitting module SwiftProtobuf
[343/869] Compiling ssl_stat.cc
[367/869] Compiling Crypto RNG_boring.swift
[368/869] Compiling Crypto SafeCompare_boring.swift
[369/869] Compiling Crypto Zeroization_boring.swift
[374/869] Compiling ssl_session.cc
[375/869] Compiling ssl_privkey.cc
[377/869] Emitting module TSCBasic
[401/869] Compiling ssl_file.cc
[402/869] Compiling ssl_key_share.cc
[407/869] Compiling ssl_credential.cc
[408/869] Compiling ssl_lib.cc
[409/890] Compiling ssl_cipher.cc
[429/905] Compiling ssl_cert.cc
[430/905] Compiling ssl_buffer.cc
[431/905] Compiling ssl_asn1.cc
[432/905] Compiling ssl_aead_ctx.cc
[433/905] Compiling s3_pkt.cc
[434/905] Compiling s3_lib.cc
[436/905] Compiling TSCUtility OSLog.swift
[437/905] Compiling TSCUtility OrderedZip.swift
[438/905] Compiling TSCUtility PkgConfig.swift
[439/905] Compiling TSCUtility Platform.swift
[439/908] Compiling s3_both.cc
[441/908] Compiling SwiftProtobuf duration.pb.swift
[442/908] Compiling SwiftProtobuf empty.pb.swift
[443/908] Compiling SwiftProtobuf field_mask.pb.swift
[444/908] Compiling SwiftProtobuf source_context.pb.swift
[445/908] Compiling SwiftProtobuf struct.pb.swift
[446/908] Compiling SwiftProtobuf timestamp.pb.swift
[447/908] Compiling SwiftProtobuf type.pb.swift
[448/908] Compiling SwiftProtobuf wrappers.pb.swift
[449/908] Compiling SwiftProtobuf resource_bundle_accessor.swift
[450/908] Emitting module TSCUtility
[451/908] Compiling TSCUtility BuildFlags.swift
[452/908] Compiling TSCUtility CollectionExtensions.swift
[453/908] Compiling TSCUtility Context.swift
[454/908] Compiling TSCUtility Diagnostics.swift
[455/908] Compiling TSCUtility URL.swift
[456/908] Compiling TSCUtility Verbosity.swift
[457/908] Compiling TSCUtility Version.swift
[458/908] Compiling TSCUtility PolymorphicCodable.swift
[459/908] Compiling TSCUtility ProgressAnimation.swift
[460/908] Compiling TSCUtility SerializedDiagnostics.swift
[461/908] Compiling TSCUtility SimplePersistence.swift
[461/908] Compiling handshake_server.cc
[463/908] Compiling TSCUtility IndexStore.swift
[464/908] Compiling TSCUtility InterruptHandler.swift
[465/908] Compiling TSCUtility JSONMessageStreamingParser.swift
[466/908] Compiling TSCUtility Netrc.swift
[467/908] Compiling TSCUtility Versioning.swift
[468/908] Compiling TSCUtility dlopen.swift
[469/908] Compiling TSCUtility misc.swift
[469/908] Compiling handshake.cc
[470/908] Compiling handshake_client.cc
[471/908] Compiling handoff.cc
[473/908] Compiling TSCUtility Bits.swift
[474/908] Compiling TSCUtility Bitstream.swift
[475/908] Compiling TSCUtility BitstreamReader.swift
[476/908] Compiling TSCUtility BitstreamWriter.swift
[477/908] Compiling TSCUtility FSWatch.swift
[478/908] Compiling TSCUtility FloatingPointExtensions.swift
[479/908] Compiling TSCUtility Git.swift
[480/908] Compiling TSCUtility Hex.swift
[481/908] Compiling TSCUtility Archiver.swift
[482/908] Compiling TSCUtility ArgumentParser.swift
[483/908] Compiling TSCUtility ArgumentParserShellCompletion.swift
[484/908] Compiling TSCUtility Array+Extensions.swift
[485/908] Compiling TSCUtility StringExtensions.swift
[486/908] Compiling TSCUtility StringMangling.swift
[487/908] Compiling TSCUtility Tracing.swift
[488/908] Compiling TSCUtility Triple.swift
[488/908] Compiling encrypted_client_hello.cc
[489/908] Compiling md5-x86_64-linux.S
[490/908] Compiling dtls_record.cc
[491/908] Compiling dtls_method.cc
[492/908] Compiling extensions.cc
[493/908] Compiling md5-x86_64-apple.S
[494/908] Compiling md5-586-linux.S
[495/908] Compiling md5-586-apple.S
[496/908] Compiling chacha20_poly1305_x86_64-apple.S
[497/908] Compiling chacha20_poly1305_x86_64-linux.S
[498/908] Compiling chacha20_poly1305_armv8-win.S
[499/908] Compiling chacha20_poly1305_armv8-linux.S
[500/908] Compiling chacha-x86_64-linux.S
[501/908] Compiling chacha20_poly1305_armv8-apple.S
[502/908] Compiling d1_srtp.cc
[503/908] Compiling chacha-x86_64-apple.S
[504/908] Compiling chacha-x86-linux.S
[505/908] Compiling chacha-x86-apple.S
[506/908] Compiling chacha-armv8-win.S
[507/908] Compiling chacha-armv8-linux.S
[508/908] Compiling chacha-armv4-linux.S
[509/908] Compiling chacha-armv8-apple.S
[510/908] Compiling aes128gcmsiv-x86_64-apple.S
[510/908] Compiling aes128gcmsiv-x86_64-linux.S
[512/908] Compiling x86_64-mont5-linux.S
[513/908] Compiling err_data.cc
[514/908] Compiling x86_64-mont5-apple.S
[515/908] Compiling x86_64-mont-apple.S
[516/908] Compiling x86_64-mont-linux.S
[517/908] Compiling x86-mont-linux.S
[518/908] Compiling x86-mont-apple.S
[519/908] Compiling vpaes-x86_64-linux.S
[520/908] Compiling vpaes-x86_64-apple.S
[521/908] Compiling vpaes-x86-linux.S
[522/908] Compiling vpaes-armv8-win.S
[523/908] Compiling vpaes-x86-apple.S
[524/908] Compiling vpaes-armv8-linux.S
[525/908] Compiling vpaes-armv7-linux.S
[526/908] Compiling vpaes-armv8-apple.S
[527/908] Compiling bio_ssl.cc
[528/908] Compiling d1_pkt.cc
[529/908] Compiling sha512-x86_64-linux.S
[530/908] Compiling sha512-x86_64-apple.S
[531/908] Compiling sha512-armv8-win.S
[532/908] Compiling sha512-armv8-linux.S
[533/908] Compiling d1_lib.cc
[534/908] Compiling sha512-armv4-linux.S
[535/908] Compiling sha512-586-linux.S
[536/908] Compiling sha512-armv8-apple.S
[537/908] Compiling sha256-x86_64-apple.S
[538/908] Compiling sha256-x86_64-linux.S
[538/908] Compiling sha512-586-apple.S
[540/908] Compiling sha256-armv8-win.S
[541/908] Compiling sha256-armv8-linux.S
[542/908] Compiling sha256-armv4-linux.S
[543/908] Compiling sha256-586-linux.S
[544/908] Compiling sha256-armv8-apple.S
[545/908] Compiling sha256-586-apple.S
[546/908] Compiling sha1-x86_64-linux.S
[547/908] Compiling sha1-x86_64-apple.S
[548/908] Compiling sha1-armv8-linux.S
[548/908] Compiling sha1-armv8-win.S
[550/908] Compiling sha1-armv4-large-linux.S
[551/908] Compiling sha1-armv8-apple.S
[552/908] Compiling sha1-586-linux.S
[553/908] Compiling sha1-586-apple.S
[554/908] Compiling rsaz-avx2-linux.S
[554/908] Compiling rsaz-avx2-apple.S
[556/908] Compiling d1_both.cc
[557/908] Compiling rdrand-x86_64-linux.S
[558/908] Compiling rdrand-x86_64-apple.S
[559/908] Compiling p256_beeu-x86_64-asm-linux.S
[597/908] Compiling p256_beeu-x86_64-asm-apple.S
[598/908] Compiling p256-x86_64-asm-linux.S
[598/908] Compiling p256_beeu-armv8-asm-win.S
[600/908] Compiling p256_beeu-armv8-asm-linux.S
[601/908] Compiling p256_beeu-armv8-asm-apple.S
[602/908] Compiling p256-x86_64-asm-apple.S
[603/908] Compiling p256-armv8-asm-win.S
[604/908] Compiling p256-armv8-asm-linux.S
[605/908] Compiling p256-armv8-asm-apple.S
[606/908] Compiling ghashv8-armv8-win.S
[607/908] Compiling ghashv8-armv7-linux.S
[608/908] Compiling ghashv8-armv8-linux.S
[609/908] Compiling ghash-x86_64-linux.S
[610/908] Compiling ghashv8-armv8-apple.S
[611/908] Compiling ghash-x86_64-apple.S
[612/908] Compiling ghash-x86-apple.S
[613/908] Compiling ghash-x86-linux.S
[614/908] Compiling ghash-ssse3-x86_64-linux.S
[615/908] Compiling ghash-ssse3-x86_64-apple.S
[616/908] Compiling ghash-ssse3-x86-apple.S
[617/908] Compiling ghash-ssse3-x86-linux.S
[618/908] Compiling ghash-neon-armv8-linux.S
[618/908] Compiling ghash-neon-armv8-win.S
[620/908] Compiling ghash-neon-armv8-apple.S
[621/908] Compiling co-586-linux.S
[622/908] Compiling ghash-armv4-linux.S
[623/908] Compiling co-586-apple.S
[624/908] Compiling bn-armv8-linux.S
[625/908] Compiling bn-armv8-win.S
[626/908] Compiling bsaes-armv7-linux.S
[627/908] Compiling bn-armv8-apple.S
[628/908] Compiling bn-586-linux.S
[629/908] Compiling bn-586-apple.S
[630/921] Compiling armv8-mont-win.S
[631/928] Compiling armv8-mont-linux.S
[632/934] Compiling armv8-mont-apple.S
[633/934] Compiling armv4-mont-linux.S
[634/934] Compiling aesv8-gcm-armv8-win.S
[634/934] Compiling aesv8-gcm-armv8-linux.S
[636/934] Compiling aesv8-armv8-win.S
[637/934] Compiling aesv8-armv8-linux.S
[638/934] Compiling aesv8-gcm-armv8-apple.S
[639/934] Compiling aesv8-armv7-linux.S
[640/934] Compiling aesv8-armv8-apple.S
[641/934] Compiling aesni-x86_64-linux.S
[642/934] Compiling aesni-x86_64-apple.S
[643/934] Compiling aesni-x86-linux.S
[644/934] Compiling aesni-x86-apple.S
[645/934] Compiling aesni-gcm-x86_64-apple.S
[646/934] Compiling aesni-gcm-x86_64-linux.S
[648/934] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[649/934] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[650/934] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[651/936] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[652/936] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[653/936] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[654/936] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[655/936] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[656/936] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[657/936] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[658/936] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[659/936] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[660/936] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[661/936] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[662/936] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[663/936] Emitting module SwiftProtobufPluginLibrary
[664/936] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[665/936] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[666/936] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[667/936] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[668/936] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[669/936] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[670/936] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[670/936] Compiling x_sig.cc
[671/936] Compiling x_val.cc
[672/936] Compiling x_req.cc
[673/936] Compiling x_exten.cc
[675/936] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[676/936] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[676/936] Compiling x_spki.cc
[677/936] Compiling x_pubkey.cc
[678/936] Compiling x_x509a.cc
[679/936] Compiling x_name.cc
[680/936] Compiling x_x509.cc
[681/936] Compiling x_crl.cc
[682/936] Compiling x509spki.cc
[683/936] Compiling x_algor.cc
[684/936] Compiling x_attrib.cc
[685/936] Compiling x509rset.cc
[686/936] Compiling x_all.cc
[687/936] Compiling x509name.cc
[688/936] Compiling x509_vpm.cc
[689/936] Compiling x509cset.cc
[691/936] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[692/936] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[693/936] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[693/936] Compiling x509_txt.cc
[694/936] Compiling x509_trs.cc
[695/936] Compiling x509_v3.cc
[696/936] Compiling x509_req.cc
[697/936] Compiling x509_obj.cc
[698/936] Compiling x509_set.cc
[699/936] Compiling x509_vfy.cc
[700/936] Compiling x509_ext.cc
[701/936] Compiling x509_lu.cc
[702/936] Compiling x509_def.cc
[703/936] Compiling x509_d2.cc
[704/936] Compiling x509_cmp.cc
[704/936] Compiling x509.cc
[706/936] Compiling x509_att.cc
[707/936] Compiling v3_prn.cc
[708/936] Compiling v3_skey.cc
[709/936] Compiling v3_pmaps.cc
[710/936] Compiling v3_purp.cc
[711/936] Compiling v3_utl.cc
[712/936] Compiling v3_pcons.cc
[713/936] Compiling v3_ocsp.cc
[714/936] Compiling v3_int.cc
[715/936] Compiling v3_ncons.cc
[715/936] Compiling v3_lib.cc
[717/936] Compiling v3_ia5.cc
[718/936] Compiling v3_info.cc
[719/936] Compiling v3_genn.cc
[720/936] Compiling v3_enum.cc
[721/936] Compiling v3_extku.cc
[722/936] Compiling v3_crld.cc
[723/936] Compiling v3_cpols.cc
[724/936] Compiling v3_conf.cc
[725/936] Compiling v3_bitst.cc
[726/936] Compiling v3_akeya.cc
[726/936] Compiling v3_bcons.cc
[728/936] Compiling v3_alt.cc
[729/936] Compiling t_x509.cc
[730/936] Compiling t_x509a.cc
[731/936] Compiling v3_akey.cc
[732/936] Compiling t_req.cc
[733/936] Compiling i2d_pr.cc
[734/936] Compiling t_crl.cc
[735/936] Compiling rsa_pss.cc
[736/936] Compiling name_print.cc
[737/936] Compiling by_file.cc
[738/936] Compiling policy.cc
[739/936] Compiling algorithm.cc
[740/936] Compiling asn1_gen.cc
[741/936] Compiling a_verify.cc
[742/936] Compiling by_dir.cc
[743/936] Compiling thread_win.cc
[744/936] Compiling thread.cc
[745/936] Compiling thread_pthread.cc
[746/936] Compiling thread_none.cc
[747/936] Compiling a_sign.cc
[748/936] Compiling stack.cc
[749/936] Compiling a_digest.cc
[750/936] Compiling voprf.cc
[751/936] Compiling trust_token.cc
[752/936] Compiling pmbtoken.cc
[753/936] Compiling wots.cc
[754/936] Compiling thash.cc
[755/936] Compiling merkle.cc
[756/936] Compiling fors.cc
[757/936] Compiling siphash.cc
[758/936] Compiling sha512.cc
[759/936] Compiling sha1.cc
[760/936] Compiling sha256.cc
[761/936] Compiling slhdsa.cc
[762/936] Compiling rsa_print.cc
[763/936] Compiling rsa_extra.cc
[764/936] Compiling rc4.cc
[765/936] Compiling refcount.cc
[766/936] Compiling windows.cc
[767/936] Compiling rsa_crypt.cc
[768/936] Compiling urandom.cc
[769/936] Compiling trusty.cc
[770/936] Compiling rand_extra.cc
[771/936] Compiling rsa_asn1.cc
[772/936] Compiling poly1305_arm_asm.S
[773/936] Compiling passive.cc
[774/936] Compiling ios.cc
[775/936] Compiling getentropy.cc
[776/936] Compiling forkunsafe.cc
[777/936] Compiling deterministic.cc
[778/936] Compiling fork_detect.cc
[779/936] Compiling poly1305_vec.cc
[780/936] Compiling poly1305_arm.cc
[781/936] Compiling poly1305.cc
[782/936] Compiling pool.cc
[783/936] Compiling pkcs8_x509.cc
[784/936] Compiling pkcs7.cc
[785/936] Compiling pkcs8.cc
[786/936] Compiling p5_pbev2.cc
[787/936] Compiling pem_xaux.cc
[788/936] Compiling pkcs7_x509.cc
[789/936] Compiling pem_x509.cc
[790/936] Compiling pem_pkey.cc
[791/936] Compiling pem_oth.cc
[792/936] Compiling pem_pk8.cc
[793/936] Compiling obj_xref.cc
[794/936] Compiling pem_info.cc
[795/936] Compiling pem_lib.cc
[796/936] Compiling mem.cc
[797/936] Compiling md5.cc
[798/936] Compiling md4.cc
[799/936] Compiling mlkem.cc
[800/936] Compiling pem_all.cc
[801/936] Compiling poly_rq_mul.S
[802/936] Compiling mldsa.cc
[802/936] Compiling obj.cc
[804/936] Compiling fips_shared_support.cc
[805/936] Compiling lhash.cc
[806/936] Compiling keccak.cc
[807/936] Compiling ex_data.cc
[808/936] Compiling kyber.cc
[809/936] Compiling sign.cc
[810/936] Compiling scrypt.cc
[811/936] Compiling print.cc
[812/936] Compiling hpke.cc
[813/936] Compiling hrss.cc
[814/936] Compiling pbkdf.cc
[815/936] Compiling p_x25519.cc
[816/936] Compiling p_x25519_asn1.cc
[817/936] Compiling p_ed25519.cc
[818/936] Compiling p_rsa_asn1.cc
[819/936] Compiling p_hkdf.cc
[820/936] Compiling p_rsa.cc
[821/936] Compiling p_ed25519_asn1.cc
[822/936] Compiling p_ec_asn1.cc
[823/936] Compiling p_ec.cc
[824/936] Compiling p_dh_asn1.cc
[825/936] Compiling p_dh.cc
[826/936] Compiling p_dsa_asn1.cc
[827/936] Compiling evp_ctx.cc
[828/936] Compiling evp.cc
[829/936] Compiling err.cc
[830/936] Compiling engine.cc
[831/936] Compiling evp_asn1.cc
[832/936] Compiling ecdsa_asn1.cc
[833/936] Compiling ecdh_extra.cc
[834/936] Compiling hash_to_curve.cc
[835/936] Compiling ec_derive.cc
[836/936] Compiling dsa.cc
[837/936] Compiling ec_asn1.cc
[838/936] Compiling dsa_asn1.cc
[839/936] Compiling params.cc
[840/936] Compiling bcm.cc
[841/936] Compiling x25519-asm-arm.S
[842/936] Compiling digest_extra.cc
[843/936] Compiling des.cc
[844/936] Compiling dh_asn1.cc
[845/936] Compiling curve25519_64_adx.cc
[846/936] Compiling spake25519.cc
[847/936] Compiling cpu_intel.cc
[848/936] Compiling crypto.cc
[849/936] Compiling cpu_arm_linux.cc
[850/936] Compiling cpu_arm_freebsd.cc
[851/936] Compiling cpu_aarch64_win.cc
[852/936] Compiling curve25519.cc
[853/936] Compiling cpu_aarch64_openbsd.cc
[854/936] Compiling cpu_aarch64_sysreg.cc
[855/936] Compiling cpu_aarch64_linux.cc
[856/936] Compiling cpu_aarch64_fuchsia.cc
[857/936] Compiling cpu_aarch64_apple.cc
[858/936] Compiling conf.cc
[859/936] Compiling tls_cbc.cc
[860/936] Compiling e_tls.cc
[861/936] Compiling e_rc4.cc
[862/936] Compiling e_rc2.cc
[863/936] Compiling e_null.cc
[864/936] Compiling e_des.cc
[865/936] Compiling e_chacha20poly1305.cc
[866/936] Compiling e_aesgcmsiv.cc
[867/936] Compiling e_aesctrhmac.cc
[868/936] Compiling derive_key.cc
[869/936] Compiling chacha.cc
[870/936] Compiling cipher_extra.cc
[871/936] Compiling unicode.cc
[872/936] Compiling ber.cc
[873/936] Compiling asn1_compat.cc
[874/936] Compiling cbs.cc
[875/936] Compiling buf.cc
[875/936] Compiling cbb.cc
[877/936] Compiling blake2.cc
[878/936] Compiling socket_helper.cc
[879/936] Compiling bn_asn1.cc
[880/936] Compiling convert.cc
[881/936] Compiling socket.cc
[882/936] Compiling printf.cc
[883/936] Compiling pair.cc
[884/936] Compiling hexdump.cc
[885/936] Compiling fd.cc
[886/936] Compiling file.cc
[887/936] Compiling errno.cc
[888/936] Compiling connect.cc
[889/936] Compiling bio_mem.cc
[890/936] Compiling bio.cc
[891/936] Compiling base64.cc
[892/936] Compiling tasn_typ.cc
[893/936] Compiling tasn_fre.cc
[894/936] Compiling tasn_enc.cc
[895/936] Compiling tasn_utl.cc
[896/936] Compiling tasn_new.cc
[897/936] Compiling f_string.cc
[897/936] Compiling posix_time.cc
[899/936] Compiling f_int.cc
[900/936] Compiling tasn_dec.cc
[901/936] Compiling asn_pack.cc
[902/936] Compiling asn1_par.cc
[903/936] Compiling a_utctm.cc
[903/936] Compiling asn1_lib.cc
[905/936] Compiling a_type.cc
[906/936] Compiling a_octet.cc
[907/936] Compiling a_time.cc
[908/936] Compiling a_strex.cc
[909/936] Compiling a_strnid.cc
[910/936] Compiling a_object.cc
[911/936] Compiling a_mbstr.cc
[912/936] Compiling CGRPCZlib empty.c
[913/936] Compiling CBLAKE3 blake3_sse41.c
[914/936] Compiling a_int.cc
[915/936] Compiling a_i2d_fp.cc
[916/936] Compiling CBLAKE3 blake3_avx512.c
[916/936] Write sources
[921/936] Compiling CBLAKE3 blake3_avx2.c
[922/936] Compiling a_dup.cc
[923/936] Compiling a_d2i_fp.cc
[924/936] Compiling a_gentm.cc
[925/953] Compiling a_bool.cc
[925/955] Compiling a_bitstr.cc
[928/957] Emitting module ArgumentParserToolInfo
[929/957] Compiling ArgumentParserToolInfo ToolInfo.swift
[930/996] Compiling ArgumentParser InputKey.swift
[931/996] Compiling ArgumentParser ParserError.swift
[931/998] Compiling CBLAKE3 blake3.c
[933/998] Compiling ArgumentParser CommandConfiguration.swift
[934/998] Compiling ArgumentParser CommandGroup.swift
[935/998] Compiling ArgumentParser EnumerableFlag.swift
[936/998] Compiling ArgumentParser ExpressibleByArgument.swift
[937/1002] Compiling ArgumentParser ArgumentSet.swift
[938/1002] Compiling ArgumentParser CommandParser.swift
[939/1002] Compiling ArgumentParser BashCompletionsGenerator.swift
[940/1002] Compiling ArgumentParser CompletionsGenerator.swift
[941/1002] Compiling ArgumentParser FishCompletionsGenerator.swift
[942/1002] Compiling ArgumentParser ZshCompletionsGenerator.swift
[943/1002] Compiling ArgumentParser Argument.swift
[944/1002] Compiling ArgumentParser ArgumentDefinition.swift
[945/1002] Compiling ArgumentParser ParsableCommand.swift
[946/1002] Compiling ArgumentParser ArgumentDecoder.swift
[947/1002] Compiling Atomics IntegerOperations.swift
[948/1002] Compiling Atomics Unmanaged extensions.swift
[949/1002] Emitting module ArgumentParser
[950/1002] Compiling ArgumentParser InputOrigin.swift
[951/1002] Compiling ArgumentParser Name.swift
[952/1002] Compiling ArgumentParser Parsed.swift
[953/1002] Compiling ArgumentParser ParsedValues.swift
[954/1002] Compiling ArgumentParser ArgumentHelp.swift
[955/1002] Compiling ArgumentParser ArgumentVisibility.swift
[956/1002] Compiling ArgumentParser CompletionKind.swift
[957/1002] Compiling ArgumentParser Errors.swift
[958/1002] Compiling ArgumentParser Flag.swift
[959/1002] Compiling ArgumentParser Platform.swift
[960/1002] Compiling ArgumentParser SequenceExtensions.swift
[961/1002] Compiling ArgumentParser StringExtensions.swift
[962/1002] Compiling ArgumentParser Tree.swift
[966/1002] Compiling ArgumentParser HelpCommand.swift
[967/1002] Compiling ArgumentParser NameSpecification.swift
[968/1002] Compiling ArgumentParser Option.swift
[969/1002] Compiling ArgumentParser OptionGroup.swift
[970/1002] Compiling ArgumentParser AsyncParsableCommand.swift
[971/1002] Compiling ArgumentParser ParsableArguments.swift
[972/1002] Compiling ArgumentParser ParsableArgumentsValidation.swift
[975/1002] Compiling ArgumentParser HelpGenerator.swift
[976/1002] Compiling ArgumentParser MessageInfo.swift
[977/1002] Compiling ArgumentParser UsageGenerator.swift
[978/1002] Compiling ArgumentParser CollectionExtensions.swift
[978/1002] Compiling c-nioatomics.c
[995/1002] Emitting module Atomics
[995/1002] Compiling c-atomics.c
[997/1008] Compiling NIOConcurrencyHelpers lock.swift
[998/1008] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[999/1008] Compiling NIOConcurrencyHelpers NIOLock.swift
[1000/1008] Emitting module NIOConcurrencyHelpers
[1001/1008] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1002/1008] Compiling NIOConcurrencyHelpers atomics.swift
[1003/1069] Compiling NIOCore Interfaces.swift
[1004/1069] Compiling NIOCore Linux.swift
[1005/1069] Compiling NIOCore MarkedCircularBuffer.swift
[1006/1069] Compiling NIOCore MulticastChannel.swift
[1007/1069] Compiling NIOCore NIOAny.swift
[1008/1069] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1009/1075] Compiling NIOCore NIOLoopBound.swift
[1010/1075] Compiling NIOCore NIOScheduledCallback.swift
[1011/1075] Compiling NIOCore NIOSendable.swift
[1012/1075] Compiling NIOCore RecvByteBufferAllocator.swift
[1013/1075] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1014/1075] Compiling NIOCore SocketAddresses.swift
[1015/1075] Compiling NIOCore AddressedEnvelope.swift
[1016/1075] Compiling NIOCore AsyncAwaitSupport.swift
[1017/1075] Compiling NIOCore AsyncChannel.swift
[1018/1075] Compiling NIOCore AsyncChannelHandler.swift
[1019/1075] Compiling NIOCore AsyncChannelInboundStream.swift
[1020/1075] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1021/1075] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1022/1075] Compiling NIOCore SocketOptionProvider.swift
[1023/1075] Compiling NIOCore SystemCallHelpers.swift
[1024/1075] Compiling NIOCore TimeAmount+Duration.swift
[1025/1075] Compiling NIOCore TypeAssistedChannelHandler.swift
[1026/1075] Compiling NIOCore UniversalBootstrapSupport.swift
[1027/1075] Compiling NIOCore Utilities.swift
[1028/1075] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1029/1075] Compiling NIOCore NIOAsyncWriter.swift
[1030/1075] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1031/1075] Compiling NIOCore BSDSocketAPI.swift
[1032/1075] Compiling NIOCore ByteBuffer-aux.swift
[1033/1075] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1034/1075] Compiling NIOCore ByteBuffer-conversions.swift
[1035/1075] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1036/1075] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1037/1075] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1038/1075] Compiling NIOCore EventLoopFuture.swift
[1039/1075] Compiling NIOCore FileDescriptor.swift
[1040/1075] Compiling NIOCore FileHandle.swift
[1041/1075] Compiling NIOCore FileRegion.swift
[1042/1075] Compiling NIOCore Channel.swift
[1043/1075] Compiling NIOCore ChannelHandler.swift
[1044/1075] Compiling NIOCore ChannelHandlers.swift
[1045/1075] Compiling NIOCore ChannelInvoker.swift
[1046/1075] Compiling NIOCore ChannelOption.swift
[1047/1075] Compiling NIOCore ChannelPipeline.swift
[1048/1075] Compiling NIOCore CircularBuffer.swift
[1049/1075] Compiling NIOCore ByteBuffer-core.swift
[1050/1075] Compiling NIOCore ByteBuffer-hex.swift
[1051/1075] Compiling NIOCore ByteBuffer-int.swift
[1052/1075] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1053/1075] Compiling NIOCore ByteBuffer-multi-int.swift
[1054/1075] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1055/1075] Compiling NIOCore ByteBuffer-views.swift
[1056/1075] Compiling NIOCore Codec.swift
[1057/1075] Compiling NIOCore ConvenienceOptionSupport.swift
[1058/1075] Compiling NIOCore DeadChannel.swift
[1059/1075] Compiling NIOCore DispatchQueue+WithFuture.swift
[1060/1075] Compiling NIOCore EventLoop+Deprecated.swift
[1061/1075] Compiling NIOCore EventLoop+SerialExecutor.swift
[1062/1075] Compiling NIOCore EventLoop.swift
[1063/1075] Compiling NIOCore GlobalSingletons.swift
[1064/1075] Compiling NIOCore IO.swift
[1065/1075] Compiling NIOCore IOData.swift
[1066/1075] Compiling NIOCore IPProtocol.swift
[1067/1075] Compiling NIOCore IntegerBitPacking.swift
[1068/1075] Compiling NIOCore IntegerTypes.swift
[1069/1075] Emitting module NIOCore
[1070/1128] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1071/1128] Compiling NIOEmbedded AsyncTestingChannel.swift
[1072/1128] Emitting module NIOEmbedded
[1073/1128] Compiling NIOEmbedded Embedded.swift
[1074/1128] Compiling NIOPosix GetaddrinfoResolver.swift
[1075/1128] Compiling NIOPosix HappyEyeballs.swift
[1076/1128] Compiling NIOPosix IO.swift
[1077/1128] Compiling NIOPosix IntegerBitPacking.swift
[1078/1128] Compiling NIOPosix IntegerTypes.swift
[1079/1128] Compiling NIOPosix Linux.swift
[1080/1133] Emitting module NIOPosix
[1081/1133] Compiling NIOPosix UnsafeTransfer.swift
[1082/1133] Compiling NIOPosix Utilities.swift
[1083/1133] Compiling NIOPosix VsockAddress.swift
[1084/1133] Compiling NIOPosix VsockChannelEvents.swift
[1085/1133] Compiling NIOPosix resource_bundle_accessor.swift
[1086/1133] Compiling NIOPosix BSDSocketAPICommon.swift
[1087/1133] Compiling NIOPosix BSDSocketAPIPosix.swift
[1088/1133] Compiling NIOPosix BSDSocketAPIWindows.swift
[1089/1133] Compiling NIOPosix BaseSocket.swift
[1090/1133] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1091/1133] Compiling NIOPosix BaseSocketChannel.swift
[1092/1133] Compiling NIOPosix SocketProtocols.swift
[1093/1133] Compiling NIOPosix System.swift
[1094/1133] Compiling NIOPosix Thread.swift
[1095/1133] Compiling NIOPosix ThreadPosix.swift
[1096/1133] Compiling NIOPosix ThreadWindows.swift
[1097/1133] Compiling NIOPosix PendingDatagramWritesManager.swift
[1098/1133] Compiling NIOPosix PendingWritesManager.swift
[1099/1133] Compiling NIOPosix PipeChannel.swift
[1100/1133] Compiling NIOPosix PipePair.swift
[1101/1133] Compiling NIOPosix Pool.swift
[1102/1133] Compiling NIOPosix Selectable.swift
[1103/1133] Compiling NIOPosix SelectableChannel.swift
[1104/1133] Compiling NIOPosix SelectableEventLoop.swift
[1105/1133] Compiling NIOPosix SelectorEpoll.swift
[1106/1133] Compiling NIOPosix SelectorGeneric.swift
[1107/1133] Compiling NIOPosix SelectorKqueue.swift
[1108/1133] Compiling NIOPosix SelectorUring.swift
[1109/1133] Compiling NIOPosix ServerSocket.swift
[1110/1133] Compiling NIOPosix Socket.swift
[1111/1133] Compiling NIOPosix SocketChannel.swift
[1112/1133] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1113/1133] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1114/1133] Compiling NIOPosix PosixSingletons.swift
[1115/1133] Compiling NIOPosix RawSocketBootstrap.swift
[1116/1133] Compiling NIOPosix Resolver.swift
[1117/1133] Compiling NIOPosix LinuxCPUSet.swift
[1118/1133] Compiling NIOPosix LinuxUring.swift
[1119/1133] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1120/1133] Compiling NIOPosix NIOThreadPool.swift
[1121/1133] Compiling NIOPosix NonBlockingFileIO.swift
[1122/1133] Compiling NIOPosix BaseStreamSocketChannel.swift
[1123/1133] Compiling NIOPosix Bootstrap.swift
[1124/1133] Compiling NIOPosix ControlMessage.swift
[1125/1133] Compiling NIOPosix DatagramVectorReadManager.swift
[1126/1133] Compiling NIOPosix Errors+Any.swift
[1127/1133] Compiling NIOPosix FileDescriptor.swift
[1128/1135] Compiling NIO Exports.swift
[1129/1135] Emitting module NIO
[1130/1163] Compiling NIOTLS TLSEvents.swift
[1131/1163] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1132/1163] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1133/1163] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1134/1163] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1135/1163] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1136/1163] Emitting module NIOTLS
[1137/1163] Compiling NIOTLS SNIHandler.swift
[1138/1163] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1139/1163] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1140/1163] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1141/1194] Compiling NIOSSL SSLCertificate.swift
[1142/1194] Compiling NIOSSL SSLCertificateExtensions.swift
[1143/1194] Emitting module NIOFoundationCompat
[1144/1194] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1145/1203] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1146/1226] Compiling NIOTransportServices AcceptHandler.swift
[1147/1226] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1148/1226] Emitting module NIOHTTP1
[1149/1226] Compiling TSFFutures OperationQueue+Extensions.swift
[1150/1227] Compiling TSFFutures Futures.swift
[1151/1227] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1152/1227] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1153/1227] Compiling NIOTransportServices NIOTSBootstraps.swift
[1154/1227] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1155/1227] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1156/1227] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1157/1227] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1158/1227] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1159/1227] Compiling NIOTransportServices NIOTSErrors.swift
[1160/1227] Compiling NIOTransportServices NIOTSEventLoop.swift
[1161/1227] Compiling TSFFutures FutureOperationQueue.swift
[1162/1227] Compiling TSFFutures EventualResultsCache.swift
[1163/1227] Compiling TSFFutures Canceller.swift
[1164/1227] Compiling TSFFutures FutureDeduplicator.swift
[1165/1256] Compiling TSFFutures BatchingFutureOperationQueue.swift
[1166/1256] Compiling TSFFutures CancellablePromise.swift
[1167/1256] Compiling TSFFutures CancellableFuture.swift
[1168/1256] Emitting module TSFFutures
[1169/1256] Compiling NIOHPACK IndexedHeaderTable.swift
[1170/1257] Compiling TSFFutures OrderManager.swift
[1171/1257] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1172/1263] Compiling NIOExtras LineBasedFrameDecoder.swift
[1173/1263] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1174/1263] Compiling NIOHPACK StaticHeaderTable.swift
[1175/1263] Compiling NIOExtras NIORequestIdentifiable.swift
[1176/1263] Compiling NIOExtras PCAPRingBuffer.swift
[1177/1263] Compiling NIOExtras NIOExtrasError.swift
[1178/1263] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1179/1263] Compiling NIOExtras QuiescingHelper.swift
[1180/1263] Compiling NIOExtras RequestResponseHandler.swift
[1181/1263] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1182/1263] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1183/1263] Compiling NIOExtras JSONRPCFraming.swift
[1188/1265] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-transport-services/Sources/NIOTransportServices/NIOTSChannelOptions.swift:16:17: remark: '@preconcurrency' attribute on module 'Network' is unused
@preconcurrency import Network
~~~~~~~~~~~~~~~~^
[1189/1265] Compiling NIOExtras LengthFieldPrepender.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-transport-services/Sources/NIOTransportServices/NIOTSChannelOptions.swift:16:17: remark: '@preconcurrency' attribute on module 'Network' is unused
@preconcurrency import Network
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-transport-services/Sources/NIOTransportServices/NIOTSChannelOptions.swift:16:17: remark: '@preconcurrency' attribute on module 'Network' is unused
@preconcurrency import Network
~~~~~~~~~~~~~~~~^
[1193/1265] Emitting module NIOTransportServices
[1194/1265] Compiling NIOExtras DebugInboundEventsHandler.swift
[1195/1265] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1196/1265] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1199/1265] Compiling NIOHPACK IntegerCoding.swift
[1200/1265] Compiling NIOHPACK HuffmanTables.swift
[1201/1265] Compiling NIOHPACK HeaderTables.swift
[1202/1265] Compiling NIOHPACK HuffmanCoding.swift
[1203/1265] Emitting module NIOExtras
[1210/1265] Emitting module NIOSSL
[1211/1268] Compiling NIOHPACK HPACKErrors.swift
[1212/1268] Compiling NIOHPACK HPACKEncoder.swift
[1215/1268] Compiling NIOHPACK HPACKHeader.swift
[1216/1268] Emitting module NIOHPACK
[1217/1268] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1218/1268] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1220/1268] Compiling NIOTransportServices StateManagedChannel.swift
[1221/1268] Compiling NIOTransportServices NIOTSNetworkEvents.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-transport-services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift:16:17: remark: '@preconcurrency' attribute on module 'Network' is unused
@preconcurrency import Network
~~~~~~~~~~~~~~~~^
[1222/1268] Compiling NIOTransportServices NIOTSSingletons.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-transport-services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift:16:17: remark: '@preconcurrency' attribute on module 'Network' is unused
@preconcurrency import Network
~~~~~~~~~~~~~~~~^
[1223/1268] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1224/1268] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1228/1268] Emitting module TSFUtility
[1229/1268] Compiling TSFUtility FastData.swift
[1230/1268] Compiling TSFUtility FutureFileSystem.swift
[1231/1268] Compiling TSFUtility ByteBuffer.swift
[1232/1268] Compiling TSFUtility Serializable.swift
[1233/1268] Compiling NIOSSL SSLPublicKey.swift
[1234/1268] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1235/1268] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1236/1338] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1237/1338] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1238/1338] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1239/1338] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1240/1338] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1241/1338] Compiling NIOHTTP2 InboundEventBuffer.swift
[1242/1338] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1243/1338] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1244/1338] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1245/1338] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1246/1338] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1247/1338] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1248/1338] Compiling NIOHTTP2 MayReceiveFrames.swift
[1249/1338] Compiling NIOHTTP2 ReceivingDataState.swift
[1250/1338] Compiling NIOHTTP2 StateMachineResult.swift
[1251/1338] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1252/1338] Compiling NIOHTTP2 DOSHeuristics.swift
[1253/1338] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1254/1338] Compiling NIOHTTP2 HTTP2StreamID.swift
[1255/1338] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1256/1338] Compiling NIOExtras WritePCAPHandler.swift
[1257/1338] Compiling TSFCAS Object.swift
[1258/1338] Compiling NIOHTTP2 InboundWindowManager.swift
[1259/1338] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1260/1338] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1261/1338] Compiling NIOHTTP2 HTTP2Error.swift
[1262/1338] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1263/1338] Compiling NIOHTTP2 HTTP2Settings.swift
[1264/1338] Compiling TSFCAS InMemoryCASDatabase.swift
[1265/1338] Compiling TSFCAS FileBackedCASDatabase.swift
[1266/1338] Compiling TSFCAS data_id.pb.swift
[1267/1338] Compiling TSFCAS cas_object.pb.swift
[1268/1338] Compiling TSFCAS Database.swift
[1269/1338] Compiling TSFCAS DataID.swift
[1270/1338] Compiling TSFCAS DatabaseSpec.swift
[1271/1338] Compiling TSFCAS Blake3DataID.swift
[1272/1338] Emitting module TSFCAS
[1273/1357] Emitting module NIOHTTP2
[1274/1363] Compiling TSFCASFileTree file_tree.pb.swift
[1275/1363] Compiling TSFCASFileTree ConcurrentFilesystemScanner.swift
[1276/1363] Compiling TSFCASFileTree Errors.swift
[1277/1363] Compiling TSFCASFileTree FileInfo.swift
[1278/1363] Compiling TSFCASFileTree FileSegmenter.swift
[1279/1363] Compiling TSFCASFileTree FileTreeParser.swift
[1280/1364] Compiling TSFCASFileTree TSCCASFileSystem.swift
[1281/1364] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1282/1364] Compiling NIOHTTP2 StreamChannelList.swift
[1283/1364] Compiling NIOHTTP2 StreamMap.swift
[1284/1364] Compiling NIOHTTP2 StreamStateMachine.swift
[1285/1364] Compiling NIOHTTP2 UnsafeTransfer.swift
[1286/1364] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1287/1364] Compiling TSFCASFileTree BinarySearch.swift
[1288/1364] Compiling TSFCASFileTree CASBlob.swift
[1289/1364] Compiling TSFCASFileTree CASFSClient.swift
[1290/1364] Compiling TSFCASFileTree CASFSNode.swift
[1291/1364] Compiling TSFCASFileTree ConcurrentFileTreeWalker.swift
[1292/1364] Compiling TSFCASFileTree Context.swift
[1293/1364] Compiling TSFCASFileTree DeclFileTree.swift
[1294/1364] Compiling TSFCASFileTree FileTree.swift
[1295/1364] Compiling TSFCASFileTree FileTreeExport.swift
[1299/1364] Compiling TSFCASFileTree DirectoryEntry.swift
[1304/1364] Emitting module TSFCASFileTree
[1305/1364] Compiling TSFCASFileTree FileTreeImport.swift
[1306/1364] Compiling TSFCASFileTree FilesystemObject.swift
[1319/1364] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1320/1364] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1321/1364] Compiling NIOHTTP2 MaySendFrames.swift
[1322/1364] Compiling NIOHTTP2 SendingDataState.swift
[1323/1364] Compiling NIOHTTP2 SendingGoawayState.swift
[1324/1364] Compiling NIOHTTP2 SendingHeadersState.swift
[1325/1364] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1326/1364] Compiling NIOHTTP2 Error+Any.swift
[1327/1364] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1328/1364] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1329/1364] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1330/1364] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1331/1364] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1332/1364] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1334/1364] Compiling NIOHTTP2 QuiescingState.swift
[1335/1364] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1336/1364] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1340/1364] Compiling NIOHTTP2 SendingRstStreamState.swift
[1341/1364] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1342/1364] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1343/1364] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1344/1364] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1345/1364] Compiling NIOHTTP2 HasLocalSettings.swift
[1346/1364] Compiling NIOHTTP2 HasRemoteSettings.swift
[1348/1364] Compiling NIOHTTP2 HTTP2Stream.swift
[1349/1364] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1350/1364] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1353/1364] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1354/1364] Compiling NIOHTTP2 HTTP2Frame.swift
[1355/1364] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1356/1364] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1357/1364] Compiling NIOHTTP2 HTTP2PingData.swift
[1358/1364] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1359/1498] Emitting module TSFCASUtilities
[1360/1498] Compiling TSFCASUtilities BufferedStreamWriter.swift
[1361/1498] Compiling TSFCASUtilities StreamReader.swift
[1362/1498] Compiling TSFCASUtilities LinkedListStream.swift
[1363/1510] Compiling llbuild2 StablyHashable.swift
[1364/1510] Compiling llbuild2 Protobuf+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2/EngineProtocol/Protobuf+Extensions.swift:24:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
self = try Self.init(serializedData: data)
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2/EngineProtocol/Protobuf+Extensions.swift:24:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
self = try Self.init(serializedData: data)
^ ~~~~~~~~~~~~~~
serializedBytes
[1365/1510] Compiling llbuild2 Executor.swift
[1366/1511] Compiling llbuild2 any_serializable.pb.swift
[1367/1511] Compiling llbuild2 ActionExecution.swift
[1368/1511] Compiling llbuild2 AnySerializable.swift
[1369/1511] Compiling llbuild2 Logging.swift
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2/Support/Logging.swift:15:32: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let logger = self[ObjectIdentifier(Logger.self)] as? Logger else {
^
[1370/1511] Compiling GRPC Array+BoundsCheck.swift
[1371/1511] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[1372/1511] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[1373/1511] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[1374/1511] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[1375/1511] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[1376/1511] Compiling GRPC ServerHandlerStateMachine.swift
[1377/1511] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[1378/1511] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[1379/1511] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[1380/1511] Compiling GRPC ServerInterceptorStateMachine.swift
[1381/1511] Compiling GRPC StreamState.swift
[1382/1511] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[1383/1511] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[1384/1511] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1385/1525] Emitting module llbuild2
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2/Core/Engine.swift:16:8: warning: file 'Engine.swift' is part of module 'llbuild2'; ignoring import
import llbuild2
^
[1386/1525] Compiling llbuild2 Engine.swift
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2/Core/Engine.swift:16:8: warning: file 'Engine.swift' is part of module 'llbuild2'; ignoring import
import llbuild2
^
[1387/1525] Compiling llbuild2 KeyDependencyGraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2/Core/Engine.swift:16:8: warning: file 'Engine.swift' is part of module 'llbuild2'; ignoring import
import llbuild2
^
[1388/1525] Compiling llbuild2 InMemoryFunctionCache.swift
[1389/1525] Compiling llbuild2 FileBackedFunctionCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2/FunctionCache/FileBackedFunctionCache.swift:45:38: warning: 'openFile(path:eventLoop:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
let handleAndRegion = fileIO.openFile(
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2/FunctionCache/FileBackedFunctionCache.swift:68:29: warning: 'openFile(path:mode:flags:eventLoop:)' is deprecated: Avoid using NonBlockingFileIO. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
let handle = fileIO.openFile(
^
[1390/1525] Compiling llbuild2 action_execution.pb.swift
[1391/1585] Compiling LLBBuildSystem BuildEngine.swift
[1392/1585] Compiling LLBBuildSystem BuildEventDelegate.swift
[1393/1585] Compiling LLBBuildSystem BuildKey.swift
[1394/1585] Compiling LLBBuildSystem ConfiguredTargetDelegate.swift
[1395/1585] Compiling LLBBuildSystem ActionConfigurationFragment.swift
[1396/1585] Compiling LLBBuildSystem Artifact.swift
[1397/1585] Compiling LLBBuildSystem Configuration.swift
[1398/1585] Compiling LLBBuildSystem ConfiguredTarget.swift
[1399/1585] Compiling LLBBuildSystem DynamicActionDelegate.swift
[1400/1585] Compiling LLBBuildSystem Function.swift
[1401/1585] Compiling LLBBuildSystem FunctionDelegate.swift
[1402/1585] Compiling LLBBuildSystem FunctionMap.swift
[1403/1585] Compiling LLBBuildSystem EvaluatedTarget.swift
[1404/1585] Compiling LLBBuildSystem RuleEvaluation.swift
[1405/1585] Compiling LLBUtil SimpleFunction.swift
[1406/1585] Compiling LLBUtil StaticFunctionDelegate.swift
[1407/1585] Compiling LLBUtil CommonCodables.swift
[1408/1585] Emitting module LLBUtil
[1409/1587] Compiling GRPC MessageEncodingHeaderValidator.swift
[1410/1587] Compiling GRPC PlatformSupport.swift
[1411/1587] Compiling GRPC ReadWriteStates.swift
[1412/1587] Compiling GRPC Ref.swift
[1413/1587] Compiling GRPC Serialization.swift
[1414/1587] Compiling GRPC Server+NIOSSL.swift
[1415/1587] Compiling GRPC Server.swift
[1416/1587] Compiling GRPC ServerBuilder+NIOSSL.swift
[1417/1587] Compiling GRPC ServerBuilder.swift
[1418/1587] Compiling GRPC ServerCallContext.swift
[1419/1587] Compiling GRPC StreamingResponseCallContext.swift
[1420/1587] Compiling GRPC UnaryResponseCallContext.swift
[1421/1587] Compiling GRPC ServerChannelErrorHandler.swift
[1422/1587] Compiling GRPC ServerErrorDelegate.swift
[1423/1587] Emitting module LLBNinja
[1424/1587] Compiling LLBNinja NinjaBuild.swift
[1425/1587] Emitting module LLBBuildSystem
[1426/1591] Compiling llbuild2fx TreeMaterialization.swift
[1427/1591] Compiling llbuild2fx Value.swift
[1428/1592] Compiling llbuild2fx SpawnProcess.swift
[1429/1592] Compiling LLBBuildSystem ActionID.swift
[1430/1592] Compiling LLBBuildSystem action_configuration_fragment.pb.swift
[1431/1592] Compiling LLBBuildSystem artifact.pb.swift
[1432/1592] Compiling LLBBuildSystem ActionExecutionRequestExtras.swift
[1433/1592] Compiling LLBBuildSystem Label.swift
[1434/1592] Compiling LLBBuildSystem Provider.swift
[1435/1592] Compiling LLBBuildSystem Rule.swift
[1436/1592] Compiling LLBBuildSystem RuleContext.swift
[1437/1592] Compiling GRPC GRPCChannelPool.swift
[1438/1592] Compiling GRPC PoolManager.swift
[1439/1592] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1440/1592] Compiling GRPC PoolManagerStateMachine.swift
[1441/1592] Compiling GRPC PooledChannel.swift
[1442/1592] Compiling GRPC StreamLender.swift
[1443/1592] Compiling GRPC ConnectivityState.swift
[1444/1592] Compiling GRPC DebugOnly.swift
[1445/1592] Compiling GRPC DelegatingErrorHandler.swift
[1446/1592] Compiling LLBBuildSystem action_execution.pb.swift
[1449/1592] Compiling GRPC ServerErrorProcessor.swift
[1450/1592] Compiling GRPC Stopwatch.swift
[1451/1592] Compiling GRPC StreamEvent.swift
[1452/1592] Compiling GRPC TLSVerificationHandler.swift
[1453/1592] Compiling GRPC TLSVersion.swift
[1454/1592] Compiling GRPC TimeLimit.swift
[1455/1592] Compiling GRPC UserInfo.swift
[1456/1592] Compiling GRPC Version.swift
[1457/1592] Compiling GRPC WebCORSHandler.swift
[1458/1592] Compiling GRPC WriteCapturingHandler.swift
[1459/1592] Compiling GRPC _EmbeddedThroughput.swift
[1460/1592] Compiling GRPC _FakeResponseStream.swift
[1461/1592] Compiling GRPC _GRPCClientCodecHandler.swift
[1462/1592] Compiling GRPC _MessageContext.swift
[1463/1592] Compiling llbuild2fx Stats.swift
[1464/1592] Compiling LLBBuildSystem evaluated_target.pb.swift
[1465/1592] Compiling LLBBuildSystem label.pb.swift
[1466/1592] Compiling LLBBuildSystem provider_map.pb.swift
[1467/1592] Compiling LLBBuildSystem rule_evaluation.pb.swift
[1468/1592] Compiling LLBBuildSystem action.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/TreeMaterialization.swift:24:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(ContextTreeMaterializer.self)] as? FXTreeMaterializer else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/TreeMaterialization.swift:77:28: warning: 'export(_:from:to:materializer:storageBatcher:stats:_:)' is deprecated: Please use export with the ExportProgressStatsInt64 stats to prevent wrong stats due to overflow.
LLBCASFileTree.export(self.dataID, from: ctx.db, to: tmp, ctx).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/TreeMaterialization.swift:24:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(ContextTreeMaterializer.self)] as? FXTreeMaterializer else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/TreeMaterialization.swift:77:28: warning: 'export(_:from:to:materializer:storageBatcher:stats:_:)' is deprecated: Please use export with the ExportProgressStatsInt64 stats to prevent wrong stats due to overflow.
LLBCASFileTree.export(self.dataID, from: ctx.db, to: tmp, ctx).flatMap {
^
[1473/1592] Compiling llbuild2fx Engine.swift
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Executor.swift:37:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(ContextFXExecutor.self)] as? FXExecutor else {
^
[1474/1592] Compiling llbuild2fx Environment.swift
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Executor.swift:37:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(ContextFXExecutor.self)] as? FXExecutor else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Executor.swift:37:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(ContextFXExecutor.self)] as? FXExecutor else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/KeyConfiguration.swift:22:21: warning: 'subscript(_:)' is deprecated: Values should be Sendable
return (self[ObjectIdentifier(FXConfigurationInputs.self)] as? FXConfigurationInputs) ?? [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/LocalExecutor.swift:16:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(Self.key)] as? Bool else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/KeyConfiguration.swift:22:21: warning: 'subscript(_:)' is deprecated: Values should be Sendable
return (self[ObjectIdentifier(FXConfigurationInputs.self)] as? FXConfigurationInputs) ?? [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/LocalExecutor.swift:16:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(Self.key)] as? Bool else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/KeyConfiguration.swift:22:21: warning: 'subscript(_:)' is deprecated: Values should be Sendable
return (self[ObjectIdentifier(FXConfigurationInputs.self)] as? FXConfigurationInputs) ?? [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/LocalExecutor.swift:16:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(Self.key)] as? Bool else {
^
[1481/1592] Emitting module llbuild2fx
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:180:5: warning: 'public' modifier is redundant for property declared in a public extension
public var parentUUID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:192:5: warning: 'public' modifier is redundant for property declared in a public extension
public var selfUUID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:204:5: warning: 'public' modifier is redundant for property declared in a public extension
public var traceID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:180:5: warning: 'public' modifier is redundant for property declared in a public extension
public var parentUUID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:192:5: warning: 'public' modifier is redundant for property declared in a public extension
public var selfUUID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:204:5: warning: 'public' modifier is redundant for property declared in a public extension
public var traceID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:182:36: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let parentUUID = self[ObjectIdentifier(ParentUUIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:194:34: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let selfUUID = self[ObjectIdentifier(SelfUUIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:206:33: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let traceID = self[ObjectIdentifier(TraceIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:256:15: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
} catch {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:180:5: warning: 'public' modifier is redundant for property declared in a public extension
public var parentUUID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:192:5: warning: 'public' modifier is redundant for property declared in a public extension
public var selfUUID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:204:5: warning: 'public' modifier is redundant for property declared in a public extension
public var traceID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:182:36: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let parentUUID = self[ObjectIdentifier(ParentUUIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:194:34: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let selfUUID = self[ObjectIdentifier(SelfUUIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:206:33: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let traceID = self[ObjectIdentifier(TraceIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:256:15: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
} catch {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:180:5: warning: 'public' modifier is redundant for property declared in a public extension
public var parentUUID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:192:5: warning: 'public' modifier is redundant for property declared in a public extension
public var selfUUID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:204:5: warning: 'public' modifier is redundant for property declared in a public extension
public var traceID: String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:182:36: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let parentUUID = self[ObjectIdentifier(ParentUUIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:194:34: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let selfUUID = self[ObjectIdentifier(SelfUUIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:206:33: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let traceID = self[ObjectIdentifier(TraceIDKey.self)] as? String else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Key.swift:256:15: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
} catch {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/SpawnProcess.swift:279:45: warning: 'export(_:from:to:materializer:storageBatcher:stats:_:)' is deprecated: Please use export with the ExportProgressStatsInt64 stats to prevent wrong stats due to overflow.
export = LLBCASFileTree.export(initialOutputTree.dataID, from: ctx.db, to: outputPath, ctx)
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Stats.swift:70:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let stats = self[ObjectIdentifier(FXBuildEngineStats.self)] as? FXBuildEngineStats else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/SpawnProcess.swift:279:45: warning: 'export(_:from:to:materializer:storageBatcher:stats:_:)' is deprecated: Please use export with the ExportProgressStatsInt64 stats to prevent wrong stats due to overflow.
export = LLBCASFileTree.export(initialOutputTree.dataID, from: ctx.db, to: outputPath, ctx)
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Stats.swift:70:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let stats = self[ObjectIdentifier(FXBuildEngineStats.self)] as? FXBuildEngineStats else {
^
[1487/1594] Compiling LLBCommands NinjaBuildTool.swift
[1488/1594] Emitting module LLBCommands
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Deadline.swift:19:13: warning: 'subscript(_:)' is deprecated: Values should be Sendable
self[ObjectIdentifier(DeadlineKey.self)] as? Date
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Diagnostics.swift:27:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(ContextDiagnosticsGatherer.self)] as? FXDiagnosticsGathering else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Deadline.swift:19:13: warning: 'subscript(_:)' is deprecated: Values should be Sendable
self[ObjectIdentifier(DeadlineKey.self)] as? Date
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Diagnostics.swift:27:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(ContextDiagnosticsGatherer.self)] as? FXDiagnosticsGathering else {
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Deadline.swift:19:13: warning: 'subscript(_:)' is deprecated: Values should be Sendable
self[ObjectIdentifier(DeadlineKey.self)] as? Date
^
/Users/admin/builder/spi-builder-workspace/Sources/llbuild2fx/Diagnostics.swift:27:31: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let value = self[ObjectIdentifier(ContextDiagnosticsGatherer.self)] as? FXDiagnosticsGathering else {
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystem/BuildEventDelegate.swift:90:34: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let delegate = self[ObjectIdentifier(LLBBuildEventDelegate.self)] as? LLBBuildEventDelegate else {
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystem/BuildEventDelegate.swift:90:34: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let delegate = self[ObjectIdentifier(LLBBuildEventDelegate.self)] as? LLBBuildEventDelegate else {
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystem/BuildEventDelegate.swift:90:34: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let delegate = self[ObjectIdentifier(LLBBuildEventDelegate.self)] as? LLBBuildEventDelegate else {
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystem/BuildEventDelegate.swift:90:34: warning: 'subscript(_:)' is deprecated: Values should be Sendable
guard let delegate = self[ObjectIdentifier(LLBBuildEventDelegate.self)] as? LLBBuildEventDelegate else {
^
[1511/1594] Emitting module GRPC
[1515/1594] Compiling GRPC UnaryCall.swift
[1516/1594] Compiling GRPC ClientConnection.swift
[1517/1594] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1518/1594] Compiling GRPC ClientErrorDelegate.swift
[1519/1594] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1520/1594] Compiling GRPC CompressionAlgorithm.swift
[1521/1594] Compiling GRPC DecompressionLimit.swift
[1522/1594] Compiling GRPC MessageEncoding.swift
[1523/1594] Compiling GRPC Zlib.swift
[1524/1594] Compiling GRPC ConnectionBackoff.swift
[1525/1594] Compiling GRPC ConnectionKeepalive.swift
[1526/1594] Compiling GRPC ConnectionManager+Delegates.swift
[1527/1594] Compiling GRPC ConnectionManager.swift
[1528/1594] Compiling GRPC ConnectionManagerChannelProvider.swift
[1529/1604] Compiling llbuild2fx Versioning.swift
[1530/1604] Compiling llbuild2fx WrappedDataID.swift
[1531/1604] Emitting module llbuild2_tool
[1532/1604] Compiling llbuild2_tool main.swift
[1532/1604] Write Objects.LinkFileList
[1534/1604] Compiling LLBBuildSystemTestHelpers TestCASDatabase.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemTestHelpers/TestCASDatabase.swift:14:14: warning: non-final class 'LLBTestCASDatabase' cannot conform to 'Sendable'; use '@unchecked Sendable'
public class LLBTestCASDatabase: LLBCASDatabase {
^
[1535/1604] Compiling LLBBuildSystemTestHelpers TestBuildEngine.swift
[1536/1604] Compiling LLBBuildSystemTestHelpers ByteBuffer.swift
[1537/1604] Compiling LLBBuildSystemTestHelpers CASFSClient+TestSupport.swift
[1538/1604] Emitting module LLBBuildSystemTestHelpers
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemTestHelpers/TestCASDatabase.swift:14:14: warning: non-final class 'LLBTestCASDatabase' cannot conform to 'Sendable'; use '@unchecked Sendable'
public class LLBTestCASDatabase: LLBCASDatabase {
^
[1539/1604] Compiling GRPC Error+NIOSSL.swift
[1540/1604] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1541/1604] Compiling GRPC FakeChannel.swift
[1542/1604] Compiling GRPC ClientConnection+NIOSSL.swift
[1543/1604] Compiling GRPC ClientConnection+NWTLS.swift
[1544/1604] Compiling GRPC GRPCChannel.swift
[1545/1604] Compiling GRPC GRPCChannelBuilder.swift
[1546/1604] Compiling GRPC GRPCClient.swift
[1547/1604] Compiling GRPC GRPCClientChannelHandler.swift
[1548/1604] Compiling GRPC GRPCClientStateMachine.swift
[1549/1604] Compiling GRPC GRPCContentType.swift
[1550/1604] Compiling GRPC GRPCError.swift
[1551/1604] Compiling GRPC GRPCHeaderName.swift
[1552/1604] Compiling GRPC GRPCIdleHandler.swift
[1553/1604] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1554/1604] Compiling GRPC GRPCAsyncRequestStream.swift
[1555/1604] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1556/1604] Compiling GRPC GRPCAsyncResponseStream.swift
[1557/1604] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1558/1604] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1559/1604] Compiling GRPC GRPCAsyncServerCallContext.swift
[1560/1604] Compiling GRPC GRPCAsyncServerHandler.swift
[1561/1604] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1562/1604] Compiling GRPC GRPCAsyncUnaryCall.swift
[1563/1604] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1564/1604] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1565/1604] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1566/1604] Compiling GRPC GRPCSendable.swift
[1567/1604] Compiling GRPC NIOAsyncWrappers.swift
[1568/1604] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1569/1604] Compiling GRPC ClientStreamingServerHandler.swift
[1570/1604] Compiling GRPC ServerHandlerProtocol.swift
[1571/1604] Compiling GRPC ServerStreamingServerHandler.swift
[1572/1604] Compiling GRPC UnaryServerHandler.swift
[1573/1604] Compiling GRPC CallOptions.swift
[1574/1604] Compiling GRPC BidirectionalStreamingCall.swift
[1575/1604] Compiling GRPC Call.swift
[1576/1604] Compiling GRPC CallDetails.swift
[1577/1604] Compiling GRPC ClientCall.swift
[1578/1604] Compiling GRPC ClientStreamingCall.swift
[1579/1604] Compiling GRPC LazyEventLoopPromise.swift
[1580/1604] Compiling GRPC ResponseContainers.swift
[1581/1604] Compiling GRPC ResponsePartContainer.swift
[1582/1604] Compiling GRPC ServerStreamingCall.swift
[1583/1604] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1584/1604] Compiling GRPC GRPCKeepaliveHandlers.swift
[1585/1604] Compiling GRPC GRPCPayload.swift
[1586/1604] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1587/1604] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1588/1604] Compiling GRPC GRPCServiceDescription.swift
[1589/1604] Compiling GRPC GRPCStatus.swift
[1590/1604] Compiling GRPC GRPCStatusAndMetadata.swift
[1591/1604] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1592/1604] Compiling GRPC GRPCTLSConfiguration.swift
[1593/1604] Compiling GRPC GRPCTimeout.swift
[1594/1604] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1595/1604] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1596/1604] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1597/1604] Emitting module LLBBuildSystemUtil
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:31:49: warning: 'ExportProgressStats' is deprecated: New clients should use ExportProgressStatsInt64 to prevent wrong stats due to overflow.
func startObserving(_ stats: LLBCASFileTree.ExportProgressStats)
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:32:48: warning: 'ExportProgressStats' is deprecated: New clients should use ExportProgressStatsInt64 to prevent wrong stats due to overflow.
func stopObserving(_ stats: LLBCASFileTree.ExportProgressStats)
^
[1598/1604] Compiling LLBBuildSystemUtil Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/Codable.swift:117:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
try self.init(serializedData: container.decode(Data.self))
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/Codable.swift:117:18: note: use 'init(serializedBytes:extensions:partial:options:)' instead
try self.init(serializedData: container.decode(Data.self))
^ ~~~~~~~~~~~~~~
serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/Codable.swift:125:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
self = try Self.init(serializedData: data)
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/Codable.swift:125:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
self = try Self.init(serializedData: data)
^ ~~~~~~~~~~~~~~
serializedBytes
[1599/1604] Compiling LLBBuildSystemUtil LocalExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:31:49: warning: 'ExportProgressStats' is deprecated: New clients should use ExportProgressStatsInt64 to prevent wrong stats due to overflow.
func startObserving(_ stats: LLBCASFileTree.ExportProgressStats)
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:32:48: warning: 'ExportProgressStats' is deprecated: New clients should use ExportProgressStatsInt64 to prevent wrong stats due to overflow.
func stopObserving(_ stats: LLBCASFileTree.ExportProgressStats)
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:58:54: warning: 'init(_:)' is deprecated: use throwing variant instead
let fullInputPath = outputBase.appending(RelativePath(input.path))
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:71:48: warning: 'ExportProgressStats' is deprecated: New clients should use ExportProgressStatsInt64 to prevent wrong stats due to overflow.
let stats = LLBCASFileTree.ExportProgressStats()
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:74:40: warning: 'export(_:from:to:materializer:storageBatcher:stats:_:)' is deprecated: Please use export with the ExportProgressStatsInt64 stats to prevent wrong stats due to overflow.
LLBCASFileTree.export(
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:105:47: warning: 'init(_:)' is deprecated: use throwing variant instead
self.outputBase.appending(RelativePath(output.path)).parentDirectory,
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:120:49: warning: 'init(arguments:environment:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)' is deprecated: replaced by 'init(arguments:environmentBlock:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)'
let preActionProcess = TSCBasic.Process(
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:120:49: note: use 'init(arguments:environmentBlock:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)' instead
let preActionProcess = TSCBasic.Process(
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:123:65: warning: 'init(_:)' is deprecated: use throwing variant instead
workingDirectory: self.outputBase.appending(RelativePath(request.actionSpec.workingDirectory)),
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:143:56: warning: 'init(_:)' is deprecated: use throwing variant instead
let workingDir = self.outputBase.appending(RelativePath(request.actionSpec.workingDirectory))
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:144:36: warning: 'init(arguments:environment:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)' is deprecated: replaced by 'init(arguments:environmentBlock:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)'
let process = TSCBasic.Process(
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:144:36: note: use 'init(arguments:environmentBlock:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)' instead
let process = TSCBasic.Process(
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBuildSystemUtil/LocalExecutor.swift:227:52: warning: 'init(_:)' is deprecated: use throwing variant instead
let outputPath = self.outputBase.appending(RelativePath(output.path))
^
[1600/1622] Compiling BazelRemoteAPI remote_logstream.grpc.swift
[1601/1622] Compiling BazelRemoteAPI remote_logstream.pb.swift
[1602/1622] Compiling BazelRemoteAPI code.pb.swift
[1603/1622] Compiling BazelRemoteAPI error_details.pb.swift
[1604/1623] Compiling BazelRemoteAPI Typealiases.swift
[1604/1623] Linking llbuild2-tool
[1605/1623] Applying llbuild2-tool
[1607/1623] Compiling BazelRemoteAPI operations.grpc.swift
[1608/1623] Compiling BazelRemoteAPI operations.pb.swift
[1609/1623] Compiling BazelRemoteAPI client.pb.swift
[1610/1623] Compiling BazelRemoteAPI http.pb.swift
[1611/1623] Compiling BazelRemoteAPI bytestream.grpc.swift
[1612/1623] Compiling BazelRemoteAPI bytestream.pb.swift
[1613/1623] Compiling BazelRemoteAPI remote_asset.grpc.swift
[1614/1623] Compiling BazelRemoteAPI remote_asset.pb.swift
[1615/1623] Compiling BazelRemoteAPI status.pb.swift
[1616/1623] Compiling BazelRemoteAPI semver.pb.swift
[1617/1623] Compiling BazelRemoteAPI annotations.pb.swift
[1618/1623] Emitting module BazelRemoteAPI
[1619/1623] Compiling BazelRemoteAPI remote_execution.grpc.swift
[1620/1623] Compiling BazelRemoteAPI remote_execution.pb.swift
[1621/1626] Compiling LLBBazelBackend Digest.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLBBazelBackend/CAS/Digest.swift:46:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
try Digest.init(serializedData: Data(bytesNoCopy: UnsafeMutableRawPointer(mutating: $0.baseAddress!), count: $0.count, deallocator: .none)) }
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBBazelBackend/CAS/Digest.swift:46:24: note: use 'init(serializedBytes:extensions:partial:options:)' instead
try Digest.init(serializedData: Data(bytesNoCopy: UnsafeMutableRawPointer(mutating: $0.baseAddress!), count: $0.count, deallocator: .none)) }
^ ~~~~~~~~~~~~~~
serializedBytes
[1622/1626] Emitting module LLBBazelBackend
/Users/admin/builder/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:23:16: warning: stored property 'group' of 'Sendable'-conforming class 'LLBBazelCASDatabase' is mutable
public var group: LLBFuturesDispatchGroup
^
[1623/1626] Compiling LLBBazelBackend BazelCASDatabase.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:23:16: warning: stored property 'group' of 'Sendable'-conforming class 'LLBBazelCASDatabase' is mutable
public var group: LLBFuturesDispatchGroup
^
[1624/1629] Compiling LLBCASTool Options.swift
[1625/1629] Compiling LLBCASTool CASTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:56:38: warning: 'openFile(path:eventLoop:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
let handleAndRegion = fileIO.openFile(
^
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:92:29: warning: 'openFile(path:mode:flags:eventLoop:)' is deprecated: Avoid using NonBlockingFileIO. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
let handle = fileIO.openFile(
^
[1626/1629] Emitting module LLBCASTool
[1627/1635] Compiling llcastool misc.swift
[1628/1635] Compiling llcastool main.swift
[1629/1635] Compiling llcastool CommonOptions.swift
[1630/1635] Compiling llcastool Capabilities.swift
[1631/1635] Emitting module llcastool
[1632/1635] Compiling llcastool CASCommands.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:32:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead
stderrStream <<< "importing \(path.basename), \(prettyFileSize(fileSize))\n"
^
[1632/1635] Write Objects.LinkFileList
[1633/1635] Linking llcastool
[1634/1635] Applying llcastool
Build complete! (83.31s)
Fetching https://github.com/apple/swift-distributed-tracing
Fetching https://github.com/apple/swift-tools-support-async.git
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-llbuild.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-log.git
[1/775] Fetching swift-tools-support-async
[40/5727] Fetching swift-tools-support-async, swift-distributed-tracing
[900/9488] Fetching swift-tools-support-async, swift-distributed-tracing, swift-log
[1510/59863] Fetching swift-tools-support-async, swift-distributed-tracing, swift-log, grpc-swift
[6678/66517] Fetching swift-tools-support-async, swift-distributed-tracing, swift-log, grpc-swift, swift-tools-support-core
[6833/104948] Fetching swift-tools-support-async, swift-distributed-tracing, swift-log, grpc-swift, swift-tools-support-core, swift-protobuf
[14213/133749] Fetching swift-tools-support-async, swift-distributed-tracing, swift-log, grpc-swift, swift-tools-support-core, swift-protobuf, swift-llbuild
Fetched https://github.com/apple/swift-tools-support-core.git from cache (4.02s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-log.git from cache (4.02s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/apple/swift-protobuf.git from cache (4.02s)
Fetched https://github.com/apple/swift-llbuild.git from cache (4.02s)
Fetched https://github.com/apple/swift-distributed-tracing from cache (4.02s)
Fetched https://github.com/grpc/grpc-swift.git from cache (4.02s)
Fetched https://github.com/apple/swift-tools-support-async.git from cache (4.02s)
[1/12569] Fetching swift-crypto
[127/27221] Fetching swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-crypto.git from cache (1.80s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.80s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.5.0 (0.46s)
Computing version for https://github.com/apple/swift-distributed-tracing
Computed https://github.com/apple/swift-distributed-tracing at 1.2.0 (0.36s)
Fetching https://github.com/apple/swift-service-context.git
[1/1018] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.85s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.36s)
Computing version for https://github.com/apple/swift-tools-support-async.git
Computed https://github.com/apple/swift-tools-support-async.git at 0.14.1 (0.44s)
Fetching https://github.com/apple/swift-nio.git
[1/73813] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.61s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.37s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.2 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.55s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[49/5727] Fetching swift-atomics, swift-system
[1326/21516] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.91s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.91s)
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.35s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.24.2 (0.51s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2318] Fetching swift-nio-transport-services
[396/7707] Fetching swift-nio-transport-services, swift-nio-extras
[527/19017] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[6463/33443] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.06s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.06s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.06s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.06s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.40s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1070] Fetching swift-http-structured-headers
[34/1912] Fetching swift-http-structured-headers, swift-http-types
[106/7727] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.94s)
[1947/6657] Fetching swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.16s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.16s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.44s)
Fetching https://github.com/apple/swift-numerics.git
[1/5600] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.06s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (0.42s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.38s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.40s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.11.1 (1.15s)
Fetching https://github.com/apple/swift-asn1.git
[1/1472] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.42s)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.5.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.81.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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-distributed-tracing
Working copy of https://github.com/apple/swift-distributed-tracing resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.11.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-tools-support-async.git
Working copy of https://github.com/apple/swift-tools-support-async.git resolved at 0.14.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.24.2
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-llbuild",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-llbuild.git"
},
{
"identity" : "swift-tools-support-async",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-tools-support-async.git"
},
{
"identity" : "swift-tools-support-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-tools-support-core.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "grpc-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing"
}
],
"manifest_display_name" : "llbuild2",
"name" : "llbuild2",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "llbuild2",
"targets" : [
"llbuild2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "llbuild2fx",
"targets" : [
"llbuild2fx"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "llbuild2Ninja",
"targets" : [
"LLBNinja"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "llbuild2BuildSystem",
"targets" : [
"LLBBuildSystem"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "llbuild2Util",
"targets" : [
"LLBUtil",
"LLBBuildSystemUtil"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "llcastool",
"targets" : [
"llcastool"
],
"type" : {
"executable" : null
}
},
{
"name" : "llbuild2-tool",
"targets" : [
"llbuild2-tool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "llcastool",
"module_type" : "SwiftTarget",
"name" : "llcastool",
"path" : "Sources/Tools/llcastool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"llcastool"
],
"sources" : [
"CASCommands.swift",
"Capabilities.swift",
"CommonOptions.swift",
"main.swift",
"misc.swift"
],
"target_dependencies" : [
"LLBCASTool"
],
"type" : "executable"
},
{
"c99name" : "llbuild2fxTests",
"module_type" : "SwiftTarget",
"name" : "llbuild2fxTests",
"path" : "Tests/llbuild2fxTests",
"sources" : [
"CommandLineArgsCoderTests.swift",
"DeadlineTests.swift",
"EngineTests.swift",
"ExpressionTests.swift",
"KeyTests.swift",
"PredicateTests.swift",
"RequirementTests.swift"
],
"target_dependencies" : [
"llbuild2fx"
],
"type" : "test"
},
{
"c99name" : "llbuild2fx",
"module_type" : "SwiftTarget",
"name" : "llbuild2fx",
"path" : "Sources/llbuild2fx",
"product_memberships" : [
"llbuild2fx"
],
"sources" : [
"Action.swift",
"Coding.swift",
"CommandLineArgsCoder.swift",
"Deadline.swift",
"Delegate.swift",
"Diagnostics.swift",
"Engine.swift",
"Environment.swift",
"Executor.swift",
"FunctionCache.swift",
"FunctionInterface.swift",
"Key.swift",
"KeyConfiguration.swift",
"LocalExecutor.swift",
"NullExecutor.swift",
"Predicate/Expression.swift",
"Predicate/Predicate.swift",
"Reëxport.swift",
"SortedSet.swift",
"SpawnProcess.swift",
"Stats.swift",
"TreeMaterialization.swift",
"Value.swift",
"Versioning.swift",
"WrappedDataID.swift"
],
"target_dependencies" : [
"llbuild2"
],
"type" : "library"
},
{
"c99name" : "llbuild2Tests",
"module_type" : "SwiftTarget",
"name" : "llbuild2Tests",
"path" : "Tests/llbuild2Tests",
"sources" : [
"EngineTests.swift",
"FunctionCacheTests.swift",
"KeyDependencyGraphTests.swift"
],
"target_dependencies" : [
"llbuild2",
"LLBUtil"
],
"type" : "test"
},
{
"c99name" : "llbuild2_tool",
"module_type" : "SwiftTarget",
"name" : "llbuild2-tool",
"path" : "Sources/Tools/llbuild2-tool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"llbuild2-tool"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LLBCommands"
],
"type" : "executable"
},
{
"c99name" : "llbuild2",
"module_type" : "SwiftTarget",
"name" : "llbuild2",
"path" : "Sources/llbuild2",
"product_dependencies" : [
"SwiftToolsSupportCAS",
"Logging",
"Tracing",
"Instrumentation"
],
"product_memberships" : [
"llbuild2",
"llbuild2fx",
"llbuild2Ninja",
"llbuild2BuildSystem",
"llbuild2Util",
"llcastool",
"llbuild2-tool"
],
"sources" : [
"Core/Engine.swift",
"Core/KeyDependencyGraph.swift",
"EngineProtocol/ActionExecution.swift",
"EngineProtocol/AnySerializable.swift",
"EngineProtocol/Executor.swift",
"EngineProtocol/Protobuf+Extensions.swift",
"EngineProtocol/StablyHashable.swift",
"FunctionCache/FileBackedFunctionCache.swift",
"FunctionCache/InMemoryFunctionCache.swift",
"Generated/EngineProtocol/action_execution.pb.swift",
"Generated/EngineProtocol/any_serializable.pb.swift",
"Support/Logging.swift"
],
"type" : "library"
},
{
"c99name" : "LLBUtilTests",
"module_type" : "SwiftTarget",
"name" : "LLBUtilTests",
"path" : "Tests/LLBUtilTests",
"sources" : [
"CodableTests.swift"
],
"target_dependencies" : [
"LLBUtil"
],
"type" : "test"
},
{
"c99name" : "LLBUtil",
"module_type" : "SwiftTarget",
"name" : "LLBUtil",
"path" : "Sources/LLBUtil",
"product_memberships" : [
"llbuild2Ninja",
"llbuild2Util",
"llcastool",
"llbuild2-tool"
],
"sources" : [
"CommonCodables.swift",
"SimpleFunction.swift",
"StaticFunctionDelegate.swift"
],
"target_dependencies" : [
"llbuild2"
],
"type" : "library"
},
{
"c99name" : "LLBNinjaTests",
"module_type" : "SwiftTarget",
"name" : "LLBNinjaTests",
"path" : "Tests/LLBNinjaTests",
"product_dependencies" : [
"SwiftToolsSupport-auto"
],
"sources" : [
"NinjaBuildTests.swift"
],
"target_dependencies" : [
"LLBNinja"
],
"type" : "test"
},
{
"c99name" : "LLBNinja",
"module_type" : "SwiftTarget",
"name" : "LLBNinja",
"path" : "Sources/LLBNinja",
"product_dependencies" : [
"llbuildSwift"
],
"product_memberships" : [
"llbuild2Ninja",
"llbuild2-tool"
],
"sources" : [
"NinjaBuild.swift"
],
"target_dependencies" : [
"llbuild2",
"LLBUtil"
],
"type" : "library"
},
{
"c99name" : "LLBCommands",
"module_type" : "SwiftTarget",
"name" : "LLBCommands",
"path" : "Sources/LLBCommands",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"llbuild2-tool"
],
"sources" : [
"NinjaBuildTool.swift"
],
"target_dependencies" : [
"LLBNinja"
],
"type" : "library"
},
{
"c99name" : "LLBCASTool",
"module_type" : "SwiftTarget",
"name" : "LLBCASTool",
"path" : "Sources/LLBCASTool",
"product_dependencies" : [
"GRPC",
"SwiftToolsSupport-auto"
],
"product_memberships" : [
"llcastool"
],
"sources" : [
"CASTool.swift",
"Options.swift"
],
"target_dependencies" : [
"BazelRemoteAPI",
"llbuild2",
"LLBBazelBackend",
"LLBUtil"
],
"type" : "library"
},
{
"c99name" : "LLBBuildSystemUtilTests",
"module_type" : "SwiftTarget",
"name" : "LLBBuildSystemUtilTests",
"path" : "Tests/LLBBuildSystemUtilTests",
"sources" : [
"LocalExecutorTests.swift"
],
"target_dependencies" : [
"LLBBuildSystemUtil",
"LLBBuildSystemTestHelpers",
"LLBUtil"
],
"type" : "test"
},
{
"c99name" : "LLBBuildSystemUtil",
"module_type" : "SwiftTarget",
"name" : "LLBBuildSystemUtil",
"path" : "Sources/LLBBuildSystemUtil",
"product_dependencies" : [
"SwiftToolsSupport-auto"
],
"product_memberships" : [
"llbuild2Util"
],
"sources" : [
"Codable.swift",
"LocalExecutor.swift"
],
"target_dependencies" : [
"llbuild2",
"LLBBuildSystem"
],
"type" : "library"
},
{
"c99name" : "LLBBuildSystemTests",
"module_type" : "SwiftTarget",
"name" : "LLBBuildSystemTests",
"path" : "Tests/LLBBuildSystemTests",
"sources" : [
"ActionExecutionTests.swift",
"ActionTests.swift",
"ArtifactTests.swift",
"BuildEngineTests.swift",
"BuildEventDelegateTests.swift",
"ConfigurationTests.swift",
"ConfiguredTargetTests.swift",
"DynamicActionTests.swift",
"EvaluatedTargetTests.swift",
"LabelTests.swift",
"ProviderTests.swift",
"RuleEvaluationTests.swift"
],
"target_dependencies" : [
"LLBBuildSystemTestHelpers",
"LLBUtil",
"LLBBuildSystemUtil"
],
"type" : "test"
},
{
"c99name" : "LLBBuildSystemTestHelpers",
"module_type" : "SwiftTarget",
"name" : "LLBBuildSystemTestHelpers",
"path" : "Sources/LLBBuildSystemTestHelpers",
"sources" : [
"ByteBuffer.swift",
"CASFSClient+TestSupport.swift",
"TestBuildEngine.swift",
"TestCASDatabase.swift"
],
"target_dependencies" : [
"LLBBuildSystem",
"LLBUtil"
],
"type" : "library"
},
{
"c99name" : "LLBBuildSystem",
"module_type" : "SwiftTarget",
"name" : "LLBBuildSystem",
"path" : "Sources/LLBBuildSystem",
"product_dependencies" : [
"SwiftProtobuf",
"Crypto"
],
"product_memberships" : [
"llbuild2BuildSystem",
"llbuild2Util"
],
"sources" : [
"BuildEngine.swift",
"BuildEventDelegate.swift",
"BuildKey.swift",
"ConfiguredTargetDelegate.swift",
"DynamicActionDelegate.swift",
"Function.swift",
"FunctionDelegate.swift",
"FunctionMap.swift",
"Functions/Evaluation/ActionConfigurationFragment.swift",
"Functions/Evaluation/Artifact.swift",
"Functions/Evaluation/Configuration.swift",
"Functions/Evaluation/ConfiguredTarget.swift",
"Functions/Evaluation/EvaluatedTarget.swift",
"Functions/Evaluation/RuleEvaluation.swift",
"Functions/Execution/Action.swift",
"Functions/Execution/ActionExecution.swift",
"Functions/Execution/ActionID.swift",
"Generated/BuildSystem/Evaluation/action_configuration_fragment.pb.swift",
"Generated/BuildSystem/Evaluation/artifact.pb.swift",
"Generated/BuildSystem/Evaluation/artifact_owner.pb.swift",
"Generated/BuildSystem/Evaluation/artifact_value.pb.swift",
"Generated/BuildSystem/Evaluation/configuration.pb.swift",
"Generated/BuildSystem/Evaluation/configured_target.pb.swift",
"Generated/BuildSystem/Evaluation/evaluated_target.pb.swift",
"Generated/BuildSystem/Evaluation/label.pb.swift",
"Generated/BuildSystem/Evaluation/provider_map.pb.swift",
"Generated/BuildSystem/Evaluation/rule_evaluation.pb.swift",
"Generated/BuildSystem/Execution/action.pb.swift",
"Generated/BuildSystem/Execution/action_execution.pb.swift",
"Models/ActionExecutionRequestExtras.swift",
"Models/Label.swift",
"Rules/Provider.swift",
"Rules/Rule.swift",
"Rules/RuleContext.swift"
],
"target_dependencies" : [
"llbuild2"
],
"type" : "library"
},
{
"c99name" : "LLBBazelBackend",
"module_type" : "SwiftTarget",
"name" : "LLBBazelBackend",
"path" : "Sources/LLBBazelBackend",
"product_dependencies" : [
"Crypto",
"GRPC"
],
"product_memberships" : [
"llcastool"
],
"sources" : [
"CAS/BazelCASDatabase.swift",
"CAS/Digest.swift"
],
"target_dependencies" : [
"llbuild2",
"BazelRemoteAPI"
],
"type" : "library"
},
{
"c99name" : "BazelRemoteAPI",
"module_type" : "SwiftTarget",
"name" : "BazelRemoteAPI",
"path" : "Sources/BazelRemoteAPI",
"product_dependencies" : [
"GRPC",
"SwiftProtobuf",
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"llcastool"
],
"sources" : [
"Generated/build/bazel/remote/asset/v1/remote_asset.grpc.swift",
"Generated/build/bazel/remote/asset/v1/remote_asset.pb.swift",
"Generated/build/bazel/remote/execution/v2/remote_execution.grpc.swift",
"Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift",
"Generated/build/bazel/remote/logstream/v1/remote_logstream.grpc.swift",
"Generated/build/bazel/remote/logstream/v1/remote_logstream.pb.swift",
"Generated/build/bazel/semver/semver.pb.swift",
"Generated/google/api/annotations.pb.swift",
"Generated/google/api/client.pb.swift",
"Generated/google/api/http.pb.swift",
"Generated/google/bytestream/bytestream.grpc.swift",
"Generated/google/bytestream/bytestream.pb.swift",
"Generated/google/longrunning/operations.grpc.swift",
"Generated/google/longrunning/operations.pb.swift",
"Generated/google/rpc/code.pb.swift",
"Generated/google/rpc/error_details.pb.swift",
"Generated/google/rpc/status.pb.swift",
"Typealiases.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.