The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Firebase, reference 12.7.0 (45210b), with Swift 6.2 for macOS (SPM) on 11 Dec 2025 02:02:15 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

Fetched https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip from cache (2.74s)
Fetched https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip from cache (3.44s)
Fetched https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip from cache (4.46s)
Fetched https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip from cache (9.98s)
Fetched https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip from cache (11.82s)
warning: '.resolve-product-dependencies': dependency 'firebase-ios-sdk' is not used by any target
Found 12 product dependencies
  - Promises
  - SwiftProtobuf
  - GoogleAppMeasurement
  - GoogleDataTransport
  - GoogleUtilities
  - GTMSessionFetcher
  - nanopb
  - abseil
  - gRPC
  - leveldb
  - InteropForGoogle
  - AppCheck
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/firebase/firebase-ios-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:9:14: warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
  7 |     enum PluginError: Error, CustomStringConvertible {
  8 |         /// Indicates that the target where the plugin was applied to was not `SourceModuleTarget`.
  9 |         case invalidTarget(Target)
    |              `- warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
 10 |         /// Indicates that the file extension of an input file was not `.proto`.
 11 |         case invalidInputFileExtension(String)
PackagePlugin.Target:1:17: note: protocol 'Target' does not conform to the 'Sendable' protocol
 1 | public protocol Target {
   |                 `- note: protocol 'Target' does not conform to the 'Sendable' protocol
 2 |     var id: Self.ID { get }
 3 |     typealias ID = String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  1 | import Foundation
  2 | import PackagePlugin
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  3 |
  4 | @main
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:9:14: warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
  7 |     enum PluginError: Error, CustomStringConvertible {
  8 |         /// Indicates that the target where the plugin was applied to was not `SourceModuleTarget`.
  9 |         case invalidTarget(Target)
    |              `- warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
 10 |         /// Indicates that the file extension of an input file was not `.proto`.
 11 |         case invalidInputFileExtension(String)
PackagePlugin.Target:1:17: note: protocol 'Target' does not conform to the 'Sendable' protocol
 1 | public protocol Target {
   |                 `- note: protocol 'Target' does not conform to the 'Sendable' protocol
 2 |     var id: Self.ID { get }
 3 |     typealias ID = String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  1 | import Foundation
  2 | import PackagePlugin
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  3 |
  4 | @main
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:117:24: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
115 |             let configurationFilePath = sourceFiles.first(
116 |                 where: {
117 |                     $0.path.lastComponent == Self.configurationFileName
    |                        |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                        `- note: use 'url' instead
118 |                 }
119 |             )?.path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:117:29: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
115 |             let configurationFilePath = sourceFiles.first(
116 |                 where: {
117 |                     $0.path.lastComponent == Self.configurationFileName
    |                             `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
118 |                 }
119 |             )?.path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:119:16: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
117 |                     $0.path.lastComponent == Self.configurationFileName
118 |                 }
119 |             )?.path
    |                |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                `- note: use 'url' instead
120 |         else {
121 |             throw PluginError.noConfigFound(Self.configurationFileName)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:123:64: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
121 |             throw PluginError.noConfigFound(Self.configurationFileName)
122 |         }
123 |         let data = try Data(contentsOf: URL(fileURLWithPath: "\(configurationFilePath)"))
    |                                                                `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
124 |         let configuration = try JSONDecoder().decode(Configuration.self, from: data)
125 |         try validateConfiguration(configuration)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:131:26: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
129 |         if let configuredProtocPath = configuration.protocPath {
130 |             // The user set the config path in the file. So let's take that
131 |             protocPath = Path(configuredProtocPath)
    |                          `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
132 |         } else if let environmentPath = ProcessInfo.processInfo.environment["PROTOC_PATH"] {
133 |             // The user set the env variable. So let's take that
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:134:26: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
132 |         } else if let environmentPath = ProcessInfo.processInfo.environment["PROTOC_PATH"] {
133 |             // The user set the env variable. So let's take that
134 |             protocPath = Path(environmentPath)
    |                          `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
135 |         } else {
136 |             // The user didn't set anything so let's try see if SPM can find a binary for us
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:137:45: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
135 |         } else {
136 |             // The user didn't set anything so let's try see if SPM can find a binary for us
137 |             protocPath = try tool("protoc").path
    |                                             |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                             `- note: use 'url' instead
138 |         }
139 |         let protocGenSwiftPath = try tool("protoc-gen-swift").path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:139:63: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
137 |             protocPath = try tool("protoc").path
138 |         }
139 |         let protocGenSwiftPath = try tool("protoc-gen-swift").path
    |                                                               |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                                               `- note: use 'url' instead
140 |
141 |         return configuration.invocations.map { invocation in
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:143:50: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
141 |         return configuration.invocations.map { invocation in
142 |             self.invokeProtoc(
143 |                 directory: configurationFilePath.removingLastComponent(),
    |                                                  `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
144 |                 invocation: invocation,
145 |                 protocPath: protocPath,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:170:41: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
168 |         // Construct the `protoc` arguments.
169 |         var protocArgs = [
170 |             "--plugin=protoc-gen-swift=\(protocGenSwiftPath)",
    |                                         `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
171 |             "--swift_out=\(outputDirectory)",
172 |         ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:171:27: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
169 |         var protocArgs = [
170 |             "--plugin=protoc-gen-swift=\(protocGenSwiftPath)",
171 |             "--swift_out=\(outputDirectory)",
    |                           `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
172 |         ]
173 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:177:29: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
175 |         // the proto files relative to it.
176 |         protocArgs.append("-I")
177 |         protocArgs.append("\(directory)")
    |                             `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
178 |
179 |         // Add the visibility if it was set
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:205:41: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
203 |             // Append the file to the protoc args so that it is used for generating
204 |             protocArgs.append("\(file)")
205 |             inputFiles.append(directory.appending(file))
    |                                         `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
206 |
207 |             // The name of the output file is based on the name of the input file.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:212:54: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
210 |             file.removeLast(5)
211 |             file.append("pb.swift")
212 |             let protobufOutputPath = outputDirectory.appending(file)
    |                                                      `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
213 |
214 |             // Add the outputPath as an output file
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:221:24: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
219 |         // system know when to invoke the command. The output paths are passed on to
220 |         // the rule engine in the build system.
221 |         return Command.buildCommand(
    |                        `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
222 |             displayName: "Generating swift files from proto files",
223 |             executable: protocPath,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:251:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
249 |         }
250 |         return try createBuildCommands(
251 |             pluginWorkDirectory: context.pluginWorkDirectory,
    |                                          |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
    |                                          `- note: use 'pluginWorkDirectoryURL' instead
252 |             sourceFiles: swiftTarget.sourceFiles,
253 |             tool: context.tool
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/549] Compiling FLLRBEmptyNode.m
[2/549] Compiling FSyncPoint.m
[3/549] Compiling FSnapshotHolder.m
[4/549] Copying PrivacyInfo.xcprivacy
[6/549] Compiling FWriteTree.m
[7/549] Write swift-version-49B95AFC49DCD68C.txt
[8/549] Copying openssl_grpc.framework
[9/549] Compiling FSparseSnapshotTree.m
[10/549] Compiling FWriteRecord.m
[11/549] Compiling FIndexedFilter.m
[12/549] Compiling nanopb pb_encode.c
[13/549] Compiling nanopb pb_common.c
[14/549] Compiling nanopb pb_decode.c
[15/549] Compiling FImmutableSortedSet.m
[16/549] Compiling FServerValues.m
[17/549] Compiling FSyncTree.m
[18/549] Copying grpcpp.framework
[19/549] Compiling histogram.cc
[19/549] Compiling filter_policy.cc
[19/549] Compiling hash.cc
[19/549] Compiling status.cc
[23/549] Compiling crc32c.cc
[23/549] Compiling logging.cc
[23/549] Compiling options.cc
[26/549] Compiling env.cc
[27/549] Compiling comparator.cc
[28/549] Compiling env_posix.cc
[29/549] Compiling bloom.cc
[30/549] Compiling coding.cc
[31/549] Compiling two_level_iterator.cc
[32/549] Compiling merger.cc
[33/549] Compiling cache.cc
[34/549] Compiling arena.cc
[35/549] Compiling iterator.cc
[36/549] Compiling table.cc
[37/549] Compiling table_builder.cc
[38/549] Compiling format.cc
[39/549] Compiling block.cc
[40/549] Compiling block_builder.cc
[41/549] Compiling filter_block.cc
[42/549] Compiling write_batch.cc
[43/549] Compiling table_cache.cc
[44/549] Compiling memtable.cc
[45/549] Compiling version_edit.cc
[46/549] Compiling repair.cc
[47/549] Compiling version_set.cc
[48/549] Compiling log_writer.cc
[49/549] Copying PrivacyInfo.xcprivacy
[50/549] Compiling log_reader.cc
[50/549] Copying PrivacyInfo.xcprivacy
[50/549] Write sources
[54/549] Compiling filename.cc
[55/549] Copying absl.framework
[56/549] Compiling dbformat.cc
[57/549] Compiling dumpfile.cc
[58/549] Compiling SharedTestUtilities GDTCORTransportFake.m
[59/549] Compiling FIRURLSessionOCMockStub.m
[60/549] Compiling db_iter.cc
[61/549] Compiling SharedTestUtilities FIRSampleAppUtilities.m
[62/570] Compiling c.cc
[63/597] Compiling SharedTestUtilities FIRComponentTestUtilities.m
[64/636] Compiling SharedTestUtilities FIRMessagingInteropFake.m
[65/636] Compiling SharedTestUtilities ExceptionCatcher.m
[66/636] Compiling builder.cc
[67/636] Compiling SharedTestUtilities FIRAuthInteropFake.m
[68/636] Compiling FIRAppCheckFake.m
[69/636] Compiling RemoteConfigFakeConsoleObjC RealtimeMocks.m
[70/636] Copying PrivacyInfo.xcprivacy
[72/636] Write sources
[73/636] Copying PrivacyInfo.xcprivacy
[76/636] Copying grpc.framework
[77/636] Compiling FIRAppCheckTokenResultFake.m
[78/636] Compiling db_impl.cc
[79/636] Compiling RemoteConfigFakeConsoleObjC FetchMocks.m
[79/636] Copying PrivacyInfo.xcprivacy
[81/636] Compiling abslWrapper empty.m
[82/636] Compiling abslWrapper resource_bundle_accessor.m
[83/636] Compiling grpcppWrapper empty.m
[84/636] Compiling grpcppWrapper resource_bundle_accessor.m
[85/636] Compiling GoogleUtilities-UserDefaults resource_bundle_accessor.m
[86/636] Compiling GULKeychainUtils.m
[87/636] Compiling GoogleUtilities-Environment resource_bundle_accessor.m
[88/636] Compiling GoogleUtilities-UserDefaults GULUserDefaults.m
[89/636] Compiling GULNetworkInfo.m
[90/636] Compiling GoogleUtilities-AppDelegateSwizzler resource_bundle_accessor.m
[91/636] Copying PrivacyInfo.xcprivacy
[92/636] Copying GoogleAppMeasurementIdentitySupport.framework
[93/636] Copying GoogleAppMeasurement.framework
[94/636] Compiling GoogleUtilities-Environment GULAppEnvironmentUtil.m
[95/636] Compiling GULKeychainStorage.m
[96/636] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[97/636] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[98/636] Compiling SharedTestUtilities FIROptionsMock.m
[99/636] Compiling FIRDateTestUtils.m
[100/636] Compiling GoogleUtilities-AppDelegateSwizzler GULAppDelegateSwizzler.m
[101/636] Compiling GDTCORStorageMetadata.m
[102/636] Compiling GoogleDataTransport resource_bundle_accessor.m
[103/636] Compiling GDTCORProductData.m
[104/636] Compiling GDTCORStorageEventSelector.m
[105/636] Compiling GDTCORMetricsMetadata.m
[106/636] Compiling GDTCORUploadBatch.m
[107/636] Compiling GoogleUtilities-AppDelegateSwizzler GULSceneDelegateSwizzler.m
[108/636] Compiling GDTCORMetrics.m
[109/636] Compiling GDTCORLogSourceMetrics.m
[111/636] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[112/636] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[113/636] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[114/636] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[115/636] Compiling SwiftProtobuf HashVisitor.swift
[116/636] Compiling SwiftProtobuf Internal.swift
[117/636] Compiling SwiftProtobuf JSONDecoder.swift
[118/636] Compiling SwiftProtobuf JSONDecodingError.swift
[119/636] Compiling SwiftProtobuf JSONDecodingOptions.swift
[120/636] Compiling SwiftProtobuf JSONEncoder.swift
[121/636] Emitting module SwiftProtobuf
[121/645] Compiling GDTCORTransport.m
[123/645] Compiling SwiftProtobuf JSONEncodingError.swift
[124/645] Compiling SwiftProtobuf JSONEncodingOptions.swift
[125/645] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[126/645] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[127/645] Compiling SwiftProtobuf JSONScanner.swift
[128/645] Compiling SwiftProtobuf MathUtils.swift
[129/645] Compiling SwiftProtobuf Message+AnyAdditions.swift
[130/645] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[131/645] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[132/645] Compiling SwiftProtobuf Message+FieldMask.swift
[132/645] Compiling GDTCORFlatFileStorage.m
[134/645] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[135/645] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[136/645] Compiling SwiftProtobuf BytecodeInterpreter.swift
[137/645] Compiling SwiftProtobuf BytecodeReader.swift
[138/645] Compiling SwiftProtobuf CustomJSONCodable.swift
[139/645] Compiling SwiftProtobuf Decoder.swift
[140/645] Compiling SwiftProtobuf DoubleParser.swift
[141/645] Compiling SwiftProtobuf Enum.swift
[142/645] Compiling SwiftProtobuf ExtensibleMessage.swift
[143/645] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[143/645] Compiling GDTCORMetricsController.m
[144/645] Compiling GDTCORReachability.m
[145/645] Compiling GDTCORFlatFileStorage+Promises.m
[146/645] Compiling GDTCOREvent.m
[147/645] Compiling GDTCOREndpoints.m
[148/645] Compiling GDTCORUploadCoordinator.m
[149/645] Compiling GDTCORDirectorySizeTracker.m
[150/645] Compiling GDTCORConsoleLogger.m
[151/645] Compiling GDTCORLifecycle.m
[153/645] Compiling SwiftProtobuf TextFormatDecoder.swift
[154/645] Compiling SwiftProtobuf TextFormatDecodingError.swift
[155/645] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[156/645] Compiling SwiftProtobuf TextFormatEncoder.swift
[157/645] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[158/645] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[159/645] Compiling SwiftProtobuf TextFormatScanner.swift
[160/645] Compiling SwiftProtobuf TimeUtils.swift
[161/645] Compiling SwiftProtobuf UnknownStorage.swift
[162/645] Compiling SwiftProtobuf AnyMessageStorage.swift
[163/645] Compiling SwiftProtobuf AnyUnpackError.swift
[164/645] Compiling SwiftProtobuf AsyncMessageSequence.swift
[165/645] Compiling SwiftProtobuf BinaryDecoder.swift
[166/645] Compiling SwiftProtobuf BinaryDecodingError.swift
[167/645] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[168/645] Compiling SwiftProtobuf BinaryDelimited.swift
[169/645] Compiling SwiftProtobuf BinaryEncoder.swift
[170/645] Compiling SwiftProtobuf BinaryEncodingError.swift
[171/645] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[171/645] Compiling GDTCORClock.m
[172/645] Compiling GDTCORTransformer.m
[173/645] Compiling GDTCORAssert.m
[174/645] Compiling GDTCOREvent+GDTMetricsSupport.m
[175/645] Compiling GDTCORPlatform.m
[176/645] Compiling external_privacy_context.nanopb.c
[177/645] Compiling GDTCORRegistrar.m
[178/645] Compiling cct.nanopb.c
[179/645] Compiling GDTCOREvent+GDTCCTSupport.m
[180/645] Compiling GDTCORMetrics+GDTCCTSupport.m
[181/645] Copying PrivacyInfo.xcprivacy
[184/645] Compiling GDTCCTURLSessionDataResponse.m
[185/645] Compiling compliance.nanopb.c
[186/645] Compiling client_metrics.nanopb.c
[187/645] Compiling external_prequest_context.nanopb.c
[188/645] Compiling GDTCCTUploader.m
[188/645] Copying PrivacyInfo.xcprivacy
[196/645] Write sources
[200/645] Compiling GTMSessionFetcherCore resource_bundle_accessor.m
[201/645] Compiling GDTCCTNanopbHelpers.m
[202/645] Compiling GDTCCTUploadOperation.m
[202/645] Write sources
[206/645] Compiling GDTCCTCompressionHelper.m
/Users/admin/builder/spi-builder-workspace/SwiftPM-PlatformExclude/FirebasePerformanceWrap/dummy.m:20:2: warning: "Firebase Performance does not support macOS" [-W#warnings]
   20 | #warning "Firebase Performance does not support macOS"
      |  ^
1 warning generated.
[207/645] Compiling FirebasePerformanceTarget dummy.m
[208/645] Compiling GTMSessionFetcherCore GTMSessionFetcherLogging.m
[209/645] Compiling GTMSessionFetcherCore GTMSessionFetcherService.m
[210/648] Compiling GTMSessionFetcherCore GTMSessionUploadFetcher.m
[211/648] Compiling FirebaseMessagingInterop dummy.m
[212/653] Compiling sessions.nanopb.c
[213/653] Compiling GTMSessionFetcherCore GTMSessionFetcher.m
[215/653] Compiling SwiftProtobuf duration.pb.swift
[216/653] Compiling SwiftProtobuf empty.pb.swift
[217/653] Compiling SwiftProtobuf field_mask.pb.swift
[218/653] Compiling SwiftProtobuf source_context.pb.swift
[219/653] Compiling SwiftProtobuf struct.pb.swift
[220/653] Compiling SwiftProtobuf timestamp.pb.swift
[221/653] Compiling SwiftProtobuf type.pb.swift
[222/653] Compiling SwiftProtobuf wrappers.pb.swift
[223/653] Compiling SwiftProtobuf resource_bundle_accessor.swift
[224/653] Compiling SwiftProtobuf PathVisitor.swift
[225/653] Compiling SwiftProtobuf ProtoNameProviding.swift
[226/653] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[227/653] Compiling SwiftProtobuf ProtobufMap.swift
[228/653] Compiling SwiftProtobuf SelectiveVisitor.swift
[229/653] Compiling SwiftProtobuf SimpleExtensionMap.swift
[230/653] Compiling SwiftProtobuf StringUtils.swift
[231/653] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[232/653] Compiling SwiftProtobuf SwiftProtobufError.swift
[233/653] Compiling SwiftProtobuf ExtensionFields.swift
[234/653] Compiling SwiftProtobuf ExtensionMap.swift
[235/653] Compiling SwiftProtobuf FieldTag.swift
[236/653] Compiling SwiftProtobuf FieldTypes.swift
[237/653] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[238/653] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[239/653] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[240/653] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[241/653] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[242/653] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[243/653] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[244/653] Compiling SwiftProtobuf Varint.swift
[245/653] Compiling SwiftProtobuf Version.swift
[246/653] Compiling SwiftProtobuf Visitor.swift
[247/653] Compiling SwiftProtobuf WireFormat.swift
[248/653] Compiling SwiftProtobuf ZigZag.swift
[249/653] Compiling SwiftProtobuf any.pb.swift
[250/653] Compiling SwiftProtobuf api.pb.swift
[251/653] Compiling SwiftProtobuf descriptor.pb.swift
[252/653] Compiling SwiftProtobuf Message+JSONAdditions.swift
[253/653] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[254/653] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[255/653] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[256/653] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[257/653] Compiling SwiftProtobuf Message.swift
[258/653] Compiling SwiftProtobuf MessageExtension.swift
[259/653] Compiling SwiftProtobuf NameMap.swift
[260/653] Compiling SwiftProtobuf PathDecoder.swift
[260/653] Compiling FIRSESNanoPBHelpers.m
[261/653] Compiling FirebaseMessaging resource_bundle_accessor.m
[262/653] Compiling FIRMessagingTokenDeleteOperation.m
[263/653] Compiling FIRMessagingKeychain.m
[264/653] Compiling FIRMessagingCheckinStore.m
[265/653] Compiling FIRMessagingTokenStore.m
[266/653] Compiling FIRMessagingCheckinPreferences.m
[267/653] Compiling FIRMessagingCheckinService.m
[268/653] Compiling FIRMessagingTokenInfo.m
[269/653] Compiling FIRMessagingTokenOperation.m
[270/653] Compiling FIRMessagingTokenManager.m
[271/653] Compiling FIRMessagingBackupExcludedPlist.m
[272/653] Compiling FIRMessagingAuthService.m
[273/653] Compiling FIRMessagingAPNSInfo.m
[274/653] Compiling FIRMessagingAuthKeychain.m
[275/653] Compiling FirebaseMessaging NSDictionary+FIRMessaging.m
[276/653] Compiling FirebaseMessaging NSError+FIRMessaging.m
[277/653] Compiling FirebaseMessaging FIRMessagingTopicOperation.m
[278/653] Compiling FIRMessagingTokenFetchOperation.m
[279/653] Compiling FirebaseMessaging FIRMessagingSyncMessageManager.m
[280/653] Compiling FirebaseMessaging FIRMessagingUtilities.m
[281/653] Compiling FirebaseMessaging FIRMessagingPubSub.m
[282/653] Compiling me.nanopb.c
[283/653] Compiling FirebaseMessaging FIRMessagingPersistentSyncMessage.m
[284/653] Compiling FirebaseMessaging FIRMessagingLogger.m
[285/653] Compiling FirebaseMessaging FIRMessagingPendingTopicsList.m
[286/653] Compiling FirebaseMessaging FIRMessagingRmqManager.m
[286/653] Write sources
[288/653] Compiling FirebaseMessaging FIRMessagingConstants.m
[289/653] Compiling FirebaseMessaging FIRMessaging+ExtensionHelper.m
[290/653] Compiling FirebaseInstallations resource_bundle_accessor.m
[291/653] Compiling FIRInstallationsStoredItem.m
[292/653] Compiling FirebaseMessaging FIRMessagingExtensionHelper.m
[293/653] Compiling FIRInstallationsStoredAuthToken.m
[294/653] Compiling FIRInstallationsStore.m
[295/653] Compiling FIRInstallationsBackoffController.m
[296/653] Compiling FIRInstallationsIDController.m
[297/653] Compiling FIRInstallationsSingleOperationPromiseCache.m
[298/653] Compiling FIRCurrentDateProvider.m
[299/653] Compiling FIRInstallationsItem+RegisterInstallationAPI.m
[300/653] Compiling FIRInstallationsAPIService.m
[301/653] Compiling FirebaseInstallations FIRInstallationsLogger.m
[302/653] Compiling FIRInstallationsIIDTokenStore.m
[303/653] Compiling FirebaseInstallations FIRInstallationsItem.m
[304/653] Compiling FirebaseInstallations FIRInstallationsAuthTokenResult.m
[305/653] Compiling FirebaseInstallations FIRInstallations.m
[306/653] Compiling FIRInstallationsIIDStore.m
[307/653] Compiling FIRInstallationsHTTPError.m
[309/653] Compiling FirebaseRemoteConfigInterop RemoteConfigInterop.swift
[310/653] Emitting module FirebaseRemoteConfigInterop
[311/653] Compiling FirebaseRemoteConfigInterop RolloutsStateSubscriber.swift
[312/653] Compiling FirebaseRemoteConfigInterop RolloutAssignment.swift
[313/653] Compiling FirebaseRemoteConfigInterop RemoteConfigConstants.swift
/Users/admin/builder/spi-builder-workspace/SwiftPM-PlatformExclude/FirebaseInAppMessagingWrap/dummy.m:17:2: warning: "Firebase In App Messaging only supports the iOS, tvOS and visionOS platforms." [-W#warnings]
   17 | #warning "Firebase In App Messaging only supports the iOS, tvOS and visionOS platforms."
      |  ^
1 warning generated.
[313/653] Compiling FirebaseInAppMessagingTarget dummy.m
[314/653] Compiling UIColor+FIRIAMHexString.m
[315/653] Compiling FIRInstallationsErrorUtil.m
[316/653] Compiling UIApplication+FIRForegroundWindowScene.m
[317/653] Compiling NSString+FIRInterlaceStrings.m
[318/653] Compiling FIRIAMTimeFetcher.m
[319/653] Compiling FirebaseRemoteConfigInternal RCNUserDefaultsManager.m
[320/653] Compiling FirebaseRemoteConfigInternal RCNPersonalization.m
[321/653] Compiling FirebaseRemoteConfigInternal RCNConstants3P.m
[322/653] Compiling FirebaseRemoteConfigInternal RCNDevice.m
[323/653] Compiling FirebaseRemoteConfigInternal RCNConfigSettings.m
[324/653] Compiling FirebaseRemoteConfigInternal RCNConfigSessionConfiguration.m
[325/653] Compiling FirebaseRemoteConfigInternal RCNConfigRealtime.m
[326/653] Compiling FirebaseRemoteConfigInternal RCNConfigContent.m
[327/653] Compiling FirebaseRemoteConfigInternal RCNConfigDBManager.m
[328/653] Compiling FirebaseRemoteConfigInternal RCNConfigFetch.m
[329/653] Compiling FirebaseRemoteConfigInternal RCNConfigExperiment.m
[330/653] Compiling FirebaseRemoteConfigInternal FIRRemoteConfigUpdate.m
[331/653] Compiling FIRIAMElapsedTimeTracker.m
[332/653] Compiling FirebaseRemoteConfigInternal FIRRemoteConfigComponent.m
[333/653] Compiling FIRInAppMessaging+Bootstrap.m
[334/653] Compiling FirebaseRemoteConfigInternal FIRConfigValue.m
[335/653] Compiling FIRIAMSDKSettings.m
[335/653] Compiling FIRIAMSDKModeManager.m
[337/653] Compiling FIRIAMRuntimeManager.m
[338/653] Compiling FIRIAMActionURLFollower.m
[339/653] Compiling FirebaseRemoteConfigInternal FIRRemoteConfig.m
[340/653] Compiling FIRIAMServerMsgFetchStorage.m
[341/653] Compiling FIRInAppMessagingRenderingDataClasses.m
[342/653] Compiling FIRIAMMsgFetcherUsingRestful.m
[343/653] Compiling FIRIAMMessageClientCache.m
[344/653] Compiling FIRIAMFetchOnAppForegroundFlow.m
[345/653] Compiling FIRIAMFetchFlow.m
[346/653] Compiling FIRIAMDisplayExecutor.m
[347/653] Compiling FIRIAMDisplayCheckTriggerFlow.m
[348/653] Compiling FirebaseMessaging FIRMessagingContextManagerService.m
[349/653] Compiling FIRIAMDisplayCheckOnFetchDoneNotificationFlow.m
[350/653] Compiling FIRIAMDisplayCheckOnAppForegroundFlow.m
[351/653] Compiling FIRIAMDisplayCheckOnAnalyticEventsFlow.m
[352/653] Compiling FIRIAMClientInfoFetcher.m
[353/653] Compiling FIRIAMBookKeeper.m
[354/653] Compiling FIRIAMActivityLogger.m
[355/653] Compiling FirebaseMessaging FIRMessagingAnalytics.m
[356/653] Compiling FirebaseMessaging FIRMessagingRemoteNotificationsProxy.m
[357/653] Compiling FirebaseInAppMessagingInternal FIRInAppMessaging.m
[358/653] Compiling FIRIAMDisplayTriggerDefinition.m
[358/653] Compiling FirebaseInAppMessagingInternal FIRCore+InAppMessaging.m
[360/653] Compiling FirebaseInAppMessagingInternal FIRInAppMessagingErrors.m
[361/653] Compiling FIRIAMModalViewController.m
[362/653] Compiling FIRIAMImageOnlyViewController.m
[363/653] Compiling FIRIAMRenderingWindowHelper.m
[364/653] Compiling FIRIAMDefaultDisplayImpl.m
[365/653] Compiling FIRIAMBaseRenderingViewController.m
[366/653] Compiling FIRCore+InAppMessagingDisplay.m
[367/653] Compiling FIRIAMCardViewController.m
[368/653] Compiling FIRIAMBannerViewController.m
[369/653] Compiling FIRIAMRenderingEffectSetting.m
[370/653] Compiling FIRIAMBannerViewUIWindow.m
[371/653] Compiling FIRIAMMessageDefinition.m
[372/653] Compiling FIRIAMMessageContentDataWithImageURL.m
[373/653] Write sources
[375/653] Compiling FIRIAMFetchResponseParser.m
[376/653] Write sources
[378/653] Copying FirebaseFirestoreInternal.framework
[379/653] Compiling FIRIAMClearcutUploader.m
[380/653] Compiling fiam.nanopb.c
[381/653] Compiling FIRIAMClearcutLogger.m
[382/653] Compiling FIRIAMClearcutHttpRequestSender.m
[383/653] Compiling FIRIAMClearcutLogStorage.m
[384/653] Compiling FIRIAMAnalyticsEventLoggerImpl.m
[385/653] Compiling FirebaseFirestoreInternalWrapper dummy.m
[386/653] Compiling NSData+SRB64Additions.m
[387/653] Compiling FTreeSortedDictionaryEnumerator.m
[388/653] Compiling FTreeSortedDictionary.m
[389/653] Compiling FLLRBValueNode.m
[390/653] Compiling FImmutableSortedDictionary.m
[392/653] Compiling FirebaseSharedSwift FirebaseRemoteConfigValueDecoding.swift
[393/653] Compiling FirebaseSharedSwift FirebaseDataEncoder.swift
[394/653] Emitting module FirebaseSharedSwift
[394/653] Compiling FTupleUserCallback.m
[395/653] Compiling FArraySortedDictionary.m
[396/653] Compiling FirebaseMessaging FIRMessaging.m
[397/653] Compiling FTupleTransaction.m
[398/653] Compiling FTupleTSN.m
[399/653] Compiling FTupleStringNode.m
[400/653] Compiling FTupleSetIdPath.m
[401/662] Compiling FSRWebSocket.m
[402/662] Compiling FTupleOnDisconnect.m
[403/662] Compiling FTupleRemovedQueriesEvents.m
[403/662] Compiling FTuplePathValue.m
[405/662] Compiling FTupleObjects.m
[406/662] Compiling FTupleObjectNode.m
[407/662] Compiling fbase64.c
[408/662] Compiling FTupleNodePath.m
[409/662] Compiling FTupleCallbackStatus.m
[410/662] Compiling FTupleBoolBlock.m
[411/662] Compiling FTupleFirebase.m
[412/662] Compiling FStringUtilities.m
[413/662] Compiling FUtilities.m
[414/662] Compiling FValidation.m
[415/662] Compiling FParsedUrl.m
[416/662] Compiling FAtomicNumber.m
[417/662] Compiling FNextPushId.m
[418/662] Compiling FirebaseFirestoreTestingSupport FIRQueryFake.mm
[419/662] Compiling FEventEmitter.m
[420/662] Compiling FSnapshotUtilities.m
[421/662] Compiling FEmptyNode.m
[422/662] Compiling FLeafNode.m
[423/662] Compiling FIndexedNode.m
[424/662] Compiling FCompoundWrite.m
[425/662] Compiling FChildrenNode.m
[426/662] Compiling FConnection.m
[427/662] Compiling FWebSocketConnection.m
[428/662] Compiling FTrackedQuery.m
[429/662] Compiling FPruneForest.m
[430/662] Compiling FTrackedQueryManager.m
[431/662] Compiling FPersistenceManager.m
[432/662] Compiling FPendingPut.m
[433/662] Compiling FCachePolicy.m
[434/662] Compiling FirebaseDatabaseInternal FViewProcessorResult.m
[435/662] Compiling APLevelDB.mm
[436/662] Compiling FIRDatabaseConnectionContextProvider.m
[437/662] Compiling FirebaseDatabaseInternal FTransformedEnumerator.m
[438/662] Compiling FirebaseDatabaseInternal FValueIndex.m
[439/662] Compiling FLevelDBStorageEngine.m
[440/662] Compiling FirebaseDatabaseInternal FViewProcessor.m
[441/662] Compiling FirebaseDatabaseInternal FRangedFilter.m
[442/662] Compiling FirebaseDatabaseInternal FPriorityIndex.m
[443/662] Compiling FirebaseDatabaseInternal FNamedNode.m
[444/662] Compiling FirebaseDatabaseInternal FPathIndex.m
[445/662] Compiling FirebaseDatabaseInternal FListenComplete.m
[446/662] Compiling FirebaseDatabaseInternal FMaxNode.m
[447/662] Compiling FirebaseDatabaseInternal FIndex.m
[448/662] Compiling FirebaseDatabaseInternal FKeyIndex.m
[449/662] Compiling FirebaseDatabaseInternal FClock.m
[450/662] Compiling FirebaseDatabaseInternal FEventGenerator.m
[451/662] Compiling FirebaseDatabaseInternal FIRDatabaseReference.m
[452/662] Compiling FViewCache.m
[453/662] Compiling FChildChangeAccumulator.m
[454/662] Compiling FLimitedFilter.m
[455/662] Compiling FKeepSyncedEventRegistration.m
[456/662] Compiling FValueEventRegistration.m
[457/662] Compiling FView.m
[458/662] Compiling FEventRaiser.m
[459/662] Compiling FDataEvent.m
[460/662] Compiling FChildEventRegistration.m
[461/662] Compiling FChange.m
[462/662] Compiling FCancelEvent.m
[463/662] Compiling FCacheNode.m
[464/662] Compiling FTreeNode.m
[465/662] Compiling FTree.m
[466/662] Compiling FPath.m
[467/662] Compiling FImmutableTree.m
[468/662] Compiling FIRRetryHelper.m
[469/662] Compiling FOverwrite.m
[470/662] Compiling FOperationSource.m
[471/662] Compiling FMerge.m
[472/662] Compiling FWriteTreeRef.m
[473/662] Compiling FAckUserWrite.m
[474/662] Compiling FRepoInfo.m
[475/662] Compiling FRepoManager.m
[476/662] Compiling FRangeMerge.m
[477/662] Compiling FQuerySpec.m
[478/662] Compiling FListenProvider.m
[479/662] Compiling FQueryParams.m
[480/662] Compiling FCompoundHash.m
[481/662] Compiling FConstants.m
[482/662] Compiling FIRTransactionResult.m
[483/662] Compiling FRepo.m
[484/662] Write sources
[487/662] Compiling FIRServerValue.m
[488/662] Compiling FIRMutableData.m
[489/662] Compiling FIRDatabaseConfig.m
[490/662] Compiling FIRDatabaseComponent.m
[491/662] Compiling FIRDatabaseQuery.m
[492/662] Compiling FIRDatabase.m
[493/662] Compiling FIRDataSnapshot.m
[494/666] Compiling FirebaseAuthInterop dummy.m
[495/666] Compiling FirebaseCoreExtension dummy.m
[495/666] Write sources
[498/666] Compiling FirebaseCoreExtension resource_bundle_accessor.m
[499/669] Compiling FPersistentConnection.m
[500/676] Compiling FIRMultiFactorConstants.m
[501/680] Compiling FIRAuthProvider.m
[502/680] Compiling FIRAuthErrorUtils.m
[503/680] Compiling FirebaseAppCheckInterop dummy.m
/Users/admin/builder/spi-builder-workspace/SwiftPM-PlatformExclude/FirebaseAppDistributionWrap/dummy.m:17:2: warning: "Firebase App Distribution only supports the iOS platform" [-W#warnings]
   17 | #warning "Firebase App Distribution only supports the iOS platform"
      |  ^
1 warning generated.
[504/680] Compiling FirebaseAppDistributionTarget dummy.m
[505/680] Compiling FIRAuth.m
[506/686] Compiling FIRDeviceCheckProviderFactory.m
[507/686] Compiling FIRDeviceCheckProvider.m
[508/686] Compiling FIRInternalAppCheckProvider.m
[509/686] Compiling FIRAppCheckDebugProvider.m
[510/686] Compiling FIRHeartbeatLogger+AppCheck.m
[511/686] Compiling FIRAppCheckValidator.m
[512/686] Compiling FIRAppCheckTokenResult.m
[513/686] Compiling FIRAppCheckToken.m
[514/686] Compiling FIRAppCheckLogger.m
[515/686] Compiling FIRAppCheckSettings.m
[516/686] Compiling FIRAppCheckComponent.m
[517/686] Compiling FIRApp+AppCheck.m
[518/686] Copying FirebaseAnalytics.framework
[519/686] Write sources
[521/686] Compiling FIRAppCheckErrors.m
[522/686] Compiling FirebaseAnalyticsWrapper dummy.m
[523/686] Compiling FIRAppCheckErrorUtil.m
[524/686] Compiling FIRAppCheckDebugProviderFactory.m
[525/686] Compiling FIRAppCheck.m
[526/686] Compiling FirebaseABTesting resource_bundle_accessor.m
[527/686] Compiling FIRAppAttestProvider.m
[528/686] Compiling FirebaseAnalyticsIdentitySupportTarget dummy.m
[530/686] Compiling FirebaseCoreInternal WeakContainer.swift
[531/686] Compiling FirebaseCoreInternal _ObjC_HeartbeatController.swift
[531/687] Compiling FirebaseAnalyticsTarget dummy.m
[532/687] Compiling FirebaseAnalyticsCoreWrapper dummy.m
[533/687] Compiling FirebaseAnalyticsCoreTarget dummy.m
[534/687] Compiling Firebase dummy.m
[536/687] Compiling FirebaseCoreInternal StorageFactory.swift
[536/687] Compiling FirebaseABTesting FIRLifecycleEvents.m
[537/687] Compiling FBLPromises FBLPromiseError.m
[538/687] Compiling FBLPromises resource_bundle_accessor.m
[540/687] Compiling FirebaseCrashlyticsSwift StringToHexConverter.swift
[541/687] Compiling FirebaseCrashlyticsSwift EncodedRolloutAssignment.swift
[541/687] Compiling FirebaseABTesting ABTExperimentPayload.m
[542/687] Compiling FBLPromises FBLPromise.m
[543/687] Compiling FirebaseABTesting FIRExperimentController.m
[544/687] Compiling FirebaseABTesting ABTConditionalUserPropertyController.m
[546/687] Emitting module FirebaseCrashlyticsSwift
[547/687] Compiling FirebaseCrashlyticsSwift CrashlyticsRemoteConfigManager.swift
[547/687] Compiling FBLPromises FBLPromise+Validate.m
[548/687] Compiling FBLPromises FBLPromise+Then.m
[549/687] Compiling FBLPromises FBLPromise+Testing.m
[550/687] Compiling FBLPromises FBLPromise+Timeout.m
[551/687] Compiling FBLPromises FBLPromise+Reduce.m
[552/687] Compiling FBLPromises FBLPromise+Wrap.m
[553/687] Compiling FBLPromises FBLPromise+Retry.m
[554/687] Compiling FBLPromises FBLPromise+Recover.m
[555/687] Compiling FBLPromises FBLPromise+Race.m
[556/687] Compiling FBLPromises FBLPromise+Do.m
[557/687] Compiling FBLPromises FBLPromise+Delay.m
[558/687] Compiling FBLPromises FBLPromise+Async.m
[559/687] Compiling FBLPromises FBLPromise+Catch.m
[561/687] Emitting module FirebaseCoreInternal
[561/687] Compiling FBLPromises FBLPromise+Await.m
[562/687] Compiling FBLPromises FBLPromise+Any.m
[564/687] Compiling FirebaseCoreInternal resource_bundle_accessor.swift
[564/687] Compiling FBLPromises FBLPromise+Always.m
[566/687] Compiling FirebaseCoreInternal RingBuffer.swift
[567/687] Compiling FirebaseCoreInternal Storage.swift
[567/687] Compiling FBLPromises FBLPromise+All.m
[569/687] Compiling FirebaseCoreInternal Heartbeat.swift
[570/687] Compiling FirebaseCoreInternal HeartbeatController.swift
[571/687] Compiling FirebaseCoreInternal _ObjC_HeartbeatsPayload.swift
[572/687] Compiling FirebaseCoreInternal UnfairLock.swift
[573/706] Emitting module FirebaseDatabase
[574/706] Compiling FirebaseDatabase DataSnapshot+ReadDecodable.swift
[575/706] Compiling FirebaseDatabase EncoderDecoder.swift
[576/706] Compiling FirebaseDatabase DatabaseReference+WriteEncodable.swift
[577/706] Compiling FirebaseDatabase ServerTimestamp.swift
[578/706] Compiling FirebaseDatabase SPMSwiftHeaderWorkaround.swift
[579/706] Compiling Promises Promise+Await.swift
[580/706] Compiling Promises Promise+Catch.swift
[581/706] Compiling Promises Promise+Any.swift
[582/706] Compiling Promises Promise+Async.swift
[583/706] Compiling Promises Promise+Timeout.swift
[584/706] Compiling Promises Promise+Validate.swift
[585/706] Compiling Promises Promise+Wrap.swift
[586/706] Compiling Promises Promise.swift
[589/708] Compiling Promises Promise+Reduce.swift
[590/708] Compiling Promises Promise+Retry.swift
[591/708] Compiling Promises Promise+Delay.swift
[592/708] Compiling Promises Promise+Do.swift
[593/708] Compiling Promises Promise+Race.swift
[594/708] Compiling Promises Promise+Recover.swift
[595/708] Compiling Promises Promise+Testing.swift
[596/708] Compiling Promises Promise+Then.swift
[597/708] Emitting module Promises
[598/708] Compiling Promises Promise+All.swift
[599/708] Compiling Promises Promise+Always.swift
[602/708] Compiling Promises PromiseError.swift
[603/708] Compiling Promises resource_bundle_accessor.swift
[604/708] Compiling FirebaseRemoteConfig resource_bundle_accessor.swift
[604/708] Compiling FirebaseCore FIRVersion.m
[605/708] Compiling FirebaseCore resource_bundle_accessor.m
[606/708] Compiling FirebaseCore FIRComponent.m
[607/708] Compiling FirebaseCore FIRComponentContainer.m
[608/708] Compiling FirebaseCore FIROptions.m
[609/708] Compiling FirebaseCore FIRComponentType.m
[610/708] Compiling FirebaseCore FIRTimestamp.m
[611/708] Compiling FirebaseCore FIRAnalyticsConfiguration.m
[612/708] Compiling FirebaseCore FIRHeartbeatLogger.m
[613/708] Compiling FirebaseCore FIRFirebaseUserAgent.m
[614/708] Compiling FirebaseCore FIRConfiguration.m
[615/708] Compiling FirebaseCore FIRBundleUtil.m
[616/708] Compiling FirebaseCore FIRLogger.m
[618/708] Compiling FirebaseRemoteConfig Value.swift
[619/708] Compiling FirebaseRemoteConfig SPMSwiftHeaderWorkaround.swift
[619/708] Compiling FirebaseCore FIRApp.m
[621/1017] Compiling FirebaseFunctions FunctionsSerializer.swift
[622/1017] Compiling FirebaseFunctions HTTPSCallable.swift
[623/1017] Compiling FirebaseFunctions FunctionsContext.swift
[624/1017] Compiling FirebaseFunctions FunctionsError.swift
[625/1017] Compiling FirebaseFunctions HTTPSCallableOptions.swift
[626/1017] Compiling FirebaseAuth FacebookAuthProvider.swift
[627/1017] Compiling FirebaseAuth FederatedAuthProvider.swift
[628/1019] Compiling FirebaseRemoteConfig RemoteConfigProperty.swift
[629/1019] Compiling FirebaseRemoteConfig CustomSignals.swift
[630/1019] Compiling FirebaseRemoteConfig FirebaseRemoteConfigValueDecoderHelper.swift
[631/1019] Compiling FirebaseRemoteConfig Codable.swift
[632/1019] Emitting module FirebaseRemoteConfig
[633/1019] Compiling FirebaseRemoteConfig RemoteConfigValueObservable.swift
[634/1019] Compiling FirebaseAuth OAuthProvider.swift
[635/1019] Compiling FirebaseAuth PhoneAuthCredential.swift
[636/1019] Compiling FirebaseAuth AuthStoredUserManager.swift
[637/1019] Compiling FirebaseAuth SecureTokenService.swift
[638/1019] Compiling FirebaseAuth TokenRefreshCoalescer.swift
[639/1019] Emitting module FirebaseStorage
[640/1019] Compiling FirebaseAuth AuthAppCredential.swift
[641/1019] Compiling FirebaseAuth AuthAppCredentialManager.swift
[642/1019] Compiling FirebaseAuth AuthNotificationManager.swift
[643/1019] Compiling FirebaseAuth GameCenterAuthProvider.swift
[644/1019] Compiling FirebaseAuth GitHubAuthProvider.swift
[645/1019] Compiling FirebaseAuth GoogleAuthProvider.swift
[646/1019] Compiling FirebaseAuth OAuthCredential.swift
[647/1019] Compiling FirebaseAuth AdditionalUserInfo.swift
[648/1019] Compiling FirebaseAuth User.swift
[649/1019] Compiling FirebaseAuth UserInfo.swift
[650/1019] Compiling FirebaseAuth UserInfoImpl.swift
[651/1019] Compiling FirebaseAuth UserMetadata.swift
[652/1019] Compiling FirebaseAuth UserProfileChangeRequest.swift
[653/1019] Compiling FirebaseAuth UserProfileUpdate.swift
[654/1019] Compiling FirebaseAuth EmailAuthProvider.swift
[655/1019] Compiling FirebaseAuth AuthBackend.swift
[656/1019] Compiling FirebaseAuth AuthBackendRPCIssuer.swift
[657/1021] Compiling FirebaseFunctions Callable+Codable.swift
[658/1021] Emitting module FirebaseFunctions
[659/1021] Compiling FirebaseFunctions Functions.swift
[666/1021] Emitting module FirebaseFirestore
[674/1021] Compiling FirebaseStorage StorageTaskSnapshot.swift
[675/1021] Compiling FirebaseStorage StorageUploadTask.swift
[685/1024] Compiling FirebaseFunctionsCombineSwift Functions+Combine.swift
[686/1024] Compiling FirebaseFunctionsCombineSwift HTTPSCallable+Combine.swift
[687/1024] Emitting module FirebaseFunctionsCombineSwift
[688/1024] Compiling FirebaseFirestore SwiftHeaderWorkaround.swift
[689/1024] Compiling FirebaseFirestore resource_bundle_accessor.swift
[691/1024] Compiling FirebaseFirestoreTarget dummy.m
[693/1034] Compiling FirebaseStorageCombineSwift Storage+Combine.swift
[694/1034] Compiling FirebaseStorageCombineSwift StorageReference+Combine.swift
[695/1034] Emitting module FirebaseStorageCombineSwift
[696/1034] Compiling FirebaseAuth GetProjectConfigRequest.swift
[697/1034] Compiling FirebaseAuth GetProjectConfigResponse.swift
[698/1034] Compiling FirebaseAuth GetRecaptchaConfigRequest.swift
[699/1034] Compiling FirebaseAuth GetRecaptchaConfigResponse.swift
[700/1034] Compiling FirebaseAuth FinalizeMFAEnrollmentRequest.swift
[701/1034] Compiling FirebaseAuth FinalizeMFAEnrollmentResponse.swift
[702/1034] Compiling FirebaseAuth StartMFAEnrollmentRequest.swift
[703/1034] Compiling FirebaseAuth StartMFAEnrollmentResponse.swift
[704/1034] Compiling FirebaseAuth FinalizeMFASignInRequest.swift
[705/1034] Compiling FirebaseAuth FinalizeMFASignInResponse.swift
[706/1034] Compiling FirebaseAuth StartMFASignInRequest.swift
[707/1034] Compiling FirebaseAuth StartMFASignInResponse.swift
[708/1034] Compiling FirebaseAuth WithdrawMFARequest.swift
[709/1034] Compiling FirebaseAuth WithdrawMFAResponse.swift
[711/1047] Compiling FirebaseAuth AuthRequestConfiguration.swift
[712/1047] Compiling FirebaseAuth IdentityToolkitRequest.swift
[713/1047] Compiling FirebaseAuth AuthMFAResponse.swift
[714/1047] Compiling FirebaseAuth CreateAuthURIRequest.swift
[715/1047] Compiling FirebaseAuth CreateAuthURIResponse.swift
[716/1047] Compiling FirebaseAuth DeleteAccountRequest.swift
[717/1047] Compiling FirebaseAuth DeleteAccountResponse.swift
[718/1047] Compiling FirebaseAuth EmailLinkSignInRequest.swift
[719/1047] Compiling FirebaseAuth EmailLinkSignInResponse.swift
[720/1047] Compiling FirebaseAuth GetAccountInfoRequest.swift
[721/1047] Compiling FirebaseAuth GetAccountInfoResponse.swift
[722/1047] Compiling FirebaseAuth GetOOBConfirmationCodeRequest.swift
[723/1047] Compiling FirebaseAuth GetOOBConfirmationCodeResponse.swift
[724/1047] Compiling FirebaseAuth VerifyCustomTokenResponse.swift
[725/1047] Compiling FirebaseAuth VerifyPasswordRequest.swift
[726/1047] Compiling FirebaseAuth VerifyPasswordResponse.swift
[727/1047] Compiling FirebaseAuth VerifyPhoneNumberRequest.swift
[728/1047] Compiling FirebaseAuth VerifyPhoneNumberResponse.swift
[729/1047] Compiling FirebaseAuth VerifyClientRequest.swift
[730/1047] Compiling FirebaseAuth VerifyClientResponse.swift
[731/1047] Compiling FirebaseAuth Base64URLEncodedStringExtension.swift
[732/1047] Compiling FirebaseAuth MultiFactor.swift
[733/1047] Compiling FirebaseAuth MultiFactorAssertion.swift
[734/1047] Compiling FirebaseAuth MultiFactorInfo.swift
[735/1047] Compiling FirebaseAuth MultiFactorResolver.swift
[736/1047] Compiling FirebaseAuth MultiFactorSession.swift
[737/1047] Compiling FirebaseAuth PhoneMultiFactorAssertion.swift
[738/1047] Compiling FirebaseAuth PhoneMultiFactorGenerator.swift
[739/1047] Compiling FirebaseAuth PhoneMultiFactorInfo.swift
[740/1047] Compiling FirebaseAuth TOTPMultFactorAssertion.swift
[741/1047] Compiling FirebaseAuth TOTPMultiFactorGenerator.swift
[742/1047] Compiling FirebaseAuth TOTPMultiFactorInfo.swift
[743/1047] Compiling FirebaseAuth TOTPSecret.swift
[744/1047] Compiling FirebaseAuth AuthKeychainServices.swift
[745/1047] Compiling FirebaseAuth AuthKeychainStorage.swift
[746/1047] Compiling FirebaseAuth AuthKeychainStorageReal.swift
[747/1047] Compiling FirebaseAuth AuthUserDefaults.swift
[748/1047] Compiling FirebaseAuth AuthAPNSToken.swift
[749/1047] Compiling FirebaseAuth AuthAPNSTokenManager.swift
[750/1047] Compiling FirebaseAuth AuthAPNSTokenType.swift
[751/1047] Compiling FirebaseAuth AuthProto.swift
[752/1047] Compiling FirebaseAuth AuthProtoMFAEnrollment.swift
[753/1047] Compiling FirebaseAuth AuthProtoFinalizeMFAPhoneRequestInfo.swift
[754/1047] Compiling FirebaseAuth AuthProtoFinalizeMFAPhoneResponseInfo.swift
[755/1047] Compiling FirebaseAuth AuthProtoStartMFAPhoneRequestInfo.swift
[756/1047] Compiling FirebaseAuth AuthProtoStartMFAPhoneResponseInfo.swift
[757/1047] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPEnrollmentRequestInfo.swift
[758/1047] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPEnrollmentResponseInfo.swift
[759/1047] Compiling FirebaseAuth AuthProtoFinalizeMFATOTPSignInRequestInfo.swift
[760/1047] Compiling FirebaseAuth AuthProtoStartMFATOTPEnrollmentRequestInfo.swift
[761/1047] Compiling FirebaseAuth AuthProtoStartMFATOTPEnrollmentResponseInfo.swift
[762/1047] Compiling FirebaseAuth ResetPasswordRequest.swift
[763/1047] Compiling FirebaseAuth ResetPasswordResponse.swift
[764/1047] Compiling FirebaseAuth RevokeTokenRequest.swift
[765/1047] Compiling FirebaseAuth RevokeTokenResponse.swift
[766/1047] Compiling FirebaseAuth SecureTokenRequest.swift
[767/1047] Compiling FirebaseAuth SecureTokenResponse.swift
[768/1047] Compiling FirebaseAuth SendVerificationTokenRequest.swift
[769/1047] Compiling FirebaseAuth SendVerificationTokenResponse.swift
[770/1047] Compiling FirebaseAuth SetAccountInfoRequest.swift
[771/1047] Compiling FirebaseAuth SetAccountInfoResponse.swift
[772/1047] Compiling FirebaseAuth SignInWithGameCenterRequest.swift
[773/1047] Compiling FirebaseAuth SignInWithGameCenterResponse.swift
[774/1047] Compiling FirebaseAuth SignUpNewUserRequest.swift
[775/1047] Compiling FirebaseAuth SignUpNewUserResponse.swift
[776/1047] Compiling FirebaseAuth VerifyAssertionRequest.swift
[777/1047] Compiling FirebaseAuth VerifyAssertionResponse.swift
[778/1047] Compiling FirebaseAuth VerifyCustomTokenRequest.swift
[779/1047] Compiling FirebaseFirestoreCombineSwift WriteBatch+Combine.swift
/Users/admin/builder/spi-builder-workspace/FirebaseCombineSwift/Sources/Firestore/WriteBatch+Combine.swift:34:13: warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
32 |         self.commit { error in
33 |           if let error {
34 |             promise(.failure(error))
   |             |- warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 |           } else {
36 |             promise(.success(()))
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[780/1047] Compiling FirebaseFirestoreCombineSwift Transaction+Combine.swift
[781/1047] Compiling FirebaseFirestoreCombineSwift Query+Combine.swift
/Users/admin/builder/spi-builder-workspace/FirebaseCombineSwift/Sources/Firestore/Query+Combine.swift:36:13: warning: capture of 'promise' with non-Sendable type '(Result<QuerySnapshot, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
34 |         self.getDocuments(source: source) { snapshot, error in
35 |           if let error {
36 |             promise(.failure(error))
   |             |- warning: capture of 'promise' with non-Sendable type '(Result<QuerySnapshot, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
37 |           } else if let snapshot {
38 |             promise(.success(snapshot))
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[782/1047] Compiling FirebaseFirestoreCombineSwift Firestore+Combine.swift
[783/1047] Emitting module FirebaseFirestoreCombineSwift
[784/1047] Compiling FirebaseFirestoreCombineSwift CollectionReference+Combine.swift
[785/1047] Compiling FirebaseFirestoreCombineSwift DocumentReference+Combine.swift
/Users/admin/builder/spi-builder-workspace/FirebaseCombineSwift/Sources/Firestore/DocumentReference+Combine.swift:35:11: warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
 33 |       self.setData(documentData) { error in
 34 |         if let error {
 35 |           promise(.failure(error))
    |           |- warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
    |           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 36 |         } else {
 37 |           promise(.success(()))
/Users/admin/builder/spi-builder-workspace/FirebaseCombineSwift/Sources/Firestore/DocumentReference+Combine.swift:58:11: warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
 56 |       self.setData(documentData, merge: merge) { error in
 57 |         if let error {
 58 |           promise(.failure(error))
    |           |- warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
    |           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 59 |         } else {
 60 |           promise(.success(()))
/Users/admin/builder/spi-builder-workspace/FirebaseCombineSwift/Sources/Firestore/DocumentReference+Combine.swift:84:11: warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
 82 |       self.setData(documentData, mergeFields: mergeFields) { error in
 83 |         if let error {
 84 |           promise(.failure(error))
    |           |- warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
    |           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 85 |         } else {
 86 |           promise(.success(()))
/Users/admin/builder/spi-builder-workspace/FirebaseCombineSwift/Sources/Firestore/DocumentReference+Combine.swift:206:11: warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
204 |       self.updateData(documentData) { error in
205 |         if let error {
206 |           promise(.failure(error))
    |           |- warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
    |           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
207 |         } else {
208 |           promise(.success(()))
/Users/admin/builder/spi-builder-workspace/FirebaseCombineSwift/Sources/Firestore/DocumentReference+Combine.swift:225:11: warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
223 |       self.delete { error in
224 |         if let error {
225 |           promise(.failure(error))
    |           |- warning: capture of 'promise' with non-Sendable type '(Result<Void, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
    |           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
226 |         } else {
227 |           promise(.success(()))
/Users/admin/builder/spi-builder-workspace/FirebaseCombineSwift/Sources/Firestore/DocumentReference+Combine.swift:246:11: warning: capture of 'promise' with non-Sendable type '(Result<DocumentSnapshot, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
244 |       self.getDocument(source: source) { snapshot, error in
245 |         if let error {
246 |           promise(.failure(error))
    |           |- warning: capture of 'promise' with non-Sendable type '(Result<DocumentSnapshot, any Error>) -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
    |           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
247 |         } else if let snapshot {
248 |           promise(.success(snapshot))
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[786/1047] Emitting module FirebaseMLModelDownloader
[793/1048] Compiling FirebaseMLModelDownloader TelemetryLogger.swift
[794/1048] Compiling FirebaseMLModelDownloader RemoteModelInfo.swift
[795/1048] Compiling FirebaseMLModelDownloader ModelFileManager.swift
[796/1048] Compiling FirebaseMLModelDownloader ModelInfoRetriever.swift
[797/1048] Compiling FirebaseMLModelDownloader ModelDownloadTask.swift
[798/1048] Compiling FirebaseMLModelDownloader ModelDownloader.swift
[809/1057] Compiling FirebaseAuth AuthCondition.swift
[810/1057] Compiling FirebaseAuth AuthDefaultUIDelegate.swift
[811/1057] Compiling FirebaseAuth AuthErrorUtils.swift
[812/1057] Compiling FirebaseAuth AuthErrors.swift
[813/1057] Compiling FirebaseAuth AuthInternalErrors.swift
[814/1057] Compiling FirebaseAuth AuthLog.swift
[815/1057] Compiling FirebaseAuth AuthRecaptchaVerifier.swift
[816/1057] Compiling FirebaseAuth AuthUIDelegate.swift
[817/1057] Compiling FirebaseAuth AuthURLPresenter.swift
[818/1057] Compiling FirebaseAuth AuthWebUtils.swift
[819/1057] Compiling FirebaseAuth AuthWebView.swift
[820/1057] Compiling FirebaseAuth AuthWebViewController.swift
[821/1057] Compiling FirebaseAuth resource_bundle_accessor.swift
[822/1057] Compiling FirebaseMLModelDownloader firebase_ml_log_sdk.pb.swift
[823/1057] Emitting module FirebaseAuth
[851/1057] Compiling FirebaseAuth ActionCodeInfo.swift
[852/1057] Compiling FirebaseAuth ActionCodeOperation.swift
[853/1057] Compiling FirebaseAuth ActionCodeSettings.swift
[854/1057] Compiling FirebaseAuth ActionCodeURL.swift
[855/1057] Compiling FirebaseAuth Auth.swift
[856/1057] Compiling FirebaseAuth AuthComponent.swift
[857/1057] Compiling FirebaseAuth AuthDataResult.swift
[858/1057] Compiling FirebaseAuth AuthDispatcher.swift
[859/1057] Compiling FirebaseAuth AuthGlobalWorkQueue.swift
[860/1057] Compiling FirebaseAuth AuthOperationType.swift
[861/1057] Compiling FirebaseAuth AuthSettings.swift
[862/1057] Compiling FirebaseAuth AuthTokenResult.swift
[863/1057] Compiling FirebaseAuth AuthCredential.swift
[864/1057] Compiling FirebaseAuth AuthProviderID.swift
[893/1065] Compiling FirebaseAuthCombineSwift MultiFactorResolver+Combine.swift
[894/1065] Compiling FirebaseAuthCombineSwift User+Combine.swift
[895/1065] Compiling FirebaseAuthCombineSwift OAuthProvider+Combine.swift
[896/1065] Compiling FirebaseAuthCombineSwift MultiFactor+Combine.swift
[897/1065] Compiling FirebaseAuthCombineSwift PhoneAuthProvider+Combine.swift
[898/1065] Emitting module FirebaseAuthCombineSwift
[899/1065] Compiling FirebaseAuthCombineSwift Auth+Combine.swift
[900/1065] Compiling FirebaseAuthCombineSwift GameCenterAuthProvider+Combine.swift
[940/1065] Emitting module FirebaseAILogic
[951/1065] Compiling FirebaseAILogic LiveSessionErrors.swift
[952/1065] Compiling FirebaseAILogic SpeechConfig.swift
[953/1065] Compiling FirebaseAILogic Part.swift
[954/1065] Compiling FirebaseAILogic ResponseModality.swift
[955/1065] Compiling FirebaseAILogic Schema.swift
[956/1065] Compiling FirebaseAILogic ThinkingConfig.swift
[957/1065] Compiling FirebaseAILogic CodeExecution.swift
[958/1065] Compiling FirebaseAILogic URLContextMetadata.swift
[959/1065] Compiling FirebaseAILogic URLMetadata.swift
[960/1067] Emitting module FirebaseAI
[961/1067] Compiling FirebaseAI FirebaseAIWrapper.swift
[970/1069] Emitting module FirebaseSessions
[981/1069] Compiling FirebaseSessions SettingsProvider.swift
[982/1069] Compiling FirebaseSessions Time.swift
[988/1069] Compiling FIRCLSFABAsyncOperation.m
[989/1069] Compiling FIRCLSNetworkResponseHandler.m
[990/1069] Compiling FIRCLSCompoundOperation.m
[991/1069] Compiling FIRCLSFABNetworkClient.m
[992/1069] Compiling FirebaseCrashlytics resource_bundle_accessor.m
[993/1069] Compiling FIRCLSCodeMapping.m
[994/1069] Compiling FIRCLSFABHost.m
[995/1069] Compiling FIRCLSMachOSlice.m
[996/1069] Compiling FIRCLSByteUtility.m
[997/1069] Compiling FIRCLSdSYM.m
[998/1069] Compiling FIRCLSConstants.m
[999/1069] Compiling FIRCLSMachOBinary.m
[1000/1069] Compiling FIRCLSMachO.m
[1001/1069] Compiling FIRCLSUUID.m
[1002/1069] Compiling crashlytics.nanopb.c
[1003/1069] Compiling FIRCLSNetworkOperation.m
[1004/1069] Compiling FIRCLSDownloadAndSaveSettingsOperation.m
[1005/1069] Compiling FIRCLSApplicationIdentifierModel.m
[1006/1069] Compiling FIRCLSURLBuilder.m
[1007/1069] Compiling FIRCLSThreadArrayOperation.m
[1008/1069] Compiling FIRCLSSymbolicationOperation.m
[1009/1069] Compiling FIRCLSSettingsManager.m
[1010/1069] Compiling FIRCLSSerializeSymbolicatedFramesOperation.m
[1011/1069] Compiling FIRCLSProcessReportOperation.m
[1012/1069] Compiling FIRCLSAsyncOperation.m
[1013/1069] Compiling FIRCLSUnwind_x86.c
[1014/1069] Compiling FIRCLSDwarfExpressionMachine.c
[1015/1069] Compiling FIRCLSRecordIdentity.m
[1016/1069] Compiling FIRCLSDwarfUnwind.c
[1017/1069] Compiling FIRCLSRecordHost.m
[1018/1069] Compiling FIRCLSDataParsing.c
[1019/1069] Compiling FIRCLSUnwind_arm.c
[1020/1069] Compiling FIRCLSRecordBase.m
[1020/1069] Compiling FIRCLSReportAdapter.m
[1022/1069] Compiling FIRCLSUnwind.c
[1023/1069] Compiling FIRCLSCompactUnwind.c
[1024/1069] Compiling FIRCLSRecordApplication.m
[1025/1069] Compiling FIRCLSSymbolResolver.m
[1026/1069] Compiling FIRCLSLaunchMarkerModel.m
[1027/1069] Compiling FIRCLSSettings.m
[1028/1069] Compiling FIRCLSOnDemandModel.m
[1029/1069] Compiling FIRCLSThreadState.c
[1030/1069] Compiling FIRCLSInternalReport.m
[1031/1069] Compiling FIRCLSExecutionIdentifierModel.m
[1032/1069] Compiling FIRCLSFileManager.m
[1033/1069] Compiling FIRCLSUtility.m
[1034/1069] Compiling FIRCLSInstallIdentifierModel.m
[1035/1069] Compiling FIRCLSInternalLogging.c
[1036/1069] Compiling FIRCLSLogger.m
[1037/1069] Compiling FIRCLSContextInitData.m
[1038/1069] Compiling FIRCLSCallStackTree.m
[1039/1069] Compiling FIRCLSSignal.c
[1040/1069] Compiling FIRCLSMachException.c
[1041/1069] Compiling FIRCLSDemangleOperation.mm
[1042/1069] Compiling FIRCLSAllocate.c
[1043/1069] Compiling FIRCLSFile.m
[1044/1069] Compiling FIRStackFrame.m
[1045/1069] Compiling FIRCLSHandler.m
[1046/1069] Compiling FIRExceptionModel.m
[1047/1069] Compiling FIRCLSDataCollectionToken.m
[1048/1069] Compiling FIRCrashlyticsReport.m
[1049/1069] Compiling FIRCLSDataCollectionArbiter.m
[1050/1069] Compiling FIRCLSUserDefaults.m
[1051/1069] Compiling FIRCLSReportUploader.m
[1052/1069] Compiling FIRCLSRolloutsPersistenceManager.m
[1053/1069] Compiling FIRCLSMetricKitManager.m
[1054/1069] Compiling FIRCLSManagerData.m
[1055/1069] Compiling FIRCLSContextManager.m
[1056/1069] Compiling FIRCLSExistingReportManager.m
[1057/1069] Compiling FIRCrashlytics.m
[1058/1069] Compiling FIRCLSAnalyticsManager.m
[1059/1069] Compiling FIRCLSCrashedMarkerFile.c
[1060/1069] Compiling FIRCLSUserLogging.m
[1061/1069] Compiling FIRCLSProcess.c
[1062/1069] Compiling FIRCLSContext.m
[1063/1069] Compiling FIRCLSBinaryImage.m
[1064/1069] Compiling FIRCLSException.mm
[1065/1069] Compiling FIRCLSReportManager.m
[1066/1069] Compiling FIRCLSNotificationManager.m
[1067/1069] Compiling FIRCLSApplication.m
[1068/1069] Compiling FIRCLSHost.m
Build complete! (53.25s)
warning: 'spi-builder-workspace': found 190 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FABMockApplicationIdentifierModel.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSReportManagerTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockSettings.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockOnDemandModel.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/armv7-armv7s.dSYM/Contents/Resources/DWARF/CrashTest
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Helpers/FIRCLSFile.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/bare_min_crash/binary_images.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Protogen/nanopb/crashlytics.nanopb.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockSymbolResolver.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSExistingReportManagerTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/bare_min_crash/signal.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSDwarfExpressionTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/mach_exception.clsrecord.symbolicated
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockReportManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/FIRCrashlyticsReport.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSCompactUnwindTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/user_incremental_kv.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSFileManagerTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Helpers/FIRCLSContextInitData.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSUUID.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/bare_min_crash/metadata.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/binary_images.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSConstantsTest.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/FIRCLSdSYMTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FABOperation/FABOperationPreFlightCancellationTest.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/i386-simulator.dSYM/Contents/Info.plist
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRMockGDTCoreTransport.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/LICENSE
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/log_a.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/CrashlyticsInputFiles.xcfilelist
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FABOperation/FABTestAsyncOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSProcessReportOperationTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTestsSwift/CrashlyticsRemoteConfigManagerTests.swift
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/exception.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Handlers/FIRCLSException.mm
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/metadata_only_report/metadata.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSUserDefaultsTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSDemangleOperationTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Components/FIRCLSApplication.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/CHANGELOG.md
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockMXDiagnosticPayload.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/ProtoSupport/Protos/crashlytics.options
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/mach_exception.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/ProtoSupport/generate_crashlytics_protos.sh
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/internal_incremental_kv.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/FIRCLSSettings.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/bare_min_crash/internal_incremental_kv.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/binary_images_missing_base_entry.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FABOperation/FABNetworkOperationTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/exception.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/FIRCLSMachOBinaryTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/10.9.4_libsystem_kernel.dylib
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/corrupt_metadata/metadata.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/armv7k
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/tvsimulator-binary
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSReportUploaderTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Components/FIRCLSProcess.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/metadata.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSSymbolResolverTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRRecordExceptionModelTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/FIRCrashlytics.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/armv7-armv7s.dSYM/Contents/Info.plist
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/i386-simulator.dSYM/Contents/Resources/DWARF/CrashTest
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/tvos-binary
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRStackFrameTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FABURLBuilderTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/README.md
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockFileManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/generate_project.sh
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSByteUtility.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSSettingsTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockMXMetadata.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSRolloutsPersistenceManagerTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/errors_b.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/signal.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FABOperation/FABOperationInFlightCancellationTest.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/sdk.log
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSDataCollectionArbiterTest.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSMetricKitManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSInstallIdentifierModelTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSFABHost.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/FIRCLSFileManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockMetricKitManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockReportUploader.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/FIRExceptionModel.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/ios_all_files_crash/errors_a.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Components/FIRCLSContext.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSUtilityTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockMXDiskWriteExceptionDiagnostic.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/run
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCrashlyticsReportTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/CrashlyticsKitTests-OSX-Prefix.pch
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/FIRCLSOnDemandModel.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/GoogleService-Info.plist
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSOnDemandModelTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/DS_Store
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/watchOS-simulator
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/FIRCLSMachOTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/bare_min_crash/sdk.log
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSSymbolicationOperationTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/valid_metadata/metadata.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockMXCallStackTree.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Components/FIRCLSHost.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FABOperation/FABTestExpectations.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSRolloutsPersistenceManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSConstants.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSInternalReportTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/x86_64-executable
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSReportAdapterTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSContextManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/10.9.3_libobjc.A.dylib
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockMXCrashDiagnostic.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockMXCPUExceptionDiagnostic.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockMXHangDiagnostic.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSTempMockFileManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSDwarfTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSFileTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRAppFake.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/CrashlyticsKitTests-Info.plist
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMetricKitManagerTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/upload-symbols
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/armv7-armv7s-executable
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRMockInstallations.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data/armv7-armv7s-arm64.dylib
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Mocks/FIRCLSMockExistingReportManager.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/FIRStackFrame.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data/binary_images_with_null_base_entry.clsrecord
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSContextManagerTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/third_party/libunwind/LICENSE
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSLoggingTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRExceptionModelTests.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/ProtoSupport/Protos/crashlytics.proto
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m
    /Users/admin/builder/spi-builder-workspace/Crashlytics/Crashlytics/Helpers/FIRCLSCallStackTree.m
Build complete.
{
  "cxx_language_standard" : "gnu++14",
  "dependencies" : [
    {
      "identity" : "promises",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/promises.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "googleappmeasurement",
      "requirement" : {
        "exact" : [
          "12.5.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleAppMeasurement.git"
    },
    {
      "identity" : "googledatatransport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.1.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleDataTransport.git"
    },
    {
      "identity" : "googleutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.1.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleUtilities.git"
    },
    {
      "identity" : "gtm-session-fetcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.4.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/gtm-session-fetcher.git"
    },
    {
      "identity" : "nanopb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.30910.0",
            "upper_bound" : "2.30911.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/nanopb.git"
    },
    {
      "identity" : "abseil-cpp-binary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2024072200.0",
            "upper_bound" : "1.2024072300.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/abseil-cpp-binary.git"
    },
    {
      "identity" : "grpc-binary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.69.0",
            "upper_bound" : "1.70.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/grpc-binary.git"
    },
    {
      "identity" : "ocmock",
      "requirement" : {
        "revision" : [
          "2c0bfd373289f4a7716db5d6db471640f91a6507"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/erikdoe/ocmock.git"
    },
    {
      "identity" : "leveldb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.2",
            "upper_bound" : "1.23.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/leveldb.git"
    },
    {
      "identity" : "gcdwebserver",
      "requirement" : {
        "revision" : [
          "935e2736044e71e5341663c3cc9a335ba6867a2b"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SlaunchaMan/GCDWebServer.git"
    },
    {
      "identity" : "interop-ios-for-google-sdks",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "101.0.0",
            "upper_bound" : "102.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/interop-ios-for-google-sdks.git"
    },
    {
      "identity" : "app-check",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.1",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/app-check.git"
    }
  ],
  "manifest_display_name" : "Firebase",
  "name" : "Firebase",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "FirebaseAI",
      "targets" : [
        "FirebaseAI",
        "FirebaseAILogic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAILogic",
      "targets" : [
        "FirebaseAILogic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAnalytics",
      "targets" : [
        "FirebaseAnalyticsTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAnalyticsCore",
      "targets" : [
        "FirebaseAnalyticsCoreTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAnalyticsIdentitySupport",
      "targets" : [
        "FirebaseAnalyticsIdentitySupportTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAuth",
      "targets" : [
        "FirebaseAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAppCheck",
      "targets" : [
        "FirebaseAppCheck"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAppDistribution-Beta",
      "targets" : [
        "FirebaseAppDistributionTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAuthCombine-Community",
      "targets" : [
        "FirebaseAuthCombineSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseFirestoreCombine-Community",
      "targets" : [
        "FirebaseFirestoreCombineSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseFunctionsCombine-Community",
      "targets" : [
        "FirebaseFunctionsCombineSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseStorageCombine-Community",
      "targets" : [
        "FirebaseStorageCombineSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseCore",
      "targets" : [
        "FirebaseCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseCrashlytics",
      "targets" : [
        "FirebaseCrashlytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseDatabase",
      "targets" : [
        "FirebaseDatabase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseFirestore",
      "targets" : [
        "FirebaseFirestoreTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseFunctions",
      "targets" : [
        "FirebaseFunctions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseInAppMessaging-Beta",
      "targets" : [
        "FirebaseInAppMessagingTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseInstallations",
      "targets" : [
        "FirebaseInstallations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseMessaging",
      "targets" : [
        "FirebaseMessaging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseMLModelDownloader",
      "targets" : [
        "FirebaseMLModelDownloader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebasePerformance",
      "targets" : [
        "FirebasePerformanceTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseRemoteConfig",
      "targets" : [
        "FirebaseRemoteConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseStorage",
      "targets" : [
        "FirebaseStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "version_test",
      "module_type" : "ClangTarget",
      "name" : "version-test",
      "path" : "SwiftPMTests/version-test",
      "sources" : [
        "versionTest.m"
      ],
      "target_dependencies" : [
        "FirebaseCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "swift_test",
      "module_type" : "SwiftTarget",
      "name" : "swift-test",
      "path" : "SwiftPMTests/swift-test",
      "product_dependencies" : [
        "nanopb"
      ],
      "sources" : [
        "all-imports.swift"
      ],
      "target_dependencies" : [
        "Firebase",
        "FirebaseAuth",
        "FirebaseAppCheck",
        "FirebaseABTesting",
        "FirebaseAnalytics",
        "FirebaseAppDistribution",
        "FirebaseAuthCombineSwift",
        "FirebaseFirestoreCombineSwift",
        "FirebaseFunctionsCombineSwift",
        "FirebaseStorageCombineSwift",
        "FirebaseCrashlytics",
        "FirebaseCore",
        "FirebaseDatabase",
        "FirebaseFirestoreTarget",
        "FirebaseFunctions",
        "FirebaseInAppMessaging",
        "FirebaseInstallations",
        "FirebaseMessaging",
        "FirebasePerformance",
        "FirebaseRemoteConfig",
        "FirebaseSessions",
        "FirebaseStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "objc_import_test",
      "module_type" : "ClangTarget",
      "name" : "objc-import-test",
      "path" : "SwiftPMTests/objc-import-test",
      "sources" : [
        "objc-header.m",
        "objc-module.m"
      ],
      "target_dependencies" : [
        "Firebase",
        "FirebaseAuth",
        "FirebaseABTesting",
        "FirebaseAppCheck",
        "FirebaseAppDistribution",
        "FirebaseCrashlytics",
        "FirebaseCore",
        "FirebaseDatabase",
        "FirebaseFirestoreTarget",
        "FirebaseFunctions",
        "FirebaseInAppMessaging",
        "FirebaseInstallations",
        "FirebaseMessaging",
        "FirebasePerformance",
        "FirebaseRemoteConfig",
        "FirebaseStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "analytics_import_test",
      "module_type" : "SwiftTarget",
      "name" : "analytics-import-test",
      "path" : "SwiftPMTests/analytics-import-test",
      "sources" : [
        "analytics-import.swift",
        "firebase-import.swift"
      ],
      "target_dependencies" : [
        "FirebaseAnalyticsWrapper",
        "Firebase"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StorageObjCIntegration",
      "module_type" : "ClangTarget",
      "name" : "StorageObjCIntegration",
      "path" : "FirebaseStorage/Tests/ObjCIntegration",
      "sources" : [
        "ObjCAPITests.m"
      ],
      "target_dependencies" : [
        "FirebaseStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SharedTestUtilities",
      "module_type" : "ClangTarget",
      "name" : "SharedTestUtilities",
      "path" : "SharedTestUtilities",
      "product_dependencies" : [
        "GoogleDataTransport",
        "OCMock"
      ],
      "sources" : [
        "AppCheckFake/FIRAppCheckFake.m",
        "AppCheckFake/FIRAppCheckTokenResultFake.m",
        "Date/FIRDateTestUtils.m",
        "ExceptionCatcher.m",
        "FIRAuthInteropFake.m",
        "FIRComponentTestUtilities.m",
        "FIRMessagingInteropFake.m",
        "FIROptionsMock.m",
        "FIRSampleAppUtilities.m",
        "GDTCORTransportFake.m",
        "URLSession/FIRURLSessionOCMockStub.m"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseAppCheckInterop",
        "FirebaseAuthInterop",
        "FirebaseMessagingInterop"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemoteConfigUnit",
      "module_type" : "ClangTarget",
      "name" : "RemoteConfigUnit",
      "path" : "FirebaseRemoteConfig/Tests/Unit",
      "product_dependencies" : [
        "OCMock"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseRemoteConfig/Tests/Unit/Defaults-testInfo.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseRemoteConfig/Tests/Unit/SecondApp-GoogleService-Info.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseRemoteConfig/Tests/Unit/TestABTPayload.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FIRRemoteConfigComponentTest.m",
        "RCNConfigContentTest.m",
        "RCNConfigDBManagerTest.m",
        "RCNConfigExperimentTest.m",
        "RCNConfigValueTest.m",
        "RCNInstanceIDTest.m",
        "RCNPersonalizationTest.m",
        "RCNRemoteConfigTest.m",
        "RCNTestUtilities.m",
        "RCNUserDefaultsManagerTests.m"
      ],
      "target_dependencies" : [
        "FirebaseRemoteConfigInternal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RemoteConfigSwiftUnit",
      "module_type" : "SwiftTarget",
      "name" : "RemoteConfigSwiftUnit",
      "path" : "FirebaseRemoteConfig/Tests/SwiftUnit",
      "sources" : [
        "RemoteConfigInteropTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseRemoteConfigInternal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RemoteConfigFakeConsoleObjC",
      "module_type" : "ClangTarget",
      "name" : "RemoteConfigFakeConsoleObjC",
      "path" : "FirebaseRemoteConfig/Tests/Swift/ObjC",
      "product_dependencies" : [
        "OCMock"
      ],
      "sources" : [
        "FetchMocks.m",
        "RealtimeMocks.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemoteConfigFakeConsole",
      "module_type" : "SwiftTarget",
      "name" : "RemoteConfigFakeConsole",
      "path" : "FirebaseRemoteConfig/Tests/Swift",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseRemoteConfig/Tests/Swift/Defaults-testInfo.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FakeConsole/FakeConsoleTests.swift",
        "FakeUtils/FakeConsole.swift",
        "FakeUtils/MockURLProtocol.swift",
        "SwiftAPI/APITestBase.swift",
        "SwiftAPI/APITests.swift",
        "SwiftAPI/AsyncAwaitTests.swift",
        "SwiftAPI/Codable.swift",
        "SwiftAPI/Constants.swift",
        "SwiftAPI/FirebaseRemoteConfigSwift_APIBuildTests.swift",
        "SwiftAPI/PropertyWrapperDefaultConfigsTests.swift",
        "SwiftAPI/PropertyWrapperTests.swift",
        "SwiftAPI/RemoteConfigConsole.swift",
        "SwiftAPI/Value.swift"
      ],
      "target_dependencies" : [
        "FirebaseRemoteConfig",
        "RemoteConfigFakeConsoleObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PerformanceUnit",
      "module_type" : "ClangTarget",
      "name" : "PerformanceUnit",
      "path" : "FirebasePerformance/Tests/Unit",
      "product_dependencies" : [
        "GCDWebServer",
        "OCMock"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebasePerformance/Tests/Unit/FPRURLFilterTests-Info.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebasePerformance/Tests/Unit/Server/bigDownloadFile",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebasePerformance/Tests/Unit/Server/smallDownloadFile",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Common/FPRConsoleURLGeneratorTest.m",
        "Common/FPRDiagnosticsTest.m",
        "Common/FPRFakeDate.m",
        "Configurations/FPRConfigurationsTest.m",
        "Configurations/FPRFakeRemoteConfig.m",
        "Configurations/FPRRemoteConfigFlagsTest.m",
        "FIRPerformanceTest.m",
        "FPRAppActivityTrackerTest.m",
        "FPRClassInstrumentorTest.m",
        "FPRClientTest.m",
        "FPRInstrumentTest.m",
        "FPRInstrumentationTest.m",
        "FPRNanoPbUtilsTest.m",
        "FPRNetworkTraceTest.m",
        "FPRObjectInstrumentorTest.m",
        "FPRScreenTraceTrackerTest.m",
        "FPRSelectorInstrumentorTest.m",
        "FPRSessionDetailsTest.m",
        "FPRSessionManagerTest.m",
        "FPRTestCase.m",
        "FPRTestUtils.m",
        "FPRTraceBackgroundActivityTrackerTest.m",
        "FPRURLFilterTests.m",
        "Fakes/FIRAppFake.m",
        "Fakes/FPRFakeClient.m",
        "Fakes/FPRFakeConfigurations.m",
        "Fakes/FPRFakeInstallations.m",
        "Fakes/NSBundleFake.m",
        "Fakes/NSProcessInfoFake.m",
        "Gauges/FPRCPUGaugeCollectorTests.m",
        "Gauges/FPRCPUGaugeDataTests.m",
        "Gauges/FPRGaugeManagerTests.m",
        "Gauges/FPRMemoryGaugeCollectorTests.m",
        "Gauges/FPRMemoryGaugeDataTests.m",
        "ISASwizzler/FPRObjectSwizzlerTest.m",
        "ISASwizzler/FPRProxy.m",
        "Instruments/FIRHTTPMetricTests.m",
        "Instruments/FPRNSURLConnectionInstrumentTest.m",
        "Instruments/FPRNSURLConnectionInstrumentTestDelegates.m",
        "Instruments/FPRNSURLSessionInstrumentTest.m",
        "Instruments/FPRNSURLSessionInstrumentTestDelegates.m",
        "Instruments/FPRUIViewControllerInstrumentTest.m",
        "Loggers/FPRGDTEventTest.m",
        "Loggers/FPRGDTLogSamplerTest.m",
        "Loggers/FPRGDTLoggerTest.m",
        "Loggers/FPRGDTRateLimiterTest.m",
        "Server/FPRHermeticTestServer.m",
        "Timer/FIRTraceTest.m",
        "Timer/FPRCounterListTest.m"
      ],
      "target_dependencies" : [
        "FirebasePerformanceTarget",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagingUnit",
      "module_type" : "ClangTarget",
      "name" : "MessagingUnit",
      "path" : "FirebaseMessaging/Tests/UnitTests",
      "product_dependencies" : [
        "OCMock"
      ],
      "sources" : [
        "FIRMessagingAPNSInfoTest.m",
        "FIRMessagingAnalyticsTest.m",
        "FIRMessagingAuthKeychainTest.m",
        "FIRMessagingAuthServiceTest.m",
        "FIRMessagingBackupExcludedPlistTest.m",
        "FIRMessagingCheckinPreferencesTest.m",
        "FIRMessagingCheckinServiceTest.m",
        "FIRMessagingCheckinStoreTest.m",
        "FIRMessagingExtensionHelperTest.m",
        "FIRMessagingFakeKeychain.m",
        "FIRMessagingHandlingTest.m",
        "FIRMessagingLinkHandlingTest.m",
        "FIRMessagingPendingTopicsListTest.m",
        "FIRMessagingPubSubTest.m",
        "FIRMessagingRemoteNotificationsProxyTest.m",
        "FIRMessagingRmqManagerTest.m",
        "FIRMessagingServiceTest.m",
        "FIRMessagingTest.m",
        "FIRMessagingTestNotificationUtilities.m",
        "FIRMessagingTestUtilities.m",
        "FIRMessagingTokenInfoTest.m",
        "FIRMessagingTokenManagerTest.m",
        "FIRMessagingTokenOperationsTest.m",
        "FIRMessagingTokenStoreTest.m",
        "FIRMessagingUtilitiesTest.m",
        "FIRTestsAssertionHandler.m",
        "XCTestCase+FIRMessagingRmqManagerTests.m"
      ],
      "target_dependencies" : [
        "FirebaseMessaging",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FunctionsCombineUnit",
      "module_type" : "SwiftTarget",
      "name" : "FunctionsCombineUnit",
      "path" : "FirebaseFunctions/Tests/CombineUnit",
      "sources" : [
        "HTTPSCallableTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseFunctionsCombineSwift",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirestoreTestingSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "FirestoreTestingSupportTests",
      "path" : "FirebaseTestingSupport/Firestore/Tests",
      "sources" : [
        "QueryFakeTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseFirestoreTestingSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseStorageUnit",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseStorageUnit",
      "path" : "FirebaseStorage/Tests/Unit",
      "sources" : [
        "StorageAPITests.swift",
        "StorageAuthorizerTests.swift",
        "StorageComponentTests.swift",
        "StorageDeleteTests.swift",
        "StorageGetMetadataTests.swift",
        "StorageListTests.swift",
        "StorageMetadataTests.swift",
        "StoragePathTests.swift",
        "StorageReferenceTests.swift",
        "StorageTestHelpers.swift",
        "StorageTests.swift",
        "StorageUpdateMetadataTests.swift",
        "StorageUtilsTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseStorage",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseStorageCombineSwift",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseStorageCombineSwift",
      "path" : "FirebaseCombineSwift/Sources/Storage",
      "product_memberships" : [
        "FirebaseStorageCombine-Community"
      ],
      "sources" : [
        "Storage+Combine.swift",
        "StorageReference+Combine.swift"
      ],
      "target_dependencies" : [
        "FirebaseStorage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseStorage",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseStorage",
      "path" : "FirebaseStorage/Sources",
      "product_dependencies" : [
        "GTMSessionFetcherCore",
        "GULEnvironment"
      ],
      "product_memberships" : [
        "FirebaseStorageCombine-Community",
        "FirebaseStorage"
      ],
      "sources" : [
        "AsyncAwait.swift",
        "Internal/StorageDeleteTask.swift",
        "Internal/StorageFetcherService.swift",
        "Internal/StorageGetDownloadURLTask.swift",
        "Internal/StorageGetMetadataTask.swift",
        "Internal/StorageInternalTask.swift",
        "Internal/StorageListTask.swift",
        "Internal/StoragePath.swift",
        "Internal/StorageTaskState.swift",
        "Internal/StorageTokenAuthorizer.swift",
        "Internal/StorageUpdateMetadataTask.swift",
        "Internal/StorageUtils.swift",
        "Result.swift",
        "Storage.swift",
        "StorageConstants.swift",
        "StorageDownloadTask.swift",
        "StorageError.swift",
        "StorageListResult.swift",
        "StorageMetadata.swift",
        "StorageObservableTask.swift",
        "StorageReference.swift",
        "StorageTask.swift",
        "StorageTaskSnapshot.swift",
        "StorageUploadTask.swift"
      ],
      "target_dependencies" : [
        "FirebaseAppCheckInterop",
        "FirebaseAuthInterop",
        "FirebaseCore",
        "FirebaseCoreExtension"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseSharedSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseSharedSwiftTests",
      "path" : "FirebaseSharedSwift/Tests",
      "sources" : [
        "Codable/FirebaseDataEncoderTests.swift",
        "third_party/DataEncoderTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseSharedSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseSharedSwift",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseSharedSwift",
      "path" : "FirebaseSharedSwift/Sources",
      "product_memberships" : [
        "FirebaseFirestoreCombine-Community",
        "FirebaseFunctionsCombine-Community",
        "FirebaseDatabase",
        "FirebaseFirestore",
        "FirebaseFunctions",
        "FirebaseRemoteConfig"
      ],
      "sources" : [
        "FirebaseRemoteConfigValueDecoding.swift",
        "third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseSessionsUnit",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseSessionsUnit",
      "path" : "FirebaseSessions/Tests/Unit",
      "sources" : [
        "ApplicationInfoTests.swift",
        "Error+EquatableTests.swift",
        "FirebaseSessionsTests+BaseBehaviors.swift",
        "FirebaseSessionsTests+DataCollection.swift",
        "FirebaseSessionsTests+Subscribers.swift",
        "InitiatorTests.swift",
        "Library/FirebaseSessionsTestsBase.swift",
        "Library/LifecycleNotifications.swift",
        "Mocks/MockApplicationInfo.swift",
        "Mocks/MockGDTLogger.swift",
        "Mocks/MockInstallationsProtocol.swift",
        "Mocks/MockLocalOverrideSettings.swift",
        "Mocks/MockNetworkInfo.swift",
        "Mocks/MockSessionCoordinator.swift",
        "Mocks/MockSettingsDownloader.swift",
        "Mocks/MockSettingsProtocol.swift",
        "Mocks/MockSubscriber.swift",
        "Mocks/MockTimeProvider.swift",
        "RemoteSettingsTests.swift",
        "SDKDefaultSettingsTests.swift",
        "SessionCoordinatorTests.swift",
        "SessionGeneratorTests.swift",
        "SessionStartEventTests.swift",
        "SessionsSettingsTests.swift",
        "TestNanoPBHelpers.swift"
      ],
      "target_dependencies" : [
        "FirebaseSessions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseSessionsObjC",
      "module_type" : "ClangTarget",
      "name" : "FirebaseSessionsObjC",
      "path" : "FirebaseSessions",
      "product_dependencies" : [
        "GULEnvironment",
        "nanopb"
      ],
      "product_memberships" : [
        "FirebaseCrashlytics",
        "FirebasePerformance"
      ],
      "sources" : [
        "SourcesObjC/NanoPB/FIRSESNanoPBHelpers.m",
        "SourcesObjC/Protogen/nanopb/sessions.nanopb.c"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseCoreExtension"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseSessions",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseSessions",
      "path" : "FirebaseSessions/Sources",
      "product_dependencies" : [
        "nanopb",
        "Promises",
        "GoogleDataTransport",
        "GULEnvironment",
        "GULUserDefaults"
      ],
      "product_memberships" : [
        "FirebaseCrashlytics",
        "FirebasePerformance"
      ],
      "sources" : [
        "ApplicationInfo.swift",
        "Development/DevEventConsoleLogger.swift",
        "Development/NanoPB+CustomStringConvertible.swift",
        "EventGDTLogger.swift",
        "FirebaseSessions.swift",
        "FirebaseSessionsError.swift",
        "GoogleDataTransport+GoogleDataTransportProtocol.swift",
        "Installations+InstallationsProtocol.swift",
        "Logger.swift",
        "NetworkInfo.swift",
        "Public/SessionsDependencies.swift",
        "Public/SessionsProvider.swift",
        "Public/SessionsSubscriber.swift",
        "SessionCoordinator.swift",
        "SessionGenerator.swift",
        "SessionInitiator.swift",
        "SessionStartEvent.swift",
        "Settings/LocalOverrideSettings.swift",
        "Settings/RemoteSettings.swift",
        "Settings/SDKDefaultSettings.swift",
        "Settings/SessionsSettings.swift",
        "Settings/SettingsCacheClient.swift",
        "Settings/SettingsDownloadClient.swift",
        "Settings/SettingsProtocol.swift",
        "Settings/SettingsProvider.swift",
        "Time.swift"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseInstallations",
        "FirebaseCoreExtension",
        "FirebaseSessionsObjC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseRemoteConfigInterop",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseRemoteConfigInterop",
      "path" : "FirebaseRemoteConfig/Interop",
      "product_memberships" : [
        "FirebaseCrashlytics",
        "FirebasePerformance",
        "FirebaseRemoteConfig"
      ],
      "sources" : [
        "RemoteConfigConstants.swift",
        "RemoteConfigInterop.swift",
        "RolloutAssignment.swift",
        "RolloutsStateSubscriber.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseRemoteConfigInternal",
      "module_type" : "ClangTarget",
      "name" : "FirebaseRemoteConfigInternal",
      "path" : "FirebaseRemoteConfig/Sources",
      "product_dependencies" : [
        "GULEnvironment",
        "GULNSData"
      ],
      "product_memberships" : [
        "FirebasePerformance",
        "FirebaseRemoteConfig"
      ],
      "sources" : [
        "FIRConfigValue.m",
        "FIRRemoteConfig.m",
        "FIRRemoteConfigComponent.m",
        "FIRRemoteConfigUpdate.m",
        "RCNConfigContent.m",
        "RCNConfigDBManager.m",
        "RCNConfigExperiment.m",
        "RCNConfigFetch.m",
        "RCNConfigRealtime.m",
        "RCNConfigSessionConfiguration.m",
        "RCNConfigSettings.m",
        "RCNConstants3P.m",
        "RCNDevice.m",
        "RCNPersonalization.m",
        "RCNUserDefaultsManager.m"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseABTesting",
        "FirebaseInstallations",
        "FirebaseRemoteConfigInterop"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseRemoteConfig",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseRemoteConfig",
      "path" : "FirebaseRemoteConfig/Swift",
      "product_memberships" : [
        "FirebaseRemoteConfig"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseRemoteConfig/Swift/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Codable.swift",
        "CustomSignals.swift",
        "FirebaseRemoteConfigValueDecoderHelper.swift",
        "PropertyWrapper/RemoteConfigProperty.swift",
        "PropertyWrapper/RemoteConfigValueObservable.swift",
        "SPMSwiftHeaderWorkaround.swift",
        "Value.swift"
      ],
      "target_dependencies" : [
        "FirebaseRemoteConfigInternal",
        "FirebaseSharedSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebasePerformanceTarget",
      "module_type" : "ClangTarget",
      "name" : "FirebasePerformanceTarget",
      "path" : "SwiftPM-PlatformExclude/FirebasePerformanceWrap",
      "product_memberships" : [
        "FirebasePerformance"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebasePerformance"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebasePerformance",
      "module_type" : "ClangTarget",
      "name" : "FirebasePerformance",
      "path" : "FirebasePerformance/Sources",
      "product_dependencies" : [
        "GoogleDataTransport",
        "GULEnvironment",
        "GULMethodSwizzler",
        "GULUserDefaults",
        "nanopb"
      ],
      "product_memberships" : [
        "FirebasePerformance"
      ],
      "sources" : [
        "AppActivity/FPRAppActivityTracker.m",
        "AppActivity/FPRScreenTraceTracker.m",
        "AppActivity/FPRSessionDetails.m",
        "AppActivity/FPRSessionManager.m",
        "AppActivity/FPRTraceBackgroundActivityTracker.m",
        "Common/FPRConsoleURLGenerator.m",
        "Common/FPRConstants.m",
        "Common/FPRDiagnostics.m",
        "Common/FPRPerfDate.m",
        "Configurations/FPRConfigurations.m",
        "Configurations/FPRRemoteConfigFlags.m",
        "FIRPerformance.m",
        "FPRClient.m",
        "FPRConfiguration.m",
        "FPRConsoleLogger.m",
        "FPRDataUtils.m",
        "FPRNanoPbUtils.m",
        "FPRURLFilter.m",
        "Gauges/CPU/FPRCPUGaugeCollector.m",
        "Gauges/CPU/FPRCPUGaugeData.m",
        "Gauges/FPRGaugeManager.m",
        "Gauges/Memory/FPRMemoryGaugeCollector.m",
        "Gauges/Memory/FPRMemoryGaugeData.m",
        "ISASwizzler/FPRObjectSwizzler.m",
        "ISASwizzler/FPRSwizzledObject.m",
        "Instrumentation/FIRHTTPMetric.m",
        "Instrumentation/FPRClassInstrumentor.m",
        "Instrumentation/FPRInstrument.m",
        "Instrumentation/FPRInstrumentation.m",
        "Instrumentation/FPRNetworkTrace.m",
        "Instrumentation/FPRObjectInstrumentor.m",
        "Instrumentation/FPRProxyObjectHelper.m",
        "Instrumentation/FPRSelectorInstrumentor.m",
        "Instrumentation/Network/Delegates/FPRNSURLConnectionDelegate.m",
        "Instrumentation/Network/Delegates/FPRNSURLConnectionDelegateInstrument.m",
        "Instrumentation/Network/Delegates/FPRNSURLSessionDelegate.m",
        "Instrumentation/Network/Delegates/FPRNSURLSessionDelegateInstrument.m",
        "Instrumentation/Network/FPRNSURLConnectionInstrument.m",
        "Instrumentation/Network/FPRNSURLSessionInstrument.m",
        "Instrumentation/Network/FPRNetworkInstrumentHelpers.m",
        "Instrumentation/UIKit/FPRUIViewControllerInstrument.m",
        "Loggers/FPRGDTEvent.m",
        "Loggers/FPRGDTLogSampler.m",
        "Loggers/FPRGDTLogger.m",
        "Loggers/FPRGDTRateLimiter.m",
        "Protogen/nanopb/perf_metric.nanopb.c",
        "Timer/FIRTrace.m",
        "Timer/FPRCounterList.m"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseInstallations",
        "FirebaseRemoteConfigInternal",
        "FirebaseSessions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseMessagingInterop",
      "module_type" : "ClangTarget",
      "name" : "FirebaseMessagingInterop",
      "path" : "FirebaseMessaging/Interop",
      "product_memberships" : [
        "FirebaseFunctionsCombine-Community",
        "FirebaseFunctions"
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseMessaging",
      "module_type" : "ClangTarget",
      "name" : "FirebaseMessaging",
      "path" : "FirebaseMessaging/Sources",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULEnvironment",
        "GULReachability",
        "GULUserDefaults",
        "GoogleDataTransport",
        "nanopb"
      ],
      "product_memberships" : [
        "FirebaseMessaging"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseMessaging/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FIRMessaging+ExtensionHelper.m",
        "FIRMessaging.m",
        "FIRMessagingAnalytics.m",
        "FIRMessagingConstants.m",
        "FIRMessagingContextManagerService.m",
        "FIRMessagingExtensionHelper.m",
        "FIRMessagingLogger.m",
        "FIRMessagingPendingTopicsList.m",
        "FIRMessagingPersistentSyncMessage.m",
        "FIRMessagingPubSub.m",
        "FIRMessagingRemoteNotificationsProxy.m",
        "FIRMessagingRmqManager.m",
        "FIRMessagingSyncMessageManager.m",
        "FIRMessagingTopicOperation.m",
        "FIRMessagingUtilities.m",
        "NSDictionary+FIRMessaging.m",
        "NSError+FIRMessaging.m",
        "Protogen/nanopb/me.nanopb.c",
        "Token/FIRMessagingAPNSInfo.m",
        "Token/FIRMessagingAuthKeychain.m",
        "Token/FIRMessagingAuthService.m",
        "Token/FIRMessagingBackupExcludedPlist.m",
        "Token/FIRMessagingCheckinPreferences.m",
        "Token/FIRMessagingCheckinService.m",
        "Token/FIRMessagingCheckinStore.m",
        "Token/FIRMessagingKeychain.m",
        "Token/FIRMessagingTokenDeleteOperation.m",
        "Token/FIRMessagingTokenFetchOperation.m",
        "Token/FIRMessagingTokenInfo.m",
        "Token/FIRMessagingTokenManager.m",
        "Token/FIRMessagingTokenOperation.m",
        "Token/FIRMessagingTokenStore.m"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseInstallations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseMLModelDownloaderUnit",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseMLModelDownloaderUnit",
      "path" : "FirebaseMLModelDownloader/Tests/Unit",
      "sources" : [
        "ModelDownloaderUnitTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseMLModelDownloader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseMLModelDownloader",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseMLModelDownloader",
      "path" : "FirebaseMLModelDownloader/Sources",
      "product_dependencies" : [
        "GoogleDataTransport",
        "GULUserDefaults",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "FirebaseMLModelDownloader"
      ],
      "sources" : [
        "CustomModel.swift",
        "DeviceLogger.swift",
        "DownloaderUserDefaults.swift",
        "FileDownloader.swift",
        "LocalModelInfo.swift",
        "ModelDownloadConditions.swift",
        "ModelDownloadTask.swift",
        "ModelDownloader.swift",
        "ModelFileManager.swift",
        "ModelInfoRetriever.swift",
        "RemoteModelInfo.swift",
        "TelemetryLogger.swift",
        "proto/firebase_ml_log_sdk.pb.swift"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseCoreExtension",
        "FirebaseInstallations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseInstallations",
      "module_type" : "ClangTarget",
      "name" : "FirebaseInstallations",
      "path" : "FirebaseInstallations/Source/Library",
      "product_dependencies" : [
        "FBLPromises",
        "GULEnvironment",
        "GULUserDefaults"
      ],
      "product_memberships" : [
        "FirebaseAnalytics",
        "FirebaseAnalyticsCore",
        "FirebaseAnalyticsIdentitySupport",
        "FirebaseAppDistribution-Beta",
        "FirebaseCrashlytics",
        "FirebaseInAppMessaging-Beta",
        "FirebaseInstallations",
        "FirebaseMessaging",
        "FirebaseMLModelDownloader",
        "FirebasePerformance",
        "FirebaseRemoteConfig"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseInstallations/Source/Library/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Errors/FIRInstallationsErrorUtil.m",
        "Errors/FIRInstallationsHTTPError.m",
        "FIRInstallations.m",
        "FIRInstallationsAuthTokenResult.m",
        "FIRInstallationsItem.m",
        "FIRInstallationsLogger.m",
        "IIDMigration/FIRInstallationsIIDStore.m",
        "IIDMigration/FIRInstallationsIIDTokenStore.m",
        "InstallationsAPI/FIRInstallationsAPIService.m",
        "InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m",
        "InstallationsIDController/FIRCurrentDateProvider.m",
        "InstallationsIDController/FIRInstallationsBackoffController.m",
        "InstallationsIDController/FIRInstallationsIDController.m",
        "InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m",
        "InstallationsStore/FIRInstallationsStore.m",
        "InstallationsStore/FIRInstallationsStoredAuthToken.m",
        "InstallationsStore/FIRInstallationsStoredItem.m"
      ],
      "target_dependencies" : [
        "FirebaseCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseInAppMessaging_iOS",
      "module_type" : "ClangTarget",
      "name" : "FirebaseInAppMessaging_iOS",
      "path" : "FirebaseInAppMessaging/iOS",
      "product_memberships" : [
        "FirebaseInAppMessaging-Beta"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseInAppMessaging/iOS/Resources/FIRInAppMessageDisplayStoryboard.storyboard",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseInAppMessaging/iOS/Resources/close-with-transparency.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseInAppMessaging/iOS/Resources/close-with-transparency@2x.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FirebaseInAppMessaging_iOS.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseInAppMessagingTarget",
      "module_type" : "ClangTarget",
      "name" : "FirebaseInAppMessagingTarget",
      "path" : "SwiftPM-PlatformExclude/FirebaseInAppMessagingWrap",
      "product_memberships" : [
        "FirebaseInAppMessaging-Beta"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseInAppMessaging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseInAppMessagingInternal",
      "module_type" : "ClangTarget",
      "name" : "FirebaseInAppMessagingInternal",
      "path" : "FirebaseInAppMessaging/Sources",
      "product_dependencies" : [
        "GULEnvironment",
        "GULUserDefaults",
        "nanopb"
      ],
      "product_memberships" : [
        "FirebaseInAppMessaging-Beta"
      ],
      "sources" : [
        "Analytics/FIRIAMAnalyticsEventLoggerImpl.m",
        "Analytics/FIRIAMClearcutHttpRequestSender.m",
        "Analytics/FIRIAMClearcutLogStorage.m",
        "Analytics/FIRIAMClearcutLogger.m",
        "Analytics/FIRIAMClearcutUploader.m",
        "Analytics/Protogen/nanopb/fiam.nanopb.c",
        "Data/FIRIAMFetchResponseParser.m",
        "Data/FIRIAMMessageContentDataWithImageURL.m",
        "Data/FIRIAMMessageDefinition.m",
        "Data/FIRIAMRenderingEffectSetting.m",
        "DefaultUI/Banner/FIRIAMBannerViewController.m",
        "DefaultUI/Banner/FIRIAMBannerViewUIWindow.m",
        "DefaultUI/Card/FIRIAMCardViewController.m",
        "DefaultUI/FIRCore+InAppMessagingDisplay.m",
        "DefaultUI/FIRIAMBaseRenderingViewController.m",
        "DefaultUI/FIRIAMDefaultDisplayImpl.m",
        "DefaultUI/FIRIAMRenderingWindowHelper.m",
        "DefaultUI/ImageOnly/FIRIAMImageOnlyViewController.m",
        "DefaultUI/Modal/FIRIAMModalViewController.m",
        "DisplayTrigger/FIRIAMDisplayTriggerDefinition.m",
        "FIRCore+InAppMessaging.m",
        "FIRInAppMessaging.m",
        "FIRInAppMessagingErrors.m",
        "Flows/FIRIAMActivityLogger.m",
        "Flows/FIRIAMBookKeeper.m",
        "Flows/FIRIAMClientInfoFetcher.m",
        "Flows/FIRIAMDisplayCheckOnAnalyticEventsFlow.m",
        "Flows/FIRIAMDisplayCheckOnAppForegroundFlow.m",
        "Flows/FIRIAMDisplayCheckOnFetchDoneNotificationFlow.m",
        "Flows/FIRIAMDisplayCheckTriggerFlow.m",
        "Flows/FIRIAMDisplayExecutor.m",
        "Flows/FIRIAMFetchFlow.m",
        "Flows/FIRIAMFetchOnAppForegroundFlow.m",
        "Flows/FIRIAMMessageClientCache.m",
        "Flows/FIRIAMMsgFetcherUsingRestful.m",
        "Flows/FIRIAMServerMsgFetchStorage.m",
        "RenderingObjects/FIRInAppMessagingRenderingDataClasses.m",
        "Runtime/FIRIAMActionURLFollower.m",
        "Runtime/FIRIAMRuntimeManager.m",
        "Runtime/FIRIAMSDKModeManager.m",
        "Runtime/FIRIAMSDKSettings.m",
        "Runtime/FIRInAppMessaging+Bootstrap.m",
        "Util/FIRIAMElapsedTimeTracker.m",
        "Util/FIRIAMTimeFetcher.m",
        "Util/NSString+FIRInterlaceStrings.m",
        "Util/UIApplication+FIRForegroundWindowScene.m",
        "Util/UIColor+FIRIAMHexString.m"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseInstallations",
        "FirebaseABTesting",
        "FirebaseInAppMessaging_iOS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseInAppMessaging",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseInAppMessaging",
      "path" : "FirebaseInAppMessaging/Swift/Source",
      "product_memberships" : [
        "FirebaseInAppMessaging-Beta"
      ],
      "sources" : [
        "CustomInAppMessageDisplayViewModifier.swift",
        "SPMSwiftHeaderWorkaround.swift",
        "SwiftUIPreviewHelpers.swift"
      ],
      "target_dependencies" : [
        "FirebaseInAppMessagingInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseFunctionsUnit",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseFunctionsUnit",
      "path" : "FirebaseFunctions/Tests/Unit",
      "sources" : [
        "ContextProviderTests.swift",
        "FunctionsAPITests.swift",
        "FunctionsErrorTests.swift",
        "FunctionsSerializerTests.swift",
        "FunctionsTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseFunctions",
        "FirebaseAppCheckInterop",
        "FirebaseAuthInterop",
        "FirebaseMessagingInterop",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseFunctionsObjCIntegration",
      "module_type" : "ClangTarget",
      "name" : "FirebaseFunctionsObjCIntegration",
      "path" : "FirebaseFunctions/Tests/ObjCIntegration",
      "sources" : [
        "FIRIntegrationTests.m",
        "ObjCAPITests.m"
      ],
      "target_dependencies" : [
        "FirebaseFunctions",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseFunctionsIntegration",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseFunctionsIntegration",
      "path" : "FirebaseFunctions/Tests/Integration",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseFunctions",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseFunctionsCombineSwift",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseFunctionsCombineSwift",
      "path" : "FirebaseCombineSwift/Sources/Functions",
      "product_memberships" : [
        "FirebaseFunctionsCombine-Community"
      ],
      "sources" : [
        "Functions+Combine.swift",
        "HTTPSCallable+Combine.swift"
      ],
      "target_dependencies" : [
        "FirebaseFunctions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseFunctions",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseFunctions",
      "path" : "FirebaseFunctions/Sources",
      "product_dependencies" : [
        "GTMSessionFetcherCore"
      ],
      "product_memberships" : [
        "FirebaseFunctionsCombine-Community",
        "FirebaseFunctions"
      ],
      "sources" : [
        "Callable+Codable.swift",
        "Functions.swift",
        "FunctionsError.swift",
        "HTTPSCallable.swift",
        "HTTPSCallableOptions.swift",
        "Internal/FunctionsContext.swift",
        "Internal/FunctionsSerializer.swift"
      ],
      "target_dependencies" : [
        "FirebaseAppCheckInterop",
        "FirebaseAuthInterop",
        "FirebaseCore",
        "FirebaseCoreExtension",
        "FirebaseMessagingInterop",
        "FirebaseSharedSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseFirestoreTestingSupport",
      "module_type" : "ClangTarget",
      "name" : "FirebaseFirestoreTestingSupport",
      "path" : "FirebaseTestingSupport/Firestore/Sources",
      "sources" : [
        "FIRQueryFake.mm"
      ],
      "target_dependencies" : [
        "FirebaseFirestoreTarget"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseFirestoreTarget",
      "module_type" : "ClangTarget",
      "name" : "FirebaseFirestoreTarget",
      "path" : "SwiftPM-PlatformExclude/FirebaseFirestoreWrap",
      "product_memberships" : [
        "FirebaseFirestoreCombine-Community",
        "FirebaseFirestore"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseFirestore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseFirestoreInternalWrapper",
      "module_type" : "ClangTarget",
      "name" : "FirebaseFirestoreInternalWrapper",
      "path" : "FirebaseFirestoreInternal",
      "product_memberships" : [
        "FirebaseFirestoreCombine-Community",
        "FirebaseFirestore"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseFirestoreInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseFirestoreInternal",
      "module_type" : "BinaryTarget",
      "name" : "FirebaseFirestoreInternal",
      "path" : "remote/archive/FirebaseFirestoreInternal.zip",
      "product_memberships" : [
        "FirebaseFirestoreCombine-Community",
        "FirebaseFirestore"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FirebaseFirestoreCombineSwift",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseFirestoreCombineSwift",
      "path" : "FirebaseCombineSwift/Sources/Firestore",
      "product_memberships" : [
        "FirebaseFirestoreCombine-Community"
      ],
      "sources" : [
        "CollectionReference+Combine.swift",
        "DocumentReference+Combine.swift",
        "Firestore+Combine.swift",
        "Query+Combine.swift",
        "Transaction+Combine.swift",
        "WriteBatch+Combine.swift"
      ],
      "target_dependencies" : [
        "FirebaseFirestoreTarget"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseFirestore",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseFirestore",
      "path" : "Firestore/Swift/Source",
      "product_dependencies" : [
        "abseil",
        "gRPC-C++",
        "nanopb",
        "leveldb"
      ],
      "product_memberships" : [
        "FirebaseFirestoreCombine-Community",
        "FirebaseFirestore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Firestore/Swift/Source/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncAwait/CollectionReference+AsyncAwait.swift",
        "AsyncAwait/Firestore+AsyncAwait.swift",
        "Codable/CodableErrors.swift",
        "Codable/CodablePassThroughTypes.swift",
        "Codable/CollectionReference+WriteEncodable.swift",
        "Codable/DocumentID.swift",
        "Codable/DocumentReference+Codable.swift",
        "Codable/DocumentReference+ReadDecodable.swift",
        "Codable/DocumentReference+WriteEncodable.swift",
        "Codable/DocumentSnapshot+ReadDecodable.swift",
        "Codable/EncoderDecoder.swift",
        "Codable/ExplicitNull.swift",
        "Codable/FieldValue+Encodable.swift",
        "Codable/GeoPoint+Codable.swift",
        "Codable/ServerTimestamp.swift",
        "Codable/Timestamp+Codable.swift",
        "Codable/TimestampDecodingStrategy.swift",
        "Codable/TimestampEncodingStrategy.swift",
        "Codable/Transaction+WriteEncodable.swift",
        "Codable/VectorValue+Codable.swift",
        "Codable/WriteBatch+WriteEncodable.swift",
        "PropertyWrapper/FirestoreQuery.swift",
        "PropertyWrapper/FirestoreQueryObservable.swift",
        "PropertyWrapper/QueryPredicate.swift",
        "SwiftAPI/FieldValue+Swift.swift",
        "SwiftAPI/VectorValue+Swift.swift",
        "SwiftHeaderWorkaround.swift"
      ],
      "target_dependencies" : [
        "FirebaseFirestoreInternalWrapper",
        "FirebaseAppCheckInterop",
        "FirebaseCore",
        "FirebaseCoreExtension",
        "FirebaseSharedSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseDatabaseInternal",
      "module_type" : "ClangTarget",
      "name" : "FirebaseDatabaseInternal",
      "path" : "FirebaseDatabase/Sources",
      "product_dependencies" : [
        "leveldb",
        "GULUserDefaults"
      ],
      "product_memberships" : [
        "FirebaseDatabase"
      ],
      "sources" : [
        "Api/FIRDataSnapshot.m",
        "Api/FIRDatabase.m",
        "Api/FIRDatabaseComponent.m",
        "Api/FIRDatabaseConfig.m",
        "Api/FIRDatabaseQuery.m",
        "Api/FIRMutableData.m",
        "Api/FIRServerValue.m",
        "Api/FIRTransactionResult.m",
        "Constants/FConstants.m",
        "Core/FCompoundHash.m",
        "Core/FListenProvider.m",
        "Core/FPersistentConnection.m",
        "Core/FQueryParams.m",
        "Core/FQuerySpec.m",
        "Core/FRangeMerge.m",
        "Core/FRepo.m",
        "Core/FRepoInfo.m",
        "Core/FRepoManager.m",
        "Core/FServerValues.m",
        "Core/FSnapshotHolder.m",
        "Core/FSparseSnapshotTree.m",
        "Core/FSyncPoint.m",
        "Core/FSyncTree.m",
        "Core/FWriteRecord.m",
        "Core/FWriteTree.m",
        "Core/FWriteTreeRef.m",
        "Core/Operation/FAckUserWrite.m",
        "Core/Operation/FMerge.m",
        "Core/Operation/FOperationSource.m",
        "Core/Operation/FOverwrite.m",
        "Core/Utilities/FIRRetryHelper.m",
        "Core/Utilities/FImmutableTree.m",
        "Core/Utilities/FPath.m",
        "Core/Utilities/FTree.m",
        "Core/Utilities/FTreeNode.m",
        "Core/View/FCacheNode.m",
        "Core/View/FCancelEvent.m",
        "Core/View/FChange.m",
        "Core/View/FChildEventRegistration.m",
        "Core/View/FDataEvent.m",
        "Core/View/FEventRaiser.m",
        "Core/View/FKeepSyncedEventRegistration.m",
        "Core/View/FValueEventRegistration.m",
        "Core/View/FView.m",
        "Core/View/FViewCache.m",
        "Core/View/Filter/FChildChangeAccumulator.m",
        "Core/View/Filter/FIndexedFilter.m",
        "Core/View/Filter/FLimitedFilter.m",
        "FClock.m",
        "FEventGenerator.m",
        "FIRDatabaseReference.m",
        "FIndex.m",
        "FKeyIndex.m",
        "FListenComplete.m",
        "FMaxNode.m",
        "FNamedNode.m",
        "FPathIndex.m",
        "FPriorityIndex.m",
        "FRangedFilter.m",
        "FTransformedEnumerator.m",
        "FValueIndex.m",
        "FViewProcessor.m",
        "FViewProcessorResult.m",
        "Login/FIRDatabaseConnectionContextProvider.m",
        "Persistence/FCachePolicy.m",
        "Persistence/FLevelDBStorageEngine.m",
        "Persistence/FPendingPut.m",
        "Persistence/FPersistenceManager.m",
        "Persistence/FPruneForest.m",
        "Persistence/FTrackedQuery.m",
        "Persistence/FTrackedQueryManager.m",
        "Realtime/FConnection.m",
        "Realtime/FWebSocketConnection.m",
        "Snapshot/FChildrenNode.m",
        "Snapshot/FCompoundWrite.m",
        "Snapshot/FEmptyNode.m",
        "Snapshot/FIndexedNode.m",
        "Snapshot/FLeafNode.m",
        "Snapshot/FSnapshotUtilities.m",
        "Utilities/FAtomicNumber.m",
        "Utilities/FEventEmitter.m",
        "Utilities/FNextPushId.m",
        "Utilities/FParsedUrl.m",
        "Utilities/FStringUtilities.m",
        "Utilities/FUtilities.m",
        "Utilities/FValidation.m",
        "Utilities/Tuples/FTupleBoolBlock.m",
        "Utilities/Tuples/FTupleCallbackStatus.m",
        "Utilities/Tuples/FTupleFirebase.m",
        "Utilities/Tuples/FTupleNodePath.m",
        "Utilities/Tuples/FTupleObjectNode.m",
        "Utilities/Tuples/FTupleObjects.m",
        "Utilities/Tuples/FTupleOnDisconnect.m",
        "Utilities/Tuples/FTuplePathValue.m",
        "Utilities/Tuples/FTupleRemovedQueriesEvents.m",
        "Utilities/Tuples/FTupleSetIdPath.m",
        "Utilities/Tuples/FTupleStringNode.m",
        "Utilities/Tuples/FTupleTSN.m",
        "Utilities/Tuples/FTupleTransaction.m",
        "Utilities/Tuples/FTupleUserCallback.m",
        "third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FArraySortedDictionary.m",
        "third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FImmutableSortedDictionary.m",
        "third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FImmutableSortedSet.m",
        "third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FLLRBEmptyNode.m",
        "third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FLLRBValueNode.m",
        "third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FTreeSortedDictionary.m",
        "third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FTreeSortedDictionaryEnumerator.m",
        "third_party/SocketRocket/FSRWebSocket.m",
        "third_party/SocketRocket/NSData+SRB64Additions.m",
        "third_party/SocketRocket/fbase64.c",
        "third_party/Wrap-leveldb/APLevelDB.mm"
      ],
      "target_dependencies" : [
        "FirebaseAppCheckInterop",
        "FirebaseCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseDatabase",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseDatabase",
      "path" : "FirebaseDatabase/Swift/Sources",
      "product_memberships" : [
        "FirebaseDatabase"
      ],
      "sources" : [
        "Codable/DataSnapshot+ReadDecodable.swift",
        "Codable/DatabaseReference+WriteEncodable.swift",
        "Codable/EncoderDecoder.swift",
        "Codable/ServerTimestamp.swift",
        "SPMSwiftHeaderWorkaround.swift"
      ],
      "target_dependencies" : [
        "FirebaseDatabaseInternal",
        "FirebaseSharedSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseCrashlyticsUnit",
      "module_type" : "ClangTarget",
      "name" : "FirebaseCrashlyticsUnit",
      "path" : "Crashlytics/UnitTests",
      "product_dependencies" : [
        "OCMock"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/Data",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Crashlytics/UnitTests/FIRCLSMachO/machO_data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FABOperation/FABNetworkOperationTests.m",
        "FABOperation/FABOperationInFlightCancellationTest.m",
        "FABOperation/FABOperationPreFlightCancellationTest.m",
        "FABOperation/FABTestAsyncOperation.m",
        "FABOperation/FABTestExpectations.m",
        "FABURLBuilderTests.m",
        "FIRCLSCompactUnwindTests.m",
        "FIRCLSConstantsTest.m",
        "FIRCLSContextManagerTests.m",
        "FIRCLSDataCollectionArbiterTest.m",
        "FIRCLSDemangleOperationTests.m",
        "FIRCLSDwarfExpressionTests.m",
        "FIRCLSDwarfTests.m",
        "FIRCLSExistingReportManagerTests.m",
        "FIRCLSFileManagerTests.m",
        "FIRCLSFileTests.m",
        "FIRCLSInstallIdentifierModelTests.m",
        "FIRCLSInternalReportTests.m",
        "FIRCLSLoggingTests.m",
        "FIRCLSMachO/FIRCLSMachOBinaryTests.m",
        "FIRCLSMachO/FIRCLSMachOTests.m",
        "FIRCLSMachO/FIRCLSdSYMTests.m",
        "FIRCLSMetricKitManagerTests.m",
        "FIRCLSOnDemandModelTests.m",
        "FIRCLSProcessReportOperationTests.m",
        "FIRCLSReportAdapterTests.m",
        "FIRCLSReportManagerTests.m",
        "FIRCLSReportUploaderTests.m",
        "FIRCLSRolloutsPersistenceManagerTests.m",
        "FIRCLSSettingsTests.m",
        "FIRCLSSymbolResolverTests.m",
        "FIRCLSSymbolicationOperationTests.m",
        "FIRCLSUserDefaultsTests.m",
        "FIRCLSUtilityTests.m",
        "FIRCrashlyticsReportTests.m",
        "FIRExceptionModelTests.m",
        "FIRRecordExceptionModelTests.m",
        "FIRStackFrameTests.m",
        "Mocks/FABMockApplicationIdentifierModel.m",
        "Mocks/FIRAppFake.m",
        "Mocks/FIRCLSMockExistingReportManager.m",
        "Mocks/FIRCLSMockFileManager.m",
        "Mocks/FIRCLSMockMXCPUExceptionDiagnostic.m",
        "Mocks/FIRCLSMockMXCallStackTree.m",
        "Mocks/FIRCLSMockMXCrashDiagnostic.m",
        "Mocks/FIRCLSMockMXDiagnosticPayload.m",
        "Mocks/FIRCLSMockMXDiskWriteExceptionDiagnostic.m",
        "Mocks/FIRCLSMockMXHangDiagnostic.m",
        "Mocks/FIRCLSMockMXMetadata.m",
        "Mocks/FIRCLSMockMetricKitManager.m",
        "Mocks/FIRCLSMockOnDemandModel.m",
        "Mocks/FIRCLSMockReportManager.m",
        "Mocks/FIRCLSMockReportUploader.m",
        "Mocks/FIRCLSMockSettings.m",
        "Mocks/FIRCLSMockSymbolResolver.m",
        "Mocks/FIRCLSTempMockFileManager.m",
        "Mocks/FIRMockGDTCoreTransport.m",
        "Mocks/FIRMockInstallations.m"
      ],
      "target_dependencies" : [
        "FirebaseCrashlytics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseCrashlyticsSwiftUnit",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseCrashlyticsSwiftUnit",
      "path" : "Crashlytics/UnitTestsSwift",
      "sources" : [
        "CrashlyticsRemoteConfigManagerTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseCrashlyticsSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseCrashlyticsSwift",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseCrashlyticsSwift",
      "path" : "Crashlytics",
      "product_memberships" : [
        "FirebaseCrashlytics"
      ],
      "sources" : [
        "Crashlytics/Rollouts/CrashlyticsRemoteConfigManager.swift",
        "Crashlytics/Rollouts/EncodedRolloutAssignment.swift",
        "Crashlytics/Rollouts/StringToHexConverter.swift"
      ],
      "target_dependencies" : [
        "FirebaseRemoteConfigInterop"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseCrashlytics",
      "module_type" : "ClangTarget",
      "name" : "FirebaseCrashlytics",
      "path" : "Crashlytics",
      "product_dependencies" : [
        "GoogleDataTransport",
        "GULEnvironment",
        "FBLPromises",
        "nanopb"
      ],
      "product_memberships" : [
        "FirebaseCrashlytics"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Crashlytics/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Crashlytics/Components/FIRCLSApplication.m",
        "Crashlytics/Components/FIRCLSBinaryImage.m",
        "Crashlytics/Components/FIRCLSContext.m",
        "Crashlytics/Components/FIRCLSCrashedMarkerFile.c",
        "Crashlytics/Components/FIRCLSHost.m",
        "Crashlytics/Components/FIRCLSProcess.c",
        "Crashlytics/Components/FIRCLSUserLogging.m",
        "Crashlytics/Controllers/FIRCLSAnalyticsManager.m",
        "Crashlytics/Controllers/FIRCLSContextManager.m",
        "Crashlytics/Controllers/FIRCLSExistingReportManager.m",
        "Crashlytics/Controllers/FIRCLSManagerData.m",
        "Crashlytics/Controllers/FIRCLSMetricKitManager.m",
        "Crashlytics/Controllers/FIRCLSNotificationManager.m",
        "Crashlytics/Controllers/FIRCLSReportManager.m",
        "Crashlytics/Controllers/FIRCLSReportUploader.m",
        "Crashlytics/Controllers/FIRCLSRolloutsPersistenceManager.m",
        "Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m",
        "Crashlytics/DataCollection/FIRCLSDataCollectionToken.m",
        "Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m",
        "Crashlytics/FIRCrashlytics.m",
        "Crashlytics/FIRCrashlyticsReport.m",
        "Crashlytics/FIRExceptionModel.m",
        "Crashlytics/FIRStackFrame.m",
        "Crashlytics/Handlers/FIRCLSException.mm",
        "Crashlytics/Handlers/FIRCLSHandler.m",
        "Crashlytics/Handlers/FIRCLSMachException.c",
        "Crashlytics/Handlers/FIRCLSSignal.c",
        "Crashlytics/Helpers/FIRCLSAllocate.c",
        "Crashlytics/Helpers/FIRCLSCallStackTree.m",
        "Crashlytics/Helpers/FIRCLSContextInitData.m",
        "Crashlytics/Helpers/FIRCLSFile.m",
        "Crashlytics/Helpers/FIRCLSInternalLogging.c",
        "Crashlytics/Helpers/FIRCLSLogger.m",
        "Crashlytics/Helpers/FIRCLSThreadState.c",
        "Crashlytics/Helpers/FIRCLSUtility.m",
        "Crashlytics/Models/FIRCLSExecutionIdentifierModel.m",
        "Crashlytics/Models/FIRCLSFileManager.m",
        "Crashlytics/Models/FIRCLSInstallIdentifierModel.m",
        "Crashlytics/Models/FIRCLSInternalReport.m",
        "Crashlytics/Models/FIRCLSLaunchMarkerModel.m",
        "Crashlytics/Models/FIRCLSOnDemandModel.m",
        "Crashlytics/Models/FIRCLSSettings.m",
        "Crashlytics/Models/FIRCLSSymbolResolver.m",
        "Crashlytics/Models/Record/FIRCLSRecordApplication.m",
        "Crashlytics/Models/Record/FIRCLSRecordBase.m",
        "Crashlytics/Models/Record/FIRCLSRecordHost.m",
        "Crashlytics/Models/Record/FIRCLSRecordIdentity.m",
        "Crashlytics/Models/Record/FIRCLSReportAdapter.m",
        "Crashlytics/Operations/FIRCLSAsyncOperation.m",
        "Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m",
        "Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm",
        "Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m",
        "Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m",
        "Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m",
        "Crashlytics/Settings/FIRCLSSettingsManager.m",
        "Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m",
        "Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m",
        "Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m",
        "Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c",
        "Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c",
        "Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c",
        "Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c",
        "Crashlytics/Unwind/FIRCLSUnwind.c",
        "Crashlytics/Unwind/FIRCLSUnwind_arm.c",
        "Crashlytics/Unwind/FIRCLSUnwind_x86.c",
        "Protogen/nanopb/crashlytics.nanopb.c",
        "Shared/FIRCLSByteUtility.m",
        "Shared/FIRCLSConstants.m",
        "Shared/FIRCLSFABHost.m",
        "Shared/FIRCLSMachO/FIRCLSCodeMapping.m",
        "Shared/FIRCLSMachO/FIRCLSMachO.m",
        "Shared/FIRCLSMachO/FIRCLSMachOBinary.m",
        "Shared/FIRCLSMachO/FIRCLSMachOSlice.m",
        "Shared/FIRCLSMachO/FIRCLSdSYM.m",
        "Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m",
        "Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m",
        "Shared/FIRCLSNetworking/FIRCLSURLBuilder.m",
        "Shared/FIRCLSOperation/FIRCLSCompoundOperation.m",
        "Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m",
        "Shared/FIRCLSUUID.m"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseInstallations",
        "FirebaseSessions",
        "FirebaseRemoteConfigInterop",
        "FirebaseCrashlyticsSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseCoreInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseCoreInternalTests",
      "path" : "FirebaseCore/Internal/Tests",
      "sources" : [
        "Common/AdjustableDate.swift",
        "Common/Assertions.swift",
        "Integration/HeartbeatLoggingIntegrationTests.swift",
        "Unit/HeartbeatControllerTests.swift",
        "Unit/HeartbeatStorageTests.swift",
        "Unit/HeartbeatTests.swift",
        "Unit/HeartbeatsBundleTests.swift",
        "Unit/HeartbeatsPayloadTests.swift",
        "Unit/RingBufferTests.swift",
        "Unit/StorageTests.swift",
        "Unit/WeakContainerTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseCoreInternal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseCoreInternal",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseCoreInternal",
      "path" : "FirebaseCore/Internal/Sources",
      "product_dependencies" : [
        "GULNSData"
      ],
      "product_memberships" : [
        "FirebaseAI",
        "FirebaseAILogic",
        "FirebaseAnalytics",
        "FirebaseAnalyticsCore",
        "FirebaseAnalyticsIdentitySupport",
        "FirebaseAuth",
        "FirebaseAppCheck",
        "FirebaseAppDistribution-Beta",
        "FirebaseAuthCombine-Community",
        "FirebaseFirestoreCombine-Community",
        "FirebaseFunctionsCombine-Community",
        "FirebaseStorageCombine-Community",
        "FirebaseCore",
        "FirebaseCrashlytics",
        "FirebaseDatabase",
        "FirebaseFirestore",
        "FirebaseFunctions",
        "FirebaseInAppMessaging-Beta",
        "FirebaseInstallations",
        "FirebaseMessaging",
        "FirebaseMLModelDownloader",
        "FirebasePerformance",
        "FirebaseRemoteConfig",
        "FirebaseStorage"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseCore/Internal/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "HeartbeatLogging/Heartbeat.swift",
        "HeartbeatLogging/HeartbeatController.swift",
        "HeartbeatLogging/HeartbeatLoggingTestUtils.swift",
        "HeartbeatLogging/HeartbeatStorage.swift",
        "HeartbeatLogging/HeartbeatsBundle.swift",
        "HeartbeatLogging/HeartbeatsPayload.swift",
        "HeartbeatLogging/RingBuffer.swift",
        "HeartbeatLogging/Storage.swift",
        "HeartbeatLogging/StorageFactory.swift",
        "HeartbeatLogging/WeakContainer.swift",
        "HeartbeatLogging/_ObjC_HeartbeatController.swift",
        "HeartbeatLogging/_ObjC_HeartbeatsPayload.swift",
        "Utilities/UnfairLock.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseCoreExtension",
      "module_type" : "ClangTarget",
      "name" : "FirebaseCoreExtension",
      "path" : "FirebaseCore/Extension",
      "product_memberships" : [
        "FirebaseAI",
        "FirebaseAILogic",
        "FirebaseAuth",
        "FirebaseAuthCombine-Community",
        "FirebaseFirestoreCombine-Community",
        "FirebaseFunctionsCombine-Community",
        "FirebaseStorageCombine-Community",
        "FirebaseCrashlytics",
        "FirebaseFirestore",
        "FirebaseFunctions",
        "FirebaseMLModelDownloader",
        "FirebasePerformance",
        "FirebaseStorage"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseCore/Extension/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseCore",
      "module_type" : "ClangTarget",
      "name" : "FirebaseCore",
      "path" : "FirebaseCore/Sources",
      "product_dependencies" : [
        "GULEnvironment",
        "GULLogger"
      ],
      "product_memberships" : [
        "FirebaseAI",
        "FirebaseAILogic",
        "FirebaseAnalytics",
        "FirebaseAnalyticsCore",
        "FirebaseAnalyticsIdentitySupport",
        "FirebaseAuth",
        "FirebaseAppCheck",
        "FirebaseAppDistribution-Beta",
        "FirebaseAuthCombine-Community",
        "FirebaseFirestoreCombine-Community",
        "FirebaseFunctionsCombine-Community",
        "FirebaseStorageCombine-Community",
        "FirebaseCore",
        "FirebaseCrashlytics",
        "FirebaseDatabase",
        "FirebaseFirestore",
        "FirebaseFunctions",
        "FirebaseInAppMessaging-Beta",
        "FirebaseInstallations",
        "FirebaseMessaging",
        "FirebaseMLModelDownloader",
        "FirebasePerformance",
        "FirebaseRemoteConfig",
        "FirebaseStorage"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseCore/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FIRAnalyticsConfiguration.m",
        "FIRApp.m",
        "FIRBundleUtil.m",
        "FIRComponent.m",
        "FIRComponentContainer.m",
        "FIRComponentType.m",
        "FIRConfiguration.m",
        "FIRFirebaseUserAgent.m",
        "FIRHeartbeatLogger.m",
        "FIRLogger.m",
        "FIROptions.m",
        "FIRTimestamp.m",
        "FIRVersion.m"
      ],
      "target_dependencies" : [
        "Firebase",
        "FirebaseCoreInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAuthInterop",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAuthInterop",
      "path" : "FirebaseAuth/Interop",
      "product_memberships" : [
        "FirebaseAI",
        "FirebaseAILogic",
        "FirebaseAuth",
        "FirebaseAuthCombine-Community",
        "FirebaseFunctionsCombine-Community",
        "FirebaseStorageCombine-Community",
        "FirebaseFunctions",
        "FirebaseStorage"
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAuthInternal",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAuthInternal",
      "path" : "FirebaseAuth/Sources",
      "product_dependencies" : [
        "RecaptchaInterop"
      ],
      "product_memberships" : [
        "FirebaseAuth",
        "FirebaseAuthCombine-Community"
      ],
      "sources" : [
        "ObjC/FIRAuth.m",
        "ObjC/FIRAuthErrorUtils.m",
        "ObjC/FIRAuthProvider.m",
        "ObjC/FIRMultiFactorConstants.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAuthCombineSwift",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAuthCombineSwift",
      "path" : "FirebaseCombineSwift/Sources/Auth",
      "product_memberships" : [
        "FirebaseAuthCombine-Community"
      ],
      "sources" : [
        "Auth+Combine.swift",
        "GameCenterAuthProvider+Combine.swift",
        "MultiFactor+Combine.swift",
        "MultiFactorResolver+Combine.swift",
        "OAuthProvider+Combine.swift",
        "PhoneAuthProvider+Combine.swift",
        "User+Combine.swift"
      ],
      "target_dependencies" : [
        "FirebaseAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAuth",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAuth",
      "path" : "FirebaseAuth/Sources",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULEnvironment",
        "GTMSessionFetcherCore"
      ],
      "product_memberships" : [
        "FirebaseAuth",
        "FirebaseAuthCombine-Community"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseAuth/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Swift/ActionCode/ActionCodeInfo.swift",
        "Swift/ActionCode/ActionCodeOperation.swift",
        "Swift/ActionCode/ActionCodeSettings.swift",
        "Swift/ActionCode/ActionCodeURL.swift",
        "Swift/Auth/Auth.swift",
        "Swift/Auth/AuthComponent.swift",
        "Swift/Auth/AuthDataResult.swift",
        "Swift/Auth/AuthDispatcher.swift",
        "Swift/Auth/AuthGlobalWorkQueue.swift",
        "Swift/Auth/AuthOperationType.swift",
        "Swift/Auth/AuthSettings.swift",
        "Swift/Auth/AuthTokenResult.swift",
        "Swift/AuthProvider/AuthCredential.swift",
        "Swift/AuthProvider/AuthProviderID.swift",
        "Swift/AuthProvider/EmailAuthProvider.swift",
        "Swift/AuthProvider/FacebookAuthProvider.swift",
        "Swift/AuthProvider/FederatedAuthProvider.swift",
        "Swift/AuthProvider/GameCenterAuthProvider.swift",
        "Swift/AuthProvider/GitHubAuthProvider.swift",
        "Swift/AuthProvider/GoogleAuthProvider.swift",
        "Swift/AuthProvider/OAuthCredential.swift",
        "Swift/AuthProvider/OAuthProvider.swift",
        "Swift/AuthProvider/PhoneAuthCredential.swift",
        "Swift/AuthProvider/PhoneAuthProvider.swift",
        "Swift/AuthProvider/TwitterAuthProvider.swift",
        "Swift/Backend/AuthBackend.swift",
        "Swift/Backend/AuthBackendRPCIssuer.swift",
        "Swift/Backend/AuthRPCRequest.swift",
        "Swift/Backend/AuthRPCResponse.swift",
        "Swift/Backend/AuthRequestConfiguration.swift",
        "Swift/Backend/IdentityToolkitRequest.swift",
        "Swift/Backend/RPC/AuthMFAResponse.swift",
        "Swift/Backend/RPC/CreateAuthURIRequest.swift",
        "Swift/Backend/RPC/CreateAuthURIResponse.swift",
        "Swift/Backend/RPC/DeleteAccountRequest.swift",
        "Swift/Backend/RPC/DeleteAccountResponse.swift",
        "Swift/Backend/RPC/EmailLinkSignInRequest.swift",
        "Swift/Backend/RPC/EmailLinkSignInResponse.swift",
        "Swift/Backend/RPC/GetAccountInfoRequest.swift",
        "Swift/Backend/RPC/GetAccountInfoResponse.swift",
        "Swift/Backend/RPC/GetOOBConfirmationCodeRequest.swift",
        "Swift/Backend/RPC/GetOOBConfirmationCodeResponse.swift",
        "Swift/Backend/RPC/GetProjectConfigRequest.swift",
        "Swift/Backend/RPC/GetProjectConfigResponse.swift",
        "Swift/Backend/RPC/GetRecaptchaConfigRequest.swift",
        "Swift/Backend/RPC/GetRecaptchaConfigResponse.swift",
        "Swift/Backend/RPC/MultiFactor/Enroll/FinalizeMFAEnrollmentRequest.swift",
        "Swift/Backend/RPC/MultiFactor/Enroll/FinalizeMFAEnrollmentResponse.swift",
        "Swift/Backend/RPC/MultiFactor/Enroll/StartMFAEnrollmentRequest.swift",
        "Swift/Backend/RPC/MultiFactor/Enroll/StartMFAEnrollmentResponse.swift",
        "Swift/Backend/RPC/MultiFactor/SignIn/FinalizeMFASignInRequest.swift",
        "Swift/Backend/RPC/MultiFactor/SignIn/FinalizeMFASignInResponse.swift",
        "Swift/Backend/RPC/MultiFactor/SignIn/StartMFASignInRequest.swift",
        "Swift/Backend/RPC/MultiFactor/SignIn/StartMFASignInResponse.swift",
        "Swift/Backend/RPC/MultiFactor/Unenroll/WithdrawMFARequest.swift",
        "Swift/Backend/RPC/MultiFactor/Unenroll/WithdrawMFAResponse.swift",
        "Swift/Backend/RPC/Proto/AuthProto.swift",
        "Swift/Backend/RPC/Proto/AuthProtoMFAEnrollment.swift",
        "Swift/Backend/RPC/Proto/Phone/AuthProtoFinalizeMFAPhoneRequestInfo.swift",
        "Swift/Backend/RPC/Proto/Phone/AuthProtoFinalizeMFAPhoneResponseInfo.swift",
        "Swift/Backend/RPC/Proto/Phone/AuthProtoStartMFAPhoneRequestInfo.swift",
        "Swift/Backend/RPC/Proto/Phone/AuthProtoStartMFAPhoneResponseInfo.swift",
        "Swift/Backend/RPC/Proto/TOTP/AuthProtoFinalizeMFATOTPEnrollmentRequestInfo.swift",
        "Swift/Backend/RPC/Proto/TOTP/AuthProtoFinalizeMFATOTPEnrollmentResponseInfo.swift",
        "Swift/Backend/RPC/Proto/TOTP/AuthProtoFinalizeMFATOTPSignInRequestInfo.swift",
        "Swift/Backend/RPC/Proto/TOTP/AuthProtoStartMFATOTPEnrollmentRequestInfo.swift",
        "Swift/Backend/RPC/Proto/TOTP/AuthProtoStartMFATOTPEnrollmentResponseInfo.swift",
        "Swift/Backend/RPC/ResetPasswordRequest.swift",
        "Swift/Backend/RPC/ResetPasswordResponse.swift",
        "Swift/Backend/RPC/RevokeTokenRequest.swift",
        "Swift/Backend/RPC/RevokeTokenResponse.swift",
        "Swift/Backend/RPC/SecureTokenRequest.swift",
        "Swift/Backend/RPC/SecureTokenResponse.swift",
        "Swift/Backend/RPC/SendVerificationTokenRequest.swift",
        "Swift/Backend/RPC/SendVerificationTokenResponse.swift",
        "Swift/Backend/RPC/SetAccountInfoRequest.swift",
        "Swift/Backend/RPC/SetAccountInfoResponse.swift",
        "Swift/Backend/RPC/SignInWithGameCenterRequest.swift",
        "Swift/Backend/RPC/SignInWithGameCenterResponse.swift",
        "Swift/Backend/RPC/SignUpNewUserRequest.swift",
        "Swift/Backend/RPC/SignUpNewUserResponse.swift",
        "Swift/Backend/RPC/VerifyAssertionRequest.swift",
        "Swift/Backend/RPC/VerifyAssertionResponse.swift",
        "Swift/Backend/RPC/VerifyCustomTokenRequest.swift",
        "Swift/Backend/RPC/VerifyCustomTokenResponse.swift",
        "Swift/Backend/RPC/VerifyPasswordRequest.swift",
        "Swift/Backend/RPC/VerifyPasswordResponse.swift",
        "Swift/Backend/RPC/VerifyPhoneNumberRequest.swift",
        "Swift/Backend/RPC/VerifyPhoneNumberResponse.swift",
        "Swift/Backend/VerifyClientRequest.swift",
        "Swift/Backend/VerifyClientResponse.swift",
        "Swift/Base64URLEncodedStringExtension.swift",
        "Swift/MultiFactor/MultiFactor.swift",
        "Swift/MultiFactor/MultiFactorAssertion.swift",
        "Swift/MultiFactor/MultiFactorInfo.swift",
        "Swift/MultiFactor/MultiFactorResolver.swift",
        "Swift/MultiFactor/MultiFactorSession.swift",
        "Swift/MultiFactor/Phone/PhoneMultiFactorAssertion.swift",
        "Swift/MultiFactor/Phone/PhoneMultiFactorGenerator.swift",
        "Swift/MultiFactor/Phone/PhoneMultiFactorInfo.swift",
        "Swift/MultiFactor/TOTP/TOTPMultFactorAssertion.swift",
        "Swift/MultiFactor/TOTP/TOTPMultiFactorGenerator.swift",
        "Swift/MultiFactor/TOTP/TOTPMultiFactorInfo.swift",
        "Swift/MultiFactor/TOTP/TOTPSecret.swift",
        "Swift/Storage/AuthKeychainServices.swift",
        "Swift/Storage/AuthKeychainStorage.swift",
        "Swift/Storage/AuthKeychainStorageReal.swift",
        "Swift/Storage/AuthUserDefaults.swift",
        "Swift/SystemService/AuthAPNSToken.swift",
        "Swift/SystemService/AuthAPNSTokenManager.swift",
        "Swift/SystemService/AuthAPNSTokenType.swift",
        "Swift/SystemService/AuthAppCredential.swift",
        "Swift/SystemService/AuthAppCredentialManager.swift",
        "Swift/SystemService/AuthNotificationManager.swift",
        "Swift/SystemService/AuthStoredUserManager.swift",
        "Swift/SystemService/SecureTokenService.swift",
        "Swift/SystemService/TokenRefreshCoalescer.swift",
        "Swift/User/AdditionalUserInfo.swift",
        "Swift/User/User.swift",
        "Swift/User/UserInfo.swift",
        "Swift/User/UserInfoImpl.swift",
        "Swift/User/UserMetadata.swift",
        "Swift/User/UserProfileChangeRequest.swift",
        "Swift/User/UserProfileUpdate.swift",
        "Swift/Utilities/AuthCondition.swift",
        "Swift/Utilities/AuthDefaultUIDelegate.swift",
        "Swift/Utilities/AuthErrorUtils.swift",
        "Swift/Utilities/AuthErrors.swift",
        "Swift/Utilities/AuthInternalErrors.swift",
        "Swift/Utilities/AuthLog.swift",
        "Swift/Utilities/AuthRecaptchaVerifier.swift",
        "Swift/Utilities/AuthUIDelegate.swift",
        "Swift/Utilities/AuthURLPresenter.swift",
        "Swift/Utilities/AuthWebUtils.swift",
        "Swift/Utilities/AuthWebView.swift",
        "Swift/Utilities/AuthWebViewController.swift"
      ],
      "target_dependencies" : [
        "FirebaseAppCheckInterop",
        "FirebaseAuthInterop",
        "FirebaseAuthInternal",
        "FirebaseCore",
        "FirebaseCoreExtension"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAppDistributionTarget",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAppDistributionTarget",
      "path" : "SwiftPM-PlatformExclude/FirebaseAppDistributionWrap",
      "product_memberships" : [
        "FirebaseAppDistribution-Beta"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseAppDistribution"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAppDistribution",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAppDistribution",
      "path" : "FirebaseAppDistribution/Sources",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULUserDefaults"
      ],
      "product_memberships" : [
        "FirebaseAppDistribution-Beta"
      ],
      "sources" : [
        "FIRAppDistribution.m",
        "FIRAppDistributionMachO.m",
        "FIRAppDistributionMachOSlice.m",
        "FIRAppDistributionRelease.m",
        "FIRAppDistributionUIService.m",
        "FIRFADApiService.m",
        "FIRFADLogger.m"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseInstallations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAppCheckUnitSwift",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAppCheckUnitSwift",
      "path" : "FirebaseAppCheck/Tests/Unit/Swift",
      "sources" : [
        "AppCheckAPITests.swift"
      ],
      "target_dependencies" : [
        "FirebaseAppCheck"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseAppCheckUnit",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAppCheckUnit",
      "path" : "FirebaseAppCheck/Tests/Unit",
      "product_dependencies" : [
        "OCMock"
      ],
      "sources" : [
        "AppAttestProvider/FIRAppAttestProviderTests.m",
        "Core/Errors/FIRAppCheckErrorUtilTests.m",
        "Core/FIRAppCheckLoggerTests.m",
        "Core/FIRAppCheckSettingsTests.m",
        "Core/FIRAppCheckTests.m",
        "Core/FIRAppCheckValidatorTests.m",
        "DebugProvider/FIRAppCheckDebugProviderFactoryTests.m",
        "DebugProvider/FIRAppCheckDebugProviderTests.m",
        "DeviceCheckProvider/FIRDeviceCheckProviderTests.m",
        "Utils/FIRFixtureLoader.m"
      ],
      "target_dependencies" : [
        "FirebaseAppCheck",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseAppCheckInterop",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAppCheckInterop",
      "path" : "FirebaseAppCheck/Interop",
      "product_memberships" : [
        "FirebaseAI",
        "FirebaseAILogic",
        "FirebaseAuth",
        "FirebaseAppCheck",
        "FirebaseAuthCombine-Community",
        "FirebaseFirestoreCombine-Community",
        "FirebaseFunctionsCombine-Community",
        "FirebaseStorageCombine-Community",
        "FirebaseDatabase",
        "FirebaseFirestore",
        "FirebaseFunctions",
        "FirebaseStorage"
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAppCheck",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAppCheck",
      "path" : "FirebaseAppCheck/Sources",
      "product_dependencies" : [
        "AppCheckCore",
        "GULEnvironment",
        "GULUserDefaults"
      ],
      "product_memberships" : [
        "FirebaseAppCheck"
      ],
      "sources" : [
        "AppAttestProvider/FIRAppAttestProvider.m",
        "Core/Errors/FIRAppCheckErrorUtil.m",
        "Core/Errors/FIRAppCheckErrors.m",
        "Core/FIRApp+AppCheck.m",
        "Core/FIRAppCheck.m",
        "Core/FIRAppCheckComponent.m",
        "Core/FIRAppCheckLogger.m",
        "Core/FIRAppCheckSettings.m",
        "Core/FIRAppCheckToken.m",
        "Core/FIRAppCheckTokenResult.m",
        "Core/FIRAppCheckValidator.m",
        "Core/FIRHeartbeatLogger+AppCheck.m",
        "Core/FIRInternalAppCheckProvider.m",
        "DebugProvider/FIRAppCheckDebugProvider.m",
        "DebugProvider/FIRAppCheckDebugProviderFactory.m",
        "DeviceCheckProvider/FIRDeviceCheckProvider.m",
        "DeviceCheckProvider/FIRDeviceCheckProviderFactory.m"
      ],
      "target_dependencies" : [
        "FirebaseAppCheckInterop",
        "FirebaseCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAnalyticsWrapper",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAnalyticsWrapper",
      "path" : "FirebaseAnalyticsWrapper",
      "product_dependencies" : [
        "GoogleAppMeasurement",
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "FirebaseAnalytics"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseAnalytics",
        "FirebaseCore",
        "FirebaseInstallations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAnalyticsTarget",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAnalyticsTarget",
      "path" : "SwiftPM-PlatformExclude/FirebaseAnalyticsWrap",
      "product_memberships" : [
        "FirebaseAnalytics"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseAnalyticsWrapper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAnalyticsIdentitySupportTarget",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAnalyticsIdentitySupportTarget",
      "path" : "FirebaseAnalyticsIdentitySupportWrapper",
      "product_dependencies" : [
        "GoogleAppMeasurementIdentitySupport",
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "FirebaseAnalyticsIdentitySupport"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseAnalytics",
        "FirebaseCore",
        "FirebaseInstallations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAnalyticsCoreWrapper",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAnalyticsCoreWrapper",
      "path" : "FirebaseAnalyticsCoreWrapper",
      "product_dependencies" : [
        "GoogleAppMeasurementCore",
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "FirebaseAnalyticsCore"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseAnalytics",
        "FirebaseCore",
        "FirebaseInstallations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAnalyticsCoreTarget",
      "module_type" : "ClangTarget",
      "name" : "FirebaseAnalyticsCoreTarget",
      "path" : "SwiftPM-PlatformExclude/FirebaseAnalyticsCoreWrap",
      "product_memberships" : [
        "FirebaseAnalyticsCore"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "FirebaseAnalyticsCoreWrapper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAnalytics",
      "module_type" : "BinaryTarget",
      "name" : "FirebaseAnalytics",
      "path" : "remote/archive/FirebaseAnalytics.zip",
      "product_memberships" : [
        "FirebaseAnalytics",
        "FirebaseAnalyticsCore",
        "FirebaseAnalyticsIdentitySupport"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FirebaseAIUnit",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAIUnit",
      "path" : "FirebaseAI/Wrapper/Tests",
      "sources" : [
        "APITests.swift"
      ],
      "target_dependencies" : [
        "FirebaseAI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseAILogicUnit",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAILogicUnit",
      "path" : "FirebaseAI/Tests/Unit",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseAI/Tests/Unit/Resources/animals.mp4",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseAI/Tests/Unit/Resources/blue.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseAI/Tests/Unit/Resources/gemini-report.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseAI/Tests/Unit/Resources/hello-world.mp3",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseAI/Tests/Unit/vertexai-sdk-test-data/mock-responses",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APITests.swift",
        "ChatTests.swift",
        "Fakes/AppCheckInteropFake.swift",
        "Fakes/AuthInteropFake.swift",
        "GenerationConfigTests.swift",
        "GenerativeModelGoogleAITests.swift",
        "GenerativeModelVertexAITests.swift",
        "JSONValueTests.swift",
        "MockURLProtocol.swift",
        "PartTests.swift",
        "PartsRepresentableTests.swift",
        "RequestOptionsTest.swift",
        "SafetyTests.swift",
        "Snippets/ChatSnippets.swift",
        "Snippets/CloudStorageSnippets.swift",
        "Snippets/CountTokensSnippets.swift",
        "Snippets/FirebaseAppSnippetsUtil.swift",
        "Snippets/FunctionCallingSnippets.swift",
        "Snippets/LiveSnippets.swift",
        "Snippets/MultimodalSnippets.swift",
        "Snippets/StructuredOutputSnippets.swift",
        "Snippets/TextSnippets.swift",
        "TemplateChatSessionTests.swift",
        "TemplateGenerativeModelTests.swift",
        "TemplateImagenModelTests.swift",
        "TemplateInputTests.swift",
        "TestUtilities/BundleTestUtil.swift",
        "TestUtilities/FirebaseAI+DefaultAPIConfig.swift",
        "TestUtilities/GenerativeModelTestUtil.swift",
        "TestUtilities/XCTUtil.swift",
        "Types/BackendTests.swift",
        "Types/CitationMetadataTests.swift",
        "Types/CitationTests.swift",
        "Types/GenerateContentResponseTests.swift",
        "Types/GroundingMetadataTests.swift",
        "Types/Imagen/ImageGenerationInstanceTests.swift",
        "Types/Imagen/ImageGenerationOutputOptionsTests.swift",
        "Types/Imagen/ImageGenerationParametersTests.swift",
        "Types/Imagen/ImagenGCSImageTests.swift",
        "Types/Imagen/ImagenGenerationRequestTests.swift",
        "Types/Imagen/ImagenGenerationResponseTests.swift",
        "Types/Imagen/ImagenInlineImageTests.swift",
        "Types/Imagen/RAIFilteredReasonTests.swift",
        "Types/Internal/APIConfigTests.swift",
        "Types/Internal/Requests/CountTokensRequestTests.swift",
        "Types/InternalPartTests.swift",
        "Types/Live/BidiGenerateContentServerMessageTests.swift",
        "Types/Live/VoiceConfigTests.swift",
        "Types/ModalityTokenCountTests.swift",
        "Types/ProtoDateTests.swift",
        "Types/ProtoDurationTests.swift",
        "Types/SchemaTests.swift",
        "Types/ToolTests.swift",
        "VertexComponentTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseAILogic",
        "FirebaseStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseAILogic",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAILogic",
      "path" : "FirebaseAI/Sources",
      "product_memberships" : [
        "FirebaseAI",
        "FirebaseAILogic"
      ],
      "sources" : [
        "AILog.swift",
        "Chat.swift",
        "Constants.swift",
        "Errors.swift",
        "FirebaseAI.swift",
        "FirebaseInfo.swift",
        "GenAIURLSession.swift",
        "GenerateContentError.swift",
        "GenerateContentRequest.swift",
        "GenerateContentResponse.swift",
        "GenerationConfig.swift",
        "GenerativeAIRequest.swift",
        "GenerativeAIService.swift",
        "GenerativeModel.swift",
        "History.swift",
        "JSONValue.swift",
        "ModalityTokenCount.swift",
        "ModelContent.swift",
        "PartsRepresentable+Image.swift",
        "PartsRepresentable.swift",
        "Protocols/Internal/CodableProtoEnum.swift",
        "Safety.swift",
        "TemplateChatSession.swift",
        "TemplateGenerateContentRequest.swift",
        "TemplateGenerativeModel.swift",
        "TemplateImagenGenerationRequest.swift",
        "TemplateImagenModel.swift",
        "TemplateInput.swift",
        "Tool.swift",
        "Types/Internal/APIConfig.swift",
        "Types/Internal/AppCheck.swift",
        "Types/Internal/DataType.swift",
        "Types/Internal/Errors/BackendError.swift",
        "Types/Internal/Errors/EmptyContentError.swift",
        "Types/Internal/Imagen/ImageGenerationInstance.swift",
        "Types/Internal/Imagen/ImageGenerationOutputOptions.swift",
        "Types/Internal/Imagen/ImageGenerationParameters.swift",
        "Types/Internal/Imagen/ImagenConstants.swift",
        "Types/Internal/Imagen/ImagenGCSImage.swift",
        "Types/Internal/Imagen/ImagenGenerationRequest.swift",
        "Types/Internal/Imagen/ImagenImageRepresentable.swift",
        "Types/Internal/Imagen/ImagenSafetyAttributes.swift",
        "Types/Internal/Imagen/InternalImagenImage.swift",
        "Types/Internal/Imagen/RAIFilteredReason.swift",
        "Types/Internal/InternalPart.swift",
        "Types/Internal/Live/AsyncWebSocket.swift",
        "Types/Internal/Live/BidiGenerateContentClientContent.swift",
        "Types/Internal/Live/BidiGenerateContentClientMessage.swift",
        "Types/Internal/Live/BidiGenerateContentRealtimeInput.swift",
        "Types/Internal/Live/BidiGenerateContentServerContent.swift",
        "Types/Internal/Live/BidiGenerateContentServerMessage.swift",
        "Types/Internal/Live/BidiGenerateContentSetup.swift",
        "Types/Internal/Live/BidiGenerateContentSetupComplete.swift",
        "Types/Internal/Live/BidiGenerateContentToolCall.swift",
        "Types/Internal/Live/BidiGenerateContentToolCallCancellation.swift",
        "Types/Internal/Live/BidiGenerateContentToolResponse.swift",
        "Types/Internal/Live/BidiGenerateContentTranscription.swift",
        "Types/Internal/Live/BidiGenerationConfig.swift",
        "Types/Internal/Live/BidiSpeechConfig.swift",
        "Types/Internal/Live/GoAway.swift",
        "Types/Internal/Live/LiveSessionService.swift",
        "Types/Internal/Live/VoiceConfig.swift",
        "Types/Internal/ProtoDate.swift",
        "Types/Internal/ProtoDuration.swift",
        "Types/Internal/Requests/CountTokensRequest.swift",
        "Types/Internal/Tools/URLContext.swift",
        "Types/Public/Backend.swift",
        "Types/Public/Imagen/ImagenAspectRatio.swift",
        "Types/Public/Imagen/ImagenGenerationConfig.swift",
        "Types/Public/Imagen/ImagenGenerationResponse.swift",
        "Types/Public/Imagen/ImagenImageFormat.swift",
        "Types/Public/Imagen/ImagenImagesBlockedError.swift",
        "Types/Public/Imagen/ImagenInlineImage.swift",
        "Types/Public/Imagen/ImagenModel.swift",
        "Types/Public/Imagen/ImagenPersonFilterLevel.swift",
        "Types/Public/Imagen/ImagenSafetyFilterLevel.swift",
        "Types/Public/Imagen/ImagenSafetySettings.swift",
        "Types/Public/Live/AudioTranscriptionConfig.swift",
        "Types/Public/Live/LiveAudioTranscription.swift",
        "Types/Public/Live/LiveGenerationConfig.swift",
        "Types/Public/Live/LiveGenerativeModel.swift",
        "Types/Public/Live/LiveServerContent.swift",
        "Types/Public/Live/LiveServerGoingAwayNotice.swift",
        "Types/Public/Live/LiveServerMessage.swift",
        "Types/Public/Live/LiveServerToolCall.swift",
        "Types/Public/Live/LiveServerToolCallCancellation.swift",
        "Types/Public/Live/LiveSession.swift",
        "Types/Public/Live/LiveSessionErrors.swift",
        "Types/Public/Live/SpeechConfig.swift",
        "Types/Public/Part.swift",
        "Types/Public/ResponseModality.swift",
        "Types/Public/Schema.swift",
        "Types/Public/ThinkingConfig.swift",
        "Types/Public/Tools/CodeExecution.swift",
        "Types/Public/URLContextMetadata.swift",
        "Types/Public/URLMetadata.swift"
      ],
      "target_dependencies" : [
        "FirebaseAppCheckInterop",
        "FirebaseAuthInterop",
        "FirebaseCore",
        "FirebaseCoreExtension"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAI",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAI",
      "path" : "FirebaseAI/Wrapper/Sources",
      "product_memberships" : [
        "FirebaseAI"
      ],
      "sources" : [
        "FirebaseAIWrapper.swift"
      ],
      "target_dependencies" : [
        "FirebaseAILogic"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseABTesting",
      "module_type" : "ClangTarget",
      "name" : "FirebaseABTesting",
      "path" : "FirebaseABTesting/Sources",
      "product_memberships" : [
        "FirebaseInAppMessaging-Beta",
        "FirebasePerformance",
        "FirebaseRemoteConfig"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseABTesting/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ABTConditionalUserPropertyController.m",
        "ABTExperimentPayload.m",
        "FIRExperimentController.m",
        "FIRLifecycleEvents.m"
      ],
      "target_dependencies" : [
        "FirebaseCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Firebase",
      "module_type" : "ClangTarget",
      "name" : "Firebase",
      "path" : "CoreOnly/Sources",
      "product_memberships" : [
        "FirebaseAI",
        "FirebaseAILogic",
        "FirebaseAnalytics",
        "FirebaseAnalyticsCore",
        "FirebaseAnalyticsIdentitySupport",
        "FirebaseAuth",
        "FirebaseAppCheck",
        "FirebaseAppDistribution-Beta",
        "FirebaseAuthCombine-Community",
        "FirebaseFirestoreCombine-Community",
        "FirebaseFunctionsCombine-Community",
        "FirebaseStorageCombine-Community",
        "FirebaseCore",
        "FirebaseCrashlytics",
        "FirebaseDatabase",
        "FirebaseFirestore",
        "FirebaseFunctions",
        "FirebaseInAppMessaging-Beta",
        "FirebaseInstallations",
        "FirebaseMessaging",
        "FirebaseMLModelDownloader",
        "FirebasePerformance",
        "FirebaseRemoteConfig",
        "FirebaseStorage"
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatabaseUnitSwift",
      "module_type" : "SwiftTarget",
      "name" : "DatabaseUnitSwift",
      "path" : "FirebaseDatabase/Tests/Unit/Swift",
      "sources" : [
        "Codable/ServerValueCodingTests.swift",
        "DatabaseAPITests.swift"
      ],
      "target_dependencies" : [
        "FirebaseDatabase"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatabaseUnit",
      "module_type" : "ClangTarget",
      "name" : "DatabaseUnit",
      "path" : "FirebaseDatabase/Tests",
      "product_dependencies" : [
        "OCMock"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseDatabase/Tests/Resources/GoogleService-Info.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseDatabase/Tests/Resources/syncPointSpec.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Helpers/FDevice.m",
        "Helpers/FEventTester.m",
        "Helpers/FIRFakeApp.m",
        "Helpers/FMockStorageEngine.m",
        "Helpers/FTestBase.m",
        "Helpers/FTestCachePolicy.m",
        "Helpers/FTestClock.m",
        "Helpers/FTestExpectations.m",
        "Helpers/FTestHelpers.m",
        "Helpers/FTupleEventTypeString.m",
        "Helpers/SenTest+FWaiter.m",
        "Unit/FArraySortedDictionaryTest.m",
        "Unit/FCompoundHashTest.m",
        "Unit/FCompoundWriteTest.m",
        "Unit/FIRDataSnapshotTests.m",
        "Unit/FIRDatabaseConnectionContextProviderTests.m",
        "Unit/FIRMutableDataTests.m",
        "Unit/FLevelDBStorageEngineTests.m",
        "Unit/FNextPushIdTest.m",
        "Unit/FNodeTests.m",
        "Unit/FPathTests.m",
        "Unit/FPersistenceManagerTest.m",
        "Unit/FPruneForestTest.m",
        "Unit/FPruningTest.m",
        "Unit/FQueryParamsTest.m",
        "Unit/FRangeMergeTest.m",
        "Unit/FRepoInfoTest.m",
        "Unit/FSparseSnapshotTests.m",
        "Unit/FSyncPointTests.m",
        "Unit/FTrackedQueryManagerTest.m",
        "Unit/FTreeSortedDictionaryTests.m",
        "Unit/FUtilitiesTest.m"
      ],
      "target_dependencies" : [
        "FirebaseDatabase",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreUnit",
      "module_type" : "ClangTarget",
      "name" : "CoreUnit",
      "path" : "FirebaseCore/Tests/Unit",
      "product_dependencies" : [
        "OCMock"
      ],
      "sources" : [
        "FIRAnalyticsConfigurationTest.m",
        "FIRAppTest.m",
        "FIRBundleUtilTest.m",
        "FIRComponentContainerTest.m",
        "FIRComponentTypeTest.m",
        "FIRConfigurationTest.m",
        "FIRFirebaseUserAgentTests.m",
        "FIRHeartbeatLoggerTests.m",
        "FIRLoggerTest.m",
        "FIROptionsTest.m",
        "FIRTestCase.m",
        "FIRTestComponents.m",
        "FIRTimestampTest.m"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "SharedTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AuthUnit",
      "module_type" : "SwiftTarget",
      "name" : "AuthUnit",
      "path" : "FirebaseAuth/Tests/Unit",
      "sources" : [
        "ActionCodeURLTests.swift",
        "AdditionalUserInfoTests.swift",
        "AuthAPNSTokenManagerTests.swift",
        "AuthAPNSTokenTests.swift",
        "AuthAppCredentialManagerTests.swift",
        "AuthAppCredentialTests.swift",
        "AuthBackendTests.swift",
        "AuthDispatcherTests.swift",
        "AuthKeychainServicesTests.swift",
        "AuthLifecycleTests.swift",
        "AuthProviderIDTests.swift",
        "AuthTests.swift",
        "AuthURLPresenterTests.swift",
        "AuthUseUserAccessGroupTests.swift",
        "AuthUserDefaultsTests.swift",
        "AuthWebUtilsTests.swift",
        "CreateAuthURITests.swift",
        "DeleteAccountTests.swift",
        "EmailAuthProviderTests.swift",
        "EmailLinkSignInTests.swift",
        "FacebookAuthProviderTests.swift",
        "Fakes/FakeAppCheck.swift",
        "Fakes/FakeAuthKeychainStorage.swift",
        "Fakes/FakeBackendRPCIssuer.swift",
        "FinalizeMFAEnrollmentRequestTests.swift",
        "FinalizeMFASignInRequestTests.swift",
        "GetAccountInfoTests.swift",
        "GetOOBConfirmationCodeTests.swift",
        "GetProjectConfigTests.swift",
        "GetRecaptchaConfigTests.swift",
        "GitHubAuthProviderTests.swift",
        "GoogleAuthProviderTests.swift",
        "IdentityToolkitRequestTests.swift",
        "MultiFactorResolverTests.swift",
        "OAuthProviderTests.swift",
        "RPCBaseTests.swift",
        "ResetPasswordTests.swift",
        "RevokeTokenTests.swift",
        "SecureTokenRequestTests.swift",
        "SecureTokenTests.swift",
        "SendVerificationCodeTests.swift",
        "SetAccountInfoTests.swift",
        "SignInWithGameCenterTests.swift",
        "SignUpNewUserTests.swift",
        "StartMFAEnrollmentRequestTests.swift",
        "StartMFASignInRequestTests.swift",
        "SwiftAPI.swift",
        "SwiftGlobalTests.swift",
        "TokenRefreshCoalescerTests.swift",
        "TwitterAuthProviderTests.swift",
        "UserMetadataTests.swift",
        "UserTests.swift",
        "VerifyAssertionTests.swift",
        "VerifyClientTests.swift",
        "VerifyCustomTokenTests.swift",
        "VerifyPasswordTests.swift",
        "VerifyPhoneNumberTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseAuth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppDistributionUnitSwift",
      "module_type" : "SwiftTarget",
      "name" : "AppDistributionUnitSwift",
      "path" : "FirebaseAppDistribution/Tests/Unit/Swift",
      "sources" : [
        "AppDistributionAPITest.swift"
      ],
      "target_dependencies" : [
        "FirebaseAppDistribution"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppDistributionUnit",
      "module_type" : "ClangTarget",
      "name" : "AppDistributionUnit",
      "path" : "FirebaseAppDistribution/Tests/Unit",
      "product_dependencies" : [
        "OCMock"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseAppDistribution/Tests/Unit/Resources/armv7-armv7s-executable",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseAppDistribution/Tests/Unit/Resources/x86_64-executable",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FIRAppDistributionMachOTests.m",
        "FIRAppDistributionTests.m",
        "FIRFADApiServiceTests.m"
      ],
      "target_dependencies" : [
        "FirebaseAppDistribution"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnalyticsSwiftUnit",
      "module_type" : "SwiftTarget",
      "name" : "AnalyticsSwiftUnit",
      "path" : "FirebaseAnalytics/Tests/SwiftUnit",
      "sources" : [
        "AnalyticsAPITests.swift"
      ],
      "target_dependencies" : [
        "FirebaseAnalyticsTarget"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnalyticsObjCAPI",
      "module_type" : "ClangTarget",
      "name" : "AnalyticsObjCAPI",
      "path" : "FirebaseAnalytics/Tests/ObjCAPI",
      "sources" : [
        "ObjCAPITests.m"
      ],
      "target_dependencies" : [
        "FirebaseAnalyticsTarget"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ABTestingUnit",
      "module_type" : "ClangTarget",
      "name" : "ABTestingUnit",
      "path" : "FirebaseABTesting/Tests/Unit",
      "product_dependencies" : [
        "OCMock"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseABTesting/Tests/Unit/Resources/TestABTPayload1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseABTesting/Tests/Unit/Resources/TestABTPayload2.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseABTesting/Tests/Unit/Resources/TestABTPayload3.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseABTesting/Tests/Unit/Resources/TestABTPayload4.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseABTesting/Tests/Unit/Resources/TestABTPayload5.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FirebaseABTesting/Tests/Unit/Resources/TestABTPayload6.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ABTConditionalUserPropertyControllerTest.m",
        "ABTExperimentPayloadTest.m",
        "ABTFakeFIRAConditionalUserPropertyController.m",
        "ABTTestUniversalConstants.m",
        "FIRExperimentControllerTest.m",
        "Utilities/ABTTestUtilities.m"
      ],
      "target_dependencies" : [
        "FirebaseABTesting"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Done.