Build Information
Failed to build CombineGRPC, reference 1.1.0 (ecde1d
), with Swift 6.1 for Linux on 27 Apr 2025 06:19:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vyshane/grpc-swift-combine.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vyshane/grpc-swift-combine
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at ecde1d5 Update readme
Cloned https://github.com/vyshane/grpc-swift-combine.git
Revision (git rev-parse @):
ecde1d57f96d90138777730d3d0d277a6cecc779
SUCCESS checkout https://github.com/vyshane/grpc-swift-combine.git at 1.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vyshane/grpc-swift-combine.git
https://github.com/vyshane/grpc-swift-combine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "grpc-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
}
],
"manifest_display_name" : "CombineGRPC",
"name" : "CombineGRPC",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CombineGRPC",
"targets" : [
"CombineGRPC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineGRPCTests",
"module_type" : "SwiftTarget",
"name" : "CombineGRPCTests",
"path" : "Tests/CombineGRPCTests",
"sources" : [
"BidirectionalStreamingTests.swift",
"ClientStreamingTests.swift",
"CompletionExpectations.swift",
"RetryPolicyTests.swift",
"Server Implementations/BidirectionalStreamingTestsService.swift",
"Server Implementations/ClientStreamingTestsService.swift",
"Server Implementations/RetryPolicyTestsService.swift",
"Server Implementations/ServerStreamingTestsService.swift",
"Server Implementations/UnaryTestsService.swift",
"ServerStreamingTests.swift",
"StressTest.swift",
"TestUtils.swift",
"UnaryTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CombineGRPC"
],
"type" : "test"
},
{
"c99name" : "CombineGRPC",
"module_type" : "SwiftTarget",
"name" : "CombineGRPC",
"path" : "Sources/CombineGRPC",
"product_dependencies" : [
"GRPC"
],
"product_memberships" : [
"CombineGRPC"
],
"sources" : [
"Client/BidirectionalStreamingPublisher.swift",
"Client/ClientStreamingPublisher.swift",
"Client/DemandBuffer.swift",
"Client/GRPCExecutor.swift",
"Client/RPCErrorUtils.swift",
"Client/RetryPolicy.swift",
"Client/ServerStreamingPublisher.swift",
"Client/StreamingRequestsSubscriber.swift",
"RPCError.swift",
"Server/BidirectionalStreamingHandlerSubscriber.swift",
"Server/ClientStreamingHandlerSubscriber.swift",
"Server/Handlers.swift",
"Server/HeaderUtils.swift",
"Server/ServerStreamingHandlerSubscriber.swift",
"Server/UnaryHandlerSubscriber.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/grpc/grpc-swift.git
[1/50677] Fetching grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (3.57s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.24.2 (4.42s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-protobuf.git
[1/3836] Fetching swift-log
[2/5541] Fetching swift-log, swift-atomics
[454/11203] Fetching swift-log, swift-atomics, swift-nio-extras
[8043/27445] Fetching swift-log, swift-atomics, swift-nio-extras, swift-collections
[12179/42238] Fetching swift-log, swift-atomics, swift-nio-extras, swift-collections, swift-nio-ssl
[18090/80742] Fetching swift-log, swift-atomics, swift-nio-extras, swift-collections, swift-nio-ssl, swift-protobuf
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.94s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[67380/75080] Fetching swift-log, swift-atomics, swift-collections, swift-nio-ssl, swift-protobuf
[70846/77699] Fetching swift-log, swift-atomics, swift-collections, swift-nio-ssl, swift-protobuf, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.31s)
Fetching https://github.com/apple/swift-nio-http2.git
[73540/75080] Fetching swift-log, swift-atomics, swift-collections, swift-nio-ssl, swift-protobuf
[75081/86572] Fetching swift-log, swift-atomics, swift-collections, swift-nio-ssl, swift-protobuf, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.37s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (5.82s)
Fetched https://github.com/apple/swift-log.git from cache (5.83s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.85s)
Fetched https://github.com/apple/swift-collections.git from cache (5.86s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.91s)
Fetched https://github.com/apple/swift-nio.git from cache (4.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.07s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.60s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/7934] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
[3784/7030] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.27s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.00s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.18s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.01s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.84s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (3.25s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/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.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/439] Write sources
[21/439] Copying PrivacyInfo.xcprivacy
[21/439] Write sources
[25/439] Compiling CGRPCZlib empty.c
[26/439] Compiling CNIOWindows WSAStartup.c
[27/439] Compiling CNIOWindows shim.c
[28/439] Compiling CNIOWASI CNIOWASI.c
[29/439] Compiling _AtomicsShims.c
[30/439] Compiling CNIOLinux liburing_shims.c
[31/439] Compiling CNIODarwin shim.c
[32/439] Compiling CNIOLLHTTP c_nio_http.c
[33/439] Compiling CNIOLinux shim.c
[34/439] Compiling fiat_p256_adx_mul.S
[35/439] Compiling fiat_p256_adx_sqr.S
[36/439] Compiling CNIOLLHTTP c_nio_api.c
[37/439] Compiling fiat_curve25519_adx_square.S
[38/439] Compiling fiat_curve25519_adx_mul.S
[39/439] Write swift-version-24593BA9C3E375BF.txt
[40/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/443] Compiling CNIOBoringSSLShims shims.c
[42/445] Compiling tls13_both.cc
[43/445] Compiling tls_method.cc
[44/533] Compiling tls13_client.cc
[45/533] Compiling tls13_server.cc
[46/533] Compiling tls_record.cc
[47/569] Compiling tls13_enc.cc
[49/569] Emitting module InternalCollectionsUtilities
[50/571] Compiling _NIODataStructures PriorityQueue.swift
[51/571] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/571] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/571] Compiling Atomics ManagedAtomic.swift
[54/571] Compiling Atomics ManagedAtomicLazyReference.swift
[55/573] Compiling Atomics AtomicMemoryOrderings.swift
[56/573] Compiling Atomics DoubleWord.swift
[61/573] Compiling _NIODataStructures _TinyArray.swift
[62/573] Compiling Atomics AtomicValue.swift
[63/573] Compiling Atomics Primitives.shims.swift
[64/573] Compiling Atomics AtomicInteger.swift
[65/573] Compiling Atomics AtomicOptionalWrappable.swift
[66/573] Emitting module _NIOBase64
[67/573] Compiling _NIOBase64 Base64.swift
[68/573] Compiling Atomics AtomicReference.swift
[69/573] Compiling Atomics AtomicStorage.swift
[76/573] Compiling Atomics OptionalRawRepresentable.swift
[77/573] Compiling Atomics RawRepresentable.swift
[78/574] Compiling Atomics AtomicBool.swift
[79/574] Compiling Atomics IntegerConformances.swift
[80/574] Compiling Atomics PointerConformances.swift
[81/574] Compiling Atomics Primitives.native.swift
[82/574] Compiling t1_enc.cc
[86/575] Compiling Atomics IntegerOperations.swift
[87/575] Compiling Atomics Unmanaged extensions.swift
[89/575] Compiling Logging MetadataProvider.swift
[90/575] Emitting module Logging
[91/575] Compiling Logging Locks.swift
[92/575] Compiling _NIODataStructures Heap.swift
[93/575] Emitting module _NIODataStructures
[94/576] Compiling Logging LogHandler.swift
[95/576] Compiling Logging Logging.swift
[95/576] Compiling ssl_x509.cc
[99/592] Emitting module Atomics
[99/592] Compiling ssl_versions.cc
[101/592] Compiling DequeModule _DequeBuffer.swift
[102/592] Compiling DequeModule _DequeBufferHeader.swift
[103/594] Compiling DequeModule Deque+Extras.swift
[104/594] Compiling DequeModule Deque+Hashable.swift
[105/594] Compiling DequeModule Deque+Equatable.swift
[106/594] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[110/594] Compiling DequeModule Deque+Codable.swift
[111/594] Compiling DequeModule Deque+Collection.swift
[113/595] Compiling DequeModule Deque+CustomReflectable.swift
[114/595] Compiling DequeModule Deque+Descriptions.swift
[115/595] Compiling DequeModule Deque+Testing.swift
[116/595] Compiling DequeModule Deque._Storage.swift
[118/595] Compiling DequeModule _DequeSlot.swift
[119/595] Compiling DequeModule _UnsafeWrappedBuffer.swift
[120/595] Compiling DequeModule Deque._UnsafeHandle.swift
[121/595] Compiling DequeModule Deque.swift
[121/595] Compiling ssl_stat.cc
[124/595] Compiling ssl_transcript.cc
[126/595] Emitting module DequeModule
[128/596] Compiling SwiftProtobuf Message+JSONAdditions.swift
[129/596] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[130/596] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[131/596] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[132/596] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[133/596] Compiling SwiftProtobuf Message.swift
[134/596] Compiling SwiftProtobuf MessageExtension.swift
[135/596] Compiling SwiftProtobuf NameMap.swift
[136/596] Compiling SwiftProtobuf PathDecoder.swift
[137/596] Compiling SwiftProtobuf PathVisitor.swift
[138/596] Compiling SwiftProtobuf ProtoNameProviding.swift
[139/596] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[139/596] Compiling ssl_privkey.cc
[140/607] Compiling ssl_session.cc
[142/607] Emitting module SwiftProtobuf
[143/607] Compiling SwiftProtobuf ProtobufMap.swift
[144/607] Compiling SwiftProtobuf SelectiveVisitor.swift
[145/607] Compiling SwiftProtobuf SimpleExtensionMap.swift
[146/607] Compiling SwiftProtobuf StringUtils.swift
[147/607] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[148/607] Compiling SwiftProtobuf SwiftProtobufError.swift
[149/607] Compiling SwiftProtobuf TextFormatDecoder.swift
[150/607] Compiling SwiftProtobuf TextFormatDecodingError.swift
[151/607] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[152/607] Compiling SwiftProtobuf TextFormatEncoder.swift
[153/607] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[153/607] Compiling ssl_key_share.cc
[163/607] Compiling SwiftProtobuf Message+AnyAdditions.swift
[164/607] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[165/607] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[166/607] Compiling SwiftProtobuf Message+FieldMask.swift
[166/607] Compiling ssl_file.cc
[167/607] Compiling ssl_lib.cc
[168/607] Compiling ssl_credential.cc
[169/607] Compiling ssl_cipher.cc
[171/607] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[172/607] Compiling SwiftProtobuf TextFormatScanner.swift
[173/607] Compiling SwiftProtobuf TimeUtils.swift
[174/607] Compiling SwiftProtobuf UnknownStorage.swift
[175/607] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[176/607] Compiling SwiftProtobuf Varint.swift
[177/607] Compiling SwiftProtobuf Version.swift
[178/607] Compiling SwiftProtobuf Visitor.swift
[179/607] Compiling SwiftProtobuf WireFormat.swift
[180/607] Compiling SwiftProtobuf ZigZag.swift
[181/607] Compiling SwiftProtobuf any.pb.swift
[181/607] Compiling ssl_buffer.cc
[182/607] Compiling ssl_cert.cc
[183/607] Compiling ssl_asn1.cc
[184/607] Compiling s3_pkt.cc
[185/607] Compiling ssl_aead_ctx.cc
[199/607] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[200/607] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[201/607] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[202/607] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[203/607] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[204/607] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[205/607] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[206/607] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[207/607] Compiling SwiftProtobuf HashVisitor.swift
[208/607] Compiling SwiftProtobuf Internal.swift
[209/607] Compiling SwiftProtobuf JSONDecoder.swift
[210/607] Compiling SwiftProtobuf JSONDecodingError.swift
[211/607] Compiling SwiftProtobuf CustomJSONCodable.swift
[212/607] Compiling SwiftProtobuf Decoder.swift
[213/607] Compiling SwiftProtobuf DoubleParser.swift
[214/607] Compiling SwiftProtobuf Enum.swift
[215/607] Compiling SwiftProtobuf ExtensibleMessage.swift
[216/607] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[217/607] Compiling SwiftProtobuf ExtensionFields.swift
[218/607] Compiling SwiftProtobuf ExtensionMap.swift
[219/607] Compiling SwiftProtobuf FieldTag.swift
[220/607] Compiling SwiftProtobuf FieldTypes.swift
[221/607] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[222/607] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[222/607] Compiling s3_lib.cc
[223/607] Compiling s3_both.cc
[224/607] Compiling handshake_server.cc
[225/607] Compiling handshake_client.cc
[226/607] Compiling handshake.cc
[227/607] Compiling handoff.cc
[228/607] Compiling encrypted_client_hello.cc
[229/607] Compiling extensions.cc
[230/607] Compiling dtls_record.cc
[231/607] Compiling md5-x86_64-linux.S
[232/607] Compiling md5-x86_64-apple.S
[233/607] Compiling md5-586-linux.S
[234/607] Compiling md5-586-apple.S
[235/607] Compiling dtls_method.cc
[236/607] Compiling err_data.cc
[237/607] Compiling d1_srtp.cc
[238/607] Compiling chacha20_poly1305_x86_64-linux.S
[239/607] Compiling chacha20_poly1305_x86_64-apple.S
[240/607] Compiling chacha20_poly1305_armv8-linux.S
[241/607] Compiling chacha20_poly1305_armv8-win.S
[242/607] Compiling chacha20_poly1305_armv8-apple.S
[243/607] Compiling chacha-x86_64-apple.S
[244/607] Compiling chacha-x86_64-linux.S
[245/607] Compiling chacha-x86-linux.S
[246/607] Compiling chacha-armv8-win.S
[247/607] Compiling chacha-x86-apple.S
[248/607] Compiling bio_ssl.cc
[249/607] Compiling chacha-armv8-linux.S
[250/607] Compiling chacha-armv8-apple.S
[251/607] Compiling chacha-armv4-linux.S
[252/607] Compiling d1_pkt.cc
[253/607] Compiling x86_64-mont5-apple.S
[253/607] Compiling aes128gcmsiv-x86_64-apple.S
[255/607] Compiling aes128gcmsiv-x86_64-linux.S
[256/607] Compiling x86_64-mont5-linux.S
[257/607] Compiling x86_64-mont-linux.S
[258/607] Compiling x86-mont-apple.S
[259/607] Compiling x86_64-mont-apple.S
[259/607] Compiling x86-mont-linux.S
[261/607] Compiling vpaes-x86_64-linux.S
[262/607] Compiling vpaes-x86_64-apple.S
[263/607] Compiling d1_both.cc
[264/607] Compiling vpaes-x86-linux.S
[265/607] Compiling vpaes-armv8-win.S
[266/607] Compiling vpaes-x86-apple.S
[267/607] Compiling vpaes-armv8-apple.S
[268/607] Compiling vpaes-armv8-linux.S
[269/607] Compiling vpaes-armv7-linux.S
[270/607] Compiling sha512-x86_64-linux.S
[271/607] Compiling sha512-x86_64-apple.S
[272/607] Compiling sha512-armv8-win.S
[272/607] Compiling sha512-armv8-apple.S
[274/607] Compiling sha512-armv8-linux.S
[275/607] Compiling sha512-armv4-linux.S
[276/607] Compiling sha512-586-apple.S
[277/607] Compiling sha512-586-linux.S
[278/607] Compiling sha256-x86_64-apple.S
[279/607] Compiling sha256-x86_64-linux.S
[280/607] Compiling d1_lib.cc
[281/607] Compiling sha256-armv8-linux.S
[281/607] Compiling sha256-armv8-apple.S
[283/607] Compiling sha256-armv8-win.S
[283/607] Compiling sha256-586-linux.S
[283/607] Compiling sha256-armv4-linux.S
[286/607] Compiling sha256-586-apple.S
[287/607] Compiling sha1-x86_64-apple.S
[288/607] Compiling sha1-armv8-win.S
[289/607] Compiling sha1-x86_64-linux.S
[290/607] Compiling sha1-armv8-linux.S
[291/607] Compiling sha1-586-linux.S
[292/607] Compiling sha1-armv8-apple.S
[293/607] Compiling sha1-armv4-large-linux.S
[294/607] Compiling sha1-586-apple.S
[295/607] Compiling rsaz-avx2-apple.S
[296/607] Compiling rsaz-avx2-linux.S
[297/607] Compiling rdrand-x86_64-linux.S
[298/607] Compiling p256_beeu-x86_64-asm-linux.S
[299/607] Compiling rdrand-x86_64-apple.S
[300/607] Compiling p256_beeu-x86_64-asm-apple.S
[301/607] Compiling p256_beeu-armv8-asm-win.S
[302/607] Compiling p256_beeu-armv8-asm-linux.S
[303/607] Compiling p256_beeu-armv8-asm-apple.S
[304/607] Compiling p256-x86_64-asm-apple.S
[305/607] Compiling p256-armv8-asm-win.S
[306/607] Compiling p256-x86_64-asm-linux.S
[307/607] Compiling ghashv8-armv8-win.S
[308/607] Compiling p256-armv8-asm-apple.S
[309/607] Compiling ghashv8-armv8-linux.S
[310/607] Compiling p256-armv8-asm-linux.S
[311/607] Compiling ghashv8-armv7-linux.S
[312/607] Compiling ghashv8-armv8-apple.S
[313/607] Compiling ghash-x86_64-linux.S
[314/607] Compiling ghash-x86-linux.S
[315/607] Compiling ghash-x86-apple.S
[315/607] Compiling ghash-x86_64-apple.S
[317/607] Compiling ghash-ssse3-x86_64-linux.S
[318/607] Compiling ghash-ssse3-x86-linux.S
[319/607] Compiling ghash-ssse3-x86_64-apple.S
[320/607] Compiling ghash-neon-armv8-linux.S
[320/607] Compiling ghash-armv4-linux.S
[322/607] Compiling ghash-neon-armv8-apple.S
[322/607] Compiling ghash-ssse3-x86-apple.S
[324/607] Compiling ghash-neon-armv8-win.S
[325/607] Compiling co-586-linux.S
[326/607] Compiling co-586-apple.S
[327/607] Compiling bsaes-armv7-linux.S
[328/607] Compiling bn-armv8-win.S
[329/607] Compiling bn-armv8-linux.S
[330/607] Compiling bn-armv8-apple.S
[331/607] Compiling bn-586-linux.S
[332/607] Compiling armv8-mont-win.S
[333/607] Compiling bn-586-apple.S
[334/607] Compiling armv8-mont-linux.S
[335/607] Compiling armv8-mont-apple.S
[336/607] Compiling aesv8-gcm-armv8-win.S
[337/607] Compiling armv4-mont-linux.S
[338/607] Compiling aesv8-gcm-armv8-apple.S
[339/607] Compiling aesv8-armv8-apple.S
[340/607] Compiling aesv8-gcm-armv8-linux.S
[341/607] Compiling aesv8-armv8-win.S
[342/607] Compiling aesv8-armv8-linux.S
[343/607] Compiling aesv8-armv7-linux.S
[344/607] Compiling aesni-x86_64-linux.S
[345/607] Compiling aesni-x86-apple.S
[346/607] Compiling aesni-x86-linux.S
[347/607] Compiling aesni-x86_64-apple.S
[348/607] Compiling aes-gcm-avx2-x86_64-linux.S
[349/607] Compiling aesni-gcm-x86_64-apple.S
[350/607] Compiling aesni-gcm-x86_64-linux.S
[351/607] Compiling aes-gcm-avx10-x86_64-linux.S
[352/607] Compiling aes-gcm-avx2-x86_64-apple.S
[353/607] Compiling aes-gcm-avx10-x86_64-apple.S
[354/607] Compiling x_spki.cc
[355/607] Compiling x_x509.cc
[356/607] Compiling x_sig.cc
[357/607] Compiling x_x509a.cc
[358/607] Compiling x_pubkey.cc
[358/607] Compiling x_val.cc
[360/607] Compiling x_req.cc
[361/607] Compiling x_name.cc
[362/607] Compiling x_crl.cc
[363/607] Compiling x_exten.cc
[364/607] Compiling x_attrib.cc
[365/607] Compiling x_algor.cc
[366/607] Compiling x509spki.cc
[367/607] Compiling x_all.cc
[368/607] Compiling x509rset.cc
[369/607] Compiling x509_vpm.cc
[370/607] Compiling x509cset.cc
[371/607] Compiling x509name.cc
[372/607] Compiling x509_txt.cc
[373/607] Compiling x509_v3.cc
[374/607] Compiling x509_vfy.cc
[376/607] Compiling SwiftProtobuf api.pb.swift
[377/607] Compiling SwiftProtobuf descriptor.pb.swift
[378/607] Compiling SwiftProtobuf duration.pb.swift
[379/607] Compiling SwiftProtobuf empty.pb.swift
[380/607] Compiling SwiftProtobuf field_mask.pb.swift
[381/607] Compiling SwiftProtobuf source_context.pb.swift
[382/607] Compiling SwiftProtobuf struct.pb.swift
[383/607] Compiling SwiftProtobuf timestamp.pb.swift
[384/607] Compiling SwiftProtobuf type.pb.swift
[385/607] Compiling SwiftProtobuf wrappers.pb.swift
[386/607] Compiling SwiftProtobuf resource_bundle_accessor.swift
[387/608] Compiling x509_lu.cc
[388/608] Compiling x509_trs.cc
[389/608] Compiling x509_d2.cc
[390/608] Compiling x509_set.cc
[391/608] Compiling x509_req.cc
[392/608] Compiling x509_obj.cc
[393/608] Compiling x509_ext.cc
[394/608] Compiling x509_def.cc
[395/608] Compiling x509.cc
[396/608] Compiling x509_cmp.cc
[397/608] Compiling v3_skey.cc
[398/608] Compiling x509_att.cc
[399/608] Compiling v3_utl.cc
[400/608] Compiling v3_ocsp.cc
[401/608] Compiling v3_prn.cc
[402/608] Compiling v3_purp.cc
[403/608] Compiling v3_pmaps.cc
[404/608] Compiling v3_pcons.cc
[405/608] Compiling v3_int.cc
[406/608] Compiling v3_ncons.cc
[407/608] Compiling v3_lib.cc
[408/608] Compiling v3_ia5.cc
[409/608] Compiling v3_genn.cc
[410/608] Compiling v3_info.cc
[411/608] Compiling v3_extku.cc
[412/608] Compiling v3_enum.cc
[413/608] Compiling v3_conf.cc
[414/608] Compiling v3_crld.cc
[415/608] Compiling v3_cpols.cc
[416/608] Compiling v3_bitst.cc
[417/608] Compiling v3_bcons.cc
[418/608] Compiling v3_akeya.cc
[419/608] Compiling v3_alt.cc
[420/608] Compiling v3_akey.cc
[421/608] Compiling t_x509a.cc
[422/608] Compiling t_x509.cc
[423/608] Compiling rsa_pss.cc
[424/608] Compiling name_print.cc
[425/608] Compiling i2d_pr.cc
[426/608] Compiling by_file.cc
[427/608] Compiling t_req.cc
[428/608] Compiling t_crl.cc
[429/608] Compiling policy.cc
[430/608] Compiling algorithm.cc
[431/608] Compiling asn1_gen.cc
[432/608] Compiling a_sign.cc
[433/608] Compiling a_verify.cc
[434/608] Compiling by_dir.cc
[435/608] Compiling a_digest.cc
[436/608] Compiling thread_win.cc
[437/608] Compiling voprf.cc
[438/608] Compiling thread_pthread.cc
[439/608] Compiling trust_token.cc
[440/608] Compiling thread.cc
[441/608] Compiling thread_none.cc
[442/608] Compiling pmbtoken.cc
[443/608] Compiling stack.cc
[444/608] Compiling sha512.cc
[445/608] Compiling sha256.cc
[446/608] Compiling siphash.cc
[447/608] Compiling sha1.cc
[448/608] Compiling spake2plus.cc
[449/608] Compiling slhdsa.cc
[450/608] Compiling rsa_extra.cc
[451/608] Compiling rsa_print.cc
[452/608] Compiling rsa_crypt.cc
[453/608] Compiling rc4.cc
[454/608] Compiling refcount.cc
[455/608] Compiling rand.cc
[456/608] Compiling trusty.cc
[457/608] Compiling windows.cc
[458/608] Compiling ios.cc
[459/608] Compiling rsa_asn1.cc
[460/608] Compiling urandom.cc
[461/608] Compiling passive.cc
[462/608] Compiling getentropy.cc
[463/608] Compiling forkunsafe.cc
[464/608] Compiling poly1305_arm_asm.S
[465/608] Compiling deterministic.cc
[466/608] Compiling fork_detect.cc
[467/608] Compiling poly1305_arm.cc
[468/608] Compiling pool.cc
[469/608] Compiling poly1305.cc
[470/608] Compiling poly1305_vec.cc
[471/608] Compiling pkcs7.cc
[472/608] Compiling pkcs8.cc
[473/608] Compiling p5_pbev2.cc
[474/608] Compiling pkcs8_x509.cc
[475/608] Compiling pkcs7_x509.cc
[476/608] Compiling pem_xaux.cc
[477/608] Compiling pem_x509.cc
[478/608] Compiling pem_pkey.cc
[479/608] Compiling pem_pk8.cc
[480/608] Compiling obj_xref.cc
[481/608] Compiling mlkem.cc
[482/608] Compiling pem_oth.cc
[483/608] Compiling mldsa.cc
[484/608] Compiling pem_info.cc
[485/608] Compiling mem.cc
[486/608] Compiling obj.cc
[487/608] Compiling md5.cc
[488/608] Compiling pem_lib.cc
[489/608] Compiling pem_all.cc
[490/608] Compiling poly_rq_mul.S
[490/608] Compiling fips_shared_support.cc
[492/608] Compiling md4.cc
[493/608] Compiling lhash.cc
[494/608] Compiling hrss.cc
[495/608] Compiling sign.cc
[496/608] Compiling ex_data.cc
[497/608] Compiling scrypt.cc
[498/608] Compiling kyber.cc
[499/608] Compiling print.cc
[500/608] Compiling hpke.cc
[501/608] Compiling pbkdf.cc
[502/608] Compiling p_x25519.cc
[503/608] Compiling p_x25519_asn1.cc
[504/608] Compiling p_rsa_asn1.cc
[505/608] Compiling p_rsa.cc
[506/608] Compiling p_ed25519.cc
[507/608] Compiling p_hkdf.cc
[508/608] Compiling p_ec.cc
[509/608] Compiling p_ed25519_asn1.cc
[510/608] Compiling p_dh_asn1.cc
[511/608] Compiling p_ec_asn1.cc
[512/608] Compiling p_dh.cc
[513/608] Compiling evp_ctx.cc
[514/608] Compiling p_dsa_asn1.cc
[515/608] Compiling evp.cc
[516/608] Compiling err.cc
[517/608] Compiling engine.cc
[518/608] Compiling ecdh.cc
[519/608] Compiling ec_derive.cc
[520/608] Compiling evp_asn1.cc
[521/608] Compiling hash_to_curve.cc
[522/608] Compiling ecdsa_asn1.cc
[523/608] Compiling dsa.cc
[524/608] Compiling ec_asn1.cc
[525/608] Compiling params.cc
[526/608] Compiling des.cc
[527/608] Compiling x25519-asm-arm.S
[528/608] Compiling dsa_asn1.cc
[529/608] Compiling dh_asn1.cc
[530/608] Compiling digest_extra.cc
[531/608] Compiling spake25519.cc
[532/608] Compiling crypto.cc
[533/608] Compiling cpu_intel.cc
[534/608] Compiling curve25519.cc
[535/608] Compiling cpu_arm_linux.cc
[536/608] Compiling cpu_arm_freebsd.cc
[537/608] Compiling cpu_aarch64_win.cc
[538/608] Compiling cpu_aarch64_openbsd.cc
[539/608] Compiling cpu_aarch64_sysreg.cc
[540/608] Compiling curve25519_64_adx.cc
[541/608] Compiling cpu_aarch64_linux.cc
[542/608] Compiling bcm.cc
[543/608] Compiling cpu_aarch64_fuchsia.cc
[544/608] Compiling cpu_aarch64_apple.cc
[545/608] Compiling get_cipher.cc
[546/608] Compiling tls_cbc.cc
[547/608] Compiling conf.cc
[548/608] Compiling e_des.cc
[549/608] Compiling e_rc4.cc
[550/608] Compiling e_null.cc
[550/608] Compiling e_tls.cc
[552/608] Compiling e_rc2.cc
[553/608] Compiling e_chacha20poly1305.cc
[554/608] Compiling e_aesctrhmac.cc
[555/608] Compiling derive_key.cc
[556/608] Compiling e_aesgcmsiv.cc
[557/608] Compiling chacha.cc
[558/608] Compiling unicode.cc
[559/608] Compiling buf.cc
[560/608] Compiling ber.cc
[561/608] Compiling cbb.cc
[562/608] Compiling cbs.cc
[563/608] Compiling asn1_compat.cc
[564/608] Compiling bn_asn1.cc
[565/608] Compiling blake2.cc
[566/608] Compiling convert.cc
[567/608] Compiling socket.cc
[568/608] Compiling printf.cc
[569/608] Compiling pair.cc
[570/608] Compiling socket_helper.cc
[571/608] Compiling hexdump.cc
[572/608] Compiling fd.cc
[573/608] Compiling file.cc
[574/608] Compiling errno.cc
[575/608] Compiling connect.cc
[576/608] Compiling bio_mem.cc
[577/608] Compiling base64.cc
[578/608] Compiling bio.cc
[579/608] Compiling tasn_typ.cc
[580/608] Compiling tasn_utl.cc
[581/608] Compiling tasn_fre.cc
[582/608] Compiling tasn_enc.cc
[583/608] Compiling posix_time.cc
[584/608] Compiling tasn_new.cc
[585/608] Compiling f_string.cc
[586/608] Compiling f_int.cc
[587/608] Compiling asn_pack.cc
[588/608] Compiling asn1_par.cc
[589/608] Compiling tasn_dec.cc
[590/608] Compiling asn1_lib.cc
[591/608] Compiling a_utctm.cc
[592/608] Compiling a_time.cc
[593/608] Compiling a_octet.cc
[594/608] Compiling a_strnid.cc
[595/608] Compiling a_type.cc
[596/608] Compiling a_object.cc
[597/608] Compiling a_i2d_fp.cc
[598/608] Compiling a_int.cc
[599/608] Compiling a_strex.cc
[600/608] Compiling a_mbstr.cc
[601/608] Compiling a_dup.cc
[602/608] Compiling a_d2i_fp.cc
[603/608] Compiling a_bitstr.cc
[604/608] Compiling a_gentm.cc
[605/608] Compiling a_bool.cc
[606/608] Compiling c-nioatomics.c
[607/608] Compiling c-atomics.c
[609/614] Compiling NIOConcurrencyHelpers lock.swift
[610/614] Emitting module NIOConcurrencyHelpers
[611/614] Compiling NIOConcurrencyHelpers NIOLock.swift
[612/614] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[613/614] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[614/614] Compiling NIOConcurrencyHelpers atomics.swift
[616/674] Compiling NIOCore MarkedCircularBuffer.swift
[617/674] Compiling NIOCore MulticastChannel.swift
[618/674] Compiling NIOCore NIOAny.swift
[619/674] Compiling NIOCore NIOCloseOnErrorHandler.swift
[620/674] Compiling NIOCore NIOLoopBound.swift
[621/674] Compiling NIOCore NIOScheduledCallback.swift
[622/674] Compiling NIOCore NIOSendable.swift
[623/674] Compiling NIOCore RecvByteBufferAllocator.swift
[624/682] Compiling NIOCore GlobalSingletons.swift
[625/682] Compiling NIOCore IO.swift
[626/682] Compiling NIOCore IOData.swift
[627/682] Compiling NIOCore IPProtocol.swift
[628/682] Compiling NIOCore IntegerBitPacking.swift
[629/682] Compiling NIOCore IntegerTypes.swift
[630/682] Compiling NIOCore Interfaces.swift
[631/682] Compiling NIOCore Linux.swift
[632/682] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[633/682] Compiling NIOCore SocketAddresses.swift
[634/682] Compiling NIOCore SocketOptionProvider.swift
[635/682] Compiling NIOCore SystemCallHelpers.swift
[636/682] Compiling NIOCore TimeAmount+Duration.swift
[637/682] Compiling NIOCore TypeAssistedChannelHandler.swift
[638/682] Compiling NIOCore UniversalBootstrapSupport.swift
[639/682] Compiling NIOCore Utilities.swift
[640/682] Compiling NIOCore ChannelPipeline.swift
[641/682] Compiling NIOCore CircularBuffer.swift
[642/682] Compiling NIOCore Codec.swift
[643/682] Compiling NIOCore ConvenienceOptionSupport.swift
[644/682] Compiling NIOCore DeadChannel.swift
[645/682] Compiling NIOCore DispatchQueue+WithFuture.swift
[646/682] Compiling NIOCore EventLoop+Deprecated.swift
[647/682] Compiling NIOCore EventLoop+SerialExecutor.swift
[648/682] Compiling NIOCore EventLoop.swift
[649/682] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[650/682] Compiling NIOCore EventLoopFuture+Deprecated.swift
[651/682] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[652/682] Compiling NIOCore EventLoopFuture.swift
[653/682] Compiling NIOCore FileDescriptor.swift
[654/682] Compiling NIOCore FileHandle.swift
[655/682] Compiling NIOCore FileRegion.swift
[656/682] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[657/682] Compiling NIOCore BSDSocketAPI.swift
[658/682] Compiling NIOCore ByteBuffer-aux.swift
[659/682] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[660/682] Compiling NIOCore ByteBuffer-conversions.swift
[661/682] Compiling NIOCore ByteBuffer-core.swift
[662/682] Compiling NIOCore ByteBuffer-hex.swift
[663/682] Compiling NIOCore ByteBuffer-int.swift
[664/682] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[665/682] Compiling NIOCore AddressedEnvelope.swift
[666/682] Compiling NIOCore AsyncAwaitSupport.swift
[667/682] Compiling NIOCore AsyncChannel.swift
[668/682] Compiling NIOCore AsyncChannelHandler.swift
[669/682] Compiling NIOCore AsyncChannelInboundStream.swift
[670/682] Compiling NIOCore AsyncChannelOutboundWriter.swift
[671/682] Compiling NIOCore NIOAsyncSequenceProducer.swift
[672/682] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[673/682] Compiling NIOCore NIOAsyncWriter.swift
[674/682] Compiling NIOCore ByteBuffer-multi-int.swift
[675/682] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[676/682] Compiling NIOCore ByteBuffer-views.swift
[677/682] Compiling NIOCore Channel.swift
[678/682] Compiling NIOCore ChannelHandler.swift
[679/682] Compiling NIOCore ChannelHandlers.swift
[680/682] Compiling NIOCore ChannelInvoker.swift
[681/682] Compiling NIOCore ChannelOption.swift
[682/682] Emitting module NIOCore
[684/734] Emitting module NIOEmbedded
[685/734] Compiling NIOEmbedded AsyncTestingChannel.swift
[686/734] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[687/734] Compiling NIOEmbedded Embedded.swift
[689/735] Compiling NIOPosix ServerSocket.swift
[690/735] Compiling NIOPosix Socket.swift
[691/735] Compiling NIOPosix SocketChannel.swift
[692/735] Compiling NIOPosix SocketProtocols.swift
[693/735] Compiling NIOPosix System.swift
[694/735] Compiling NIOPosix Thread.swift
[695/741] Emitting module NIOPosix
[696/741] Compiling NIOPosix IO.swift
[697/741] Compiling NIOPosix IntegerBitPacking.swift
[698/741] Compiling NIOPosix IntegerTypes.swift
[699/741] Compiling NIOPosix Linux.swift
[700/741] Compiling NIOPosix LinuxCPUSet.swift
[701/741] Compiling NIOPosix LinuxUring.swift
[702/741] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[703/741] Compiling NIOPosix ThreadPosix.swift
[704/741] Compiling NIOPosix ThreadWindows.swift
[705/741] Compiling NIOPosix UnsafeTransfer.swift
[706/741] Compiling NIOPosix Utilities.swift
[707/741] Compiling NIOPosix VsockAddress.swift
[708/741] Compiling NIOPosix VsockChannelEvents.swift
[709/741] Compiling NIOPosix BSDSocketAPICommon.swift
[710/741] Compiling NIOPosix BSDSocketAPIPosix.swift
[711/741] Compiling NIOPosix BSDSocketAPIWindows.swift
[712/741] Compiling NIOPosix BaseSocket.swift
[713/741] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[714/741] Compiling NIOPosix BaseSocketChannel.swift
[715/741] Compiling NIOPosix BaseStreamSocketChannel.swift
[716/741] Compiling NIOPosix Bootstrap.swift
[717/741] Compiling NIOPosix ControlMessage.swift
[718/741] Compiling NIOPosix DatagramVectorReadManager.swift
[719/741] Compiling NIOPosix Errors+Any.swift
[720/741] Compiling NIOPosix FileDescriptor.swift
[721/741] Compiling NIOPosix GetaddrinfoResolver.swift
[722/741] Compiling NIOPosix HappyEyeballs.swift
[723/741] Compiling NIOPosix SelectableChannel.swift
[724/741] Compiling NIOPosix SelectableEventLoop.swift
[725/741] Compiling NIOPosix SelectorEpoll.swift
[726/741] Compiling NIOPosix SelectorGeneric.swift
[727/741] Compiling NIOPosix SelectorKqueue.swift
[728/741] Compiling NIOPosix SelectorUring.swift
[729/741] Compiling NIOPosix PooledRecvBufferAllocator.swift
[730/741] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[731/741] Compiling NIOPosix PosixSingletons.swift
[732/741] Compiling NIOPosix RawSocketBootstrap.swift
[733/741] Compiling NIOPosix Resolver.swift
[734/741] Compiling NIOPosix Selectable.swift
[735/741] Compiling NIOPosix NIOThreadPool.swift
[736/741] Compiling NIOPosix NonBlockingFileIO.swift
[737/741] Compiling NIOPosix PendingDatagramWritesManager.swift
[738/741] Compiling NIOPosix PendingWritesManager.swift
[739/741] Compiling NIOPosix PipeChannel.swift
[740/741] Compiling NIOPosix PipePair.swift
[741/741] Compiling NIOPosix Pool.swift
[743/744] Emitting module NIO
[744/744] Compiling NIO Exports.swift
[746/772] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[747/772] Compiling NIOTLS TLSEvents.swift
[748/772] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[749/772] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[750/772] Emitting module NIOTLS
[751/772] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[752/772] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[753/772] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[754/774] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[755/774] Compiling NIOTLS SNIHandler.swift
[756/775] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[757/775] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[759/775] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[760/775] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[761/775] Emitting module NIOFoundationCompat
[763/805] Compiling NIOSSL IdentityVerification.swift
[764/805] Compiling NIOSSL SSLCertificate.swift
[765/827] Compiling NIOTransportServices StateManagedChannel.swift
[766/827] Compiling NIOTransportServices StateManagedListenerChannel.swift
[767/827] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[768/829] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[769/829] Compiling NIOTransportServices NIOTSErrors.swift
[770/829] Compiling NIOTransportServices AcceptHandler.swift
[771/829] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[772/829] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[773/829] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[774/829] Compiling NIOTransportServices NIOTSSingletons.swift
[775/829] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[776/829] Emitting module NIOTransportServices
[777/829] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[778/829] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[779/829] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[780/829] Compiling NIOTransportServices NIOTSDatagramListener.swift
[781/829] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[782/829] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[783/829] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[784/829] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[787/829] Compiling NIOTransportServices NIOTSEventLoop.swift
[790/829] Compiling NIOTransportServices NIOTSListenerChannel.swift
[794/829] Compiling NIOTransportServices NIOTSBootstraps.swift
[795/829] Compiling NIOTransportServices NIOTSChannelOptions.swift
[801/830] Emitting module NIOHTTP1
[802/831] Emitting module NIOSSL
[807/857] Compiling NIOSSL Zeroization.swift
[808/863] Compiling NIOExtras RequestResponseWithIDHandler.swift
[812/863] Compiling NIOSSL SSLErrors.swift
[813/863] Compiling NIOSSL SSLInit.swift
[814/863] Compiling NIOSSL SSLPKCS12Bundle.swift
[815/863] Compiling NIOSSL SSLPrivateKey.swift
[816/863] Compiling NIOHPACK IndexedHeaderTable.swift
[817/864] Compiling NIOExtras NIOLengthFieldBitLength.swift
[818/864] Compiling NIOExtras NIORequestIdentifiable.swift
[819/866] Compiling NIOHPACK IntegerCoding.swift
[820/866] Compiling NIOExtras RequestResponseHandler.swift
[822/866] Compiling NIOHPACK StaticHeaderTable.swift
[823/866] Compiling NIOHPACK DynamicHeaderTable.swift
[824/866] Compiling NIOHPACK HPACKDecoder.swift
[825/866] Compiling NIOHPACK HuffmanCoding.swift
[826/866] Compiling NIOHPACK HuffmanTables.swift
[827/866] Compiling NIOExtras PCAPRingBuffer.swift
[828/866] Compiling NIOExtras QuiescingHelper.swift
[829/866] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[830/866] Compiling NIOExtras NIOExtrasError.swift
[831/866] Emitting module NIOExtras
[834/866] Compiling NIOHPACK HPACKEncoder.swift
[835/866] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[836/866] Compiling NIOExtras LengthFieldPrepender.swift
[837/866] Compiling NIOExtras LineBasedFrameDecoder.swift
[838/866] Compiling NIOHPACK HPACKErrors.swift
[839/866] Compiling NIOHPACK HPACKHeader.swift
[840/866] Compiling NIOHPACK HeaderTables.swift
[843/866] Emitting module NIOHPACK
[846/867] Compiling NIOSSL TLSConfiguration.swift
[847/867] Compiling NIOSSL UniversalBootstrapSupport.swift
[848/867] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[850/867] Compiling NIOExtras UnsafeTransfer.swift
[851/867] Compiling NIOExtras WritePCAPHandler.swift
[870/927] Compiling NIOHTTP2 MaySendFrames.swift
[871/927] Compiling NIOHTTP2 SendingDataState.swift
[872/927] Compiling NIOHTTP2 SendingGoawayState.swift
[873/927] Compiling NIOHTTP2 SendingHeadersState.swift
[874/927] Compiling NIOHTTP2 SendingPushPromiseState.swift
[875/927] Compiling NIOHTTP2 SendingRstStreamState.swift
[876/927] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[877/927] Compiling NIOHTTP2 HTTP2SettingsState.swift
[878/935] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[879/935] Compiling NIOHTTP2 HasFlowControlWindows.swift
[880/935] Compiling NIOHTTP2 HasLocalSettings.swift
[881/935] Compiling NIOHTTP2 HasRemoteSettings.swift
[882/935] Compiling NIOHTTP2 LocallyQuiescingState.swift
[883/935] Compiling NIOHTTP2 QuiescingState.swift
[884/935] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[885/935] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[886/935] Emitting module NIOHTTP2
[887/935] Compiling NIOHTTP2 InboundWindowManager.swift
[888/935] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[889/935] Compiling NIOHTTP2 StreamChannelFlowController.swift
[890/935] Compiling NIOHTTP2 StreamChannelList.swift
[891/935] Compiling NIOHTTP2 StreamMap.swift
[892/935] Compiling NIOHTTP2 StreamStateMachine.swift
[893/935] Compiling NIOHTTP2 UnsafeTransfer.swift
[894/935] Compiling NIOHTTP2 WatermarkedFlowController.swift
[895/935] Compiling NIOHTTP2 ConnectionStateMachine.swift
[896/935] Compiling NIOHTTP2 ConnectionStreamsState.swift
[897/935] Compiling NIOHTTP2 MayReceiveFrames.swift
[898/935] Compiling NIOHTTP2 ReceivingDataState.swift
[899/935] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[900/935] Compiling NIOHTTP2 ReceivingHeadersState.swift
[901/935] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[902/935] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[903/935] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[904/935] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[905/935] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[906/935] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[907/935] Compiling NIOHTTP2 HTTP2StreamID.swift
[908/935] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[909/935] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[910/935] Compiling NIOHTTP2 HTTP2UserEvents.swift
[911/935] Compiling NIOHTTP2 InboundEventBuffer.swift
[912/935] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[913/935] Compiling NIOHTTP2 HTTP2Frame.swift
[914/935] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[915/935] Compiling NIOHTTP2 HTTP2FrameParser.swift
[916/935] Compiling NIOHTTP2 HTTP2PingData.swift
[917/935] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[918/935] Compiling NIOHTTP2 HTTP2Settings.swift
[919/935] Compiling NIOHTTP2 HTTP2Stream.swift
[920/935] Compiling NIOHTTP2 StateMachineResult.swift
[921/935] Compiling NIOHTTP2 ContentLengthVerifier.swift
[922/935] Compiling NIOHTTP2 DOSHeuristics.swift
[923/935] Compiling NIOHTTP2 Error+Any.swift
[924/935] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[925/935] Compiling NIOHTTP2 ControlFrameBuffer.swift
[926/935] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[927/935] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[928/935] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[929/935] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[930/935] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[931/935] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[932/935] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[933/935] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[934/935] Compiling NIOHTTP2 HTTP2Error.swift
[935/935] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[937/1063] Compiling GRPC Array+BoundsCheck.swift
[938/1063] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[939/1063] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[940/1063] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[941/1063] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[942/1063] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[943/1063] Compiling GRPC ServerHandlerStateMachine.swift
[944/1063] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[945/1063] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[946/1063] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[947/1063] Compiling GRPC ServerInterceptorStateMachine.swift
[948/1063] Compiling GRPC StreamState.swift
[949/1063] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[950/1063] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[951/1063] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[952/1063] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[953/1063] Compiling GRPC GRPCAsyncRequestStream.swift
[954/1063] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[955/1080] Compiling GRPC ServerInterceptorContext.swift
[956/1080] Compiling GRPC ServerInterceptorPipeline.swift
[957/1080] Compiling GRPC ServerInterceptors.swift
[958/1080] Compiling GRPC InterceptorContextList.swift
[959/1080] Compiling GRPC LengthPrefixedMessageReader.swift
[960/1080] Compiling GRPC Logger.swift
[961/1080] Compiling GRPC LoggingServerErrorDelegate.swift
[962/1080] Compiling GRPC MessageEncodingHeaderValidator.swift
[963/1080] Compiling GRPC PlatformSupport.swift
[964/1080] Compiling GRPC ReadWriteStates.swift
[965/1080] Compiling GRPC Ref.swift
[966/1080] Compiling GRPC Serialization.swift
[967/1080] Compiling GRPC Server+NIOSSL.swift
[968/1080] Compiling GRPC Server.swift
[969/1080] Compiling GRPC ServerBuilder+NIOSSL.swift
[970/1080] Compiling GRPC ServerBuilder.swift
[971/1080] Compiling GRPC ServerCallContext.swift
[972/1080] Compiling GRPC StreamingResponseCallContext.swift
[973/1080] Emitting module GRPC
[974/1080] Compiling GRPC BidirectionalStreamingCall.swift
[975/1080] Compiling GRPC Call.swift
[976/1080] Compiling GRPC CallDetails.swift
[977/1080] Compiling GRPC ClientCall.swift
[978/1080] Compiling GRPC ClientStreamingCall.swift
[979/1080] Compiling GRPC LazyEventLoopPromise.swift
[980/1080] Compiling GRPC ResponseContainers.swift
[981/1080] Compiling GRPC ResponsePartContainer.swift
[982/1080] Compiling GRPC ServerStreamingCall.swift
[983/1080] Compiling GRPC UnaryCall.swift
[984/1080] Compiling GRPC ClientConnection.swift
[985/1080] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[986/1080] Compiling GRPC ClientErrorDelegate.swift
[987/1080] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[988/1080] Compiling GRPC CompressionAlgorithm.swift
[989/1080] Compiling GRPC DecompressionLimit.swift
[990/1080] Compiling GRPC MessageEncoding.swift
[991/1080] Compiling GRPC Zlib.swift
[992/1080] Compiling GRPC UnaryResponseCallContext.swift
[993/1080] Compiling GRPC ServerChannelErrorHandler.swift
[994/1080] Compiling GRPC ServerErrorDelegate.swift
[995/1080] Compiling GRPC ServerErrorProcessor.swift
[996/1080] Compiling GRPC Stopwatch.swift
[997/1080] Compiling GRPC StreamEvent.swift
[998/1080] Compiling GRPC TLSVerificationHandler.swift
[999/1080] Compiling GRPC TLSVersion.swift
[1000/1080] Compiling GRPC TimeLimit.swift
[1001/1080] Compiling GRPC UserInfo.swift
[1002/1080] Compiling GRPC Version.swift
[1003/1080] Compiling GRPC WebCORSHandler.swift
[1004/1080] Compiling GRPC WriteCapturingHandler.swift
[1005/1080] Compiling GRPC _EmbeddedThroughput.swift
[1006/1080] Compiling GRPC _FakeResponseStream.swift
[1007/1080] Compiling GRPC _GRPCClientCodecHandler.swift
[1008/1080] Compiling GRPC _MessageContext.swift
[1009/1080] Compiling GRPC GRPCAsyncResponseStream.swift
[1010/1080] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1011/1080] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1012/1080] Compiling GRPC GRPCAsyncServerCallContext.swift
[1013/1080] Compiling GRPC GRPCAsyncServerHandler.swift
[1014/1080] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1015/1080] Compiling GRPC GRPCAsyncUnaryCall.swift
[1016/1080] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1017/1080] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1018/1080] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1019/1080] Compiling GRPC GRPCSendable.swift
[1020/1080] Compiling GRPC NIOAsyncWrappers.swift
[1021/1080] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1022/1080] Compiling GRPC ClientStreamingServerHandler.swift
[1023/1080] Compiling GRPC ServerHandlerProtocol.swift
[1024/1080] Compiling GRPC ServerStreamingServerHandler.swift
[1025/1080] Compiling GRPC UnaryServerHandler.swift
[1026/1080] Compiling GRPC CallOptions.swift
[1027/1080] Compiling GRPC DelegatingErrorHandler.swift
[1028/1080] Compiling GRPC Error+NIOSSL.swift
[1029/1080] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1030/1080] Compiling GRPC FakeChannel.swift
[1031/1080] Compiling GRPC ClientConnection+NIOSSL.swift
[1032/1080] Compiling GRPC ClientConnection+NWTLS.swift
[1033/1080] Compiling GRPC GRPCChannel.swift
[1034/1080] Compiling GRPC GRPCChannelBuilder.swift
[1035/1080] Compiling GRPC GRPCClient.swift
[1036/1080] Compiling GRPC GRPCClientChannelHandler.swift
[1037/1080] Compiling GRPC GRPCClientStateMachine.swift
[1038/1080] Compiling GRPC GRPCContentType.swift
[1039/1080] Compiling GRPC GRPCError.swift
[1040/1080] Compiling GRPC GRPCHeaderName.swift
[1041/1080] Compiling GRPC GRPCIdleHandler.swift
[1042/1080] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1043/1080] Compiling GRPC GRPCKeepaliveHandlers.swift
[1044/1080] Compiling GRPC GRPCPayload.swift
[1045/1080] Compiling GRPC ConnectionBackoff.swift
[1046/1080] Compiling GRPC ConnectionKeepalive.swift
[1047/1080] Compiling GRPC ConnectionManager+Delegates.swift
[1048/1080] Compiling GRPC ConnectionManager.swift
[1049/1080] Compiling GRPC ConnectionManagerChannelProvider.swift
[1050/1080] Compiling GRPC ConnectionManagerID.swift
[1051/1080] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1052/1080] Compiling GRPC ConnectionPool+Waiter.swift
[1053/1080] Compiling GRPC ConnectionPool.swift
[1054/1080] Compiling GRPC ConnectionPoolIDs.swift
[1055/1080] Compiling GRPC GRPCChannelPool.swift
[1056/1080] Compiling GRPC PoolManager.swift
[1057/1080] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1058/1080] Compiling GRPC PoolManagerStateMachine.swift
[1059/1080] Compiling GRPC PooledChannel.swift
[1060/1080] Compiling GRPC StreamLender.swift
[1061/1080] Compiling GRPC ConnectivityState.swift
[1062/1080] Compiling GRPC DebugOnly.swift
[1063/1080] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1064/1080] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1065/1080] Compiling GRPC GRPCServiceDescription.swift
[1066/1080] Compiling GRPC GRPCStatus.swift
[1067/1080] Compiling GRPC GRPCStatusAndMetadata.swift
[1068/1080] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1069/1080] Compiling GRPC GRPCTLSConfiguration.swift
[1070/1080] Compiling GRPC GRPCTimeout.swift
[1071/1080] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1072/1080] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1073/1080] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1074/1080] Compiling GRPC ClientInterceptorContext.swift
[1075/1080] Compiling GRPC ClientInterceptorPipeline.swift
[1076/1080] Compiling GRPC ClientInterceptorProtocol.swift
[1077/1080] Compiling GRPC ClientInterceptors.swift
[1078/1080] Compiling GRPC ClientTransport.swift
[1079/1080] Compiling GRPC ClientTransportFactory.swift
[1080/1080] Compiling GRPC MessageParts.swift
[1082/1096] Compiling CombineGRPC HeaderUtils.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1083/1096] Compiling CombineGRPC ServerStreamingHandlerSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1084/1096] Compiling CombineGRPC RPCErrorUtils.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1085/1096] Compiling CombineGRPC RetryPolicy.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1086/1096] Compiling CombineGRPC RPCError.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1087/1096] Compiling CombineGRPC BidirectionalStreamingHandlerSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1088/1097] Compiling CombineGRPC BidirectionalStreamingPublisher.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1089/1097] Compiling CombineGRPC ClientStreamingPublisher.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1090/1097] Compiling CombineGRPC ClientStreamingHandlerSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1091/1097] Compiling CombineGRPC Handlers.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1092/1097] Compiling CombineGRPC ServerStreamingPublisher.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1093/1097] Compiling CombineGRPC StreamingRequestsSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1094/1097] Emitting module CombineGRPC
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1095/1097] Compiling CombineGRPC DemandBuffer.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1096/1097] Compiling CombineGRPC GRPCExecutor.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[1097/1097] Compiling CombineGRPC UnaryHandlerSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/56] Compiling Logging MetadataProvider.swift
[5/56] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/56] Compiling InternalCollectionsUtilities Specialize.swift
[7/118] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[8/118] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[9/118] Compiling SwiftProtobuf FieldTag.swift
[10/118] Compiling SwiftProtobuf FieldTypes.swift
[13/143] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[14/143] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[15/143] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[16/143] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[17/143] Emitting module Logging
[18/143] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/143] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/143] Compiling NIOConcurrencyHelpers lock.swift
[23/143] Compiling _NIODataStructures Heap.swift
[24/143] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[25/143] Compiling NIOConcurrencyHelpers atomics.swift
[26/143] Compiling SwiftProtobuf CustomJSONCodable.swift
[27/143] Compiling SwiftProtobuf Decoder.swift
[28/143] Compiling SwiftProtobuf DoubleParser.swift
[29/143] Emitting module _NIODataStructures
[30/143] Compiling Atomics IntegerOperations.swift
[31/143] Compiling Atomics Unmanaged extensions.swift
[32/143] Compiling _NIOBase64 Base64.swift
[33/143] Emitting module _NIOBase64
[34/144] Emitting module NIOConcurrencyHelpers
[35/145] Compiling _NIODataStructures PriorityQueue.swift
[36/145] Compiling _NIODataStructures _TinyArray.swift
[38/146] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[39/146] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[40/146] Compiling SwiftProtobuf ExtensionFields.swift
[41/146] Compiling SwiftProtobuf ExtensionMap.swift
[46/146] Emitting module InternalCollectionsUtilities
[49/146] Compiling SwiftProtobuf Enum.swift
[50/146] Compiling SwiftProtobuf ExtensibleMessage.swift
[51/146] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[55/147] Compiling Logging LogHandler.swift
[56/147] Compiling Logging Locks.swift
[57/147] Compiling Logging Logging.swift
[59/163] Compiling DequeModule Deque+CustomReflectable.swift
[60/163] Compiling DequeModule Deque+Descriptions.swift
[61/163] Compiling DequeModule Deque+Equatable.swift
[62/163] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/165] Compiling DequeModule _DequeBuffer.swift
[64/165] Compiling DequeModule _DequeBufferHeader.swift
[65/165] Compiling DequeModule Deque+Extras.swift
[66/165] Compiling DequeModule Deque+Hashable.swift
[67/165] Compiling DequeModule Deque+Testing.swift
[68/165] Compiling DequeModule Deque._Storage.swift
[69/165] Compiling DequeModule Deque._UnsafeHandle.swift
[70/165] Compiling DequeModule Deque.swift
[71/165] Compiling DequeModule _DequeSlot.swift
[72/165] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/165] Emitting module SwiftProtobuf
[77/176] Compiling DequeModule Deque+Codable.swift
[78/176] Compiling DequeModule Deque+Collection.swift
[80/176] Emitting module Atomics
[82/177] Emitting module DequeModule
[86/237] Compiling NIOCore NIOSendable.swift
[87/237] Compiling NIOCore RecvByteBufferAllocator.swift
[88/237] Compiling NIOCore EventLoop.swift
[89/237] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[90/237] Compiling NIOCore EventLoopFuture+Deprecated.swift
[91/237] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[92/237] Compiling NIOCore EventLoopFuture.swift
[93/237] Compiling NIOCore FileDescriptor.swift
[94/237] Compiling NIOCore FileHandle.swift
[95/237] Compiling NIOCore FileRegion.swift
[96/237] Compiling SwiftProtobuf ProtoNameProviding.swift
[97/237] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[98/237] Compiling NIOCore Codec.swift
[99/237] Compiling NIOCore ConvenienceOptionSupport.swift
[100/237] Compiling NIOCore DeadChannel.swift
[101/237] Compiling NIOCore DispatchQueue+WithFuture.swift
[102/237] Compiling NIOCore EventLoop+Deprecated.swift
[103/237] Compiling NIOCore EventLoop+SerialExecutor.swift
[104/237] Compiling NIOCore MarkedCircularBuffer.swift
[105/237] Compiling NIOCore MulticastChannel.swift
[106/237] Compiling NIOCore NIOAny.swift
[107/237] Compiling NIOCore NIOCloseOnErrorHandler.swift
[108/237] Compiling NIOCore NIOLoopBound.swift
[109/237] Compiling NIOCore NIOScheduledCallback.swift
[110/237] Compiling NIOCore ByteBuffer-multi-int.swift
[111/237] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[112/237] Compiling NIOCore ByteBuffer-views.swift
[113/237] Compiling NIOCore Channel.swift
[114/237] Compiling NIOCore ChannelHandler.swift
[115/237] Compiling NIOCore ChannelHandlers.swift
[116/237] Compiling NIOCore ChannelInvoker.swift
[117/237] Compiling NIOCore ChannelOption.swift
[118/237] Compiling NIOCore AddressedEnvelope.swift
[119/237] Compiling NIOCore AsyncAwaitSupport.swift
[120/237] Compiling NIOCore AsyncChannel.swift
[121/237] Compiling NIOCore AsyncChannelHandler.swift
[122/237] Compiling NIOCore AsyncChannelInboundStream.swift
[123/237] Compiling NIOCore AsyncChannelOutboundWriter.swift
[124/237] Compiling NIOCore NIOAsyncSequenceProducer.swift
[125/237] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[126/237] Compiling NIOCore NIOAsyncWriter.swift
[127/237] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[128/237] Compiling NIOCore BSDSocketAPI.swift
[129/237] Compiling NIOCore ByteBuffer-aux.swift
[130/237] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[131/237] Compiling NIOCore ByteBuffer-conversions.swift
[132/237] Compiling NIOCore ByteBuffer-core.swift
[133/237] Compiling NIOCore ByteBuffer-hex.swift
[142/245] Compiling NIOCore GlobalSingletons.swift
[143/245] Compiling NIOCore IO.swift
[144/245] Compiling NIOCore IOData.swift
[145/245] Compiling NIOCore IPProtocol.swift
[146/245] Compiling NIOCore IntegerBitPacking.swift
[147/245] Compiling NIOCore IntegerTypes.swift
[148/245] Compiling NIOCore Interfaces.swift
[149/245] Compiling NIOCore Linux.swift
[150/245] Compiling NIOCore SocketOptionProvider.swift
[151/245] Compiling NIOCore SystemCallHelpers.swift
[152/245] Compiling NIOCore TimeAmount+Duration.swift
[153/245] Compiling NIOCore TypeAssistedChannelHandler.swift
[154/245] Compiling NIOCore UniversalBootstrapSupport.swift
[155/245] Compiling NIOCore Utilities.swift
[156/245] Compiling SwiftProtobuf TextFormatDecoder.swift
[157/245] Compiling SwiftProtobuf TextFormatDecodingError.swift
[158/245] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[159/245] Compiling SwiftProtobuf TextFormatEncoder.swift
[160/245] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[161/245] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[162/245] Compiling SwiftProtobuf TextFormatScanner.swift
[163/245] Compiling SwiftProtobuf TimeUtils.swift
[164/245] Compiling SwiftProtobuf UnknownStorage.swift
[165/245] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[166/245] Compiling SwiftProtobuf Varint.swift
[167/245] Compiling SwiftProtobuf Version.swift
[168/245] Compiling SwiftProtobuf Visitor.swift
[169/245] Compiling SwiftProtobuf WireFormat.swift
[170/245] Compiling SwiftProtobuf ZigZag.swift
[171/245] Compiling SwiftProtobuf any.pb.swift
[172/245] Compiling NIOCore ChannelPipeline.swift
[173/245] Compiling NIOCore CircularBuffer.swift
[188/245] Compiling NIOCore ByteBuffer-int.swift
[189/245] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[200/245] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[201/245] Compiling NIOCore SocketAddresses.swift
[234/245] Compiling SwiftProtobuf api.pb.swift
[235/245] Compiling SwiftProtobuf descriptor.pb.swift
[236/245] Compiling SwiftProtobuf duration.pb.swift
[237/245] Compiling SwiftProtobuf empty.pb.swift
[238/245] Compiling SwiftProtobuf field_mask.pb.swift
[239/245] Compiling SwiftProtobuf source_context.pb.swift
[240/245] Compiling SwiftProtobuf struct.pb.swift
[241/245] Compiling SwiftProtobuf timestamp.pb.swift
[242/245] Compiling SwiftProtobuf type.pb.swift
[243/245] Compiling SwiftProtobuf wrappers.pb.swift
[244/245] Compiling SwiftProtobuf resource_bundle_accessor.swift
[246/246] Emitting module NIOCore
[248/298] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[249/298] Compiling NIOEmbedded AsyncTestingChannel.swift
[250/298] Emitting module NIOEmbedded
[251/298] Compiling NIOEmbedded Embedded.swift
[252/299] Compiling NIOPosix PooledRecvBufferAllocator.swift
[253/299] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[254/299] Compiling NIOPosix PosixSingletons.swift
[255/299] Compiling NIOPosix RawSocketBootstrap.swift
[256/299] Compiling NIOPosix Resolver.swift
[257/299] Compiling NIOPosix Selectable.swift
[259/305] Compiling NIOPosix ThreadPosix.swift
[260/305] Compiling NIOPosix ThreadWindows.swift
[261/305] Compiling NIOPosix UnsafeTransfer.swift
[262/305] Compiling NIOPosix Utilities.swift
[263/305] Compiling NIOPosix VsockAddress.swift
[264/305] Compiling NIOPosix VsockChannelEvents.swift
[265/305] Compiling NIOPosix IO.swift
[266/305] Compiling NIOPosix IntegerBitPacking.swift
[267/305] Compiling NIOPosix IntegerTypes.swift
[268/305] Compiling NIOPosix Linux.swift
[269/305] Compiling NIOPosix LinuxCPUSet.swift
[270/305] Compiling NIOPosix LinuxUring.swift
[271/305] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[272/305] Compiling NIOPosix NIOThreadPool.swift
[273/305] Compiling NIOPosix NonBlockingFileIO.swift
[274/305] Compiling NIOPosix PendingDatagramWritesManager.swift
[275/305] Compiling NIOPosix PendingWritesManager.swift
[276/305] Compiling NIOPosix PipeChannel.swift
[277/305] Compiling NIOPosix PipePair.swift
[278/305] Compiling NIOPosix Pool.swift
[279/305] Compiling NIOPosix SelectableChannel.swift
[280/305] Compiling NIOPosix SelectableEventLoop.swift
[281/305] Compiling NIOPosix SelectorEpoll.swift
[282/305] Compiling NIOPosix SelectorGeneric.swift
[283/305] Compiling NIOPosix SelectorKqueue.swift
[284/305] Compiling NIOPosix SelectorUring.swift
[285/305] Compiling NIOPosix ServerSocket.swift
[286/305] Compiling NIOPosix Socket.swift
[287/305] Compiling NIOPosix SocketChannel.swift
[288/305] Compiling NIOPosix SocketProtocols.swift
[289/305] Compiling NIOPosix System.swift
[290/305] Compiling NIOPosix Thread.swift
[291/305] Emitting module NIOPosix
[292/305] Compiling NIOPosix BSDSocketAPICommon.swift
[293/305] Compiling NIOPosix BSDSocketAPIPosix.swift
[294/305] Compiling NIOPosix BSDSocketAPIWindows.swift
[295/305] Compiling NIOPosix BaseSocket.swift
[296/305] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[297/305] Compiling NIOPosix BaseSocketChannel.swift
[298/305] Compiling NIOPosix BaseStreamSocketChannel.swift
[299/305] Compiling NIOPosix Bootstrap.swift
[300/305] Compiling NIOPosix ControlMessage.swift
[301/305] Compiling NIOPosix DatagramVectorReadManager.swift
[302/305] Compiling NIOPosix Errors+Any.swift
[303/305] Compiling NIOPosix FileDescriptor.swift
[304/305] Compiling NIOPosix GetaddrinfoResolver.swift
[305/305] Compiling NIOPosix HappyEyeballs.swift
[307/308] Emitting module NIO
[308/308] Compiling NIO Exports.swift
[310/336] Compiling NIOTLS TLSEvents.swift
[311/336] Emitting module NIOTLS
[312/336] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[313/336] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[314/336] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[315/336] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[316/336] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[317/336] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[318/336] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[319/338] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[320/338] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[321/338] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[322/338] Compiling NIOTLS SNIHandler.swift
[323/339] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[324/339] Emitting module NIOFoundationCompat
[326/340] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[327/340] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[328/340] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[329/340] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[331/340] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[332/340] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[333/340] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[334/340] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[335/340] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[336/340] Compiling NIOHTTP1 HTTPTypes.swift
[337/375] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[338/375] Compiling NIOTransportServices NIOTSSingletons.swift
[339/375] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[340/393] Compiling NIOSSL SSLConnection.swift
[341/393] Compiling NIOSSL SSLContext.swift
[342/393] Compiling NIOSSL SSLPublicKey.swift
[343/393] Compiling NIOSSL AndroidCABundle.swift
[344/393] Compiling NIOSSL ByteBufferBIO.swift
[345/393] Compiling NIOSSL CustomPrivateKey.swift
[346/393] Compiling NIOSSL SSLErrors.swift
[347/393] Compiling NIOSSL SSLInit.swift
[348/393] Compiling NIOSSL SSLPKCS12Bundle.swift
[349/393] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[350/393] Compiling NIOSSL NIOSSLHandler.swift
[351/393] Compiling NIOSSL NIOSSLServerHandler.swift
[352/393] Compiling NIOSSL IdentityVerification.swift
[353/393] Compiling NIOSSL LinuxCABundle.swift
[354/393] Compiling NIOSSL NIOSSLClientHandler.swift
[355/393] Emitting module NIOTransportServices
[356/393] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[357/393] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[358/393] Compiling NIOSSL ObjectIdentifier.swift
[359/393] Compiling NIOSSL PosixPort.swift
[360/393] Compiling NIOSSL SSLCallbacks.swift
[361/394] Emitting module NIOHTTP1
[367/406] Compiling NIOSSL NIOSSLSecureBytes.swift
[368/406] Compiling NIOSSL RNG.swift
[369/406] Compiling NIOSSL SafeCompare.swift
[370/406] Compiling NIOSSL Zeroization.swift
[374/406] Compiling NIOSSL SubjectAlternativeName.swift
[375/427] Emitting module NIOSSL
[376/427] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[377/427] Compiling NIOExtras JSONRPCFraming.swift
[378/427] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[379/427] Compiling NIOExtras LengthFieldPrepender.swift
[380/427] Compiling NIOExtras DebugInboundEventsHandler.swift
[381/427] Compiling NIOExtras DebugOutboundEventsHandler.swift
[382/427] Compiling NIOExtras FixedLengthFrameDecoder.swift
[383/427] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[384/427] Compiling NIOHPACK IndexedHeaderTable.swift
[385/427] Compiling NIOHPACK IntegerCoding.swift
[386/428] Compiling NIOExtras NIORequestIdentifiable.swift
[387/428] Compiling NIOExtras PCAPRingBuffer.swift
[388/428] Compiling NIOExtras QuiescingHelper.swift
[389/428] Compiling NIOExtras RequestResponseHandler.swift
[392/428] Emitting module NIOHPACK
[393/428] Emitting module NIOExtras
[394/430] Compiling NIOHPACK StaticHeaderTable.swift
[395/430] Compiling NIOHPACK HuffmanCoding.swift
[396/430] Compiling NIOHPACK HuffmanTables.swift
[397/430] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[398/430] Compiling NIOExtras NIOExtrasError.swift
[399/430] Compiling NIOExtras NIOLengthFieldBitLength.swift
[404/430] Compiling NIOExtras RequestResponseWithIDHandler.swift
[409/430] Compiling NIOExtras LineBasedFrameDecoder.swift
[419/431] Compiling NIOSSL TLSConfiguration.swift
[420/431] Compiling NIOSSL UniversalBootstrapSupport.swift
[421/431] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[422/431] Compiling NIOExtras UnsafeTransfer.swift
[423/431] Compiling NIOExtras WritePCAPHandler.swift
[434/491] Compiling NIOHTTP2 StateMachineResult.swift
[435/491] Compiling NIOHTTP2 ContentLengthVerifier.swift
[436/491] Compiling NIOHTTP2 DOSHeuristics.swift
[437/491] Compiling NIOHTTP2 Error+Any.swift
[438/491] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[439/491] Compiling NIOHTTP2 ControlFrameBuffer.swift
[440/491] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[441/491] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[442/499] Emitting module NIOHTTP2
[443/499] Compiling NIOHTTP2 ConnectionStateMachine.swift
[444/499] Compiling NIOHTTP2 ConnectionStreamsState.swift
[445/499] Compiling NIOHTTP2 MayReceiveFrames.swift
[446/499] Compiling NIOHTTP2 ReceivingDataState.swift
[447/499] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[448/499] Compiling NIOHTTP2 ReceivingHeadersState.swift
[449/499] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[450/499] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[451/499] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[452/499] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[453/499] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[454/499] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[455/499] Compiling NIOHTTP2 HTTP2StreamID.swift
[456/499] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[457/499] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[458/499] Compiling NIOHTTP2 HTTP2UserEvents.swift
[459/499] Compiling NIOHTTP2 InboundEventBuffer.swift
[460/499] Compiling NIOHTTP2 InboundWindowManager.swift
[461/499] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[462/499] Compiling NIOHTTP2 StreamChannelFlowController.swift
[463/499] Compiling NIOHTTP2 StreamChannelList.swift
[464/499] Compiling NIOHTTP2 StreamMap.swift
[465/499] Compiling NIOHTTP2 StreamStateMachine.swift
[466/499] Compiling NIOHTTP2 UnsafeTransfer.swift
[467/499] Compiling NIOHTTP2 WatermarkedFlowController.swift
[468/499] Compiling NIOHTTP2 MaySendFrames.swift
[469/499] Compiling NIOHTTP2 SendingDataState.swift
[470/499] Compiling NIOHTTP2 SendingGoawayState.swift
[471/499] Compiling NIOHTTP2 SendingHeadersState.swift
[472/499] Compiling NIOHTTP2 SendingPushPromiseState.swift
[473/499] Compiling NIOHTTP2 SendingRstStreamState.swift
[474/499] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[475/499] Compiling NIOHTTP2 HTTP2SettingsState.swift
[476/499] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[477/499] Compiling NIOHTTP2 HasFlowControlWindows.swift
[478/499] Compiling NIOHTTP2 HasLocalSettings.swift
[479/499] Compiling NIOHTTP2 HasRemoteSettings.swift
[480/499] Compiling NIOHTTP2 LocallyQuiescingState.swift
[481/499] Compiling NIOHTTP2 QuiescingState.swift
[482/499] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[483/499] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[484/499] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[485/499] Compiling NIOHTTP2 HTTP2Frame.swift
[486/499] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[487/499] Compiling NIOHTTP2 HTTP2FrameParser.swift
[488/499] Compiling NIOHTTP2 HTTP2PingData.swift
[489/499] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[490/499] Compiling NIOHTTP2 HTTP2Settings.swift
[491/499] Compiling NIOHTTP2 HTTP2Stream.swift
[492/499] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[493/499] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[494/499] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[495/499] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[496/499] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[497/499] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[498/499] Compiling NIOHTTP2 HTTP2Error.swift
[499/499] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[501/627] Emitting module GRPC
[502/627] Compiling GRPC ServerInterceptorContext.swift
[503/627] Compiling GRPC ServerInterceptorPipeline.swift
[504/627] Compiling GRPC ServerInterceptors.swift
[505/627] Compiling GRPC InterceptorContextList.swift
[506/627] Compiling GRPC LengthPrefixedMessageReader.swift
[507/627] Compiling GRPC Logger.swift
[508/627] Compiling GRPC LoggingServerErrorDelegate.swift
[509/627] Compiling GRPC MessageEncodingHeaderValidator.swift
[510/627] Compiling GRPC PlatformSupport.swift
[511/627] Compiling GRPC ReadWriteStates.swift
[512/627] Compiling GRPC Ref.swift
[513/627] Compiling GRPC Serialization.swift
[514/627] Compiling GRPC Server+NIOSSL.swift
[515/627] Compiling GRPC Server.swift
[516/627] Compiling GRPC ServerBuilder+NIOSSL.swift
[517/627] Compiling GRPC ServerBuilder.swift
[518/627] Compiling GRPC ServerCallContext.swift
[519/627] Compiling GRPC StreamingResponseCallContext.swift
[520/644] Compiling GRPC Array+BoundsCheck.swift
[521/644] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[522/644] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[523/644] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[524/644] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[525/644] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[526/644] Compiling GRPC ServerHandlerStateMachine.swift
[527/644] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[528/644] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[529/644] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[530/644] Compiling GRPC ServerInterceptorStateMachine.swift
[531/644] Compiling GRPC StreamState.swift
[532/644] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[533/644] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[534/644] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[535/644] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[536/644] Compiling GRPC GRPCAsyncRequestStream.swift
[537/644] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[538/644] Compiling GRPC GRPCAsyncResponseStream.swift
[539/644] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[540/644] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[541/644] Compiling GRPC GRPCAsyncServerCallContext.swift
[542/644] Compiling GRPC GRPCAsyncServerHandler.swift
[543/644] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[544/644] Compiling GRPC GRPCAsyncUnaryCall.swift
[545/644] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[546/644] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[547/644] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[548/644] Compiling GRPC GRPCSendable.swift
[549/644] Compiling GRPC NIOAsyncWrappers.swift
[550/644] Compiling GRPC BidirectionalStreamingServerHandler.swift
[551/644] Compiling GRPC ClientStreamingServerHandler.swift
[552/644] Compiling GRPC ServerHandlerProtocol.swift
[553/644] Compiling GRPC ServerStreamingServerHandler.swift
[554/644] Compiling GRPC UnaryServerHandler.swift
[555/644] Compiling GRPC CallOptions.swift
[556/644] Compiling GRPC ConnectionBackoff.swift
[557/644] Compiling GRPC ConnectionKeepalive.swift
[558/644] Compiling GRPC ConnectionManager+Delegates.swift
[559/644] Compiling GRPC ConnectionManager.swift
[560/644] Compiling GRPC ConnectionManagerChannelProvider.swift
[561/644] Compiling GRPC ConnectionManagerID.swift
[562/644] Compiling GRPC ConnectionPool+PerConnectionState.swift
[563/644] Compiling GRPC ConnectionPool+Waiter.swift
[564/644] Compiling GRPC ConnectionPool.swift
[565/644] Compiling GRPC ConnectionPoolIDs.swift
[566/644] Compiling GRPC GRPCChannelPool.swift
[567/644] Compiling GRPC PoolManager.swift
[568/644] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[569/644] Compiling GRPC PoolManagerStateMachine.swift
[570/644] Compiling GRPC PooledChannel.swift
[571/644] Compiling GRPC StreamLender.swift
[572/644] Compiling GRPC ConnectivityState.swift
[573/644] Compiling GRPC DebugOnly.swift
[574/644] Compiling GRPC UnaryResponseCallContext.swift
[575/644] Compiling GRPC ServerChannelErrorHandler.swift
[576/644] Compiling GRPC ServerErrorDelegate.swift
[577/644] Compiling GRPC ServerErrorProcessor.swift
[578/644] Compiling GRPC Stopwatch.swift
[579/644] Compiling GRPC StreamEvent.swift
[580/644] Compiling GRPC TLSVerificationHandler.swift
[581/644] Compiling GRPC TLSVersion.swift
[582/644] Compiling GRPC TimeLimit.swift
[583/644] Compiling GRPC UserInfo.swift
[584/644] Compiling GRPC Version.swift
[585/644] Compiling GRPC WebCORSHandler.swift
[586/644] Compiling GRPC WriteCapturingHandler.swift
[587/644] Compiling GRPC _EmbeddedThroughput.swift
[588/644] Compiling GRPC _FakeResponseStream.swift
[589/644] Compiling GRPC _GRPCClientCodecHandler.swift
[590/644] Compiling GRPC _MessageContext.swift
[591/644] Compiling GRPC DelegatingErrorHandler.swift
[592/644] Compiling GRPC Error+NIOSSL.swift
[593/644] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[594/644] Compiling GRPC FakeChannel.swift
[595/644] Compiling GRPC ClientConnection+NIOSSL.swift
[596/644] Compiling GRPC ClientConnection+NWTLS.swift
[597/644] Compiling GRPC GRPCChannel.swift
[598/644] Compiling GRPC GRPCChannelBuilder.swift
[599/644] Compiling GRPC GRPCClient.swift
[600/644] Compiling GRPC GRPCClientChannelHandler.swift
[601/644] Compiling GRPC GRPCClientStateMachine.swift
[602/644] Compiling GRPC GRPCContentType.swift
[603/644] Compiling GRPC GRPCError.swift
[604/644] Compiling GRPC GRPCHeaderName.swift
[605/644] Compiling GRPC GRPCIdleHandler.swift
[606/644] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[607/644] Compiling GRPC GRPCKeepaliveHandlers.swift
[608/644] Compiling GRPC GRPCPayload.swift
[609/644] Compiling GRPC BidirectionalStreamingCall.swift
[610/644] Compiling GRPC Call.swift
[611/644] Compiling GRPC CallDetails.swift
[612/644] Compiling GRPC ClientCall.swift
[613/644] Compiling GRPC ClientStreamingCall.swift
[614/644] Compiling GRPC LazyEventLoopPromise.swift
[615/644] Compiling GRPC ResponseContainers.swift
[616/644] Compiling GRPC ResponsePartContainer.swift
[617/644] Compiling GRPC ServerStreamingCall.swift
[618/644] Compiling GRPC UnaryCall.swift
[619/644] Compiling GRPC ClientConnection.swift
[620/644] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[621/644] Compiling GRPC ClientErrorDelegate.swift
[622/644] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[623/644] Compiling GRPC CompressionAlgorithm.swift
[624/644] Compiling GRPC DecompressionLimit.swift
[625/644] Compiling GRPC MessageEncoding.swift
[626/644] Compiling GRPC Zlib.swift
[627/644] Compiling GRPC GRPCServerPipelineConfigurator.swift
[628/644] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[629/644] Compiling GRPC GRPCServiceDescription.swift
[630/644] Compiling GRPC GRPCStatus.swift
[631/644] Compiling GRPC GRPCStatusAndMetadata.swift
[632/644] Compiling GRPC GRPCStatusMessageMarshaller.swift
[633/644] Compiling GRPC GRPCTLSConfiguration.swift
[634/644] Compiling GRPC GRPCTimeout.swift
[635/644] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[636/644] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[637/644] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[638/644] Compiling GRPC ClientInterceptorContext.swift
[639/644] Compiling GRPC ClientInterceptorPipeline.swift
[640/644] Compiling GRPC ClientInterceptorProtocol.swift
[641/644] Compiling GRPC ClientInterceptors.swift
[642/644] Compiling GRPC ClientTransport.swift
[643/644] Compiling GRPC ClientTransportFactory.swift
[644/644] Compiling GRPC MessageParts.swift
[646/660] Compiling CombineGRPC HeaderUtils.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[647/660] Compiling CombineGRPC ServerStreamingHandlerSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[648/660] Compiling CombineGRPC ServerStreamingPublisher.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[649/660] Compiling CombineGRPC StreamingRequestsSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[650/660] Compiling CombineGRPC RPCErrorUtils.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[651/660] Compiling CombineGRPC RetryPolicy.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[652/661] Compiling CombineGRPC RPCError.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[653/661] Compiling CombineGRPC BidirectionalStreamingHandlerSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[654/661] Compiling CombineGRPC ClientStreamingHandlerSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[655/661] Compiling CombineGRPC Handlers.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
error: emit-module command failed with exit code 1 (use -v to see invocation)
[656/661] Emitting module CombineGRPC
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[657/661] Compiling CombineGRPC DemandBuffer.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[658/661] Compiling CombineGRPC GRPCExecutor.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[659/661] Compiling CombineGRPC BidirectionalStreamingPublisher.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[660/661] Compiling CombineGRPC ClientStreamingPublisher.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
[661/661] Compiling CombineGRPC UnaryHandlerSubscriber.swift
/host/spi-builder-workspace/Sources/CombineGRPC/Client/BidirectionalStreamingPublisher.swift:5:8: error: no such module 'Combine'
3 |
4 | import Foundation
5 | import Combine
| `- error: no such module 'Combine'
6 | import GRPC
7 | import SwiftProtobuf
BUILD FAILURE 6.1 linux