The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FirebaseDataConnect, reference 11.12.0 (ed1c42), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 23:19:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

262 |     }
263 |
264 |     let workDirectory = PathLike(context.pluginWorkDirectory)
    |                                          |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
    |                                          `- 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 Start FDC Tools-entitlement.plist
[2/499] Write sources
[10/499] Copying PrivacyInfo.xcprivacy
[12/499] Write sources
[12/499] Copying PrivacyInfo.xcprivacy
[15/499] Write sources
[27/499] Copying PrivacyInfo.xcprivacy
[29/499] Write sources
[30/499] Copying PrivacyInfo.xcprivacy
[36/499] Copying Resources
[37/499] Write swift-version--6988338F2F200930.txt
[38/499] Compiling _AtomicsShims.c
[40/503] Compiling _NIODataStructures PriorityQueue.swift
[41/503] Compiling _NIODataStructures _TinyArray.swift
[42/503] Emitting module _NIODataStructures
[43/503] Compiling _NIODataStructures Heap.swift
[43/503] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[44/503] Compiling GULNetworkInfo.m
[45/503] Compiling GoogleUtilities-Environment resource_bundle_accessor.m
[46/503] Compiling GoogleUtilities-AppDelegateSwizzler resource_bundle_accessor.m
[47/503] Compiling GULKeychainUtils.m
[48/503] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[49/503] Compiling GULKeychainStorage.m
[50/622] Compiling GoogleUtilities-Environment GULAppEnvironmentUtil.m
[52/622] Compiling SwiftProtobuf BinaryDelimited.swift
[53/622] Compiling SwiftProtobuf BinaryEncoder.swift
[54/623] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/623] Compiling SwiftProtobuf BinaryDecodingError.swift
[56/623] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[57/623] Compiling SwiftProtobuf AnyMessageStorage.swift
[58/623] Compiling SwiftProtobuf AnyUnpackError.swift
[59/623] Compiling SwiftProtobuf ExtensibleMessage.swift
[60/623] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[61/623] Compiling SwiftProtobuf DoubleParser.swift
[62/623] Compiling SwiftProtobuf Enum.swift
[63/623] Compiling SwiftProtobuf CustomJSONCodable.swift
[64/623] Compiling SwiftProtobuf Decoder.swift
[65/623] Compiling SwiftProtobuf BytecodeInterpreter.swift
[66/623] Compiling SwiftProtobuf BytecodeReader.swift
[67/623] Compiling SwiftProtobuf AsyncMessageSequence.swift
[68/623] Compiling SwiftProtobuf BinaryDecoder.swift
[69/623] Compiling _NIOBase64 Base64.swift
[70/623] Emitting module _NIOBase64
[71/623] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[72/623] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[73/623] Emitting module InternalCollectionsUtilities
[74/623] Compiling Logging LogHandler.swift
[75/623] Compiling Logging Logging.swift
[76/623] Compiling Logging MetadataProvider.swift
[77/623] Emitting module Logging
[78/623] Compiling Logging Locks.swift
[79/623] Compiling Logging LogEvent.swift
[79/623] Compiling GTMSessionFetcherCore resource_bundle_accessor.m
[80/623] Write sources
[82/623] Compiling FirebaseCoreExtension resource_bundle_accessor.m
[83/637] Compiling GTMSessionFetcherCore GTMSessionFetcherLogging.m
[84/637] Compiling FirebaseCoreExtension dummy.m
[85/637] Compiling GTMSessionFetcherCore GTMSessionFetcherService.m
[86/637] Compiling FirebaseAuthInterop dummy.m
[87/637] Compiling GTMSessionFetcherCore GTMSessionFetcher.m
[88/637] Compiling FIRMultiFactorConstants.m
[89/637] Compiling FIRAuthProvider.m
[90/637] Write sources
[91/637] Compiling FIRAuthErrorUtils.m
[92/637] Write sources
[94/637] Compiling FirebaseAppCheckInterop dummy.m
[95/637] Compiling FIRAuth.m
[96/637] Compiling CNIOWindows shim.c
[97/637] Compiling CNIOWindows WSAStartup.c
[98/637] Compiling GTMSessionFetcherCore GTMSessionUploadFetcher.m
[98/637] Compiling CNIOWASI CNIOWASI.c
[100/637] Compiling CNIOOpenBSD shim.c
[101/637] Compiling CNIOLinux shim.c
[102/671] Compiling CNIOLinux liburing_shims.c
[104/671] Compiling ContainersPreview Drain+Reduce.swift
[105/671] Compiling ContainersPreview Drain.swift
[106/671] Compiling ContainersPreview Producer+Collect.swift
[107/671] Compiling ContainersPreview Producer+Filter.swift
[108/671] Compiling ContainersPreview Producer+Map.swift
[109/671] Compiling ContainersPreview Producer+Reduce.swift
[110/671] Compiling ContainersPreview RandomAccessContainer.swift
[111/671] Compiling ContainersPreview RangeExpression2.swift
[112/671] Compiling ContainersPreview RangeReplaceableContainer.swift
[113/671] Compiling ContainersPreview Drain+Map.swift
[114/671] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[115/671] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[116/671] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[117/671] Compiling ContainersPreview BorrowingSequence.swift
[117/674] Compiling CNIOPosix event_loop_id.c
[119/674] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[120/674] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[121/674] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[122/674] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[122/674] Compiling CNIOLLHTTP c_nio_http.c
[124/674] Compiling ContainersPreview Inout.swift
[125/674] Compiling ContainersPreview InputSpan.swift
[126/674] Compiling ContainersPreview Shared.swift
[127/674] Compiling ContainersPreview ContainerIterator.swift
[128/674] Compiling ContainersPreview DynamicContainer.swift
[129/674] Compiling ContainersPreview MutableContainer.swift
[130/674] Compiling ContainersPreview PermutableContainer.swift
[131/674] Compiling ContainersPreview BidirectionalContainer.swift
[132/674] Compiling ContainersPreview Container+Filter.swift
[133/674] Compiling ContainersPreview Container+SpanwiseZip.swift
[134/674] Compiling ContainersPreview Container.swift
[135/674] Compiling ContainersPreview Producer.swift
[136/674] Compiling ContainersPreview Borrow.swift
[137/674] Compiling ContainersPreview Box.swift
[137/674] Compiling CNIOLLHTTP c_nio_api.c
[139/674] Emitting module ContainersPreview
[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 fiat_p256_adx_sqr.S
[144/674] Compiling GoogleUtilities-AppDelegateSwizzler GULSceneDelegateSwizzler.m
[145/674] Compiling fiat_p256_adx_mul.S
[146/674] Compiling fiat_curve25519_adx_square.S
[147/674] Compiling CNIOLLHTTP c_nio_llhttp.c
[148/674] Compiling GoogleUtilities-AppDelegateSwizzler GULAppDelegateSwizzler.m
[149/674] Compiling fiat_curve25519_adx_mul.S
[150/715] Compiling CNIODarwin shim.c
[151/715] Compiling CNIOBoringSSLShims shims.c
[153/715] Compiling DequeModule UniqueDeque+Insertions.swift
[154/715] Compiling DequeModule UniqueDeque+Prepend.swift
[155/715] Compiling DequeModule UniqueDeque+Removals.swift
[156/715] Compiling DequeModule UniqueDeque+Replacements.swift
[157/719] Compiling DequeModule UniqueDeque+Equatable.swift
[158/719] Compiling DequeModule UniqueDeque+Experimental.swift
[159/719] Compiling DequeModule UniqueDeque+Hashable.swift
[160/719] Compiling DequeModule UniqueDeque+Initializers.swift
[161/719] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[162/719] Compiling DequeModule Deque+Extras.swift
[163/719] Compiling DequeModule Deque+Hashable.swift
[164/719] Compiling DequeModule Deque+Testing.swift
[165/719] Compiling DequeModule Deque._Storage.swift
[166/719] Compiling DequeModule Deque._UnsafeHandle.swift
[167/719] Compiling DequeModule Deque.swift
[168/719] Compiling DequeModule _DequeBuffer.swift
[169/719] Compiling DequeModule _DequeBufferHeader.swift
[170/719] Compiling DequeModule RigidDeque+Append.swift
[171/719] Compiling DequeModule RigidDeque+Removals.swift
[172/719] Compiling DequeModule RigidDeque+Replacements.swift
[173/719] Compiling DequeModule RigidDeque+Testing.swift
[174/719] Compiling DequeModule RigidDeque.swift
[175/719] Compiling DequeModule RigidDeque+Consumption.swift
[176/719] Compiling DequeModule RigidDeque+Container.swift
[177/719] Compiling DequeModule RigidDeque+Descriptions.swift
[178/719] Compiling DequeModule RigidDeque+Equatable.swift
[179/719] Compiling DequeModule RigidDeque+Experimental.swift
[180/719] Compiling DequeModule UniqueDeque+Append.swift
[181/719] Compiling DequeModule UniqueDeque+Consumption.swift
[182/719] Compiling DequeModule UniqueDeque+Container.swift
[183/719] Compiling DequeModule UniqueDeque+Descriptions.swift
[184/719] Compiling DequeModule RigidDeque+Hashable.swift
[185/719] Compiling DequeModule RigidDeque+Initializers.swift
[186/719] Compiling DequeModule RigidDeque+Insertions.swift
[187/719] Compiling DequeModule RigidDeque+Prepend.swift
[188/719] Compiling DequeModule Deque+Codable.swift
[189/719] Compiling DequeModule Deque+Collection.swift
[190/719] Compiling DequeModule Deque+CustomReflectable.swift
[191/719] Compiling DequeModule Deque+Descriptions.swift
[192/719] Compiling DequeModule Deque+Equatable.swift
[192/719] Compiling tls_record.cc
[193/719] Compiling tls13_server.cc
[194/719] Compiling tls_method.cc
[195/719] Compiling tls13_enc.cc
[196/719] Compiling tls13_client.cc
[198/719] Emitting module SwiftProtobuf
[199/728] Compiling TemplateProject TemplateProject.swift
[200/728] Compiling TemplateProject resource_bundle_accessor.swift
[201/728] Emitting module TemplateProject
[202/728] Compiling ShellExecutor ShellExecutor.swift
[203/728] Emitting module ShellExecutor
[204/728] Compiling SwiftProtobuf JSONEncodingError.swift
[205/728] Compiling SwiftProtobuf JSONEncodingOptions.swift
[206/728] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[207/728] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[208/728] Compiling SwiftProtobuf JSONScanner.swift
[209/728] Compiling SwiftProtobuf MathUtils.swift
[210/728] Compiling SwiftProtobuf Message+AnyAdditions.swift
[211/728] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[212/728] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[213/728] Compiling SwiftProtobuf Message+FieldMask.swift
[214/728] Compiling SwiftProtobuf PathVisitor.swift
[215/728] Compiling SwiftProtobuf ProtoNameProviding.swift
[216/728] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[217/728] Compiling SwiftProtobuf ProtobufMap.swift
[218/728] Compiling SwiftProtobuf SelectiveVisitor.swift
[219/728] Compiling SwiftProtobuf SimpleExtensionMap.swift
[220/728] Compiling SwiftProtobuf StringUtils.swift
[221/728] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[222/728] Compiling SwiftProtobuf SwiftProtobufError.swift
[223/728] Compiling FirebaseCoreInternal StorageFactory.swift
[224/728] Compiling FirebaseCoreInternal WeakContainer.swift
[225/728] Compiling FirebaseCoreInternal _ObjC_HeartbeatsPayload.swift
[226/728] Compiling FirebaseCoreInternal _ObjC_HeartbeatController.swift
[227/728] Compiling FirebaseCoreInternal UnfairLock.swift
[227/729] Compiling t1_enc.cc
[229/729] Emitting module DequeModule
[230/729] Compiling FirebaseCoreInternal resource_bundle_accessor.swift
[230/729] Compiling ssl_transcript.cc
[232/729] Compiling DequeModule UniqueDeque.swift
[233/729] Compiling DequeModule _DequeSlot.swift
[234/729] Compiling DequeModule _UnsafeDequeHandle.swift
[235/729] Compiling DequeModule _UnsafeDequeSegments.swift
[235/729] Compiling ssl_versions.cc
[236/729] Compiling tls13_both.cc
[237/731] Compiling ssl_x509.cc
[239/731] Emitting module SetupDevEnv
[240/731] Compiling SetupDevEnv SetupDevEnv.swift
[250/731] Compiling ssl_stat.cc
[251/731] Write Objects.LinkFileList
[252/731] Compiling ssl_session.cc
[260/731] Emitting module FirebaseCoreInternal
[282/731] Linking Start FDC Tools
[283/731] Compiling ssl_file.cc
[284/731] Compiling ssl_key_share.cc
[285/731] Compiling ssl_privkey.cc
[286/731] Applying Start FDC Tools
[287/731] Compiling ssl_credential.cc
[289/731] Compiling SwiftProtobuf duration.pb.swift
[290/731] Compiling SwiftProtobuf empty.pb.swift
[291/731] Compiling SwiftProtobuf field_mask.pb.swift
[292/731] Compiling SwiftProtobuf source_context.pb.swift
[293/731] Compiling SwiftProtobuf struct.pb.swift
[294/731] Compiling SwiftProtobuf timestamp.pb.swift
[295/731] Compiling SwiftProtobuf type.pb.swift
[296/731] Compiling SwiftProtobuf wrappers.pb.swift
[297/731] Compiling SwiftProtobuf resource_bundle_accessor.swift
[297/731] Compiling ssl_cipher.cc
[298/731] Compiling ssl_cert.cc
[299/731] Compiling ssl_lib.cc
[300/731] Compiling ssl_buffer.cc
[311/731] Compiling FirebaseCore FIRComponentType.m
[312/731] Compiling FirebaseCore resource_bundle_accessor.m
[313/731] Compiling FirebaseCore FIRComponent.m
[314/731] Compiling FirebaseCore FIRComponentContainer.m
[315/731] Compiling FirebaseCore FIROptions.m
[316/731] Compiling FirebaseCore FIRLogger.m
[317/731] Compiling FirebaseCore FIRVersion.m
[318/731] Compiling FirebaseCore FIRFirebaseUserAgent.m
[319/731] Compiling FirebaseCore FIRConfiguration.m
[321/731] Compiling SwiftProtobuf TextFormatDecoder.swift
[322/731] Compiling SwiftProtobuf TextFormatDecodingError.swift
[323/731] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[324/731] Compiling SwiftProtobuf TextFormatEncoder.swift
[325/731] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[326/731] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[327/731] Compiling SwiftProtobuf TextFormatScanner.swift
[328/731] Compiling SwiftProtobuf TimeUtils.swift
[329/731] Compiling SwiftProtobuf UnknownStorage.swift
[330/731] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[331/731] Compiling SwiftProtobuf Varint.swift
[332/731] Compiling SwiftProtobuf Version.swift
[333/731] Compiling SwiftProtobuf Visitor.swift
[334/731] Compiling SwiftProtobuf WireFormat.swift
[335/731] Compiling SwiftProtobuf ZigZag.swift
[336/731] Compiling SwiftProtobuf any.pb.swift
[337/731] Compiling SwiftProtobuf api.pb.swift
[338/731] Compiling SwiftProtobuf descriptor.pb.swift
[343/731] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[344/731] Compiling SwiftProtobuf Message.swift
[345/731] Compiling SwiftProtobuf MessageExtension.swift
[346/731] Compiling SwiftProtobuf NameMap.swift
[347/731] Compiling SwiftProtobuf PathDecoder.swift
[347/731] Compiling FirebaseCore FIRBundleUtil.m
[348/731] Compiling FirebaseCore FIRAnalyticsConfiguration.m
[349/731] Compiling FirebaseCore FIRTimestamp.m
[350/731] Compiling FirebaseCore FIRHeartbeatLogger.m
[351/731] Compiling ssl_asn1.cc
[352/731] Compiling s3_pkt.cc
[353/731] Compiling ssl_aead_ctx.cc
[354/731] Compiling s3_lib.cc
[355/731] Compiling s3_both.cc
[356/731] Compiling handshake.cc
[357/731] Compiling handshake_server.cc
[358/731] Compiling handshake_client.cc
[359/731] Compiling handoff.cc
[360/731] Compiling d1_srtp.cc
[361/731] Compiling dtls_method.cc
[362/731] Compiling bio_ssl.cc
[362/731] Compiling encrypted_client_hello.cc
[364/731] Compiling dtls_record.cc
[365/731] Compiling md5-x86_64-linux.S
[366/731] Compiling md5-x86_64-apple.S
[367/731] Compiling md5-586-linux.S
[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-linux.S
[372/731] Compiling chacha20_poly1305_armv8-win.S
[373/731] Compiling d1_lib.cc
[374/731] Compiling extensions.cc
[375/731] Compiling d1_pkt.cc
[376/731] Compiling chacha-x86-linux.S
[377/731] Compiling chacha-x86_64-linux.S
[378/731] Compiling chacha-x86_64-apple.S
[379/731] Compiling chacha20_poly1305_armv8-apple.S
[380/731] Compiling chacha-x86-apple.S
[381/731] Compiling chacha-armv8-linux.S
[382/731] Compiling chacha-armv4-linux.S
[383/731] Compiling chacha-armv8-win.S
[383/731] Compiling aes128gcmsiv-x86_64-linux.S
[385/731] Compiling aes128gcmsiv-x86_64-apple.S
[386/731] Compiling FirebaseCore FIRApp.m
[387/731] Compiling chacha-armv8-apple.S
[388/731] Compiling x86_64-mont5-linux.S
[389/731] Compiling x86_64-mont5-apple.S
[390/731] Compiling x86_64-mont-linux.S
[391/731] Compiling d1_both.cc
[392/731] Compiling x86_64-mont-apple.S
[393/731] Compiling x86-mont-linux.S
[394/731] Compiling x86-mont-apple.S
[395/731] Compiling vpaes-x86_64-linux.S
[395/731] Compiling vpaes-x86_64-apple.S
[397/731] Compiling vpaes-x86-linux.S
[398/731] Compiling vpaes-x86-apple.S
[399/731] Compiling vpaes-armv8-win.S
[400/731] Compiling vpaes-armv8-linux.S
[401/731] Compiling vpaes-armv8-apple.S
[402/731] Compiling sha512-x86_64-linux.S
[403/731] Compiling sha512-x86_64-apple.S
[403/731] Compiling vpaes-armv7-linux.S
[405/731] Compiling sha512-armv8-win.S
[406/731] Compiling sha512-armv8-linux.S
[407/731] Compiling sha512-armv4-linux.S
[408/731] Compiling sha512-586-linux.S
[409/731] Compiling sha512-586-apple.S
[409/731] Compiling sha512-armv8-apple.S
[411/731] Compiling sha256-x86_64-linux.S
[411/731] Compiling sha256-x86_64-apple.S
[413/731] Compiling sha256-armv8-win.S
[414/731] Compiling sha256-armv8-linux.S
[415/731] Compiling sha256-armv4-linux.S
[416/731] Compiling err_data.cc
[417/731] Compiling sha256-armv8-apple.S
[418/731] Compiling sha256-586-apple.S
[419/731] Compiling sha256-586-linux.S
[419/731] Compiling sha1-x86_64-apple.S
[421/731] Compiling sha1-x86_64-linux.S
[422/731] Compiling sha1-armv8-win.S
[423/731] Compiling sha1-armv4-large-linux.S
[424/731] Compiling sha1-armv8-linux.S
[425/732] Compiling sha1-586-apple.S
[426/732] Compiling sha1-586-linux.S
[427/750] Compiling rsaz-avx2-linux.S
[428/755] Compiling rdrand-x86_64-apple.S
[429/760] Compiling rsaz-avx2-apple.S
[430/769] Compiling rdrand-x86_64-linux.S
[431/773] Compiling p256_beeu-x86_64-asm-linux.S
[432/774] Compiling p256_beeu-x86_64-asm-apple.S
[433/778] Compiling sha1-armv8-apple.S
[434/788] Compiling p256_beeu-armv8-asm-win.S
[435/789] Compiling p256_beeu-armv8-asm-linux.S
[436/808] Compiling p256_beeu-armv8-asm-apple.S
[437/816] Compiling p256-x86_64-asm-apple.S
[438/836] Compiling p256-x86_64-asm-linux.S
[439/844] Compiling p256-armv8-asm-linux.S
[439/844] Compiling p256-armv8-asm-win.S
[441/857] Compiling ghashv8-armv8-win.S
[442/857] Compiling p256-armv8-asm-apple.S
[443/857] Compiling ghashv8-armv8-linux.S
[444/857] Compiling ghashv8-armv8-apple.S
[445/857] Compiling ghashv8-armv7-linux.S
[446/857] Compiling ghash-x86_64-linux.S
[447/857] Compiling ghash-x86_64-apple.S
[448/857] Compiling ghash-x86-linux.S
[449/857] Compiling ghash-x86-apple.S
[450/857] Compiling ghash-ssse3-x86_64-linux.S
[451/857] Compiling ghash-ssse3-x86_64-apple.S
[452/857] Compiling ghash-ssse3-x86-linux.S
[452/857] Compiling ghash-ssse3-x86-apple.S
[454/857] Compiling ghash-neon-armv8-win.S
[455/857] Compiling ghash-neon-armv8-linux.S
[455/857] Compiling ghash-armv4-linux.S
[457/857] Compiling ghash-neon-armv8-apple.S
[458/857] Compiling co-586-apple.S
[459/857] Compiling co-586-linux.S
[460/857] Compiling bsaes-armv7-linux.S
[461/857] Compiling bn-armv8-linux.S
[461/857] Compiling bn-armv8-win.S
[463/857] Compiling bn-armv8-apple.S
[464/857] Compiling bn-586-linux.S
[465/857] Compiling bn-586-apple.S
[466/857] Compiling armv8-mont-win.S
[467/857] Compiling armv8-mont-linux.S
[468/857] Compiling armv8-mont-apple.S
[469/857] Compiling armv4-mont-linux.S
[470/857] Compiling aesv8-gcm-armv8-win.S
[471/857] Compiling aesv8-gcm-armv8-linux.S
[472/857] Compiling aesv8-gcm-armv8-apple.S
[473/857] Compiling aesv8-armv8-win.S
[474/857] Compiling aesv8-armv8-linux.S
[475/857] Compiling aesv8-armv7-linux.S
[476/857] Compiling aesv8-armv8-apple.S
[477/857] Compiling aesni-x86_64-linux.S
[478/857] Compiling aesni-x86_64-apple.S
[479/857] Compiling aesni-x86-linux.S
[480/857] Compiling aesni-x86-apple.S
[481/857] Compiling aesni-gcm-x86_64-linux.S
[482/857] Compiling aes-gcm-avx2-x86_64-linux.S
[482/857] Compiling aesni-gcm-x86_64-apple.S
[484/857] Compiling aes-gcm-avx2-x86_64-apple.S
[485/857] Compiling aes-gcm-avx10-x86_64-linux.S
[486/857] Compiling aes-gcm-avx10-x86_64-apple.S
[487/857] Compiling x_x509a.cc
[487/857] Compiling x_sig.cc
[489/857] Compiling x_val.cc
[490/857] Compiling x_req.cc
[491/857] Compiling x_spki.cc
[492/857] Compiling x_exten.cc
[493/857] Compiling x_pubkey.cc
[494/857] Compiling x_name.cc
[494/857] Compiling x_x509.cc
[496/857] Compiling x509spki.cc
[497/857] Compiling x_algor.cc
[498/857] Compiling x_attrib.cc
[499/857] Compiling x_all.cc
[500/857] Compiling x_crl.cc
[501/857] Compiling x509name.cc
[502/857] Compiling x509rset.cc
[503/857] Compiling x509cset.cc
[504/857] Compiling x509_vpm.cc
[505/857] Compiling x509_txt.cc
[506/857] Compiling x509_trs.cc
[507/857] Compiling x509_v3.cc
[508/857] Compiling x509_set.cc
[509/857] Compiling x509_vfy.cc
[510/857] Compiling x509_obj.cc
[511/857] Compiling x509_req.cc
[512/857] Compiling x509_ext.cc
[513/857] Compiling x509_lu.cc
[514/857] Compiling x509_def.cc
[515/857] Compiling x509_d2.cc
[516/857] Compiling x509.cc
[517/857] Compiling x509_cmp.cc
[518/857] Compiling x509_att.cc
[519/857] Compiling v3_skey.cc
[520/857] Compiling v3_prn.cc
[521/857] Compiling v3_purp.cc
[522/857] Compiling v3_utl.cc
[523/857] Compiling v3_pmaps.cc
[524/857] Compiling v3_pcons.cc
[525/857] Compiling v3_ocsp.cc
[526/857] Compiling v3_lib.cc
[527/857] Compiling v3_int.cc
[528/857] Compiling v3_ncons.cc
[529/857] Compiling v3_ia5.cc
[530/857] Compiling v3_info.cc
[531/857] Compiling v3_genn.cc
[532/857] Compiling v3_extku.cc
[533/857] Compiling v3_enum.cc
[534/857] Compiling v3_crld.cc
[535/857] Compiling v3_cpols.cc
[536/857] Compiling v3_conf.cc
[537/857] Compiling v3_bitst.cc
[538/857] Compiling v3_bcons.cc
[539/857] Compiling v3_alt.cc
[540/857] Compiling v3_akeya.cc
[541/857] Compiling i2d_pr.cc
[542/857] Compiling t_x509a.cc
[543/857] Compiling v3_akey.cc
[544/857] Compiling t_req.cc
[545/857] Compiling t_crl.cc
[546/857] Compiling t_x509.cc
[547/857] Compiling rsa_pss.cc
[548/857] Compiling name_print.cc
[549/857] Compiling policy.cc
[550/857] Compiling by_file.cc
[551/857] Compiling by_dir.cc
[552/857] Compiling asn1_gen.cc
[553/857] Compiling a_digest.cc
[554/857] Compiling algorithm.cc
[555/857] Compiling a_verify.cc
[556/857] Compiling voprf.cc
[557/857] Compiling a_sign.cc
[558/857] Compiling trust_token.cc
[559/857] Compiling thread_win.cc
[560/857] Compiling thread_pthread.cc
[561/857] Compiling thread.cc
[562/857] Compiling thread_none.cc
[563/857] Compiling pmbtoken.cc
[564/857] Compiling stack.cc
[565/857] Compiling siphash.cc
[566/857] Compiling slhdsa.cc
[567/857] Compiling spake2plus.cc
[568/857] Compiling sha512.cc
[569/857] Compiling sha256.cc
[570/857] Compiling sha1.cc
[571/857] Compiling rsa_extra.cc
[572/857] Compiling rsa_print.cc
[573/857] Compiling rsa_crypt.cc
[574/857] Compiling rc4.cc
[575/857] Compiling refcount.cc
[576/857] Compiling rsa_asn1.cc
[577/857] Compiling windows.cc
[578/857] Compiling urandom.cc
[579/857] Compiling trusty.cc
[580/857] Compiling rand.cc
[581/857] Compiling poly1305_arm_asm.S
[582/857] Compiling passive.cc
[583/857] Compiling ios.cc
[584/857] Compiling getentropy.cc
[585/857] Compiling fork_detect.cc
[586/857] Compiling forkunsafe.cc
[587/857] Compiling deterministic.cc
[588/857] Compiling poly1305_vec.cc
[589/857] Compiling pool.cc
[590/857] Compiling poly1305_arm.cc
[591/857] Compiling poly1305.cc
[592/857] Compiling pkcs7.cc
[593/857] Compiling p5_pbev2.cc
[594/857] Compiling pkcs8.cc
[595/857] Compiling pkcs8_x509.cc
[596/857] Compiling pkcs7_x509.cc
[597/857] Compiling pem_xaux.cc
[598/857] Compiling pem_x509.cc
[599/857] Compiling pem_pkey.cc
[600/857] Compiling pem_pk8.cc
[601/857] Compiling obj_xref.cc
[602/857] Compiling pem_oth.cc
[603/857] Compiling mlkem.cc
[604/857] Compiling pem_info.cc
[605/857] Compiling mldsa.cc
[606/857] Compiling pem_all.cc
[607/857] Compiling pem_lib.cc
[608/857] Compiling poly_rq_mul.S
[609/857] Compiling mem.cc
[610/857] Compiling fips_shared_support.cc
[611/857] Compiling obj.cc
[612/857] Compiling md5.cc
[613/857] Compiling md4.cc
[614/857] Compiling lhash.cc
[615/857] Compiling ex_data.cc
[616/857] Compiling kyber.cc
[617/857] Compiling sign.cc
[618/857] Compiling hpke.cc
[619/857] Compiling hrss.cc
[620/857] Compiling scrypt.cc
[621/857] Compiling print.cc
[622/857] Compiling pbkdf.cc
[623/857] Compiling p_x25519.cc
[624/857] Compiling p_rsa_asn1.cc
[625/857] Compiling p_x25519_asn1.cc
[626/857] Compiling p_rsa.cc
[627/857] Compiling p_ed25519.cc
[628/857] Compiling p_hkdf.cc
[629/857] Compiling p_ed25519_asn1.cc
[630/857] Compiling p_ec_asn1.cc
[631/857] Compiling p_ec.cc
[632/857] Compiling p_dh_asn1.cc
[633/857] Compiling p_dh.cc
[634/857] Compiling p_dsa_asn1.cc
[635/857] Compiling evp_ctx.cc
[636/857] Compiling evp.cc
[637/857] Compiling err.cc
[638/857] Compiling evp_asn1.cc
[639/857] Compiling engine.cc
[640/857] Compiling bcm.cc
[641/857] Compiling ecdh.cc
[642/857] Compiling ecdsa_asn1.cc
[643/857] Compiling ec_derive.cc
[644/857] Compiling hash_to_curve.cc
[645/857] Compiling dsa.cc
[646/857] Compiling ec_asn1.cc
[647/857] Compiling x25519-asm-arm.S
[648/857] Compiling dsa_asn1.cc
[649/857] Compiling curve25519_64_adx.cc
[650/857] Compiling params.cc
[651/857] Compiling digest_extra.cc
[652/857] Compiling des.cc
[653/857] Compiling dh_asn1.cc
[654/857] Compiling spake25519.cc
[655/857] Compiling cpu_intel.cc
[656/857] Compiling crypto.cc
[657/857] Compiling cpu_arm_linux.cc
[658/857] Compiling cpu_aarch64_win.cc
[659/857] Compiling cpu_arm_freebsd.cc
[660/857] Compiling curve25519.cc
[661/857] Compiling cpu_aarch64_sysreg.cc
[663/857] Emitting module FirebaseAuth
[663/870] Compiling cpu_aarch64_openbsd.cc
[664/870] Compiling cpu_aarch64_linux.cc
[665/870] Compiling cpu_aarch64_fuchsia.cc
[666/870] Compiling cpu_aarch64_apple.cc
[668/870] Compiling FirebaseAuth GetOOBConfirmationCodeResponse.swift
[669/870] Compiling FirebaseAuth GetProjectConfigRequest.swift
[670/870] Compiling FirebaseAuth GetProjectConfigResponse.swift
[671/870] Compiling FirebaseAuth GetRecaptchaConfigRequest.swift
[672/870] Compiling FirebaseAuth GetRecaptchaConfigResponse.swift
[673/870] Compiling FirebaseAuth FinalizeMFAEnrollmentRequest.swift
[674/870] Compiling FirebaseAuth FinalizeMFAEnrollmentResponse.swift
[675/870] Compiling FirebaseAuth StartMFAEnrollmentRequest.swift
[676/870] Compiling FirebaseAuth StartMFAEnrollmentResponse.swift
[677/870] Compiling FirebaseAuth FinalizeMFASignInRequest.swift
[678/870] Compiling FirebaseAuth FinalizeMFASignInResponse.swift
[679/870] Compiling FirebaseAuth StartMFASignInRequest.swift
[680/870] Compiling FirebaseAuth StartMFASignInResponse.swift
[681/870] Compiling FirebaseAuth WithdrawMFARequest.swift
[681/870] Compiling tls_cbc.cc
[682/870] Compiling get_cipher.cc
[683/870] Compiling conf.cc
[684/870] Compiling e_tls.cc
[685/870] Compiling e_rc4.cc
[686/870] Compiling e_rc2.cc
[687/870] Compiling e_des.cc
[688/870] Compiling e_null.cc
[690/870] Compiling FirebaseAuth VerifyCustomTokenRequest.swift
[691/870] Compiling FirebaseAuth VerifyCustomTokenResponse.swift
[692/870] Compiling FirebaseAuth VerifyPasswordRequest.swift
[693/870] Compiling FirebaseAuth VerifyPasswordResponse.swift
[694/870] Compiling FirebaseAuth VerifyPhoneNumberRequest.swift
[695/870] Compiling FirebaseAuth VerifyPhoneNumberResponse.swift
[696/870] Compiling FirebaseAuth VerifyClientRequest.swift
[697/870] Compiling FirebaseAuth VerifyClientResponse.swift
[698/870] Compiling FirebaseAuth Base64URLEncodedStringExtension.swift
[699/870] Compiling FirebaseAuth MultiFactor.swift
[700/870] Compiling FirebaseAuth MultiFactorAssertion.swift
[701/870] Compiling FirebaseAuth MultiFactorInfo.swift
[702/870] Compiling FirebaseAuth MultiFactorResolver.swift
[703/870] Compiling FirebaseAuth MultiFactorSession.swift
[703/870] Compiling e_chacha20poly1305.cc
[704/870] Compiling derive_key.cc
[705/870] Compiling chacha.cc
[706/870] Compiling e_aesgcmsiv.cc
[707/870] Compiling e_aesctrhmac.cc
[708/870] Compiling unicode.cc
[709/870] Compiling ber.cc
[710/870] Compiling cbs.cc
[711/870] Compiling buf.cc
[712/870] Compiling cbb.cc
[713/870] Compiling blake2.cc
[714/870] Compiling asn1_compat.cc
[715/870] Compiling bn_asn1.cc
[716/870] Compiling convert.cc
[717/870] Compiling socket_helper.cc
[718/870] Compiling hexdump.cc
[719/870] Compiling FirebaseAuth AuthRPCRequest.swift
[721/870] Compiling FirebaseAuth AuthRPCResponse.swift
[722/870] Compiling FirebaseAuth AuthRequestConfiguration.swift
[723/870] Compiling FirebaseAuth IdentityToolkitRequest.swift
[724/870] Compiling FirebaseAuth AuthMFAResponse.swift
[725/870] Compiling FirebaseAuth CreateAuthURIRequest.swift
[726/870] Compiling FirebaseAuth CreateAuthURIResponse.swift
[727/870] Compiling FirebaseAuth DeleteAccountRequest.swift
[728/870] Compiling FirebaseAuth DeleteAccountResponse.swift
[729/870] Compiling FirebaseAuth EmailLinkSignInRequest.swift
[730/870] Compiling FirebaseAuth EmailLinkSignInResponse.swift
[731/870] Compiling FirebaseAuth GetAccountInfoRequest.swift
[732/870] Compiling FirebaseAuth GetAccountInfoResponse.swift
[733/870] Compiling FirebaseAuth GetOOBConfirmationCodeRequest.swift
[733/870] Compiling socket.cc
[734/870] Compiling printf.cc
[735/870] Compiling pair.cc
[736/870] Compiling file.cc
[737/870] Compiling fd.cc
[738/870] Compiling errno.cc
[740/870] Compiling FirebaseAuth AuthCondition.swift
[741/870] Compiling FirebaseAuth AuthDefaultUIDelegate.swift
[742/870] Compiling FirebaseAuth AuthErrorUtils.swift
[743/870] Compiling FirebaseAuth AuthErrors.swift
[744/870] Compiling FirebaseAuth AuthInternalErrors.swift
[745/870] Compiling FirebaseAuth AuthLog.swift
[746/870] Compiling FirebaseAuth AuthRecaptchaVerifier.swift
[747/870] Compiling FirebaseAuth AuthUIDelegate.swift
[748/870] Compiling FirebaseAuth AuthURLPresenter.swift
[749/870] Compiling FirebaseAuth AuthWebUtils.swift
[750/870] Compiling FirebaseAuth AuthWebView.swift
[751/870] Compiling FirebaseAuth AuthWebViewController.swift
[752/870] Compiling FirebaseAuth resource_bundle_accessor.swift
[752/870] Compiling connect.cc
[754/870] Compiling FirebaseAuth AuthAppCredential.swift
[755/870] Compiling FirebaseAuth AuthAppCredentialManager.swift
[756/870] Compiling FirebaseAuth AuthNotificationManager.swift
[757/870] Compiling FirebaseAuth AuthStoredUserManager.swift
[758/870] Compiling FirebaseAuth SecureTokenService.swift
[759/870] Compiling FirebaseAuth TokenRefreshCoalescer.swift
[760/870] Compiling FirebaseAuth AdditionalUserInfo.swift
[761/870] Compiling FirebaseAuth User.swift
[762/870] Compiling FirebaseAuth UserInfo.swift
[763/870] Compiling FirebaseAuth UserInfoImpl.swift
[764/870] Compiling FirebaseAuth UserMetadata.swift
[765/870] Compiling FirebaseAuth UserProfileChangeRequest.swift
[766/870] Compiling FirebaseAuth UserProfileUpdate.swift
[767/870] Compiling FirebaseAuth RevokeTokenRequest.swift
[768/870] Compiling FirebaseAuth RevokeTokenResponse.swift
[769/870] Compiling FirebaseAuth SecureTokenRequest.swift
[770/870] Compiling FirebaseAuth SecureTokenResponse.swift
[771/870] Compiling FirebaseAuth SendVerificationTokenRequest.swift
[772/870] Compiling FirebaseAuth SendVerificationTokenResponse.swift
[773/870] Compiling FirebaseAuth SetAccountInfoRequest.swift
[774/870] Compiling FirebaseAuth SetAccountInfoResponse.swift
[775/870] Compiling FirebaseAuth SignInWithGameCenterRequest.swift
[776/870] Compiling FirebaseAuth SignInWithGameCenterResponse.swift
[777/870] Compiling FirebaseAuth SignUpNewUserRequest.swift
[778/870] Compiling FirebaseAuth SignUpNewUserResponse.swift
[779/870] Compiling FirebaseAuth VerifyAssertionRequest.swift
[780/870] Compiling FirebaseAuth VerifyAssertionResponse.swift
[780/870] Compiling bio_mem.cc
[781/870] Compiling base64.cc
[782/870] Compiling bio.cc
[783/870] Compiling tasn_typ.cc
[784/870] Compiling tasn_fre.cc
[785/870] Compiling tasn_new.cc
[786/870] Compiling tasn_utl.cc
[787/870] Compiling tasn_enc.cc
[788/870] Compiling f_string.cc
[789/870] Compiling posix_time.cc
[790/870] Compiling f_int.cc
[791/870] Compiling asn_pack.cc
[792/870] Compiling asn1_par.cc
[793/870] Compiling tasn_dec.cc
[794/870] Compiling asn1_lib.cc
[795/870] Compiling a_utctm.cc
[796/870] Compiling a_type.cc
[797/870] Compiling a_octet.cc
[798/870] Compiling a_time.cc
[799/870] Compiling a_strnid.cc
[800/870] Compiling a_strex.cc
[801/870] Compiling a_mbstr.cc
[803/870] Compiling FirebaseAuth AuthProviderID.swift
[804/870] Compiling FirebaseAuth EmailAuthProvider.swift
[805/870] Compiling FirebaseAuth FacebookAuthProvider.swift
[806/870] Compiling FirebaseAuth FederatedAuthProvider.swift
[807/870] Compiling FirebaseAuth GameCenterAuthProvider.swift
[808/870] Compiling FirebaseAuth GitHubAuthProvider.swift
[809/870] Compiling FirebaseAuth GoogleAuthProvider.swift
[810/870] Compiling FirebaseAuth OAuthCredential.swift
[811/870] Compiling FirebaseAuth OAuthProvider.swift
[812/870] Compiling FirebaseAuth PhoneAuthCredential.swift
[813/870] Compiling FirebaseAuth PhoneAuthProvider.swift
[814/870] Compiling FirebaseAuth TwitterAuthProvider.swift
[815/870] Compiling FirebaseAuth AuthBackend.swift
[816/870] Compiling FirebaseAuth AuthBackendRPCIssuer.swift
[817/870] Compiling FirebaseAuth ActionCodeInfo.swift
[818/870] Compiling FirebaseAuth ActionCodeOperation.swift
[819/870] Compiling FirebaseAuth ActionCodeSettings.swift
[820/870] Compiling FirebaseAuth ActionCodeURL.swift
[821/870] Compiling FirebaseAuth Auth+Async.swift
[822/870] Compiling FirebaseAuth Auth.swift
[823/870] Compiling FirebaseAuth AuthComponent.swift
[824/870] Compiling FirebaseAuth AuthDataResult.swift
[825/870] Compiling FirebaseAuth AuthDispatcher.swift
[826/870] Compiling FirebaseAuth AuthGlobalWorkQueue.swift
[827/870] Compiling FirebaseAuth AuthOperationType.swift
[828/870] Compiling FirebaseAuth AuthSettings.swift
[829/870] Compiling FirebaseAuth AuthTokenResult.swift
[830/870] Compiling FirebaseAuth AuthCredential.swift
[830/870] Compiling a_object.cc
[831/870] Compiling a_i2d_fp.cc
[832/870] Compiling CGRPCZlib empty.c
[833/870] Write sources
[834/870] Compiling a_dup.cc
[835/870] Compiling a_int.cc
[836/870] Compiling a_gentm.cc
[837/870] Compiling a_d2i_fp.cc
[838/883] Compiling a_bitstr.cc
[840/887] Compiling FirebaseAuth WithdrawMFAResponse.swift
[841/887] Compiling FirebaseAuth AuthProto.swift
[842/887] Compiling FirebaseAuth AuthProtoMFAEnrollment.swift
[843/887] Compiling FirebaseAuth AuthProtoFinalizeMFAPhoneRequestInfo.swift
[844/887] Compiling FirebaseAuth AuthProtoFinalizeMFAPhoneResponseInfo.swift
[845/887] Compiling FirebaseAuth AuthProtoStartMFAPhoneRequestInfo.swift
[846/887] Compiling FirebaseAuth AuthProtoStartMFAPhoneResponseInfo.swift
[847/887] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPEnrollmentRequestInfo.swift
[848/887] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPEnrollmentResponseInfo.swift
[849/887] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPSignInRequestInfo.swift
[850/887] Compiling FirebaseAuth AuthProtoStartMFATOTPEnrollmentRequestInfo.swift
[851/887] Compiling FirebaseAuth AuthProtoStartMFATOTPEnrollmentResponseInfo.swift
[852/887] Compiling FirebaseAuth ResetPasswordRequest.swift
[853/887] Compiling FirebaseAuth ResetPasswordResponse.swift
[854/889] Compiling FirebaseAuth PhoneMultiFactorAssertion.swift
[855/889] Compiling FirebaseAuth PhoneMultiFactorGenerator.swift
[856/889] Compiling FirebaseAuth PhoneMultiFactorInfo.swift
[857/889] Compiling FirebaseAuth TOTPMultFactorAssertion.swift
[858/889] Compiling FirebaseAuth TOTPMultiFactorGenerator.swift
[859/889] Compiling FirebaseAuth TOTPMultiFactorInfo.swift
[860/889] Compiling FirebaseAuth TOTPSecret.swift
[861/889] Compiling FirebaseAuth AuthKeychainServices.swift
[862/889] Compiling FirebaseAuth AuthKeychainStorage.swift
[863/889] Compiling FirebaseAuth AuthKeychainStorageReal.swift
[864/889] Compiling FirebaseAuth AuthUserDefaults.swift
[865/889] Compiling FirebaseAuth AuthAPNSToken.swift
[866/889] Compiling FirebaseAuth AuthAPNSTokenManager.swift
[867/889] Compiling FirebaseAuth AuthAPNSTokenType.swift
[867/889] Compiling a_bool.cc
[869/889] Compiling Atomics UnsafeAtomicLazyReference.swift
[870/889] Compiling Atomics IntegerOperations.swift
[871/890] Compiling Atomics AtomicReference.swift
[872/890] Compiling Atomics AtomicStorage.swift
[873/890] Compiling Atomics DoubleWord.swift
[874/890] Compiling Atomics ManagedAtomic.swift
[875/890] Compiling Atomics AtomicValue.swift
[876/890] Compiling Atomics AtomicMemoryOrderings.swift
[877/890] Compiling Atomics AtomicInteger.swift
[878/890] Compiling Atomics AtomicOptionalWrappable.swift
[879/890] Compiling Atomics ManagedAtomicLazyReference.swift
[880/890] Compiling Atomics UnsafeAtomic.swift
[881/890] Compiling Atomics Unmanaged extensions.swift
[882/890] Compiling Atomics AtomicBool.swift
[883/890] Compiling Atomics IntegerConformances.swift
[884/890] Compiling Atomics OptionalRawRepresentable.swift
[885/890] Compiling Atomics RawRepresentable.swift
[886/890] Compiling Atomics PointerConformances.swift
[887/890] Compiling Atomics Primitives.native.swift
[888/890] Emitting module Atomics
[888/890] Compiling c-nioatomics.c
[889/890] Compiling c-atomics.c
[891/897] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[892/897] Compiling NIOConcurrencyHelpers atomics.swift
[893/897] Emitting module NIOConcurrencyHelpers
[894/897] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[895/897] Compiling NIOConcurrencyHelpers NIOLock.swift
[896/897] Compiling NIOConcurrencyHelpers lock.swift
[897/897] Compiling NIOConcurrencyHelpers NIOAtomic.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 NIOPooledRecvBufferAllocator.swift
[906/969] Compiling NIOCore NIOScheduledCallback.swift
[907/969] Compiling NIOCore NIOSendable.swift
[908/969] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[909/969] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[910/969] Compiling NIOCore RecvByteBufferAllocator.swift
[911/969] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[912/969] Compiling NIOCore IO.swift
[913/969] Compiling NIOCore IOData.swift
[914/969] Compiling NIOCore IPProtocol.swift
[915/969] Compiling NIOCore IntegerBitPacking.swift
[916/969] Compiling NIOCore IntegerTypes.swift
[917/969] Compiling NIOCore Interfaces.swift
[918/969] Compiling NIOCore Linux.swift
[919/969] Compiling NIOCore ConvenienceOptionSupport.swift
[920/969] Compiling NIOCore DeadChannel.swift
[921/969] Compiling NIOCore DispatchQueue+WithFuture.swift
[922/969] Compiling NIOCore EventLoop+Deprecated.swift
[923/969] Compiling NIOCore EventLoop+SerialExecutor.swift
[924/969] Compiling NIOCore EventLoop.swift
[925/969] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[926/969] Compiling NIOCore AddressedEnvelope.swift
[927/969] Compiling NIOCore AsyncAwaitSupport.swift
[928/969] Compiling NIOCore AsyncChannel.swift
[929/969] Compiling NIOCore AsyncChannelHandler.swift
[930/969] Compiling NIOCore AsyncChannelInboundStream.swift
[931/969] Compiling NIOCore AsyncChannelOutboundWriter.swift
[932/969] Compiling NIOCore NIOAsyncSequenceProducer.swift
[933/969] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[934/969] Compiling NIOCore EventLoopFuture+Deprecated.swift
[935/969] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[936/969] Compiling NIOCore EventLoopFuture.swift
[937/969] Compiling NIOCore FileDescriptor.swift
[938/969] Compiling NIOCore FileHandle.swift
[939/969] Compiling NIOCore FileRegion.swift
[940/969] Compiling NIOCore GlobalSingletons.swift
[941/969] Compiling NIOCore ChannelHandler.swift
[942/969] Compiling NIOCore ChannelHandlers.swift
[943/969] Compiling NIOCore ChannelInvoker.swift
[944/969] Compiling NIOCore ChannelOption.swift
[945/969] Compiling NIOCore ChannelPipeline.swift
[946/969] Compiling NIOCore CircularBuffer.swift
[947/969] Compiling NIOCore Codec.swift
[948/969] Compiling NIOCore SocketAddresses.swift
[949/969] Compiling NIOCore SocketOptionProvider.swift
[950/969] Compiling NIOCore SystemCallHelpers.swift
[951/969] Compiling NIOCore TimeAmount+Duration.swift
[952/969] Compiling NIOCore TypeAssistedChannelHandler.swift
[953/969] Compiling NIOCore UniversalBootstrapSupport.swift
[954/969] Compiling NIOCore Utilities.swift
[955/969] Compiling NIOCore NIOAsyncWriter.swift
[956/969] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[957/969] Compiling NIOCore BSDSocketAPI.swift
[958/969] Compiling NIOCore ByteBuffer-aux.swift
[959/969] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[960/969] Compiling NIOCore ByteBuffer-conversions.swift
[961/969] Compiling NIOCore ByteBuffer-core.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 NIOEmbedded AsyncTestingEventLoop.swift
[971/1025] Compiling NIOEmbedded AsyncTestingChannel.swift
[972/1025] Emitting module NIOEmbedded
[973/1025] Compiling NIOEmbedded Embedded.swift
[974/1025] Compiling NIOPosix FileDescriptor.swift
[975/1025] Compiling NIOPosix GetaddrinfoResolver.swift
[976/1025] Compiling NIOPosix HappyEyeballs.swift
[977/1025] Compiling NIOPosix IO.swift
[978/1025] Compiling NIOPosix IntegerBitPacking.swift
[979/1025] Compiling NIOPosix IntegerTypes.swift
[980/1030] Compiling NIOPosix Linux.swift
[981/1030] Compiling NIOPosix LinuxCPUSet.swift
[982/1030] Compiling NIOPosix LinuxUring.swift
[983/1030] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[984/1030] Compiling NIOPosix NIOPosixSendableMetatype.swift
[985/1030] Compiling NIOPosix NIOThreadPool.swift
[986/1030] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[987/1030] Compiling NIOPosix PosixSingletons.swift
[988/1030] Compiling NIOPosix RawSocketBootstrap.swift
[989/1030] Compiling NIOPosix Resolver.swift
[990/1030] Compiling NIOPosix Selectable.swift
[991/1030] Compiling NIOPosix SelectableChannel.swift
[992/1030] Compiling NIOPosix SelectorWSAPoll.swift
[993/1030] Compiling NIOPosix ServerSocket.swift
[994/1030] Compiling NIOPosix Socket.swift
[995/1030] Compiling NIOPosix SocketChannel.swift
[996/1030] Compiling NIOPosix SocketProtocols.swift
[997/1030] Compiling NIOPosix BSDSocketAPICommon.swift
[998/1030] Compiling NIOPosix BSDSocketAPIPosix.swift
[999/1030] Compiling NIOPosix BSDSocketAPIWindows.swift
[1000/1030] Compiling NIOPosix BaseSocket.swift
[1001/1030] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1002/1030] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1003/1030] Compiling NIOPosix Utilities.swift
[1004/1030] Compiling NIOPosix VsockAddress.swift
[1005/1030] Compiling NIOPosix VsockChannelEvents.swift
[1006/1030] Compiling NIOPosix Windows.swift
[1007/1030] Compiling NIOPosix resource_bundle_accessor.swift
[1008/1030] Emitting module NIOPosix
[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 StructuredConcurrencyHelpers.swift
[1015/1030] Compiling NIOPosix System.swift
[1016/1030] Compiling NIOPosix Thread.swift
[1017/1030] Compiling NIOPosix ThreadPosix.swift
[1018/1030] Compiling NIOPosix ThreadWindows.swift
[1019/1030] Compiling NIOPosix BaseSocketChannel.swift
[1020/1030] Compiling NIOPosix BaseStreamSocketChannel.swift
[1021/1030] Compiling NIOPosix Bootstrap.swift
[1022/1030] Compiling NIOPosix ControlMessage.swift
[1023/1030] Compiling NIOPosix DatagramVectorReadManager.swift
[1024/1030] Compiling NIOPosix Errors+Any.swift
[1025/1030] Compiling NIOPosix NonBlockingFileIO.swift
[1026/1030] Compiling NIOPosix PendingDatagramWritesManager.swift
[1027/1030] Compiling NIOPosix PendingWritesManager.swift
[1028/1030] Compiling NIOPosix PipeChannel.swift
[1029/1030] Compiling NIOPosix PipePair.swift
[1030/1030] Compiling NIOPosix Pool.swift
[1031/1032] Emitting module NIO
[1032/1032] Compiling NIO Exports.swift
[1033/1060] Compiling NIOTLS TLSEvents.swift
[1034/1060] Emitting module NIOTLS
[1035/1060] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1036/1060] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1037/1060] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1038/1060] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1039/1061] Compiling NIOHTTP1 HTTPEncoder.swift
[1040/1061] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1041/1061] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1042/1061] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1043/1061] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1044/1061] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1045/1061] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1046/1061] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1047/1061] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1048/1061] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1049/1061] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1050/1061] Compiling NIOTLS SNIHandler.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/1114] Emitting module NIOHTTP1
[1056/1114] Compiling NIOTransportServices AcceptHandler.swift
[1057/1114] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1058/1114] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1059/1114] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1060/1114] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1061/1114] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1062/1144] Emitting module NIOTransportServices
[1063/1146] Compiling NIOExtras NIOExtrasError.swift
[1064/1146] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1065/1146] Compiling NIOExtras LineBasedFrameDecoder.swift
[1066/1146] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1067/1147] Compiling NIOHPACK HPACKEncoder.swift
[1068/1148] Compiling NIOExtras RequestResponseHandlers+State.swift
[1069/1148] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1070/1148] Compiling NIOExtras DebugInboundEventsHandler.swift
[1071/1148] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1072/1148] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1073/1148] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1074/1148] Compiling NIOHPACK IndexedHeaderTable.swift
[1075/1148] Compiling NIOHPACK IntegerCoding.swift
[1078/1148] Compiling NIOExtras NIORequestIdentifiable.swift
[1079/1148] Compiling NIOExtras PCAPRingBuffer.swift
[1080/1148] Compiling NIOExtras QuiescingHelper.swift
[1081/1148] Compiling NIOExtras RequestResponseHandler.swift
[1082/1148] Emitting module NIOHPACK
[1083/1148] Compiling NIOHPACK HuffmanTables.swift
[1084/1148] Compiling NIOHPACK HPACKErrors.swift
[1085/1148] Compiling NIOHPACK HPACKHeader.swift
[1086/1148] Compiling NIOHPACK StaticHeaderTable.swift
[1087/1148] Emitting module NIOExtras
[1092/1148] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1093/1148] Compiling NIOExtras JSONRPCFraming.swift
[1094/1148] Compiling NIOHPACK HeaderTables.swift
[1095/1148] Compiling NIOHPACK HuffmanCoding.swift
[1096/1148] Emitting module NIOSSL
[1099/1151] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1100/1151] Compiling NIOExtras LengthFieldPrepender.swift
[1101/1215] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1102/1215] Compiling NIOHTTP2 HTTP2Frame.swift
[1103/1215] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1104/1215] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1105/1215] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1108/1215] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1110/1215] Compiling NIOHTTP2 QuiescingState.swift
[1111/1215] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1112/1215] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1113/1215] Compiling NIOHTTP2 DOSHeuristics.swift
[1114/1215] Compiling NIOHTTP2 Error+Any.swift
[1115/1215] Compiling NIOHTTP2 StateMachineResult.swift
[1116/1215] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1117/1215] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1118/1215] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1119/1215] Compiling NIOHTTP2 GlitchesMonitor.swift
[1120/1215] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1127/1215] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1128/1215] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1130/1215] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1131/1215] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1132/1215] Compiling NIOHTTP2 MayReceiveFrames.swift
[1133/1215] Compiling NIOHTTP2 ReceivingDataState.swift
[1134/1215] Compiling NIOHTTP2 MaySendFrames.swift
[1135/1215] Compiling NIOHTTP2 SendingDataState.swift
[1136/1215] Compiling NIOHTTP2 SendingGoawayState.swift
[1141/1215] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1142/1215] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1143/1215] Compiling NIOHTTP2 HTTP2PingData.swift
[1144/1215] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1145/1215] Compiling NIOHTTP2 HTTP2Settings.swift
[1146/1215] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1147/1215] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1151/1215] Compiling NIOExtras WritePCAPHandler.swift
[1159/1215] Emitting module NIOHTTP2
[1160/1222] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1161/1222] Compiling NIOHTTP2 StreamChannelList.swift
[1162/1222] Compiling NIOHTTP2 StreamMap.swift
[1163/1222] Compiling NIOHTTP2 StreamStateMachine.swift
[1164/1222] Compiling NIOHTTP2 Timer.swift
[1165/1222] Compiling NIOHTTP2 UnsafeTransfer.swift
[1166/1222] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1167/1222] Compiling NIOHTTP2 SendingRstStreamState.swift
[1168/1222] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1169/1222] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1170/1222] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1171/1222] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1172/1222] Compiling NIOHTTP2 HasLocalSettings.swift
[1173/1222] Compiling NIOHTTP2 HasRemoteSettings.swift
[1174/1222] Compiling NIOHTTP2 HTTP2Stream.swift
[1175/1222] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1176/1222] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1177/1222] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1178/1222] Compiling NIOHTTP2 HTTP2StreamID.swift
[1179/1222] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1180/1222] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1186/1222] Compiling NIOHTTP2 SendingHeadersState.swift
[1187/1222] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1188/1222] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1189/1222] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1190/1222] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1191/1222] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1192/1222] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1193/1222] Compiling NIOHTTP2 HTTP2Error.swift
[1194/1222] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1195/1222] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1196/1222] Compiling NIOHTTP2 InboundEventBuffer.swift
[1197/1222] Compiling NIOHTTP2 InboundWindowManager.swift
[1198/1222] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1199/1222] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1200/1222] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1201/1222] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1223/1352] Compiling GRPC ConnectionManagerID.swift
[1224/1352] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1225/1352] Compiling GRPC ConnectionPool+Waiter.swift
[1226/1352] Compiling GRPC ConnectionPool.swift
[1227/1352] Compiling GRPC ConnectionPoolIDs.swift
[1228/1352] Compiling GRPC GRPCChannelPool.swift
[1229/1352] Compiling GRPC PoolManager.swift
[1230/1352] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1231/1352] Compiling GRPC PoolManagerStateMachine.swift
[1232/1352] Compiling GRPC PooledChannel.swift
[1233/1352] Compiling GRPC StreamLender.swift
[1234/1352] Compiling GRPC ConnectivityState.swift
[1235/1352] Compiling GRPC DebugOnly.swift
[1236/1352] Compiling GRPC DelegatingErrorHandler.swift
[1237/1352] Emitting module GRPC
[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/1352] Compiling GRPC MessageEncodingHeaderValidator.swift
[1254/1352] Compiling GRPC PlatformSupport.swift
[1255/1352] Compiling GRPC ReadWriteStates.swift
[1256/1352] Compiling GRPC Ref.swift
[1257/1352] Compiling GRPC Serialization.swift
[1258/1352] Compiling GRPC Server+NIOSSL.swift
[1259/1352] Compiling GRPC Server.swift
[1260/1352] Compiling GRPC ServerBuilder+NIOSSL.swift
[1261/1352] Compiling GRPC ServerBuilder.swift
[1262/1352] Compiling GRPC ServerCallContext.swift
[1263/1352] Compiling GRPC StreamingResponseCallContext.swift
[1264/1352] Compiling GRPC UnaryResponseCallContext.swift
[1265/1352] Compiling GRPC ServerChannelErrorHandler.swift
[1266/1352] Compiling GRPC ServerErrorDelegate.swift
[1267/1366] Compiling GRPC UnaryCall.swift
[1268/1366] Compiling GRPC ClientConnection.swift
[1269/1366] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1270/1366] Compiling GRPC ClientErrorDelegate.swift
[1271/1366] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1272/1366] Compiling GRPC CompressionAlgorithm.swift
[1273/1366] Compiling GRPC DecompressionLimit.swift
[1274/1366] Compiling GRPC MessageEncoding.swift
[1275/1366] Compiling GRPC Zlib.swift
[1276/1366] Compiling GRPC ConnectionBackoff.swift
[1277/1366] Compiling GRPC ConnectionKeepalive.swift
[1278/1366] Compiling GRPC ConnectionManager+Delegates.swift
[1279/1366] Compiling GRPC ConnectionManager.swift
[1280/1366] Compiling GRPC ConnectionManagerChannelProvider.swift
[1281/1366] Compiling GRPC Error+NIOSSL.swift
[1282/1366] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1283/1366] Compiling GRPC FakeChannel.swift
[1284/1366] Compiling GRPC ClientConnection+NIOSSL.swift
[1285/1366] Compiling GRPC ClientConnection+NWTLS.swift
[1286/1366] Compiling GRPC GRPCChannel.swift
[1287/1366] Compiling GRPC GRPCChannelBuilder.swift
[1288/1366] Compiling GRPC GRPCClient.swift
[1289/1366] Compiling GRPC GRPCClientChannelHandler.swift
[1290/1366] Compiling GRPC GRPCClientStateMachine.swift
[1291/1366] Compiling GRPC GRPCContentType.swift
[1292/1366] Compiling GRPC GRPCError.swift
[1293/1366] Compiling GRPC GRPCHeaderName.swift
[1294/1366] Compiling GRPC GRPCIdleHandler.swift
[1295/1366] Compiling GRPC ClientInterceptorContext.swift
[1296/1366] Compiling GRPC ClientInterceptorPipeline.swift
[1297/1366] Compiling GRPC ClientInterceptorProtocol.swift
[1298/1366] Compiling GRPC ClientInterceptors.swift
[1299/1366] Compiling GRPC ClientTransport.swift
[1300/1366] Compiling GRPC ClientTransportFactory.swift
[1301/1366] Compiling GRPC MessageParts.swift
[1302/1366] Compiling GRPC ServerInterceptorContext.swift
[1303/1366] Compiling GRPC ServerInterceptorPipeline.swift
[1304/1366] Compiling GRPC ServerInterceptors.swift
[1305/1366] Compiling GRPC InterceptorContextList.swift
[1306/1366] Compiling GRPC LengthPrefixedMessageReader.swift
[1307/1366] Compiling GRPC Logger.swift
[1308/1366] Compiling GRPC LoggingServerErrorDelegate.swift
[1309/1366] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1310/1366] Compiling GRPC GRPCKeepaliveHandlers.swift
[1311/1366] Compiling GRPC GRPCPayload.swift
[1312/1366] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1313/1366] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1314/1366] Compiling GRPC GRPCServiceDescription.swift
[1315/1366] Compiling GRPC GRPCStatus.swift
[1316/1366] Compiling GRPC GRPCStatusAndMetadata.swift
[1317/1366] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1318/1366] Compiling GRPC GRPCTLSConfiguration.swift
[1319/1366] Compiling GRPC GRPCTimeout.swift
[1320/1366] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1321/1366] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1322/1366] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1323/1366] Compiling GRPC Array+BoundsCheck.swift
[1324/1366] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[1325/1366] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[1326/1366] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[1327/1366] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[1328/1366] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[1329/1366] Compiling GRPC ServerHandlerStateMachine.swift
[1330/1366] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[1331/1366] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[1332/1366] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[1333/1366] Compiling GRPC ServerInterceptorStateMachine.swift
[1334/1366] Compiling GRPC StreamState.swift
[1335/1366] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[1336/1366] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[1337/1366] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1338/1366] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1339/1366] Compiling GRPC GRPCAsyncRequestStream.swift
[1340/1366] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1341/1366] Compiling GRPC GRPCAsyncResponseStream.swift
[1342/1366] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1343/1366] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1344/1366] Compiling GRPC GRPCAsyncServerCallContext.swift
[1345/1366] Compiling GRPC GRPCAsyncServerHandler.swift
[1346/1366] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1347/1366] Compiling GRPC GRPCAsyncUnaryCall.swift
[1348/1366] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1349/1366] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1350/1366] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1351/1366] Compiling GRPC GRPCSendable.swift
[1352/1366] Compiling GRPC NIOAsyncWrappers.swift
[1353/1366] Compiling GRPC ServerErrorProcessor.swift
[1354/1366] Compiling GRPC Stopwatch.swift
[1355/1366] Compiling GRPC StreamEvent.swift
[1356/1366] Compiling GRPC TLSVerificationHandler.swift
[1357/1366] Compiling GRPC TLSVersion.swift
[1358/1366] Compiling GRPC TimeLimit.swift
[1359/1366] Compiling GRPC UserInfo.swift
[1360/1366] Compiling GRPC Version.swift
[1361/1366] Compiling GRPC WebCORSHandler.swift
[1362/1366] Compiling GRPC WriteCapturingHandler.swift
[1363/1366] Compiling GRPC _EmbeddedThroughput.swift
[1364/1366] Compiling GRPC _FakeResponseStream.swift
[1365/1366] Compiling GRPC _GRPCClientCodecHandler.swift
[1366/1366] Compiling GRPC _MessageContext.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 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
[1369/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
[1370/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
[1371/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
[1372/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
[1373/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 {
[1374/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 {
[1375/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 {
[1376/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 {
[1377/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 {
[1378/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 | }
[1379/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 | }
[1380/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 | }
[1381/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 | }
[1382/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 | }
[1383/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
[1384/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
[1385/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
[1386/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
[1387/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
[1388/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 |     }
[1389/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 |     }
[1390/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 |     }
[1391/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 |     }
[1392/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 |     }
[1393/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>
[1394/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>
[1395/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>
[1396/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>
[1397/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>
[1398/1419] Compiling FirebaseDataConnect BaseOperationRef.swift
[1399/1419] Compiling FirebaseDataConnect Cache.swift
[1400/1419] Compiling FirebaseDataConnect CacheProvider.swift
[1401/1419] Compiling FirebaseDataConnect CacheSettings.swift
[1402/1419] Compiling FirebaseDataConnect DynamicCodingKey.swift
[1403/1419] Compiling FirebaseDataConnect EntityDataObject.swift
[1404/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>
[1405/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>
[1406/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>
[1407/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>
[1408/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>
[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! (65.11s)
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.