Build Information
Successful build of FirebaseDataConnect, reference main (ed1c42), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 20:33:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
| `- note: use 'pluginWorkDirectoryURL' instead
265 |
266 | return try self.createBuildCommands(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:287:18: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
285 |
286 | init(_ path: String) {
287 | self.value = Path(path)
| `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
288 | }
289 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:291:26: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
289 |
290 | init(_ element: FileList.Element) {
291 | self.value = element.path
| |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
| `- note: use 'url' instead
292 | }
293 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:295:26: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
293 |
294 | init(_ element: PluginContext.Tool) {
295 | self.value = element.path
| |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
| `- note: use 'url' instead
296 | }
297 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:303:23: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
301 |
302 | var lastComponent: String {
303 | return self.value.lastComponent
| `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
304 | }
305 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:308:29: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
306 | func removingLastComponent() -> Self {
307 | var copy = self
308 | copy.value = self.value.removingLastComponent()
| `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
309 | return copy
310 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:314:29: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
312 | func appending(_ path: String) -> Self {
313 | var copy = self
314 | copy.value = self.value.appending(path)
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
315 | return copy
316 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:327:17: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
325 | outputFiles: [PathLike]
326 | ) -> PackagePlugin.Command {
327 | return Self.buildCommand(
| `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
328 | displayName: displayName,
329 | executable: executable.value,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:339:35: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
337 | extension URL {
338 | init(_ pathLike: PathLike) {
339 | self = URL(fileURLWithPath: "\(pathLike.value)")
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
340 | }
341 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/499] Write sources
[4/499] Write Start FDC Tools-entitlement.plist
[4/499] Write sources
[10/499] Copying PrivacyInfo.xcprivacy
[13/499] Write sources
[17/499] Copying PrivacyInfo.xcprivacy
[19/499] Write sources
[28/499] Copying PrivacyInfo.xcprivacy
[38/499] Write sources
[39/499] Copying Resources
[40/499] Compiling CGRPCZlib empty.c
[41/499] Compiling FirebaseAuthInterop dummy.m
[42/499] Write swift-version--6988338F2F200930.txt
[43/499] Compiling _AtomicsShims.c
[45/503] Compiling _NIODataStructures PriorityQueue.swift
[46/503] Compiling _NIODataStructures _TinyArray.swift
[47/503] Emitting module _NIODataStructures
[48/503] Compiling _NIODataStructures Heap.swift
[48/503] Compiling FIRMultiFactorConstants.m
[49/503] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[50/505] Compiling GULKeychainStorage.m
[51/508] Compiling GoogleUtilities-AppDelegateSwizzler resource_bundle_accessor.m
[52/511] Compiling GULKeychainUtils.m
[53/580] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[54/603] Compiling GULNetworkInfo.m
[55/605] Compiling GoogleUtilities-Environment resource_bundle_accessor.m
[56/636] Compiling GoogleUtilities-Environment GULAppEnvironmentUtil.m
[57/636] Compiling GTMSessionFetcherCore resource_bundle_accessor.m
[59/636] Compiling Logging MetadataProvider.swift
[60/636] Compiling _NIOBase64 Base64.swift
[61/636] Emitting module _NIOBase64
[62/636] Emitting module Logging
[62/636] Compiling GTMSessionFetcherCore GTMSessionUploadFetcher.m
[63/636] Compiling GTMSessionFetcherCore GTMSessionFetcherService.m
[65/636] Compiling InternalCollectionsUtilities Span+Extras.swift
[66/636] Compiling InternalCollectionsUtilities String+Padding.swift
[67/636] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/636] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[69/636] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[70/636] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/636] Compiling FirebaseCoreInternal HeartbeatsBundle.swift
[72/636] Compiling FirebaseCoreInternal HeartbeatsPayload.swift
[73/636] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/636] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/636] Compiling FirebaseCoreInternal RingBuffer.swift
[76/636] Compiling FirebaseCoreInternal Storage.swift
[77/636] Compiling FirebaseCoreInternal HeartbeatLoggingTestUtils.swift
[78/636] Compiling FirebaseCoreInternal HeartbeatStorage.swift
[79/636] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/636] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/637] Compiling FirebaseCoreInternal Heartbeat.swift
[82/637] Compiling FirebaseCoreInternal HeartbeatController.swift
[83/637] Emitting module InternalCollectionsUtilities
[83/637] Compiling GTMSessionFetcherCore GTMSessionFetcherLogging.m
[85/637] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/637] Compiling FirebaseCoreExtension resource_bundle_accessor.m
[86/637] Compiling FirebaseCoreExtension dummy.m
[87/637] Compiling GTMSessionFetcherCore GTMSessionFetcher.m
[88/637] Compiling FIRAuthProvider.m
[89/637] Compiling FIRAuthErrorUtils.m
[90/637] Write sources
[93/637] Compiling Logging LogHandler.swift
[94/637] Compiling Logging LogEvent.swift
[95/637] Compiling Logging Locks.swift
[96/637] Compiling Logging Logging.swift
[96/637] Compiling CNIOWindows shim.c
[97/637] Compiling FirebaseAppCheckInterop dummy.m
[98/637] Compiling CNIOWindows WSAStartup.c
[99/637] Compiling FIRAuth.m
[100/637] Compiling CNIOWASI CNIOWASI.c
[101/637] Compiling CNIOOpenBSD shim.c
[102/637] Compiling CNIOLinux shim.c
[103/637] Compiling CNIOLinux liburing_shims.c
[105/671] Compiling ContainersPreview ContainerIterator.swift
[106/671] Compiling ContainersPreview DynamicContainer.swift
[107/671] Compiling ContainersPreview MutableContainer.swift
[108/671] Compiling ContainersPreview PermutableContainer.swift
[109/674] Compiling ContainersPreview Drain+Reduce.swift
[110/674] Compiling ContainersPreview Drain.swift
[111/674] Compiling ContainersPreview Producer+Collect.swift
[112/674] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[113/674] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[114/674] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[115/674] Compiling ContainersPreview BorrowingSequence.swift
[116/674] Compiling ContainersPreview RandomAccessContainer.swift
[117/674] Compiling ContainersPreview RangeExpression2.swift
[118/674] Compiling ContainersPreview RangeReplaceableContainer.swift
[119/674] Compiling ContainersPreview Drain+Map.swift
[119/674] Compiling CNIOPosix event_loop_id.c
[121/674] Compiling ContainersPreview BidirectionalContainer.swift
[122/674] Compiling ContainersPreview Container+Filter.swift
[123/674] Compiling ContainersPreview Container+SpanwiseZip.swift
[124/674] Compiling ContainersPreview Container.swift
[125/674] Emitting module ContainersPreview
[126/674] Compiling ContainersPreview Producer.swift
[127/674] Compiling ContainersPreview Borrow.swift
[128/674] Compiling ContainersPreview Box.swift
[129/674] Compiling ContainersPreview Producer+Filter.swift
[130/674] Compiling ContainersPreview Producer+Map.swift
[131/674] Compiling ContainersPreview Producer+Reduce.swift
[132/674] Compiling ContainersPreview Inout.swift
[133/674] Compiling ContainersPreview InputSpan.swift
[134/674] Compiling ContainersPreview Shared.swift
[134/674] Compiling CNIOLLHTTP c_nio_api.c
[136/674] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[137/674] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[138/674] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[139/674] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[140/674] Compiling ContainersPreview OutputSpan+Extras.swift
[141/674] Compiling ContainersPreview TemporaryAllocation.swift
[142/674] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[143/674] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[143/674] Compiling CNIOLLHTTP c_nio_http.c
[144/674] Compiling CNIOLLHTTP c_nio_llhttp.c
[145/703] Compiling fiat_p256_adx_sqr.S
[146/715] Compiling fiat_p256_adx_mul.S
[147/715] Compiling fiat_curve25519_adx_square.S
[148/715] Compiling fiat_curve25519_adx_mul.S
[150/715] Compiling DequeModule RigidDeque+Consumption.swift
[151/715] Compiling DequeModule RigidDeque+Container.swift
[152/715] Compiling DequeModule RigidDeque+Descriptions.swift
[153/715] Compiling DequeModule RigidDeque+Equatable.swift
[154/715] Compiling DequeModule RigidDeque+Experimental.swift
[154/719] Compiling CNIOBoringSSLShims shims.c
[155/719] Compiling CNIODarwin shim.c
[157/719] Compiling DequeModule UniqueDeque+Append.swift
[158/719] Compiling DequeModule UniqueDeque+Consumption.swift
[159/719] Compiling DequeModule UniqueDeque+Container.swift
[160/719] Compiling DequeModule UniqueDeque+Descriptions.swift
[161/719] Compiling DequeModule RigidDeque+Hashable.swift
[162/719] Compiling DequeModule RigidDeque+Initializers.swift
[163/719] Compiling DequeModule RigidDeque+Insertions.swift
[164/719] Compiling DequeModule RigidDeque+Prepend.swift
[165/719] Compiling DequeModule UniqueDeque+Equatable.swift
[166/719] Compiling DequeModule UniqueDeque+Experimental.swift
[167/719] Compiling DequeModule UniqueDeque+Hashable.swift
[168/719] Compiling DequeModule UniqueDeque+Initializers.swift
[169/719] Compiling DequeModule RigidDeque+Removals.swift
[170/719] Compiling DequeModule RigidDeque+Replacements.swift
[171/719] Compiling DequeModule RigidDeque+Testing.swift
[172/719] Compiling DequeModule RigidDeque.swift
[173/719] Compiling DequeModule UniqueDeque+Insertions.swift
[174/719] Compiling DequeModule UniqueDeque+Prepend.swift
[175/719] Compiling DequeModule UniqueDeque+Removals.swift
[176/719] Compiling DequeModule UniqueDeque+Replacements.swift
[177/719] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[178/719] Compiling DequeModule Deque+Extras.swift
[179/719] Compiling DequeModule Deque+Hashable.swift
[180/719] Compiling DequeModule Deque+Testing.swift
[181/719] Compiling DequeModule Deque._Storage.swift
[182/719] Compiling DequeModule Deque._UnsafeHandle.swift
[183/719] Compiling DequeModule Deque.swift
[184/719] Compiling DequeModule _DequeBuffer.swift
[185/719] Compiling DequeModule _DequeBufferHeader.swift
[186/719] Compiling DequeModule RigidDeque+Append.swift
[187/719] Compiling DequeModule Deque+Codable.swift
[188/719] Compiling DequeModule Deque+Collection.swift
[189/719] Compiling DequeModule Deque+CustomReflectable.swift
[190/719] Compiling DequeModule Deque+Descriptions.swift
[191/719] Compiling DequeModule Deque+Equatable.swift
[191/719] Compiling GoogleUtilities-AppDelegateSwizzler GULSceneDelegateSwizzler.m
[192/719] Compiling GoogleUtilities-AppDelegateSwizzler GULAppDelegateSwizzler.m
[193/719] Compiling tls_method.cc
[194/719] Compiling tls_record.cc
[195/719] Compiling tls13_server.cc
[196/719] Compiling tls13_enc.cc
[197/719] Compiling tls13_client.cc
[199/719] Emitting module SwiftProtobuf
[200/728] Compiling DequeModule UniqueDeque.swift
[201/728] Compiling DequeModule _DequeSlot.swift
[202/728] Compiling DequeModule _UnsafeDequeHandle.swift
[203/728] Compiling DequeModule _UnsafeDequeSegments.swift
[204/728] Compiling TemplateProject resource_bundle_accessor.swift
[205/728] Emitting module DequeModule
[206/728] Compiling TemplateProject TemplateProject.swift
[207/728] Emitting module TemplateProject
[208/728] Compiling ShellExecutor ShellExecutor.swift
[209/728] Emitting module ShellExecutor
[210/728] Compiling FirebaseCoreInternal UnfairLock.swift
[211/728] Compiling FirebaseCoreInternal WeakContainer.swift
[212/728] Compiling FirebaseCoreInternal _ObjC_HeartbeatController.swift
[213/728] Compiling FirebaseCoreInternal _ObjC_HeartbeatsPayload.swift
[214/729] Compiling FirebaseCoreInternal StorageFactory.swift
[220/729] Compiling t1_enc.cc
[224/729] Emitting module FirebaseCoreInternal
[225/729] Compiling SwiftProtobuf JSONEncodingError.swift
[226/729] Compiling SwiftProtobuf JSONEncodingOptions.swift
[227/729] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[228/729] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[229/729] Compiling SwiftProtobuf JSONScanner.swift
[230/729] Compiling SwiftProtobuf MathUtils.swift
[231/729] Compiling SwiftProtobuf Message+AnyAdditions.swift
[232/729] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[233/729] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[234/729] Compiling SwiftProtobuf Message+FieldMask.swift
[234/729] Compiling tls13_both.cc
[236/731] Compiling FirebaseCoreInternal resource_bundle_accessor.swift
[236/731] Compiling ssl_x509.cc
[238/731] Emitting module SetupDevEnv
[239/731] Compiling SetupDevEnv SetupDevEnv.swift
[239/731] Compiling ssl_versions.cc
[240/731] Write Objects.LinkFileList
[241/731] Compiling ssl_transcript.cc
[257/731] Compiling SwiftProtobuf Internal.swift
[258/731] Compiling SwiftProtobuf JSONDecoder.swift
[259/731] Compiling SwiftProtobuf JSONDecodingError.swift
[260/731] Compiling SwiftProtobuf JSONDecodingOptions.swift
[261/731] Compiling SwiftProtobuf JSONEncoder.swift
[261/731] Compiling ssl_stat.cc
[262/731] Linking Start FDC Tools
[263/731] Compiling ssl_privkey.cc
[264/731] Compiling ssl_session.cc
[265/731] Applying Start FDC Tools
[296/731] Compiling ssl_key_share.cc
[297/731] Compiling ssl_lib.cc
[299/731] Compiling SwiftProtobuf duration.pb.swift
[300/731] Compiling SwiftProtobuf empty.pb.swift
[301/731] Compiling SwiftProtobuf field_mask.pb.swift
[302/731] Compiling SwiftProtobuf source_context.pb.swift
[303/731] Compiling SwiftProtobuf struct.pb.swift
[304/731] Compiling SwiftProtobuf timestamp.pb.swift
[305/731] Compiling SwiftProtobuf type.pb.swift
[306/731] Compiling SwiftProtobuf wrappers.pb.swift
[307/731] Compiling SwiftProtobuf resource_bundle_accessor.swift
[307/731] Compiling FirebaseCore resource_bundle_accessor.m
[308/731] Compiling FirebaseCore FIRVersion.m
[310/731] Compiling SwiftProtobuf PathVisitor.swift
[311/731] Compiling SwiftProtobuf ProtoNameProviding.swift
[312/731] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[313/731] Compiling SwiftProtobuf ProtobufMap.swift
[314/731] Compiling SwiftProtobuf SelectiveVisitor.swift
[315/731] Compiling SwiftProtobuf SimpleExtensionMap.swift
[316/731] Compiling SwiftProtobuf StringUtils.swift
[317/731] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[318/731] Compiling SwiftProtobuf SwiftProtobufError.swift
[318/731] Compiling FirebaseCore FIRConfiguration.m
[319/731] Compiling FirebaseCore FIRComponent.m
[320/731] Compiling FirebaseCore FIRComponentContainer.m
[321/731] Compiling FirebaseCore FIRLogger.m
[322/731] Compiling FirebaseCore FIRComponentType.m
[323/731] Compiling FirebaseCore FIRBundleUtil.m
[324/731] Compiling FirebaseCore FIRAnalyticsConfiguration.m
[325/731] Compiling FirebaseCore FIRHeartbeatLogger.m
[326/731] Compiling FirebaseCore FIRTimestamp.m
[327/731] Compiling FirebaseCore FIROptions.m
[328/731] Compiling FirebaseCore FIRFirebaseUserAgent.m
[329/731] Compiling ssl_file.cc
[330/731] Compiling ssl_cipher.cc
[331/731] Compiling ssl_credential.cc
[332/731] Compiling ssl_cert.cc
[333/731] Compiling ssl_buffer.cc
[335/731] Compiling SwiftProtobuf TextFormatDecoder.swift
[336/731] Compiling SwiftProtobuf TextFormatDecodingError.swift
[337/731] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[338/731] Compiling SwiftProtobuf TextFormatEncoder.swift
[339/731] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[340/731] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[341/731] Compiling SwiftProtobuf TextFormatScanner.swift
[342/731] Compiling SwiftProtobuf TimeUtils.swift
[343/731] Compiling SwiftProtobuf UnknownStorage.swift
[344/731] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[345/731] Compiling SwiftProtobuf Varint.swift
[346/731] Compiling SwiftProtobuf Version.swift
[347/731] Compiling SwiftProtobuf Visitor.swift
[348/731] Compiling SwiftProtobuf WireFormat.swift
[349/731] Compiling SwiftProtobuf ZigZag.swift
[350/731] Compiling SwiftProtobuf any.pb.swift
[351/731] Compiling SwiftProtobuf api.pb.swift
[352/731] Compiling SwiftProtobuf descriptor.pb.swift
[352/731] Compiling ssl_asn1.cc
[353/731] Compiling ssl_aead_ctx.cc
[354/731] Compiling s3_pkt.cc
[355/731] Compiling s3_lib.cc
[356/731] Compiling s3_both.cc
[357/731] Compiling handshake_server.cc
[358/731] Compiling handshake.cc
[359/731] Compiling handshake_client.cc
[360/731] Compiling handoff.cc
[361/731] Compiling FirebaseCore FIRApp.m
[362/731] Compiling encrypted_client_hello.cc
[363/731] Compiling md5-x86_64-linux.S
[364/731] Compiling dtls_record.cc
[365/731] Compiling md5-x86_64-apple.S
[366/731] Compiling md5-586-linux.S
[367/731] Compiling extensions.cc
[368/731] Compiling md5-586-apple.S
[369/731] Compiling chacha20_poly1305_x86_64-linux.S
[370/731] Compiling chacha20_poly1305_x86_64-apple.S
[371/731] Compiling chacha20_poly1305_armv8-win.S
[372/731] Compiling chacha20_poly1305_armv8-linux.S
[373/731] Compiling chacha-x86_64-linux.S
[374/731] Compiling chacha20_poly1305_armv8-apple.S
[375/731] Compiling chacha-x86_64-apple.S
[376/760] Compiling chacha-x86-linux.S
[377/773] Compiling chacha-x86-apple.S
[378/786] Compiling dtls_method.cc
[379/806] Compiling chacha-armv8-win.S
[380/815] Compiling err_data.cc
[381/843] Compiling chacha-armv8-linux.S
[382/857] Compiling chacha-armv4-linux.S
[383/857] Compiling chacha-armv8-apple.S
[384/857] Compiling aes128gcmsiv-x86_64-linux.S
[385/857] Compiling d1_srtp.cc
[386/857] Compiling aes128gcmsiv-x86_64-apple.S
[387/857] Compiling x86_64-mont5-linux.S
[388/857] Compiling x86_64-mont5-apple.S
[389/857] Compiling x86_64-mont-linux.S
[390/857] Compiling x86_64-mont-apple.S
[391/857] Compiling x86-mont-linux.S
[392/857] Compiling vpaes-x86_64-linux.S
[393/857] Compiling x86-mont-apple.S
[394/857] Compiling bio_ssl.cc
[395/857] Compiling vpaes-x86_64-apple.S
[396/857] Compiling vpaes-x86-linux.S
[397/857] Compiling vpaes-x86-apple.S
[398/857] Compiling d1_pkt.cc
[399/857] Compiling vpaes-armv8-linux.S
[400/857] Compiling vpaes-armv8-win.S
[401/857] Compiling vpaes-armv7-linux.S
[402/857] Compiling vpaes-armv8-apple.S
[403/857] Compiling sha512-x86_64-linux.S
[404/857] Compiling sha512-x86_64-apple.S
[405/857] Compiling sha512-armv8-win.S
[406/857] Compiling sha512-armv8-linux.S
[407/857] Compiling sha512-586-linux.S
[408/857] Compiling sha512-586-apple.S
[408/857] Compiling sha512-armv4-linux.S
[410/857] Compiling sha256-x86_64-linux.S
[411/857] Compiling sha512-armv8-apple.S
[412/857] Compiling d1_lib.cc
[413/857] Compiling sha256-x86_64-apple.S
[414/857] Compiling sha256-armv8-win.S
[415/857] Compiling sha256-armv4-linux.S
[416/857] Compiling sha256-armv8-linux.S
[417/857] Compiling sha256-586-linux.S
[418/857] Compiling sha256-586-apple.S
[419/857] Compiling sha256-armv8-apple.S
[420/857] Compiling sha1-x86_64-linux.S
[421/857] Compiling sha1-armv8-win.S
[422/857] Compiling sha1-x86_64-apple.S
[423/857] Compiling sha1-armv8-linux.S
[424/857] Compiling sha1-armv4-large-linux.S
[425/857] Compiling sha1-586-apple.S
[426/857] Compiling d1_both.cc
[427/857] Compiling sha1-armv8-apple.S
[428/857] Compiling sha1-586-linux.S
[429/857] Compiling rsaz-avx2-linux.S
[430/857] Compiling rsaz-avx2-apple.S
[431/857] Compiling rdrand-x86_64-linux.S
[432/857] Compiling rdrand-x86_64-apple.S
[433/857] Compiling p256_beeu-x86_64-asm-linux.S
[434/857] Compiling p256_beeu-x86_64-asm-apple.S
[435/857] Compiling p256_beeu-armv8-asm-win.S
[436/857] Compiling p256_beeu-armv8-asm-linux.S
[437/857] Compiling p256-x86_64-asm-linux.S
[438/857] Compiling p256_beeu-armv8-asm-apple.S
[439/857] Compiling p256-x86_64-asm-apple.S
[440/857] Compiling p256-armv8-asm-win.S
[441/857] Compiling p256-armv8-asm-linux.S
[442/857] Compiling ghashv8-armv8-win.S
[443/857] Compiling ghashv8-armv8-linux.S
[444/857] Compiling ghashv8-armv7-linux.S
[445/857] Compiling p256-armv8-asm-apple.S
[445/857] Compiling ghash-x86_64-linux.S
[447/857] Compiling ghashv8-armv8-apple.S
[448/857] Compiling ghash-x86_64-apple.S
[449/857] Compiling ghash-x86-linux.S
[450/857] Compiling ghash-x86-apple.S
[451/857] Compiling ghash-ssse3-x86-linux.S
[452/857] Compiling ghash-ssse3-x86_64-apple.S
[453/857] Compiling ghash-neon-armv8-win.S
[454/857] Compiling ghash-ssse3-x86_64-linux.S
[455/857] Compiling ghash-ssse3-x86-apple.S
[456/857] Compiling ghash-neon-armv8-linux.S
[457/857] Compiling ghash-neon-armv8-apple.S
[458/857] Compiling ghash-armv4-linux.S
[459/857] Compiling co-586-linux.S
[460/857] Compiling co-586-apple.S
[461/857] Compiling bn-armv8-win.S
[462/857] Compiling bsaes-armv7-linux.S
[462/857] Compiling bn-armv8-apple.S
[464/857] Compiling bn-armv8-linux.S
[465/857] Compiling bn-586-apple.S
[466/857] Compiling bn-586-linux.S
[467/857] Compiling armv8-mont-win.S
[468/857] Compiling armv8-mont-linux.S
[469/857] Compiling armv4-mont-linux.S
[470/857] Compiling aesv8-gcm-armv8-win.S
[470/857] Compiling aesv8-gcm-armv8-linux.S
[472/857] Compiling aesv8-armv8-linux.S
[473/857] Compiling armv8-mont-apple.S
[473/857] Compiling aesv8-gcm-armv8-apple.S
[473/857] Compiling aesv8-armv8-win.S
[476/857] Compiling aesv8-armv8-apple.S
[477/857] Compiling aesv8-armv7-linux.S
[478/857] Compiling aesni-x86-linux.S
[479/857] Compiling aesni-x86_64-linux.S
[480/857] Compiling aesni-x86_64-apple.S
[481/857] Compiling aesni-gcm-x86_64-linux.S
[482/857] Compiling aes-gcm-avx2-x86_64-linux.S
[483/857] Compiling aesni-x86-apple.S
[483/857] Compiling aesni-gcm-x86_64-apple.S
[485/857] Compiling aes-gcm-avx2-x86_64-apple.S
[486/857] Compiling aes-gcm-avx10-x86_64-linux.S
[487/857] Compiling aes-gcm-avx10-x86_64-apple.S
[488/857] Compiling x_sig.cc
[489/857] Compiling x_val.cc
[490/857] Compiling x_x509a.cc
[491/857] Compiling x_pubkey.cc
[492/857] Compiling x_x509.cc
[493/857] Compiling x_req.cc
[494/857] Compiling x_spki.cc
[495/857] Compiling x_exten.cc
[496/857] Compiling x_name.cc
[497/857] Compiling x_crl.cc
[497/857] Compiling x_attrib.cc
[499/857] Compiling x509spki.cc
[500/857] Compiling x_algor.cc
[501/857] Compiling x509rset.cc
[502/857] Compiling x509name.cc
[503/857] Compiling x509_vpm.cc
[504/857] Compiling x_all.cc
[505/857] Compiling x509cset.cc
[506/857] Compiling x509_txt.cc
[507/857] Compiling x509_v3.cc
[508/857] Compiling x509_trs.cc
[509/857] Compiling x509_set.cc
[510/857] Compiling x509_vfy.cc
[511/857] Compiling x509_obj.cc
[512/857] Compiling x509_ext.cc
[513/857] Compiling x509_req.cc
[514/857] Compiling x509_lu.cc
[515/857] Compiling x509_def.cc
[516/857] Compiling x509_d2.cc
[517/857] Compiling x509.cc
[518/857] Compiling x509_att.cc
[519/857] Compiling x509_cmp.cc
[520/857] Compiling v3_skey.cc
[521/857] Compiling v3_prn.cc
[522/857] Compiling v3_purp.cc
[523/857] Compiling v3_utl.cc
[524/857] Compiling v3_pmaps.cc
[525/857] Compiling v3_pcons.cc
[526/857] Compiling v3_ocsp.cc
[527/857] Compiling v3_ncons.cc
[527/857] Compiling v3_int.cc
[529/857] Compiling v3_lib.cc
[530/857] Compiling v3_info.cc
[531/857] Compiling v3_ia5.cc
[532/857] Compiling v3_genn.cc
[533/857] Compiling v3_extku.cc
[534/857] Compiling v3_enum.cc
[535/857] Compiling v3_crld.cc
[536/857] Compiling v3_conf.cc
[537/857] Compiling v3_bitst.cc
[538/857] Compiling v3_bcons.cc
[539/857] Compiling v3_cpols.cc
[540/857] Compiling v3_akeya.cc
[541/857] Compiling v3_alt.cc
[542/857] Compiling v3_akey.cc
[543/857] Compiling i2d_pr.cc
[544/857] Compiling t_x509a.cc
[545/857] Compiling t_x509.cc
[546/857] Compiling t_req.cc
[547/857] Compiling t_crl.cc
[548/857] Compiling rsa_pss.cc
[549/857] Compiling name_print.cc
[550/857] Compiling policy.cc
[551/857] Compiling by_file.cc
[552/857] Compiling by_dir.cc
[553/857] Compiling asn1_gen.cc
[554/857] Compiling trust_token.cc
[555/857] Compiling voprf.cc
[556/857] Compiling a_verify.cc
[557/857] Compiling algorithm.cc
[558/857] Compiling a_digest.cc
[559/857] Compiling a_sign.cc
[560/857] Compiling thread_win.cc
[561/857] Compiling thread_pthread.cc
[562/857] Compiling thread.cc
[563/857] Compiling thread_none.cc
[564/857] Compiling stack.cc
[565/857] Compiling pmbtoken.cc
[566/857] Compiling siphash.cc
[567/857] Compiling slhdsa.cc
[568/857] Compiling spake2plus.cc
[569/857] Compiling sha512.cc
[570/857] Compiling sha256.cc
[571/857] Compiling sha1.cc
[572/857] Compiling rsa_extra.cc
[573/857] Compiling rsa_print.cc
[574/857] Compiling rsa_crypt.cc
[575/857] Compiling refcount.cc
[576/857] Compiling rc4.cc
[577/857] Compiling rsa_asn1.cc
[578/857] Compiling urandom.cc
[579/857] Compiling windows.cc
[580/857] Compiling trusty.cc
[581/857] Compiling rand.cc
[582/857] Compiling passive.cc
[583/857] Compiling poly1305_arm_asm.S
[584/857] Compiling ios.cc
[585/857] Compiling getentropy.cc
[586/857] Compiling forkunsafe.cc
[587/857] Compiling fork_detect.cc
[588/857] Compiling deterministic.cc
[589/857] Compiling pool.cc
[590/857] Compiling poly1305_vec.cc
[591/857] Compiling poly1305_arm.cc
[592/857] Compiling poly1305.cc
[593/857] Compiling pkcs8_x509.cc
[594/857] Compiling pkcs8.cc
[595/857] Compiling pkcs7.cc
[596/857] Compiling p5_pbev2.cc
[597/857] Compiling pkcs7_x509.cc
[598/857] Compiling pem_x509.cc
[599/857] Compiling pem_xaux.cc
[600/857] Compiling pem_pkey.cc
[601/857] Compiling pem_pk8.cc
[602/857] Compiling obj_xref.cc
[603/857] Compiling pem_oth.cc
[604/857] Compiling pem_info.cc
[605/857] Compiling pem_lib.cc
[606/857] Compiling mlkem.cc
[607/857] Compiling mldsa.cc
[608/857] Compiling pem_all.cc
[609/857] Compiling poly_rq_mul.S
[610/857] Compiling fips_shared_support.cc
[611/857] Compiling mem.cc
[612/857] Compiling obj.cc
[613/857] Compiling md5.cc
[614/857] Compiling md4.cc
[615/857] Compiling lhash.cc
[616/857] Compiling ex_data.cc
[617/857] Compiling kyber.cc
[618/857] Compiling hpke.cc
[619/857] Compiling sign.cc
[620/857] Compiling hrss.cc
[621/857] Compiling scrypt.cc
[622/857] Compiling print.cc
[623/857] Compiling pbkdf.cc
[624/857] Compiling p_x25519.cc
[625/857] Compiling p_x25519_asn1.cc
[626/857] Compiling p_rsa_asn1.cc
[627/857] Compiling p_rsa.cc
[628/857] Compiling p_ed25519.cc
[629/857] Compiling p_hkdf.cc
[630/857] Compiling p_ed25519_asn1.cc
[631/857] Compiling p_ec_asn1.cc
[632/857] Compiling p_ec.cc
[634/857] Emitting module FirebaseAuth
[634/870] Compiling p_dh_asn1.cc
[635/870] Compiling p_dh.cc
[636/870] Compiling evp_ctx.cc
[637/870] Compiling p_dsa_asn1.cc
[638/870] Compiling evp.cc
[639/870] Compiling err.cc
[640/870] Compiling evp_asn1.cc
[641/870] Compiling engine.cc
[643/870] Compiling FirebaseAuth GetOOBConfirmationCodeResponse.swift
[644/870] Compiling FirebaseAuth GetProjectConfigRequest.swift
[645/870] Compiling FirebaseAuth GetProjectConfigResponse.swift
[646/870] Compiling FirebaseAuth GetRecaptchaConfigRequest.swift
[647/870] Compiling FirebaseAuth GetRecaptchaConfigResponse.swift
[648/870] Compiling FirebaseAuth FinalizeMFAEnrollmentRequest.swift
[649/870] Compiling FirebaseAuth FinalizeMFAEnrollmentResponse.swift
[650/870] Compiling FirebaseAuth StartMFAEnrollmentRequest.swift
[651/870] Compiling FirebaseAuth StartMFAEnrollmentResponse.swift
[652/870] Compiling FirebaseAuth FinalizeMFASignInRequest.swift
[653/870] Compiling FirebaseAuth FinalizeMFASignInResponse.swift
[654/870] Compiling FirebaseAuth StartMFASignInRequest.swift
[655/870] Compiling FirebaseAuth StartMFASignInResponse.swift
[656/870] Compiling FirebaseAuth WithdrawMFARequest.swift
[656/870] Compiling ecdh.cc
[657/870] Compiling hash_to_curve.cc
[659/870] Compiling FirebaseAuth VerifyCustomTokenRequest.swift
[660/870] Compiling FirebaseAuth VerifyCustomTokenResponse.swift
[661/870] Compiling FirebaseAuth VerifyPasswordRequest.swift
[662/870] Compiling FirebaseAuth VerifyPasswordResponse.swift
[663/870] Compiling FirebaseAuth VerifyPhoneNumberRequest.swift
[664/870] Compiling FirebaseAuth VerifyPhoneNumberResponse.swift
[665/870] Compiling FirebaseAuth VerifyClientRequest.swift
[666/870] Compiling FirebaseAuth VerifyClientResponse.swift
[667/870] Compiling FirebaseAuth Base64URLEncodedStringExtension.swift
[668/870] Compiling FirebaseAuth MultiFactor.swift
[669/870] Compiling FirebaseAuth MultiFactorAssertion.swift
[670/870] Compiling FirebaseAuth MultiFactorInfo.swift
[671/870] Compiling FirebaseAuth MultiFactorResolver.swift
[672/870] Compiling FirebaseAuth MultiFactorSession.swift
[672/870] Compiling ec_derive.cc
[673/870] Compiling ecdsa_asn1.cc
[675/870] Compiling FirebaseAuth WithdrawMFAResponse.swift
[676/870] Compiling FirebaseAuth AuthProto.swift
[677/870] Compiling FirebaseAuth AuthProtoMFAEnrollment.swift
[678/870] Compiling FirebaseAuth AuthProtoFinalizeMFAPhoneRequestInfo.swift
[679/870] Compiling FirebaseAuth AuthProtoFinalizeMFAPhoneResponseInfo.swift
[680/870] Compiling FirebaseAuth AuthProtoStartMFAPhoneRequestInfo.swift
[681/870] Compiling FirebaseAuth AuthProtoStartMFAPhoneResponseInfo.swift
[682/870] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPEnrollmentRequestInfo.swift
[683/870] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPEnrollmentResponseInfo.swift
[684/870] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPSignInRequestInfo.swift
[685/870] Compiling FirebaseAuth AuthProtoStartMFATOTPEnrollmentRequestInfo.swift
[686/870] Compiling FirebaseAuth AuthProtoStartMFATOTPEnrollmentResponseInfo.swift
[687/870] Compiling FirebaseAuth ResetPasswordRequest.swift
[688/870] Compiling FirebaseAuth ResetPasswordResponse.swift
[689/870] Compiling FirebaseAuth RevokeTokenRequest.swift
[690/870] Compiling FirebaseAuth RevokeTokenResponse.swift
[691/870] Compiling FirebaseAuth SecureTokenRequest.swift
[692/870] Compiling FirebaseAuth SecureTokenResponse.swift
[693/870] Compiling FirebaseAuth SendVerificationTokenRequest.swift
[694/870] Compiling FirebaseAuth SendVerificationTokenResponse.swift
[695/870] Compiling FirebaseAuth SetAccountInfoRequest.swift
[696/870] Compiling FirebaseAuth SetAccountInfoResponse.swift
[697/870] Compiling FirebaseAuth SignInWithGameCenterRequest.swift
[698/870] Compiling FirebaseAuth SignInWithGameCenterResponse.swift
[699/870] Compiling FirebaseAuth SignUpNewUserRequest.swift
[700/870] Compiling FirebaseAuth SignUpNewUserResponse.swift
[701/870] Compiling FirebaseAuth VerifyAssertionRequest.swift
[702/870] Compiling FirebaseAuth VerifyAssertionResponse.swift
[702/870] Compiling dsa.cc
[703/870] Compiling dsa_asn1.cc
[704/870] Compiling ec_asn1.cc
[705/870] Compiling params.cc
[706/870] Compiling x25519-asm-arm.S
[707/870] Compiling digest_extra.cc
[708/870] Compiling bcm.cc
[709/870] Compiling des.cc
[710/870] Compiling dh_asn1.cc
[711/870] Compiling curve25519_64_adx.cc
[712/870] Compiling spake25519.cc
[713/870] Compiling cpu_intel.cc
[714/870] Compiling crypto.cc
[715/870] Compiling cpu_arm_linux.cc
[716/870] Compiling curve25519.cc
[717/870] Compiling cpu_arm_freebsd.cc
[718/870] Compiling cpu_aarch64_sysreg.cc
[719/870] Compiling cpu_aarch64_win.cc
[720/870] Compiling cpu_aarch64_openbsd.cc
[721/870] Compiling cpu_aarch64_linux.cc
[723/870] Compiling FirebaseAuth AuthRPCRequest.swift
[724/870] Compiling FirebaseAuth AuthRPCResponse.swift
[725/870] Compiling FirebaseAuth AuthRequestConfiguration.swift
[726/870] Compiling FirebaseAuth IdentityToolkitRequest.swift
[727/870] Compiling FirebaseAuth AuthMFAResponse.swift
[728/870] Compiling FirebaseAuth CreateAuthURIRequest.swift
[729/870] Compiling FirebaseAuth CreateAuthURIResponse.swift
[730/870] Compiling FirebaseAuth DeleteAccountRequest.swift
[731/870] Compiling FirebaseAuth DeleteAccountResponse.swift
[732/870] Compiling FirebaseAuth EmailLinkSignInRequest.swift
[733/870] Compiling FirebaseAuth EmailLinkSignInResponse.swift
[734/870] Compiling FirebaseAuth GetAccountInfoRequest.swift
[735/870] Compiling FirebaseAuth GetAccountInfoResponse.swift
[736/870] Compiling FirebaseAuth GetOOBConfirmationCodeRequest.swift
[736/870] Compiling cpu_aarch64_fuchsia.cc
[737/870] Compiling cpu_aarch64_apple.cc
[739/870] Compiling FirebaseAuth AuthCondition.swift
[740/870] Compiling FirebaseAuth AuthDefaultUIDelegate.swift
[741/870] Compiling FirebaseAuth AuthErrorUtils.swift
[742/870] Compiling FirebaseAuth AuthErrors.swift
[743/870] Compiling FirebaseAuth AuthInternalErrors.swift
[744/870] Compiling FirebaseAuth AuthLog.swift
[745/870] Compiling FirebaseAuth AuthRecaptchaVerifier.swift
[746/870] Compiling FirebaseAuth AuthUIDelegate.swift
[747/870] Compiling FirebaseAuth AuthURLPresenter.swift
[748/870] Compiling FirebaseAuth AuthWebUtils.swift
[749/870] Compiling FirebaseAuth AuthWebView.swift
[750/870] Compiling FirebaseAuth AuthWebViewController.swift
[751/870] Compiling FirebaseAuth resource_bundle_accessor.swift
[751/870] Compiling conf.cc
[752/870] Compiling get_cipher.cc
[753/870] Compiling tls_cbc.cc
[754/870] Compiling e_tls.cc
[756/870] Compiling FirebaseAuth AuthAppCredential.swift
[757/870] Compiling FirebaseAuth AuthAppCredentialManager.swift
[758/870] Compiling FirebaseAuth AuthNotificationManager.swift
[759/870] Compiling FirebaseAuth AuthStoredUserManager.swift
[760/870] Compiling FirebaseAuth SecureTokenService.swift
[761/870] Compiling FirebaseAuth TokenRefreshCoalescer.swift
[762/870] Compiling FirebaseAuth AdditionalUserInfo.swift
[763/870] Compiling FirebaseAuth User.swift
[764/870] Compiling FirebaseAuth UserInfo.swift
[765/870] Compiling FirebaseAuth UserInfoImpl.swift
[766/870] Compiling FirebaseAuth UserMetadata.swift
[767/870] Compiling FirebaseAuth UserProfileChangeRequest.swift
[768/870] Compiling FirebaseAuth UserProfileUpdate.swift
[768/870] Compiling e_rc4.cc
[769/870] Compiling e_null.cc
[770/870] Compiling e_rc2.cc
[771/870] Compiling e_des.cc
[772/870] Compiling e_chacha20poly1305.cc
[773/870] Compiling e_aesgcmsiv.cc
[774/870] Compiling derive_key.cc
[775/870] Compiling chacha.cc
[776/870] Compiling e_aesctrhmac.cc
[777/870] Compiling unicode.cc
[778/870] Compiling cbs.cc
[779/870] Compiling cbb.cc
[780/870] Compiling ber.cc
[781/870] Compiling buf.cc
[782/870] Compiling asn1_compat.cc
[783/870] Compiling blake2.cc
[785/870] Compiling FirebaseAuth ActionCodeInfo.swift
[786/870] Compiling FirebaseAuth ActionCodeOperation.swift
[787/870] Compiling FirebaseAuth ActionCodeSettings.swift
[788/870] Compiling FirebaseAuth ActionCodeURL.swift
[789/870] Compiling FirebaseAuth Auth+Async.swift
[790/870] Compiling FirebaseAuth Auth.swift
[791/870] Compiling FirebaseAuth AuthComponent.swift
[792/870] Compiling FirebaseAuth AuthDataResult.swift
[793/870] Compiling FirebaseAuth AuthDispatcher.swift
[794/870] Compiling FirebaseAuth AuthGlobalWorkQueue.swift
[795/870] Compiling FirebaseAuth AuthOperationType.swift
[796/870] Compiling FirebaseAuth AuthSettings.swift
[797/870] Compiling FirebaseAuth AuthTokenResult.swift
[798/870] Compiling FirebaseAuth AuthCredential.swift
[798/870] Compiling bn_asn1.cc
[799/870] Compiling convert.cc
[800/870] Compiling socket_helper.cc
[801/870] Compiling printf.cc
[802/870] Compiling socket.cc
[803/870] Compiling pair.cc
[804/870] Compiling hexdump.cc
[805/870] Compiling file.cc
[805/870] Compiling fd.cc
[808/870] Compiling FirebaseAuth AuthProviderID.swift
[809/870] Compiling FirebaseAuth EmailAuthProvider.swift
[810/870] Compiling FirebaseAuth FacebookAuthProvider.swift
[811/870] Compiling FirebaseAuth FederatedAuthProvider.swift
[812/870] Compiling FirebaseAuth GameCenterAuthProvider.swift
[813/870] Compiling FirebaseAuth GitHubAuthProvider.swift
[814/870] Compiling FirebaseAuth GoogleAuthProvider.swift
[815/870] Compiling FirebaseAuth OAuthCredential.swift
[816/870] Compiling FirebaseAuth OAuthProvider.swift
[817/870] Compiling FirebaseAuth PhoneAuthCredential.swift
[818/870] Compiling FirebaseAuth PhoneAuthProvider.swift
[819/870] Compiling FirebaseAuth TwitterAuthProvider.swift
[820/870] Compiling FirebaseAuth AuthBackend.swift
[821/870] Compiling FirebaseAuth AuthBackendRPCIssuer.swift
[821/870] Compiling errno.cc
[822/870] Compiling connect.cc
[823/870] Compiling bio_mem.cc
[824/870] Compiling base64.cc
[825/870] Compiling bio.cc
[827/870] Compiling FirebaseAuth PhoneMultiFactorAssertion.swift
[828/870] Compiling FirebaseAuth PhoneMultiFactorGenerator.swift
[829/870] Compiling FirebaseAuth PhoneMultiFactorInfo.swift
[830/870] Compiling FirebaseAuth TOTPMultFactorAssertion.swift
[831/870] Compiling FirebaseAuth TOTPMultiFactorGenerator.swift
[832/870] Compiling FirebaseAuth TOTPMultiFactorInfo.swift
[833/870] Compiling FirebaseAuth TOTPSecret.swift
[834/870] Compiling FirebaseAuth AuthKeychainServices.swift
[835/870] Compiling FirebaseAuth AuthKeychainStorage.swift
[836/870] Compiling FirebaseAuth AuthKeychainStorageReal.swift
[837/870] Compiling FirebaseAuth AuthUserDefaults.swift
[838/870] Compiling FirebaseAuth AuthAPNSToken.swift
[839/870] Compiling FirebaseAuth AuthAPNSTokenManager.swift
[840/870] Compiling FirebaseAuth AuthAPNSTokenType.swift
[840/870] Compiling tasn_typ.cc
[841/870] Compiling tasn_fre.cc
[842/870] Compiling tasn_utl.cc
[843/870] Compiling tasn_enc.cc
[844/870] Compiling tasn_new.cc
[845/870] Compiling posix_time.cc
[846/870] Compiling f_string.cc
[847/870] Compiling f_int.cc
[848/870] Compiling tasn_dec.cc
[849/870] Compiling asn_pack.cc
[850/870] Compiling asn1_par.cc
[851/870] Compiling asn1_lib.cc
[852/870] Compiling a_utctm.cc
[853/870] Compiling a_type.cc
[854/870] Compiling a_time.cc
[855/870] Compiling a_octet.cc
[856/870] Compiling a_strnid.cc
[857/870] Compiling a_strex.cc
[858/870] Compiling a_object.cc
[859/870] Compiling a_mbstr.cc
[860/870] Write sources
[861/870] Compiling a_int.cc
[862/870] Compiling a_i2d_fp.cc
[863/870] Compiling a_dup.cc
[864/870] Compiling a_d2i_fp.cc
[865/887] Compiling a_gentm.cc
[866/889] Compiling a_bitstr.cc
[867/889] Compiling a_bool.cc
[869/889] Compiling Atomics AtomicInteger.swift
[870/889] Compiling Atomics AtomicOptionalWrappable.swift
[871/889] Compiling Atomics UnsafeAtomicLazyReference.swift
[872/889] Compiling Atomics IntegerOperations.swift
[873/889] Compiling Atomics AtomicReference.swift
[874/889] Compiling Atomics AtomicStorage.swift
[875/889] Compiling Atomics AtomicValue.swift
[876/889] Compiling Atomics AtomicMemoryOrderings.swift
[877/889] Compiling Atomics ManagedAtomicLazyReference.swift
[878/889] Compiling Atomics UnsafeAtomic.swift
[879/889] Compiling Atomics DoubleWord.swift
[880/889] Compiling Atomics ManagedAtomic.swift
[881/890] Compiling Atomics Unmanaged extensions.swift
[882/890] Compiling Atomics PointerConformances.swift
[883/890] Compiling Atomics Primitives.native.swift
[884/890] Compiling Atomics AtomicBool.swift
[885/890] Compiling Atomics IntegerConformances.swift
[886/890] Compiling Atomics OptionalRawRepresentable.swift
[887/890] Compiling Atomics RawRepresentable.swift
[888/890] Emitting module Atomics
[888/890] Compiling c-nioatomics.c
[889/890] Compiling c-atomics.c
[891/897] Compiling NIOConcurrencyHelpers NIOLock.swift
[892/897] Compiling NIOConcurrencyHelpers lock.swift
[893/897] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[894/897] Emitting module NIOConcurrencyHelpers
[895/897] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[896/897] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[897/897] Compiling NIOConcurrencyHelpers atomics.swift
[898/962] Compiling NIOCore MarkedCircularBuffer.swift
[899/962] Compiling NIOCore MulticastChannel.swift
[900/962] Compiling NIOCore NIOAny.swift
[901/962] Compiling NIOCore NIOCloseOnErrorHandler.swift
[902/962] Compiling NIOCore NIOCoreSendableMetatype.swift
[903/962] Compiling NIOCore NIODecodedAsyncSequence.swift
[904/962] Compiling NIOCore NIOLoopBound.swift
[905/969] Compiling NIOCore AddressedEnvelope.swift
[906/969] Compiling NIOCore AsyncAwaitSupport.swift
[907/969] Compiling NIOCore AsyncChannel.swift
[908/969] Compiling NIOCore AsyncChannelHandler.swift
[909/969] Compiling NIOCore AsyncChannelInboundStream.swift
[910/969] Compiling NIOCore AsyncChannelOutboundWriter.swift
[911/969] Compiling NIOCore NIOAsyncSequenceProducer.swift
[912/969] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[913/969] Compiling NIOCore EventLoopFuture+Deprecated.swift
[914/969] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[915/969] Compiling NIOCore EventLoopFuture.swift
[916/969] Compiling NIOCore FileDescriptor.swift
[917/969] Compiling NIOCore FileHandle.swift
[918/969] Compiling NIOCore FileRegion.swift
[919/969] Compiling NIOCore GlobalSingletons.swift
[920/969] Compiling NIOCore ChannelHandler.swift
[921/969] Compiling NIOCore ChannelHandlers.swift
[922/969] Compiling NIOCore ChannelInvoker.swift
[923/969] Compiling NIOCore ChannelOption.swift
[924/969] Compiling NIOCore ChannelPipeline.swift
[925/969] Compiling NIOCore CircularBuffer.swift
[926/969] Compiling NIOCore Codec.swift
[927/969] Compiling NIOCore SocketAddresses.swift
[928/969] Compiling NIOCore SocketOptionProvider.swift
[929/969] Compiling NIOCore SystemCallHelpers.swift
[930/969] Compiling NIOCore TimeAmount+Duration.swift
[931/969] Compiling NIOCore TypeAssistedChannelHandler.swift
[932/969] Compiling NIOCore UniversalBootstrapSupport.swift
[933/969] Compiling NIOCore Utilities.swift
[934/969] Compiling NIOCore ConvenienceOptionSupport.swift
[935/969] Compiling NIOCore DeadChannel.swift
[936/969] Compiling NIOCore DispatchQueue+WithFuture.swift
[937/969] Compiling NIOCore EventLoop+Deprecated.swift
[938/969] Compiling NIOCore EventLoop+SerialExecutor.swift
[939/969] Compiling NIOCore EventLoop.swift
[940/969] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[941/969] Compiling NIOCore IO.swift
[942/969] Compiling NIOCore IOData.swift
[943/969] Compiling NIOCore IPProtocol.swift
[944/969] Compiling NIOCore IntegerBitPacking.swift
[945/969] Compiling NIOCore IntegerTypes.swift
[946/969] Compiling NIOCore Interfaces.swift
[947/969] Compiling NIOCore Linux.swift
[948/969] Compiling NIOCore NIOAsyncWriter.swift
[949/969] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[950/969] Compiling NIOCore BSDSocketAPI.swift
[951/969] Compiling NIOCore ByteBuffer-aux.swift
[952/969] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[953/969] Compiling NIOCore ByteBuffer-conversions.swift
[954/969] Compiling NIOCore ByteBuffer-core.swift
[955/969] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[956/969] Compiling NIOCore NIOScheduledCallback.swift
[957/969] Compiling NIOCore NIOSendable.swift
[958/969] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[959/969] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[960/969] Compiling NIOCore RecvByteBufferAllocator.swift
[961/969] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[962/969] Compiling NIOCore ByteBuffer-hex.swift
[963/969] Compiling NIOCore ByteBuffer-int.swift
[964/969] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[965/969] Compiling NIOCore ByteBuffer-multi-int.swift
[966/969] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[967/969] Compiling NIOCore ByteBuffer-views.swift
[968/969] Compiling NIOCore Channel.swift
[969/969] Emitting module NIOCore
[970/1025] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[971/1025] Compiling NIOPosix PosixSingletons.swift
[972/1025] Compiling NIOPosix RawSocketBootstrap.swift
[973/1025] Compiling NIOPosix Resolver.swift
[974/1025] Compiling NIOPosix Selectable.swift
[975/1025] Compiling NIOPosix SelectableChannel.swift
[976/1030] Compiling NIOEmbedded Embedded.swift
[977/1030] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[978/1030] Emitting module NIOEmbedded
[979/1030] Compiling NIOEmbedded AsyncTestingChannel.swift
[980/1030] Compiling NIOPosix FileDescriptor.swift
[981/1030] Compiling NIOPosix GetaddrinfoResolver.swift
[982/1030] Compiling NIOPosix HappyEyeballs.swift
[983/1030] Compiling NIOPosix IO.swift
[984/1030] Compiling NIOPosix IntegerBitPacking.swift
[985/1030] Compiling NIOPosix IntegerTypes.swift
[986/1030] Compiling NIOPosix Utilities.swift
[987/1030] Compiling NIOPosix VsockAddress.swift
[988/1030] Compiling NIOPosix VsockChannelEvents.swift
[989/1030] Compiling NIOPosix Windows.swift
[990/1030] Compiling NIOPosix resource_bundle_accessor.swift
[991/1030] Compiling NIOPosix BSDSocketAPICommon.swift
[992/1030] Compiling NIOPosix BSDSocketAPIPosix.swift
[993/1030] Compiling NIOPosix BSDSocketAPIWindows.swift
[994/1030] Compiling NIOPosix BaseSocket.swift
[995/1030] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[996/1030] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[997/1030] Compiling NIOPosix SelectorWSAPoll.swift
[998/1030] Compiling NIOPosix ServerSocket.swift
[999/1030] Compiling NIOPosix Socket.swift
[1000/1030] Compiling NIOPosix SocketChannel.swift
[1001/1030] Compiling NIOPosix SocketProtocols.swift
[1002/1030] Emitting module NIOPosix
[1003/1030] Compiling NIOPosix BaseSocketChannel.swift
[1004/1030] Compiling NIOPosix BaseStreamSocketChannel.swift
[1005/1030] Compiling NIOPosix Bootstrap.swift
[1006/1030] Compiling NIOPosix ControlMessage.swift
[1007/1030] Compiling NIOPosix DatagramVectorReadManager.swift
[1008/1030] Compiling NIOPosix Errors+Any.swift
[1009/1030] Compiling NIOPosix SelectableEventLoop.swift
[1010/1030] Compiling NIOPosix SelectorEpoll.swift
[1011/1030] Compiling NIOPosix SelectorGeneric.swift
[1012/1030] Compiling NIOPosix SelectorKqueue.swift
[1013/1030] Compiling NIOPosix SelectorUring.swift
[1014/1030] Compiling NIOPosix NonBlockingFileIO.swift
[1015/1030] Compiling NIOPosix PendingDatagramWritesManager.swift
[1016/1030] Compiling NIOPosix PendingWritesManager.swift
[1017/1030] Compiling NIOPosix PipeChannel.swift
[1018/1030] Compiling NIOPosix PipePair.swift
[1019/1030] Compiling NIOPosix Pool.swift
[1020/1030] Compiling NIOPosix Linux.swift
[1021/1030] Compiling NIOPosix LinuxCPUSet.swift
[1022/1030] Compiling NIOPosix LinuxUring.swift
[1023/1030] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1024/1030] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1025/1030] Compiling NIOPosix NIOThreadPool.swift
[1026/1030] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1027/1030] Compiling NIOPosix System.swift
[1028/1030] Compiling NIOPosix Thread.swift
[1029/1030] Compiling NIOPosix ThreadPosix.swift
[1030/1030] Compiling NIOPosix ThreadWindows.swift
[1031/1032] Emitting module NIO
[1032/1032] Compiling NIO Exports.swift
[1033/1060] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1034/1060] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1035/1060] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1036/1060] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1037/1061] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1038/1061] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1039/1061] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1040/1061] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1041/1061] Compiling NIOHTTP1 HTTPEncoder.swift
[1042/1061] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1043/1061] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1044/1061] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1045/1061] Emitting module NIOTLS
[1046/1061] Compiling NIOTLS SNIHandler.swift
[1047/1061] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1048/1061] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1049/1061] Compiling NIOTLS TLSEvents.swift
[1050/1061] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1051/1061] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1052/1061] Emitting module NIOFoundationCompat
[1053/1061] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1054/1061] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1055/1092] Emitting module NIOHTTP1
[1056/1092] Compiling NIOSSL AndroidCABundle.swift
[1057/1092] Compiling NIOSSL ByteBufferBIO.swift
[1058/1114] Compiling NIOTransportServices NIOTSEventLoop.swift
[1059/1114] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1060/1114] Compiling NIOTransportServices NIOTSBootstraps.swift
[1061/1114] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1062/1144] Compiling NIOExtras LineBasedFrameDecoder.swift
[1063/1144] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1064/1145] Compiling NIOExtras RequestResponseHandlers+State.swift
[1065/1145] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1066/1145] Compiling NIOExtras DebugInboundEventsHandler.swift
[1067/1145] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1068/1145] Compiling NIOExtras NIOExtrasError.swift
[1069/1145] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1070/1145] Compiling NIOExtras NIORequestIdentifiable.swift
[1071/1145] Compiling NIOExtras PCAPRingBuffer.swift
[1072/1145] Compiling NIOExtras QuiescingHelper.swift
[1073/1145] Compiling NIOExtras RequestResponseHandler.swift
[1074/1145] Compiling NIOHPACK IntegerCoding.swift
[1075/1145] Compiling NIOHPACK HuffmanTables.swift
[1078/1145] Compiling NIOHPACK HeaderTables.swift
[1079/1145] Emitting module NIOHPACK
[1080/1145] Compiling NIOHPACK HPACKHeader.swift
[1081/1145] Compiling NIOHPACK IndexedHeaderTable.swift
[1082/1145] Compiling NIOHPACK HPACKErrors.swift
[1083/1146] Compiling NIOHPACK HPACKEncoder.swift
[1084/1146] Compiling NIOHPACK HuffmanCoding.swift
[1085/1146] Emitting module NIOExtras
[1087/1146] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1095/1148] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1096/1148] Emitting module NIOTransportServices
[1097/1148] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1098/1148] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1099/1148] Emitting module NIOSSL
[1101/1151] Compiling NIOExtras JSONRPCFraming.swift
[1102/1151] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1103/1151] Compiling NIOExtras LengthFieldPrepender.swift
[1106/1151] Compiling NIOHPACK StaticHeaderTable.swift
[1109/1151] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1114/1215] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1115/1215] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1116/1215] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1117/1215] Compiling NIOHTTP2 HTTP2Error.swift
[1118/1215] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1119/1215] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1120/1215] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1121/1215] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1122/1215] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1123/1215] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1124/1215] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1125/1215] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1126/1215] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1127/1215] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1128/1215] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1130/1215] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1131/1215] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1132/1215] Compiling NIOHTTP2 Error+Any.swift
[1133/1215] Compiling NIOHTTP2 MaySendFrames.swift
[1134/1215] Compiling NIOHTTP2 SendingDataState.swift
[1135/1215] Compiling NIOHTTP2 SendingGoawayState.swift
[1138/1215] Compiling NIOHTTP2 InboundEventBuffer.swift
[1139/1215] Compiling NIOHTTP2 InboundWindowManager.swift
[1140/1215] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1141/1215] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1142/1215] Compiling NIOHTTP2 GlitchesMonitor.swift
[1148/1215] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1149/1215] Compiling NIOHTTP2 QuiescingState.swift
[1150/1215] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1151/1215] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1152/1215] Compiling NIOHTTP2 StateMachineResult.swift
[1153/1215] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1154/1215] Compiling NIOHTTP2 DOSHeuristics.swift
[1155/1222] Compiling NIOExtras WritePCAPHandler.swift
[1156/1222] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1159/1222] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1160/1222] Compiling NIOHTTP2 StreamChannelList.swift
[1161/1222] Compiling NIOHTTP2 StreamMap.swift
[1162/1222] Compiling NIOHTTP2 StreamStateMachine.swift
[1163/1222] Compiling NIOHTTP2 Timer.swift
[1164/1222] Compiling NIOHTTP2 UnsafeTransfer.swift
[1165/1222] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1166/1222] Emitting module NIOHTTP2
[1167/1222] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1168/1222] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1169/1222] Compiling NIOHTTP2 MayReceiveFrames.swift
[1170/1222] Compiling NIOHTTP2 ReceivingDataState.swift
[1179/1222] Compiling NIOHTTP2 SendingHeadersState.swift
[1180/1222] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1181/1222] Compiling NIOHTTP2 SendingRstStreamState.swift
[1182/1222] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1183/1222] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1184/1222] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1185/1222] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1186/1222] Compiling NIOHTTP2 HasLocalSettings.swift
[1187/1222] Compiling NIOHTTP2 HasRemoteSettings.swift
[1188/1222] Compiling NIOHTTP2 HTTP2Stream.swift
[1189/1222] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1190/1222] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1191/1222] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1192/1222] Compiling NIOHTTP2 HTTP2StreamID.swift
[1193/1222] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1194/1222] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1198/1222] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1199/1222] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1216/1222] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1217/1222] Compiling NIOHTTP2 HTTP2Frame.swift
[1218/1222] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1219/1222] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1220/1222] Compiling NIOHTTP2 HTTP2PingData.swift
[1221/1222] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1222/1222] Compiling NIOHTTP2 HTTP2Settings.swift
[1223/1352] Compiling GRPC Array+BoundsCheck.swift
[1224/1352] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[1225/1352] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[1226/1352] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[1227/1352] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[1228/1352] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[1229/1352] Compiling GRPC ServerHandlerStateMachine.swift
[1230/1352] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[1231/1352] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[1232/1352] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[1233/1352] Compiling GRPC ServerInterceptorStateMachine.swift
[1234/1352] Compiling GRPC StreamState.swift
[1235/1352] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[1236/1352] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[1237/1352] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1238/1352] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1239/1352] Compiling GRPC ClientStreamingServerHandler.swift
[1240/1352] Compiling GRPC ServerHandlerProtocol.swift
[1241/1352] Compiling GRPC ServerStreamingServerHandler.swift
[1242/1352] Compiling GRPC UnaryServerHandler.swift
[1243/1352] Compiling GRPC CallOptions.swift
[1244/1352] Compiling GRPC BidirectionalStreamingCall.swift
[1245/1352] Compiling GRPC Call.swift
[1246/1352] Compiling GRPC CallDetails.swift
[1247/1352] Compiling GRPC ClientCall.swift
[1248/1352] Compiling GRPC ClientStreamingCall.swift
[1249/1352] Compiling GRPC LazyEventLoopPromise.swift
[1250/1352] Compiling GRPC ResponseContainers.swift
[1251/1352] Compiling GRPC ResponsePartContainer.swift
[1252/1352] Compiling GRPC ServerStreamingCall.swift
[1253/1366] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1254/1366] Compiling GRPC GRPCAsyncRequestStream.swift
[1255/1366] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1256/1366] Compiling GRPC GRPCAsyncResponseStream.swift
[1257/1366] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1258/1366] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1259/1366] Compiling GRPC GRPCAsyncServerCallContext.swift
[1260/1366] Compiling GRPC GRPCAsyncServerHandler.swift
[1261/1366] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1262/1366] Compiling GRPC GRPCAsyncUnaryCall.swift
[1263/1366] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1264/1366] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1265/1366] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1266/1366] Compiling GRPC GRPCSendable.swift
[1267/1366] Compiling GRPC NIOAsyncWrappers.swift
[1268/1366] Emitting module GRPC
[1269/1366] Compiling GRPC MessageEncodingHeaderValidator.swift
[1270/1366] Compiling GRPC PlatformSupport.swift
[1271/1366] Compiling GRPC ReadWriteStates.swift
[1272/1366] Compiling GRPC Ref.swift
[1273/1366] Compiling GRPC Serialization.swift
[1274/1366] Compiling GRPC Server+NIOSSL.swift
[1275/1366] Compiling GRPC Server.swift
[1276/1366] Compiling GRPC ServerBuilder+NIOSSL.swift
[1277/1366] Compiling GRPC ServerBuilder.swift
[1278/1366] Compiling GRPC ServerCallContext.swift
[1279/1366] Compiling GRPC StreamingResponseCallContext.swift
[1280/1366] Compiling GRPC UnaryResponseCallContext.swift
[1281/1366] Compiling GRPC ServerChannelErrorHandler.swift
[1282/1366] Compiling GRPC ServerErrorDelegate.swift
[1283/1366] Compiling GRPC Error+NIOSSL.swift
[1284/1366] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1285/1366] Compiling GRPC FakeChannel.swift
[1286/1366] Compiling GRPC ClientConnection+NIOSSL.swift
[1287/1366] Compiling GRPC ClientConnection+NWTLS.swift
[1288/1366] Compiling GRPC GRPCChannel.swift
[1289/1366] Compiling GRPC GRPCChannelBuilder.swift
[1290/1366] Compiling GRPC GRPCClient.swift
[1291/1366] Compiling GRPC GRPCClientChannelHandler.swift
[1292/1366] Compiling GRPC GRPCClientStateMachine.swift
[1293/1366] Compiling GRPC GRPCContentType.swift
[1294/1366] Compiling GRPC GRPCError.swift
[1295/1366] Compiling GRPC GRPCHeaderName.swift
[1296/1366] Compiling GRPC GRPCIdleHandler.swift
[1297/1366] Compiling GRPC ServerErrorProcessor.swift
[1298/1366] Compiling GRPC Stopwatch.swift
[1299/1366] Compiling GRPC StreamEvent.swift
[1300/1366] Compiling GRPC TLSVerificationHandler.swift
[1301/1366] Compiling GRPC TLSVersion.swift
[1302/1366] Compiling GRPC TimeLimit.swift
[1303/1366] Compiling GRPC UserInfo.swift
[1304/1366] Compiling GRPC Version.swift
[1305/1366] Compiling GRPC WebCORSHandler.swift
[1306/1366] Compiling GRPC WriteCapturingHandler.swift
[1307/1366] Compiling GRPC _EmbeddedThroughput.swift
[1308/1366] Compiling GRPC _FakeResponseStream.swift
[1309/1366] Compiling GRPC _GRPCClientCodecHandler.swift
[1310/1366] Compiling GRPC _MessageContext.swift
[1311/1366] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1312/1366] Compiling GRPC GRPCKeepaliveHandlers.swift
[1313/1366] Compiling GRPC GRPCPayload.swift
[1314/1366] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1315/1366] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1316/1366] Compiling GRPC GRPCServiceDescription.swift
[1317/1366] Compiling GRPC GRPCStatus.swift
[1318/1366] Compiling GRPC GRPCStatusAndMetadata.swift
[1319/1366] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1320/1366] Compiling GRPC GRPCTLSConfiguration.swift
[1321/1366] Compiling GRPC GRPCTimeout.swift
[1322/1366] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1323/1366] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1324/1366] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1325/1366] Compiling GRPC ConnectionManagerID.swift
[1326/1366] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1327/1366] Compiling GRPC ConnectionPool+Waiter.swift
[1328/1366] Compiling GRPC ConnectionPool.swift
[1329/1366] Compiling GRPC ConnectionPoolIDs.swift
[1330/1366] Compiling GRPC GRPCChannelPool.swift
[1331/1366] Compiling GRPC PoolManager.swift
[1332/1366] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1333/1366] Compiling GRPC PoolManagerStateMachine.swift
[1334/1366] Compiling GRPC PooledChannel.swift
[1335/1366] Compiling GRPC StreamLender.swift
[1336/1366] Compiling GRPC ConnectivityState.swift
[1337/1366] Compiling GRPC DebugOnly.swift
[1338/1366] Compiling GRPC DelegatingErrorHandler.swift
[1339/1366] Compiling GRPC ClientInterceptorContext.swift
[1340/1366] Compiling GRPC ClientInterceptorPipeline.swift
[1341/1366] Compiling GRPC ClientInterceptorProtocol.swift
[1342/1366] Compiling GRPC ClientInterceptors.swift
[1343/1366] Compiling GRPC ClientTransport.swift
[1344/1366] Compiling GRPC ClientTransportFactory.swift
[1345/1366] Compiling GRPC MessageParts.swift
[1346/1366] Compiling GRPC ServerInterceptorContext.swift
[1347/1366] Compiling GRPC ServerInterceptorPipeline.swift
[1348/1366] Compiling GRPC ServerInterceptors.swift
[1349/1366] Compiling GRPC InterceptorContextList.swift
[1350/1366] Compiling GRPC LengthPrefixedMessageReader.swift
[1351/1366] Compiling GRPC Logger.swift
[1352/1366] Compiling GRPC LoggingServerErrorDelegate.swift
[1353/1366] Compiling GRPC UnaryCall.swift
[1354/1366] Compiling GRPC ClientConnection.swift
[1355/1366] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1356/1366] Compiling GRPC ClientErrorDelegate.swift
[1357/1366] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1358/1366] Compiling GRPC CompressionAlgorithm.swift
[1359/1366] Compiling GRPC DecompressionLimit.swift
[1360/1366] Compiling GRPC MessageEncoding.swift
[1361/1366] Compiling GRPC Zlib.swift
[1362/1366] Compiling GRPC ConnectionBackoff.swift
[1363/1366] Compiling GRPC ConnectionKeepalive.swift
[1364/1366] Compiling GRPC ConnectionManager+Delegates.swift
[1365/1366] Compiling GRPC ConnectionManager.swift
[1366/1366] Compiling GRPC ConnectionManagerChannelProvider.swift
[1367/1414] Emitting module FirebaseDataConnect
/Users/admin/builder/spi-builder-workspace/Sources/Internal/CodableTimestamp.swift:78:1: warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
76 | /** Extends Timestamp to conform to Codable. */
77 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
78 | extension Timestamp: CodableTimestamp {}
| |- warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 |
80 | class CodableTimestampHelper {
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:159:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
157 | }
158 |
159 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
160 | ResultType: Decodable,
161 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:209:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
207 | }
208 |
209 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
210 | ResultType: Decodable,
211 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:267:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
265 | }
266 |
267 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
268 | ResultType: Decodable,
269 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:346:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
344 | }
345 |
346 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
347 | ResultType: Decodable,
348 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:67:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
65 | }
66 |
67 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
68 | ResultType: Decodable,
69 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:240:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
238 | }
239 |
240 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
241 | ResultType: Decodable,
242 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:193:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
191 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
192 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryRequest"
193 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
194 | 1: .same(proto: "name"),
195 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:241:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
239 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
240 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationRequest"
241 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
242 | 1: .same(proto: "name"),
243 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:289:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
287 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
288 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryResponse"
289 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
290 | 1: .same(proto: "data"),
291 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:337:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
335 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
336 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationResponse"
337 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
338 | 1: .same(proto: "data"),
339 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
255 | extension Google_Firebase_Dataconnect_V1_StreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
256 | public static let protoMessageName: String = _protobuf_package + ".StreamRequest"
257 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
258 | 1: .same(proto: "name"),
259 | 10: .same(proto: "headers"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:387:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
385 | extension Google_Firebase_Dataconnect_V1_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
386 | public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
387 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
388 | 2: .standard(proto: "operation_name"),
389 | 3: .same(proto: "variables"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:448:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
446 | extension Google_Firebase_Dataconnect_V1_StreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
447 | public static let protoMessageName: String = _protobuf_package + ".StreamResponse"
448 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
449 | 1: .standard(proto: "request_id"),
450 | 2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/google/rpc/code.pb.swift:288:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
286 |
287 | extension Google_Rpc_Code: SwiftProtobuf._ProtoNameProviding {
288 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
289 | 0: .same(proto: "OK"),
290 | 1: .same(proto: "CANCELLED"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:252:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
250 |
251 | extension Google_Firebase_Dataconnect_V1_WarningLevel: SwiftProtobuf._ProtoNameProviding {
252 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
253 | 0: .same(proto: "WARNING_LEVEL_UNKNOWN"),
254 | 1: .same(proto: "LOG_ONLY"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:263:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
261 | extension Google_Firebase_Dataconnect_V1_GraphqlError: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
262 | public static let protoMessageName: String = _protobuf_package + ".GraphqlError"
263 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
264 | 1: .same(proto: "message"),
265 | 2: .same(proto: "locations"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:317:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
315 | extension Google_Firebase_Dataconnect_V1_GraphqlErrorExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
316 | public static let protoMessageName: String = _protobuf_package + ".GraphqlErrorExtensions"
317 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
318 | 1: .same(proto: "file"),
319 | 2: .same(proto: "code"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:379:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
377 | extension Google_Firebase_Dataconnect_V1_Workaround: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
378 | public static let protoMessageName: String = _protobuf_package + ".Workaround"
379 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
380 | 1: .same(proto: "description"),
381 | 2: .same(proto: "reason"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:423:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
421 | extension Google_Firebase_Dataconnect_V1_SourceLocation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
422 | public static let protoMessageName: String = _protobuf_package + ".SourceLocation"
423 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
424 | 1: .same(proto: "line"),
425 | 2: .same(proto: "column"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:168:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
166 |
167 | extension Google_Firebase_Dataconnect_V1_Action: SwiftProtobuf._ProtoNameProviding {
168 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
169 | 0: .same(proto: "ACTION_UNSPECIFIED"),
170 | 1: .same(proto: "GET"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:181:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
179 | extension Google_Firebase_Dataconnect_V1_GraphqlResponseExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
180 | public static let protoMessageName: String = _protobuf_package + ".GraphqlResponseExtensions"
181 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
182 | 1: .standard(proto: "data_connect"),
183 | ]
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:213:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
211 | extension Google_Firebase_Dataconnect_V1_DataConnectProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
212 | public static let protoMessageName: String = _protobuf_package + ".DataConnectProperties"
213 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
214 | 1: .same(proto: "path"),
215 | 2: .standard(proto: "entity_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1368/1419] Compiling FirebaseDataConnect BaseOperationRef.swift
[1369/1419] Compiling FirebaseDataConnect Cache.swift
[1370/1419] Compiling FirebaseDataConnect CacheProvider.swift
[1371/1419] Compiling FirebaseDataConnect CacheSettings.swift
[1372/1419] Compiling FirebaseDataConnect DynamicCodingKey.swift
[1373/1419] Compiling FirebaseDataConnect EntityDataObject.swift
[1374/1419] Compiling FirebaseDataConnect DataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/CodableTimestamp.swift:78:1: warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
76 | /** Extends Timestamp to conform to Codable. */
77 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
78 | extension Timestamp: CodableTimestamp {}
| |- warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 |
80 | class CodableTimestampHelper {
[1375/1419] Compiling FirebaseDataConnect CodableHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/CodableTimestamp.swift:78:1: warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
76 | /** Extends Timestamp to conform to Codable. */
77 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
78 | extension Timestamp: CodableTimestamp {}
| |- warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 |
80 | class CodableTimestampHelper {
[1376/1419] Compiling FirebaseDataConnect CodableTimestamp.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/CodableTimestamp.swift:78:1: warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
76 | /** Extends Timestamp to conform to Codable. */
77 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
78 | extension Timestamp: CodableTimestamp {}
| |- warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 |
80 | class CodableTimestampHelper {
[1377/1419] Compiling FirebaseDataConnect Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/CodableTimestamp.swift:78:1: warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
76 | /** Extends Timestamp to conform to Codable. */
77 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
78 | extension Timestamp: CodableTimestamp {}
| |- warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 |
80 | class CodableTimestampHelper {
[1378/1419] Compiling FirebaseDataConnect DataConnectPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/CodableTimestamp.swift:78:1: warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
76 | /** Extends Timestamp to conform to Codable. */
77 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
78 | extension Timestamp: CodableTimestamp {}
| |- warning: extension declares a conformance of imported type 'Timestamp' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FirebaseCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 |
80 | class CodableTimestampHelper {
[1379/1419] Compiling FirebaseDataConnect UnaryGrpcClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:67:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
65 | }
66 |
67 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
68 | ResultType: Decodable,
69 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:240:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
238 | }
239 |
240 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
241 | ResultType: Decodable,
242 | VariableType: OperationVariable
[1380/1419] Compiling FirebaseDataConnect Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:67:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
65 | }
66 |
67 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
68 | ResultType: Decodable,
69 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:240:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
238 | }
239 |
240 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
241 | ResultType: Decodable,
242 | VariableType: OperationVariable
[1381/1419] Compiling FirebaseDataConnect MutationRef.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:67:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
65 | }
66 |
67 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
68 | ResultType: Decodable,
69 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:240:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
238 | }
239 |
240 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
241 | ResultType: Decodable,
242 | VariableType: OperationVariable
[1382/1419] Compiling FirebaseDataConnect OperationResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:67:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
65 | }
66 |
67 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
68 | ResultType: Decodable,
69 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:240:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
238 | }
239 |
240 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
241 | ResultType: Decodable,
242 | VariableType: OperationVariable
[1383/1419] Compiling FirebaseDataConnect OptionalVarWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:67:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
65 | }
66 |
67 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
68 | ResultType: Decodable,
69 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/UnaryGrpcClient.swift:240:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
238 | }
239 |
240 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
241 | ResultType: Decodable,
242 | VariableType: OperationVariable
[1384/1419] Compiling FirebaseDataConnect ConnectorConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataConnectError.swift:227:40: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
225 | }.joined(separator: "\n")
226 |
227 | return "{\(Self.self), \nerrors: \(errorInfos) \noriginatingError: \(String(describing: underlyingError))}"
| |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
| |- note: provide a default value to avoid this warning
| `- note: use 'String(describing:)' to silence this warning
228 | }
229 | }
[1385/1419] Compiling FirebaseDataConnect DataConnect.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataConnectError.swift:227:40: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
225 | }.joined(separator: "\n")
226 |
227 | return "{\(Self.self), \nerrors: \(errorInfos) \noriginatingError: \(String(describing: underlyingError))}"
| |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
| |- note: provide a default value to avoid this warning
| `- note: use 'String(describing:)' to silence this warning
228 | }
229 | }
[1386/1419] Compiling FirebaseDataConnect DataConnectError.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataConnectError.swift:227:40: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
225 | }.joined(separator: "\n")
226 |
227 | return "{\(Self.self), \nerrors: \(errorInfos) \noriginatingError: \(String(describing: underlyingError))}"
| |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
| |- note: provide a default value to avoid this warning
| `- note: use 'String(describing:)' to silence this warning
228 | }
229 | }
[1387/1419] Compiling FirebaseDataConnect DataConnectPathSegment.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataConnectError.swift:227:40: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
225 | }.joined(separator: "\n")
226 |
227 | return "{\(Self.self), \nerrors: \(errorInfos) \noriginatingError: \(String(describing: underlyingError))}"
| |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
| |- note: provide a default value to avoid this warning
| `- note: use 'String(describing:)' to silence this warning
228 | }
229 | }
[1388/1419] Compiling FirebaseDataConnect DataConnectSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataConnectError.swift:227:40: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
225 | }.joined(separator: "\n")
226 |
227 | return "{\(Self.self), \nerrors: \(errorInfos) \noriginatingError: \(String(describing: underlyingError))}"
| |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
| |- note: provide a default value to avoid this warning
| `- note: use 'String(describing:)' to silence this warning
228 | }
229 | }
[1389/1419] Compiling FirebaseDataConnect GrpcClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:159:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
157 | }
158 |
159 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
160 | ResultType: Decodable,
161 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:209:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
207 | }
208 |
209 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
210 | ResultType: Decodable,
211 | VariableType: OperationVariable
[1390/1419] Compiling FirebaseDataConnect HashUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:159:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
157 | }
158 |
159 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
160 | ResultType: Decodable,
161 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:209:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
207 | }
208 |
209 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
210 | ResultType: Decodable,
211 | VariableType: OperationVariable
[1391/1419] Compiling FirebaseDataConnect DataConnectLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:159:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
157 | }
158 |
159 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
160 | ResultType: Decodable,
161 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:209:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
207 | }
208 |
209 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
210 | ResultType: Decodable,
211 | VariableType: OperationVariable
[1392/1419] Compiling FirebaseDataConnect DataConnectMessageCode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:159:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
157 | }
158 |
159 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
160 | ResultType: Decodable,
161 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:209:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
207 | }
208 |
209 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
210 | ResultType: Decodable,
211 | VariableType: OperationVariable
[1393/1419] Compiling FirebaseDataConnect OperationUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:159:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
157 | }
158 |
159 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
160 | ResultType: Decodable,
161 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/GrpcClient.swift:209:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
207 | }
208 |
209 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
210 | ResultType: Decodable,
211 | VariableType: OperationVariable
[1394/1419] Compiling FirebaseDataConnect OperationsManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:267:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
265 | }
266 |
267 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
268 | ResultType: Decodable,
269 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:346:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
344 | }
345 |
346 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
347 | ResultType: Decodable,
348 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:114:7: warning: no 'async' operations occur within 'await' expression
112 |
113 | await subManager.handleAuthStateChange()
114 | await streamingCall?.requestStream.finish()
| `- warning: no 'async' operations occur within 'await' expression
115 | } else if let user = user {
116 | DataConnectLogger
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:618:7: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
616 | }
617 | }
618 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
619 | DataConnectLogger.error("Error handling stream response \(error)")
620 | }
[1395/1419] Compiling FirebaseDataConnect ProtoCodec.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:267:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
265 | }
266 |
267 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
268 | ResultType: Decodable,
269 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:346:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
344 | }
345 |
346 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
347 | ResultType: Decodable,
348 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:114:7: warning: no 'async' operations occur within 'await' expression
112 |
113 | await subManager.handleAuthStateChange()
114 | await streamingCall?.requestStream.finish()
| `- warning: no 'async' operations occur within 'await' expression
115 | } else if let user = user {
116 | DataConnectLogger
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:618:7: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
616 | }
617 | }
618 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
619 | DataConnectLogger.error("Error handling stream response \(error)")
620 | }
[1396/1419] Compiling FirebaseDataConnect QueryRefInternal.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:267:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
265 | }
266 |
267 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
268 | ResultType: Decodable,
269 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:346:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
344 | }
345 |
346 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
347 | ResultType: Decodable,
348 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:114:7: warning: no 'async' operations occur within 'await' expression
112 |
113 | await subManager.handleAuthStateChange()
114 | await streamingCall?.requestStream.finish()
| `- warning: no 'async' operations occur within 'await' expression
115 | } else if let user = user {
116 | DataConnectLogger
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:618:7: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
616 | }
617 | }
618 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
619 | DataConnectLogger.error("Error handling stream response \(error)")
620 | }
[1397/1419] Compiling FirebaseDataConnect ServerResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:267:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
265 | }
266 |
267 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
268 | ResultType: Decodable,
269 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:346:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
344 | }
345 |
346 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
347 | ResultType: Decodable,
348 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:114:7: warning: no 'async' operations occur within 'await' expression
112 |
113 | await subManager.handleAuthStateChange()
114 | await streamingCall?.requestStream.finish()
| `- warning: no 'async' operations occur within 'await' expression
115 | } else if let user = user {
116 | DataConnectLogger
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:618:7: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
616 | }
617 | }
618 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
619 | DataConnectLogger.error("Error handling stream response \(error)")
620 | }
[1398/1419] Compiling FirebaseDataConnect StreamingGrpcClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:267:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
265 | }
266 |
267 | func executeQuery<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'executeQuery(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
268 | ResultType: Decodable,
269 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:346:8: warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
344 | }
345 |
346 | func subscribe<
| `- warning: non-Sendable parameter type 'ResultType.Type' cannot be sent from caller of protocol requirement 'subscribe(request:resultType:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
347 | ResultType: Decodable,
348 | VariableType: OperationVariable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:114:7: warning: no 'async' operations occur within 'await' expression
112 |
113 | await subManager.handleAuthStateChange()
114 | await streamingCall?.requestStream.finish()
| `- warning: no 'async' operations occur within 'await' expression
115 | } else if let user = user {
116 | DataConnectLogger
/Users/admin/builder/spi-builder-workspace/Sources/Internal/StreamingGrpcClient.swift:618:7: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
616 | }
617 | }
618 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
619 | DataConnectLogger.error("Error handling stream response \(error)")
620 | }
[1399/1419] Compiling FirebaseDataConnect connector_service.grpc.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:193:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
191 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
192 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryRequest"
193 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
194 | 1: .same(proto: "name"),
195 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:241:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
239 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
240 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationRequest"
241 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
242 | 1: .same(proto: "name"),
243 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:289:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
287 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
288 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryResponse"
289 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
290 | 1: .same(proto: "data"),
291 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:337:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
335 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
336 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationResponse"
337 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
338 | 1: .same(proto: "data"),
339 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
255 | extension Google_Firebase_Dataconnect_V1_StreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
256 | public static let protoMessageName: String = _protobuf_package + ".StreamRequest"
257 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
258 | 1: .same(proto: "name"),
259 | 10: .same(proto: "headers"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:387:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
385 | extension Google_Firebase_Dataconnect_V1_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
386 | public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
387 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
388 | 2: .standard(proto: "operation_name"),
389 | 3: .same(proto: "variables"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:448:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
446 | extension Google_Firebase_Dataconnect_V1_StreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
447 | public static let protoMessageName: String = _protobuf_package + ".StreamResponse"
448 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
449 | 1: .standard(proto: "request_id"),
450 | 2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/google/rpc/code.pb.swift:288:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
286 |
287 | extension Google_Rpc_Code: SwiftProtobuf._ProtoNameProviding {
288 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
289 | 0: .same(proto: "OK"),
290 | 1: .same(proto: "CANCELLED"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1400/1419] Compiling FirebaseDataConnect connector_service.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:193:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
191 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
192 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryRequest"
193 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
194 | 1: .same(proto: "name"),
195 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:241:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
239 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
240 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationRequest"
241 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
242 | 1: .same(proto: "name"),
243 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:289:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
287 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
288 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryResponse"
289 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
290 | 1: .same(proto: "data"),
291 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:337:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
335 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
336 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationResponse"
337 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
338 | 1: .same(proto: "data"),
339 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
255 | extension Google_Firebase_Dataconnect_V1_StreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
256 | public static let protoMessageName: String = _protobuf_package + ".StreamRequest"
257 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
258 | 1: .same(proto: "name"),
259 | 10: .same(proto: "headers"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:387:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
385 | extension Google_Firebase_Dataconnect_V1_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
386 | public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
387 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
388 | 2: .standard(proto: "operation_name"),
389 | 3: .same(proto: "variables"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:448:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
446 | extension Google_Firebase_Dataconnect_V1_StreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
447 | public static let protoMessageName: String = _protobuf_package + ".StreamResponse"
448 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
449 | 1: .standard(proto: "request_id"),
450 | 2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/google/rpc/code.pb.swift:288:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
286 |
287 | extension Google_Rpc_Code: SwiftProtobuf._ProtoNameProviding {
288 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
289 | 0: .same(proto: "OK"),
290 | 1: .same(proto: "CANCELLED"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1401/1419] Compiling FirebaseDataConnect connector_stream_service.grpc.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:193:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
191 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
192 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryRequest"
193 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
194 | 1: .same(proto: "name"),
195 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:241:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
239 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
240 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationRequest"
241 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
242 | 1: .same(proto: "name"),
243 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:289:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
287 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
288 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryResponse"
289 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
290 | 1: .same(proto: "data"),
291 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:337:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
335 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
336 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationResponse"
337 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
338 | 1: .same(proto: "data"),
339 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
255 | extension Google_Firebase_Dataconnect_V1_StreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
256 | public static let protoMessageName: String = _protobuf_package + ".StreamRequest"
257 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
258 | 1: .same(proto: "name"),
259 | 10: .same(proto: "headers"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:387:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
385 | extension Google_Firebase_Dataconnect_V1_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
386 | public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
387 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
388 | 2: .standard(proto: "operation_name"),
389 | 3: .same(proto: "variables"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:448:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
446 | extension Google_Firebase_Dataconnect_V1_StreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
447 | public static let protoMessageName: String = _protobuf_package + ".StreamResponse"
448 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
449 | 1: .standard(proto: "request_id"),
450 | 2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/google/rpc/code.pb.swift:288:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
286 |
287 | extension Google_Rpc_Code: SwiftProtobuf._ProtoNameProviding {
288 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
289 | 0: .same(proto: "OK"),
290 | 1: .same(proto: "CANCELLED"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1402/1419] Compiling FirebaseDataConnect connector_stream_service.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:193:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
191 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
192 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryRequest"
193 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
194 | 1: .same(proto: "name"),
195 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:241:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
239 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
240 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationRequest"
241 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
242 | 1: .same(proto: "name"),
243 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:289:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
287 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
288 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryResponse"
289 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
290 | 1: .same(proto: "data"),
291 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:337:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
335 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
336 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationResponse"
337 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
338 | 1: .same(proto: "data"),
339 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
255 | extension Google_Firebase_Dataconnect_V1_StreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
256 | public static let protoMessageName: String = _protobuf_package + ".StreamRequest"
257 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
258 | 1: .same(proto: "name"),
259 | 10: .same(proto: "headers"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:387:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
385 | extension Google_Firebase_Dataconnect_V1_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
386 | public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
387 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
388 | 2: .standard(proto: "operation_name"),
389 | 3: .same(proto: "variables"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:448:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
446 | extension Google_Firebase_Dataconnect_V1_StreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
447 | public static let protoMessageName: String = _protobuf_package + ".StreamResponse"
448 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
449 | 1: .standard(proto: "request_id"),
450 | 2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/google/rpc/code.pb.swift:288:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
286 |
287 | extension Google_Rpc_Code: SwiftProtobuf._ProtoNameProviding {
288 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
289 | 0: .same(proto: "OK"),
290 | 1: .same(proto: "CANCELLED"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1403/1419] Compiling FirebaseDataConnect code.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:193:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
191 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
192 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryRequest"
193 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
194 | 1: .same(proto: "name"),
195 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:241:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
239 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
240 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationRequest"
241 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
242 | 1: .same(proto: "name"),
243 | 2: .standard(proto: "operation_name"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:289:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
287 | extension Google_Firebase_Dataconnect_V1_ExecuteQueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
288 | public static let protoMessageName: String = _protobuf_package + ".ExecuteQueryResponse"
289 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
290 | 1: .same(proto: "data"),
291 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_service.pb.swift:337:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
335 | extension Google_Firebase_Dataconnect_V1_ExecuteMutationResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
336 | public static let protoMessageName: String = _protobuf_package + ".ExecuteMutationResponse"
337 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
338 | 1: .same(proto: "data"),
339 | 2: .same(proto: "errors"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
255 | extension Google_Firebase_Dataconnect_V1_StreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
256 | public static let protoMessageName: String = _protobuf_package + ".StreamRequest"
257 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
258 | 1: .same(proto: "name"),
259 | 10: .same(proto: "headers"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:387:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
385 | extension Google_Firebase_Dataconnect_V1_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
386 | public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
387 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
388 | 2: .standard(proto: "operation_name"),
389 | 3: .same(proto: "variables"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/connector_stream_service.pb.swift:448:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
446 | extension Google_Firebase_Dataconnect_V1_StreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
447 | public static let protoMessageName: String = _protobuf_package + ".StreamResponse"
448 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
449 | 1: .standard(proto: "request_id"),
450 | 2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/google/rpc/code.pb.swift:288:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
286 |
287 | extension Google_Rpc_Code: SwiftProtobuf._ProtoNameProviding {
288 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
289 | 0: .same(proto: "OK"),
290 | 1: .same(proto: "CANCELLED"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1404/1419] Compiling FirebaseDataConnect graphql_error.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:252:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
250 |
251 | extension Google_Firebase_Dataconnect_V1_WarningLevel: SwiftProtobuf._ProtoNameProviding {
252 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
253 | 0: .same(proto: "WARNING_LEVEL_UNKNOWN"),
254 | 1: .same(proto: "LOG_ONLY"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:263:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
261 | extension Google_Firebase_Dataconnect_V1_GraphqlError: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
262 | public static let protoMessageName: String = _protobuf_package + ".GraphqlError"
263 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
264 | 1: .same(proto: "message"),
265 | 2: .same(proto: "locations"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:317:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
315 | extension Google_Firebase_Dataconnect_V1_GraphqlErrorExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
316 | public static let protoMessageName: String = _protobuf_package + ".GraphqlErrorExtensions"
317 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
318 | 1: .same(proto: "file"),
319 | 2: .same(proto: "code"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:379:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
377 | extension Google_Firebase_Dataconnect_V1_Workaround: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
378 | public static let protoMessageName: String = _protobuf_package + ".Workaround"
379 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
380 | 1: .same(proto: "description"),
381 | 2: .same(proto: "reason"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:423:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
421 | extension Google_Firebase_Dataconnect_V1_SourceLocation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
422 | public static let protoMessageName: String = _protobuf_package + ".SourceLocation"
423 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
424 | 1: .same(proto: "line"),
425 | 2: .same(proto: "column"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:168:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
166 |
167 | extension Google_Firebase_Dataconnect_V1_Action: SwiftProtobuf._ProtoNameProviding {
168 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
169 | 0: .same(proto: "ACTION_UNSPECIFIED"),
170 | 1: .same(proto: "GET"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:181:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
179 | extension Google_Firebase_Dataconnect_V1_GraphqlResponseExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
180 | public static let protoMessageName: String = _protobuf_package + ".GraphqlResponseExtensions"
181 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
182 | 1: .standard(proto: "data_connect"),
183 | ]
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:213:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
211 | extension Google_Firebase_Dataconnect_V1_DataConnectProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
212 | public static let protoMessageName: String = _protobuf_package + ".DataConnectProperties"
213 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
214 | 1: .same(proto: "path"),
215 | 2: .standard(proto: "entity_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1405/1419] Compiling FirebaseDataConnect graphql_response_extensions.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:252:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
250 |
251 | extension Google_Firebase_Dataconnect_V1_WarningLevel: SwiftProtobuf._ProtoNameProviding {
252 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
253 | 0: .same(proto: "WARNING_LEVEL_UNKNOWN"),
254 | 1: .same(proto: "LOG_ONLY"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:263:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
261 | extension Google_Firebase_Dataconnect_V1_GraphqlError: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
262 | public static let protoMessageName: String = _protobuf_package + ".GraphqlError"
263 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
264 | 1: .same(proto: "message"),
265 | 2: .same(proto: "locations"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:317:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
315 | extension Google_Firebase_Dataconnect_V1_GraphqlErrorExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
316 | public static let protoMessageName: String = _protobuf_package + ".GraphqlErrorExtensions"
317 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
318 | 1: .same(proto: "file"),
319 | 2: .same(proto: "code"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:379:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
377 | extension Google_Firebase_Dataconnect_V1_Workaround: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
378 | public static let protoMessageName: String = _protobuf_package + ".Workaround"
379 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
380 | 1: .same(proto: "description"),
381 | 2: .same(proto: "reason"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:423:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
421 | extension Google_Firebase_Dataconnect_V1_SourceLocation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
422 | public static let protoMessageName: String = _protobuf_package + ".SourceLocation"
423 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
424 | 1: .same(proto: "line"),
425 | 2: .same(proto: "column"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:168:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
166 |
167 | extension Google_Firebase_Dataconnect_V1_Action: SwiftProtobuf._ProtoNameProviding {
168 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
169 | 0: .same(proto: "ACTION_UNSPECIFIED"),
170 | 1: .same(proto: "GET"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:181:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
179 | extension Google_Firebase_Dataconnect_V1_GraphqlResponseExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
180 | public static let protoMessageName: String = _protobuf_package + ".GraphqlResponseExtensions"
181 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
182 | 1: .standard(proto: "data_connect"),
183 | ]
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:213:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
211 | extension Google_Firebase_Dataconnect_V1_DataConnectProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
212 | public static let protoMessageName: String = _protobuf_package + ".DataConnectProperties"
213 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
214 | 1: .same(proto: "path"),
215 | 2: .standard(proto: "entity_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1406/1419] Compiling FirebaseDataConnect GenericQueryRef.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:252:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
250 |
251 | extension Google_Firebase_Dataconnect_V1_WarningLevel: SwiftProtobuf._ProtoNameProviding {
252 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
253 | 0: .same(proto: "WARNING_LEVEL_UNKNOWN"),
254 | 1: .same(proto: "LOG_ONLY"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:263:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
261 | extension Google_Firebase_Dataconnect_V1_GraphqlError: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
262 | public static let protoMessageName: String = _protobuf_package + ".GraphqlError"
263 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
264 | 1: .same(proto: "message"),
265 | 2: .same(proto: "locations"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:317:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
315 | extension Google_Firebase_Dataconnect_V1_GraphqlErrorExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
316 | public static let protoMessageName: String = _protobuf_package + ".GraphqlErrorExtensions"
317 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
318 | 1: .same(proto: "file"),
319 | 2: .same(proto: "code"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:379:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
377 | extension Google_Firebase_Dataconnect_V1_Workaround: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
378 | public static let protoMessageName: String = _protobuf_package + ".Workaround"
379 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
380 | 1: .same(proto: "description"),
381 | 2: .same(proto: "reason"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:423:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
421 | extension Google_Firebase_Dataconnect_V1_SourceLocation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
422 | public static let protoMessageName: String = _protobuf_package + ".SourceLocation"
423 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
424 | 1: .same(proto: "line"),
425 | 2: .same(proto: "column"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:168:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
166 |
167 | extension Google_Firebase_Dataconnect_V1_Action: SwiftProtobuf._ProtoNameProviding {
168 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
169 | 0: .same(proto: "ACTION_UNSPECIFIED"),
170 | 1: .same(proto: "GET"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:181:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
179 | extension Google_Firebase_Dataconnect_V1_GraphqlResponseExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
180 | public static let protoMessageName: String = _protobuf_package + ".GraphqlResponseExtensions"
181 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
182 | 1: .standard(proto: "data_connect"),
183 | ]
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:213:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
211 | extension Google_Firebase_Dataconnect_V1_DataConnectProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
212 | public static let protoMessageName: String = _protobuf_package + ".DataConnectProperties"
213 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
214 | 1: .same(proto: "path"),
215 | 2: .standard(proto: "entity_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1407/1419] Compiling FirebaseDataConnect ObservableQueryRef.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:252:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
250 |
251 | extension Google_Firebase_Dataconnect_V1_WarningLevel: SwiftProtobuf._ProtoNameProviding {
252 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
253 | 0: .same(proto: "WARNING_LEVEL_UNKNOWN"),
254 | 1: .same(proto: "LOG_ONLY"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:263:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
261 | extension Google_Firebase_Dataconnect_V1_GraphqlError: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
262 | public static let protoMessageName: String = _protobuf_package + ".GraphqlError"
263 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
264 | 1: .same(proto: "message"),
265 | 2: .same(proto: "locations"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:317:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
315 | extension Google_Firebase_Dataconnect_V1_GraphqlErrorExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
316 | public static let protoMessageName: String = _protobuf_package + ".GraphqlErrorExtensions"
317 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
318 | 1: .same(proto: "file"),
319 | 2: .same(proto: "code"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:379:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
377 | extension Google_Firebase_Dataconnect_V1_Workaround: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
378 | public static let protoMessageName: String = _protobuf_package + ".Workaround"
379 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
380 | 1: .same(proto: "description"),
381 | 2: .same(proto: "reason"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:423:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
421 | extension Google_Firebase_Dataconnect_V1_SourceLocation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
422 | public static let protoMessageName: String = _protobuf_package + ".SourceLocation"
423 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
424 | 1: .same(proto: "line"),
425 | 2: .same(proto: "column"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:168:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
166 |
167 | extension Google_Firebase_Dataconnect_V1_Action: SwiftProtobuf._ProtoNameProviding {
168 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
169 | 0: .same(proto: "ACTION_UNSPECIFIED"),
170 | 1: .same(proto: "GET"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:181:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
179 | extension Google_Firebase_Dataconnect_V1_GraphqlResponseExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
180 | public static let protoMessageName: String = _protobuf_package + ".GraphqlResponseExtensions"
181 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
182 | 1: .standard(proto: "data_connect"),
183 | ]
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:213:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
211 | extension Google_Firebase_Dataconnect_V1_DataConnectProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
212 | public static let protoMessageName: String = _protobuf_package + ".DataConnectProperties"
213 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
214 | 1: .same(proto: "path"),
215 | 2: .standard(proto: "entity_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1408/1419] Compiling FirebaseDataConnect QueryFetchPolicy.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:252:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
250 |
251 | extension Google_Firebase_Dataconnect_V1_WarningLevel: SwiftProtobuf._ProtoNameProviding {
252 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
253 | 0: .same(proto: "WARNING_LEVEL_UNKNOWN"),
254 | 1: .same(proto: "LOG_ONLY"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:263:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
261 | extension Google_Firebase_Dataconnect_V1_GraphqlError: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
262 | public static let protoMessageName: String = _protobuf_package + ".GraphqlError"
263 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
264 | 1: .same(proto: "message"),
265 | 2: .same(proto: "locations"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:317:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
315 | extension Google_Firebase_Dataconnect_V1_GraphqlErrorExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
316 | public static let protoMessageName: String = _protobuf_package + ".GraphqlErrorExtensions"
317 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
318 | 1: .same(proto: "file"),
319 | 2: .same(proto: "code"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:379:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
377 | extension Google_Firebase_Dataconnect_V1_Workaround: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
378 | public static let protoMessageName: String = _protobuf_package + ".Workaround"
379 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
380 | 1: .same(proto: "description"),
381 | 2: .same(proto: "reason"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_error.pb.swift:423:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
421 | extension Google_Firebase_Dataconnect_V1_SourceLocation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
422 | public static let protoMessageName: String = _protobuf_package + ".SourceLocation"
423 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
424 | 1: .same(proto: "line"),
425 | 2: .same(proto: "column"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:168:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
166 |
167 | extension Google_Firebase_Dataconnect_V1_Action: SwiftProtobuf._ProtoNameProviding {
168 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
169 | 0: .same(proto: "ACTION_UNSPECIFIED"),
170 | 1: .same(proto: "GET"),
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:181:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
179 | extension Google_Firebase_Dataconnect_V1_GraphqlResponseExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
180 | public static let protoMessageName: String = _protobuf_package + ".GraphqlResponseExtensions"
181 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
182 | 1: .standard(proto: "data_connect"),
183 | ]
/Users/admin/builder/spi-builder-workspace/Sources/ProtoGen/graphql_response_extensions.pb.swift:213:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
211 | extension Google_Firebase_Dataconnect_V1_DataConnectProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
212 | public static let protoMessageName: String = _protobuf_package + ".DataConnectProperties"
213 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
214 | 1: .same(proto: "path"),
215 | 2: .standard(proto: "entity_id"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1409/1419] Compiling FirebaseDataConnect EntityNode.swift
[1410/1419] Compiling FirebaseDataConnect PathMetadata.swift
[1411/1419] Compiling FirebaseDataConnect ResultTree.swift
[1412/1419] Compiling FirebaseDataConnect ResultTreeProcessor.swift
[1413/1419] Compiling FirebaseDataConnect SQLiteCacheProvider.swift
[1414/1419] Compiling FirebaseDataConnect CodecHelper.swift
[1415/1419] Compiling FirebaseDataConnect QueryRef.swift
[1416/1419] Compiling FirebaseDataConnect QueryRequest.swift
[1417/1419] Compiling FirebaseDataConnect AnyCodableValue.swift
[1418/1419] Compiling FirebaseDataConnect AnyValue.swift
[1419/1419] Compiling FirebaseDataConnect LocalDate.swift
Build complete! (66.30s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Integration/Gen/KitchenSink/Package.swift': File not found.
Build complete.
{
"dependencies" : [
{
"identity" : "firebase-ios-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "11.5.0",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/firebase/firebase-ios-sdk"
},
{
"identity" : "grpc-swift",
"requirement" : {
"exact" : [
"1.27.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
},
{
"identity" : "googleutilities",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/GoogleUtilities.git"
}
],
"manifest_display_name" : "FirebaseDataConnect",
"name" : "FirebaseDataConnect",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "FirebaseDataConnect",
"targets" : [
"FirebaseDataConnect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Start FDC Tools",
"targets" : [
"SetupDevEnv"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TemplateProject",
"module_type" : "SwiftTarget",
"name" : "TemplateProject",
"path" : "Tools/TemplateProject",
"product_memberships" : [
"Start FDC Tools"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tools/TemplateProject/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"TemplateProject.swift"
],
"type" : "library"
},
{
"c99name" : "ShellExecutorTests",
"module_type" : "SwiftTarget",
"name" : "ShellExecutorTests",
"path" : "Tests/ShellExecutor",
"sources" : [
"TestExecutor.swift"
],
"target_dependencies" : [
"ShellExecutor"
],
"type" : "test"
},
{
"c99name" : "ShellExecutor",
"module_type" : "SwiftTarget",
"name" : "ShellExecutor",
"path" : "Tools/ShellExecutor",
"product_memberships" : [
"Start FDC Tools"
],
"sources" : [
"ShellExecutor.swift"
],
"type" : "library"
},
{
"c99name" : "SetupDevEnv",
"module_type" : "SwiftTarget",
"name" : "SetupDevEnv",
"path" : "Tools/SetupDevEnv",
"product_memberships" : [
"Start FDC Tools"
],
"sources" : [
"SetupDevEnv.swift"
],
"target_dependencies" : [
"ShellExecutor",
"TemplateProject"
],
"type" : "executable"
},
{
"c99name" : "FirebaseDataConnectUnit",
"module_type" : "SwiftTarget",
"name" : "FirebaseDataConnectUnit",
"path" : "Tests/Unit",
"sources" : [
"AnyValueCodableTests.swift",
"CacheTests.swift",
"CodecHelperTests.swift",
"ErrorsTypes.swift",
"HeaderTests.swift",
"InstanceTests.swift",
"LocalDateTests.swift",
"StreamSubscriptionManagerTests.swift",
"TimestampCodableTests.swift",
"UserAgentTests.swift"
],
"target_dependencies" : [
"FirebaseDataConnect"
],
"type" : "test"
},
{
"c99name" : "FirebaseDataConnectIntegration",
"module_type" : "SwiftTarget",
"name" : "FirebaseDataConnectIntegration",
"path" : "Tests/Integration",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Integration/Resources/fdc-kitchensink",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AnyScalarTests.swift",
"ConfigSetup.swift",
"Gen/KitchenSink/Sources/KitchenSinkClient.swift",
"Gen/KitchenSink/Sources/KitchenSinkKeys.swift",
"Gen/KitchenSink/Sources/KitchenSinkOperations.swift",
"IntegrationTestBase.swift",
"IntegrationTests.swift",
"PartialErrorsTest.swift"
],
"target_dependencies" : [
"FirebaseDataConnect"
],
"type" : "test"
},
{
"c99name" : "FirebaseDataConnect",
"module_type" : "SwiftTarget",
"name" : "FirebaseDataConnect",
"path" : "Sources",
"product_dependencies" : [
"GRPC",
"FirebaseCore",
"FirebaseAuth",
"GULEnvironment"
],
"product_memberships" : [
"FirebaseDataConnect"
],
"sources" : [
"BaseOperationRef.swift",
"Cache/Cache.swift",
"Cache/CacheProvider.swift",
"Cache/CacheSettings.swift",
"Cache/DynamicCodingKey.swift",
"Cache/EntityDataObject.swift",
"Cache/EntityNode.swift",
"Cache/PathMetadata.swift",
"Cache/ResultTree.swift",
"Cache/ResultTreeProcessor.swift",
"Cache/SQLiteCacheProvider.swift",
"CodecHelper.swift",
"ConnectorConfig.swift",
"DataConnect.swift",
"DataConnectError.swift",
"DataConnectPathSegment.swift",
"DataConnectSettings.swift",
"DataSource.swift",
"Internal/CodableHelpers.swift",
"Internal/CodableTimestamp.swift",
"Internal/Component.swift",
"Internal/DataConnectPath.swift",
"Internal/GrpcClient.swift",
"Internal/HashUtils.swift",
"Internal/Logger/DataConnectLogger.swift",
"Internal/Logger/DataConnectMessageCode.swift",
"Internal/OperationUtils.swift",
"Internal/OperationsManager.swift",
"Internal/ProtoCodec.swift",
"Internal/QueryRefInternal.swift",
"Internal/ServerResponse.swift",
"Internal/StreamingGrpcClient.swift",
"Internal/UnaryGrpcClient.swift",
"Internal/Version.swift",
"MutationRef.swift",
"OperationResult.swift",
"OptionalVarWrapper.swift",
"ProtoGen/connector_service.grpc.swift",
"ProtoGen/connector_service.pb.swift",
"ProtoGen/connector_stream_service.grpc.swift",
"ProtoGen/connector_stream_service.pb.swift",
"ProtoGen/google/rpc/code.pb.swift",
"ProtoGen/graphql_error.pb.swift",
"ProtoGen/graphql_response_extensions.pb.swift",
"Queries/GenericQueryRef.swift",
"Queries/ObservableQueryRef.swift",
"Queries/QueryFetchPolicy.swift",
"Queries/QueryRef.swift",
"Queries/QueryRequest.swift",
"Scalars/AnyCodableValue.swift",
"Scalars/AnyValue.swift",
"Scalars/LocalDate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Integration/Gen/KitchenSink/Package.swift': File not found.
Done.