The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of grpc-swift-protobuf, reference main (a547cf), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 13:45:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-protobuf.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/grpc/grpc-swift-protobuf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a547cfe Fix typo in docs (#61)
Cloned https://github.com/grpc/grpc-swift-protobuf.git
Revision (git rev-parse @):
a547cfec11c5d1b1ce1b2e68299653c3a57df92d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-protobuf.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/grpc/grpc-swift-protobuf.git
https://github.com/grpc/grpc-swift-protobuf.git
{
  "dependencies" : [
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.28.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-protobuf",
  "name" : "grpc-swift-protobuf",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "GRPCProtobuf",
      "targets" : [
        "GRPCProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-grpc-swift",
      "targets" : [
        "protoc-gen-grpc-swift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "GRPCProtobufGenerator",
      "targets" : [
        "GRPCProtobufGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "generate-grpc-code-from-protos",
      "targets" : [
        "generate-grpc-code-from-protos"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "protoc_gen_grpc_swift",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-grpc-swift",
      "path" : "Sources/protoc-gen-grpc-swift",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-grpc-swift",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "GenerateGRPC.swift",
        "Options.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobufCodeGen"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_grpc_code_from_protos",
      "module_type" : "PluginTarget",
      "name" : "generate-grpc-code-from-protos",
      "path" : "Plugins/GRPCProtobufGeneratorCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift code for gRPC services from protobuf definitions.",
          "type" : "custom",
          "verb" : "generate-grpc-code-from-protos"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "To write the generated Swift files back into the source directory of the package.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "protoc-gen-swift"
      ],
      "product_memberships" : [
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CommandConfig.swift",
        "CommandPluginError.swift",
        "Plugin.swift",
        "PluginsShared/GenerationConfig.swift",
        "PluginsShared/PluginUtils.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-grpc-swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GRPCProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufTests",
      "path" : "Tests/GRPCProtobufTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "SwiftProtobuf"
      ],
      "sources" : [
        "Errors/DetailedErrorTests.swift",
        "Errors/Generated/error-service.grpc.swift",
        "Errors/Generated/error-service.pb.swift",
        "ProtobufCodingTests.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobuf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCProtobufGenerator",
      "module_type" : "PluginTarget",
      "name" : "GRPCProtobufGenerator",
      "path" : "Plugins/GRPCProtobufGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_dependencies" : [
        "protoc-gen-swift"
      ],
      "product_memberships" : [
        "GRPCProtobufGenerator"
      ],
      "sources" : [
        "BuildPluginConfig.swift",
        "BuildPluginError.swift",
        "Plugin.swift",
        "PluginsShared/GenerationConfig.swift",
        "PluginsShared/PluginUtils.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-grpc-swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GRPCProtobufCodeGenTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufCodeGenTests",
      "path" : "Tests/GRPCProtobufCodeGenTests",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GRPCProtobufCodeGenTests/Generated",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CamelCaserTests.swift",
        "ProtobufCodeGenParserTests.swift",
        "ProtobufCodeGeneratorTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobufCodeGen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCProtobufCodeGen",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufCodeGen",
      "path" : "Sources/GRPCProtobufCodeGen",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-grpc-swift",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CamelCaser.swift",
        "ProtobufCodeGenParser.swift",
        "ProtobufCodeGenerator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobuf",
      "path" : "Sources/GRPCProtobuf",
      "product_dependencies" : [
        "GRPCCore",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCProtobuf"
      ],
      "sources" : [
        "Coding.swift",
        "ContiguousBytesAdapter.swift",
        "Errors/ErrorDetails+AnyPacking.swift",
        "Errors/ErrorDetails+CustomStringConvertible.swift",
        "Errors/ErrorDetails+Types.swift",
        "Errors/ErrorDetails.swift",
        "Errors/Generated/code.pb.swift",
        "Errors/Generated/error_details.pb.swift",
        "Errors/Generated/status.pb.swift",
        "Errors/GoogleRPCStatus.swift",
        "Errors/RPCError+GoogleRPCStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/40] Write sources
[7/40] Write protoc-gen-grpc-swift-entitlement.plist
[7/40] Copying PrivacyInfo.xcprivacy
[7/40] Write protoc-gen-grpc-swift-tool-entitlement.plist
[8/40] Write protoc-gen-swift-tool-entitlement.plist
[12/40] Copying PrivacyInfo.xcprivacy
[12/40] Write sources
[13/40] Copying PrivacyInfo.xcprivacy
[13/40] Write protoc-gen-swift-entitlement.plist
[13/40] Write sources
[20/40] Copying PrivacyInfo.xcprivacy
[20/40] Write sources
[27/40] Write swift-version-2F0A5646E1D333AE.txt
[29/264] Compiling SwiftProtobuf AsyncMessageSequence.swift
[30/264] Compiling SwiftProtobuf BinaryDecoder.swift
[31/264] Compiling SwiftProtobuf BinaryDecodingError.swift
[32/264] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[33/264] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/265] Compiling SwiftProtobuf AnyMessageStorage.swift
[35/265] Compiling SwiftProtobuf AnyUnpackError.swift
[36/265] Emitting module InternalCollectionsUtilities
[37/265] Compiling SwiftProtobuf FieldTag.swift
[38/265] Compiling SwiftProtobuf FieldTypes.swift
[43/265] Compiling GRPCCodeGen TypeUsage.swift
[44/265] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[45/265] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[46/267] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[47/267] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[48/267] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[49/267] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[52/267] Compiling GRPCCodeGen TypeUsage.swift
[57/267] Compiling GRPCCodeGen SourceFile.swift
[59/267] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/267] Emitting module GRPCCodeGen
[68/267] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[69/267] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[72/283] Compiling DequeModule _DequeBuffer.swift
[73/283] Compiling DequeModule _DequeSlot.swift
[74/284] Compiling DequeModule Deque+Equatable.swift
[75/284] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/284] Compiling DequeModule Deque+Extras.swift
[77/284] Compiling DequeModule Deque+Hashable.swift
[78/284] Compiling DequeModule Deque+CustomReflectable.swift
[79/284] Compiling DequeModule Deque+Descriptions.swift
[80/284] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/284] Compiling DequeModule _DequeBufferHeader.swift
[82/284] Compiling DequeModule Deque._UnsafeHandle.swift
[83/284] Compiling DequeModule Deque.swift
[84/284] Compiling DequeModule Deque+Testing.swift
[85/284] Compiling DequeModule Deque._Storage.swift
[86/284] Compiling DequeModule Deque+Codable.swift
[87/284] Compiling DequeModule Deque+Collection.swift
[88/284] Emitting module DequeModule
[89/340] Compiling GRPCCore UnsafeTransfer.swift
[90/340] Compiling GRPCCore Metadata+GRPC.swift
[91/340] Compiling GRPCCore RPCWriter+Map.swift
[92/340] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[93/340] Compiling GRPCCore ClientRequest+Convenience.swift
[94/340] Compiling GRPCCore ClientResponse+Convenience.swift
[95/340] Compiling GRPCCore String+Extensions.swift
[96/340] Compiling GRPCCore TaskGroup+CancellableTask.swift
[97/340] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[98/340] Compiling GRPCCore ClientRPCExecutor.swift
[101/340] Compiling GRPCCore MethodConfigs.swift
[102/340] Compiling GRPCCore Result+Catching.swift
[103/340] Compiling GRPCCore ServerContext.swift
[104/340] Compiling GRPCCore ServerInterceptor.swift
[105/340] Compiling GRPCCore ServerRequest.swift
[106/340] Compiling GRPCCore ServerResponse.swift
[107/340] Compiling GRPCCore Coding.swift
[108/340] Compiling GRPCCore CompressionAlgorithm.swift
[109/340] Compiling GRPCCore Metadata.swift
[110/340] Compiling GRPCCore MethodDescriptor.swift
[111/340] Compiling GRPCCore RPCError.swift
[112/340] Compiling GRPCCore RuntimeError.swift
[113/340] Compiling GRPCCore ServiceDescriptor.swift
[114/340] Compiling GRPCCore Status.swift
[115/346] Compiling GRPCCore ConditionalInterceptor.swift
[116/346] Compiling GRPCCore ServerCancellationManager.swift
[117/346] Compiling GRPCCore ServerRPCExecutor.swift
[118/346] Compiling GRPCCore RPCRouter.swift
[119/346] Compiling GRPCCore RegistrableRPCService.swift
[120/346] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[121/346] Compiling GRPCCore CallOptions.swift
[122/346] Compiling GRPCCore ClientContext.swift
[123/346] Compiling GRPCCore ClientInterceptor.swift
[124/346] Compiling GRPCCore ClientRequest.swift
[125/346] Compiling GRPCCore ClientResponse.swift
[126/346] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[127/346] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[128/346] Compiling GRPCCore Timeout.swift
[129/346] Compiling GRPCCore ClientTransport.swift
[130/346] Compiling GRPCCore RPCParts.swift
[131/346] Compiling GRPCCore RPCStream.swift
[132/346] Compiling GRPCCore RetryThrottle.swift
[133/346] Compiling GRPCCore ServerTransport.swift
[134/346] Emitting module SwiftProtobuf
[135/355] Compiling GRPCCore RPCWriter+Serialize.swift
[136/355] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[137/355] Compiling GRPCCore RPCAsyncSequence.swift
[138/355] Compiling GRPCCore RPCWriter+Closable.swift
[139/355] Compiling GRPCCore RPCWriter.swift
[140/355] Compiling GRPCCore RPCWriterProtocol.swift
[141/355] Emitting module GRPCCore
[142/355] Compiling GRPCCore AsyncSequenceOfOne.swift
[143/355] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[144/355] Compiling GRPCCore BroadcastAsyncSequence.swift
[145/355] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[152/355] Compiling GRPCCore ClientStreamExecutor.swift
[153/355] Compiling GRPCCore RetryDelaySequence.swift
[154/355] Compiling GRPCCore GRPCContiguousBytes.swift
[155/355] Compiling GRPCCore MethodConfig.swift
[156/355] Compiling GRPCCore ServiceConfig.swift
[157/355] Compiling GRPCCore GRPCClient.swift
[158/355] Compiling GRPCCore GRPCServer.swift
[159/355] Compiling GRPCCore Base64.swift
[166/355] Emitting module SwiftProtobuf
[253/364] Compiling SwiftProtobuf TextFormatDecoder.swift
[254/364] Compiling SwiftProtobuf TextFormatDecodingError.swift
[255/364] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[256/364] Compiling SwiftProtobuf TextFormatEncoder.swift
[257/364] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[258/364] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[259/364] Compiling SwiftProtobuf TextFormatScanner.swift
[260/364] Compiling SwiftProtobuf TimeUtils.swift
[261/364] Compiling SwiftProtobuf UnknownStorage.swift
[262/364] Compiling SwiftProtobuf duration.pb.swift
[263/364] Compiling SwiftProtobuf empty.pb.swift
[264/364] Compiling SwiftProtobuf field_mask.pb.swift
[265/364] Compiling SwiftProtobuf source_context.pb.swift
[266/364] Compiling SwiftProtobuf struct.pb.swift
[267/364] Compiling SwiftProtobuf timestamp.pb.swift
[268/364] Compiling SwiftProtobuf type.pb.swift
[269/364] Compiling SwiftProtobuf wrappers.pb.swift
[270/364] Compiling SwiftProtobuf resource_bundle_accessor.swift
[280/364] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[281/364] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[282/364] Compiling SwiftProtobuf CustomJSONCodable.swift
[283/364] Compiling SwiftProtobuf Decoder.swift
[284/364] Compiling SwiftProtobuf DoubleParser.swift
[285/364] Compiling SwiftProtobuf Enum.swift
[286/364] Compiling SwiftProtobuf ExtensibleMessage.swift
[287/364] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[288/364] Compiling SwiftProtobuf ExtensionFields.swift
[289/364] Compiling SwiftProtobuf ExtensionMap.swift
[304/364] Compiling SwiftProtobuf ZigZag.swift
[305/364] Compiling SwiftProtobuf any.pb.swift
[306/364] Compiling SwiftProtobuf api.pb.swift
[307/364] Compiling SwiftProtobuf descriptor.pb.swift
[353/427] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[354/427] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[355/427] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[356/429] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[357/429] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[358/429] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[362/431] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[363/431] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[364/431] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[365/431] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[366/431] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[367/431] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[368/431] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[369/431] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[370/431] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[383/431] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[384/431] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[385/431] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[386/431] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[391/431] Emitting module SwiftProtobufPluginLibrary
[392/431] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[393/431] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[396/431] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[397/431] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[398/431] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[399/431] Emitting module SwiftProtobufPluginLibrary
[401/431] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[402/431] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[404/431] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[409/481] Compiling GRPCProtobuf status.pb.swift
[410/481] Compiling GRPCProtobuf GoogleRPCStatus.swift
[411/482] Compiling GRPCProtobuf error_details.pb.swift
[412/482] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[413/482] Compiling protoc_gen_swift CommandLine+Extensions.swift
[414/482] Compiling protoc_gen_swift Descriptor+Extensions.swift
[415/482] Compiling GRPCProtobuf code.pb.swift
[416/482] Emitting module GRPCProtobuf
[417/482] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[418/482] Compiling GRPCProtobuf ErrorDetails.swift
[419/482] Compiling GRPCProtobuf ErrorDetails+Types.swift
[420/482] Compiling GRPCProtobufCodeGen ProtobufCodeGenerator.swift
[422/482] Compiling GRPCProtobufCodeGen CamelCaser.swift
[423/482] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[424/482] Emitting module GRPCProtobufCodeGen
[425/482] Compiling GRPCProtobufCodeGen CamelCaser.swift
[426/482] Emitting module GRPCProtobufCodeGen
[427/482] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[428/482] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[429/490] Compiling protoc_gen_swift FileIo.swift
[430/490] Compiling protoc_gen_swift GenerationError.swift
[431/492] Compiling protoc_gen_swift FieldGenerator.swift
[432/492] Compiling protoc_gen_swift FileGenerator.swift
[433/494] Compiling protoc_gen_swift StringUtils.swift
[434/494] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[435/494] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[436/494] Compiling protoc_gen_swift Range+Extensions.swift
[443/494] Compiling protoc_gen_swift ExtensionSetGenerator.swift
[447/494] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[448/494] Compiling protoc_gen_swift Version.swift
[449/494] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[450/494] Compiling protoc_gen_swift MessageStorageDecision.swift
[451/494] Compiling protoc_gen_swift OneofGenerator.swift
[452/494] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.swift
[461/494] Compiling protoc_gen_swift EnumGenerator.swift
[462/494] Emitting module protoc_gen_swift
[463/494] Emitting module protoc_gen_grpc_swift
[464/494] Compiling protoc_gen_grpc_swift Version.swift
[465/494] Compiling protoc_gen_grpc_swift GenerateGRPC.swift
[466/494] Compiling protoc_gen_grpc_swift Options.swift
[467/494] Compiling protoc_gen_grpc_swift GenerateGRPC.swift
[468/494] Emitting module protoc_gen_grpc_swift
[469/494] Compiling protoc_gen_grpc_swift Version.swift
[470/494] Compiling protoc_gen_grpc_swift Options.swift
[471/494] Emitting module protoc_gen_swift
[474/494] Write Objects.LinkFileList
[477/494] Compiling protoc_gen_swift GeneratorOptions.swift
[478/494] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[479/494] Compiling protoc_gen_swift MessageFieldGenerator.swift
[480/494] Compiling protoc_gen_swift MessageGenerator.swift
[484/494] Write Objects.LinkFileList
[486/494] Linking protoc-gen-swift
[486/494] Linking protoc-gen-swift-tool
[488/494] Applying protoc-gen-swift-tool
[488/494] Applying protoc-gen-swift
[490/494] Linking protoc-gen-grpc-swift
[491/494] Linking protoc-gen-grpc-swift-tool
[492/494] Applying protoc-gen-grpc-swift
[493/494] Applying protoc-gen-grpc-swift-tool
Build complete! (28.89s)
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetched https://github.com/apple/swift-protobuf.git from cache (0.63s)
[1/50696] Fetching grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (2.32s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (2.82s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 2.1.2 (0.45s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.86s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 2.1.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.28.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-protobuf",
  "name" : "grpc-swift-protobuf",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "GRPCProtobuf",
      "targets" : [
        "GRPCProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-grpc-swift",
      "targets" : [
        "protoc-gen-grpc-swift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "GRPCProtobufGenerator",
      "targets" : [
        "GRPCProtobufGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "generate-grpc-code-from-protos",
      "targets" : [
        "generate-grpc-code-from-protos"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "protoc_gen_grpc_swift",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-grpc-swift",
      "path" : "Sources/protoc-gen-grpc-swift",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-grpc-swift",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "GenerateGRPC.swift",
        "Options.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobufCodeGen"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_grpc_code_from_protos",
      "module_type" : "PluginTarget",
      "name" : "generate-grpc-code-from-protos",
      "path" : "Plugins/GRPCProtobufGeneratorCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift code for gRPC services from protobuf definitions.",
          "type" : "custom",
          "verb" : "generate-grpc-code-from-protos"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "To write the generated Swift files back into the source directory of the package.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "protoc-gen-swift"
      ],
      "product_memberships" : [
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CommandConfig.swift",
        "CommandPluginError.swift",
        "Plugin.swift",
        "PluginsShared/GenerationConfig.swift",
        "PluginsShared/PluginUtils.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-grpc-swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GRPCProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufTests",
      "path" : "Tests/GRPCProtobufTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "SwiftProtobuf"
      ],
      "sources" : [
        "Errors/DetailedErrorTests.swift",
        "Errors/Generated/error-service.grpc.swift",
        "Errors/Generated/error-service.pb.swift",
        "ProtobufCodingTests.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobuf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCProtobufGenerator",
      "module_type" : "PluginTarget",
      "name" : "GRPCProtobufGenerator",
      "path" : "Plugins/GRPCProtobufGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_dependencies" : [
        "protoc-gen-swift"
      ],
      "product_memberships" : [
        "GRPCProtobufGenerator"
      ],
      "sources" : [
        "BuildPluginConfig.swift",
        "BuildPluginError.swift",
        "Plugin.swift",
        "PluginsShared/GenerationConfig.swift",
        "PluginsShared/PluginUtils.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-grpc-swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GRPCProtobufCodeGenTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufCodeGenTests",
      "path" : "Tests/GRPCProtobufCodeGenTests",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GRPCProtobufCodeGenTests/Generated",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CamelCaserTests.swift",
        "ProtobufCodeGenParserTests.swift",
        "ProtobufCodeGeneratorTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobufCodeGen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCProtobufCodeGen",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufCodeGen",
      "path" : "Sources/GRPCProtobufCodeGen",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-grpc-swift",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CamelCaser.swift",
        "ProtobufCodeGenParser.swift",
        "ProtobufCodeGenerator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobuf",
      "path" : "Sources/GRPCProtobuf",
      "product_dependencies" : [
        "GRPCCore",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCProtobuf"
      ],
      "sources" : [
        "Coding.swift",
        "ContiguousBytesAdapter.swift",
        "Errors/ErrorDetails+AnyPacking.swift",
        "Errors/ErrorDetails+CustomStringConvertible.swift",
        "Errors/ErrorDetails+Types.swift",
        "Errors/ErrorDetails.swift",
        "Errors/Generated/code.pb.swift",
        "Errors/Generated/error_details.pb.swift",
        "Errors/Generated/status.pb.swift",
        "Errors/GoogleRPCStatus.swift",
        "Errors/RPCError+GoogleRPCStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.