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 1.2.0 (5edbc1), with Swift 6.0 for Linux on 14 Apr 2025 15:43:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-protobuf.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/grpc/grpc-swift-protobuf
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 5edbc18 Fix GoogleRPCStatus encoding/decoding (#58)
Cloned https://github.com/grpc/grpc-swift-protobuf.git
Revision (git rev-parse @):
5edbc18f5198887e8b2e64bddb60f4fe57acaaf4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-protobuf.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/grpc/grpc-swift-protobuf.git
https://github.com/grpc/grpc-swift-protobuf.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift.git
[1/50509] Fetching grpc-swift
[10103/89013] Fetching grpc-swift, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (2.06s)
[34654/38504] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (5.22s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.50s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 2.1.2 (0.49s)
Fetching https://github.com/apple/swift-collections.git
[1/15990] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.08s)
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
[1/1] Compiling plugin GRPCProtobufGenerator
[2/2] Compiling plugin SwiftProtobufPlugin
[3/3] Compiling plugin generate-grpc-code-from-protos
Building for debugging...
[3/32] Write sources
[3/32] Copying PrivacyInfo.xcprivacy
[3/32] Write sources
[19/32] Write swift-version-24593BA9C3E375BF.txt
[21/232] Emitting module InternalCollectionsUtilities
[22/234] Emitting module GRPCCodeGen
[23/236] Compiling SwiftProtobuf DoubleParser.swift
[24/236] Compiling SwiftProtobuf Enum.swift
[25/236] Compiling GRPCCodeGen TypeUsage.swift
[26/236] Compiling GRPCCodeGen SourceFile.swift
[29/236] Compiling SwiftProtobuf CustomJSONCodable.swift
[30/236] Compiling SwiftProtobuf Decoder.swift
[33/236] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[34/236] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[35/236] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[38/236] Compiling SwiftProtobuf AnyMessageStorage.swift
[39/236] Compiling SwiftProtobuf AnyUnpackError.swift
[40/236] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[41/236] Compiling SwiftProtobuf BinaryDelimited.swift
[42/236] Compiling SwiftProtobuf AsyncMessageSequence.swift
[43/236] Compiling SwiftProtobuf BinaryDecoder.swift
[44/236] Compiling SwiftProtobuf BinaryDecodingError.swift
[54/236] Compiling SwiftProtobuf BinaryEncoder.swift
[56/236] Compiling SwiftProtobuf BinaryEncodingError.swift
[58/252] Compiling DequeModule Deque+CustomReflectable.swift
[59/252] Compiling DequeModule Deque+Descriptions.swift
[60/254] Compiling DequeModule _DequeBuffer.swift
[61/254] Compiling DequeModule _DequeBufferHeader.swift
[62/254] Compiling DequeModule _DequeSlot.swift
[63/254] Compiling DequeModule _UnsafeWrappedBuffer.swift
[64/254] Compiling DequeModule Deque+Testing.swift
[65/254] Compiling DequeModule Deque._Storage.swift
[66/254] Compiling DequeModule Deque+Equatable.swift
[67/254] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[68/254] Compiling DequeModule Deque+Extras.swift
[69/254] Compiling DequeModule Deque+Hashable.swift
[70/254] Compiling DequeModule Deque._UnsafeHandle.swift
[71/254] Compiling DequeModule Deque.swift
[72/254] Compiling DequeModule Deque+Codable.swift
[73/254] Compiling DequeModule Deque+Collection.swift
[74/254] Emitting module DequeModule
[76/310] Emitting module SwiftProtobuf
[77/321] Compiling GRPCCore CallOptions.swift
[78/321] Compiling GRPCCore ClientContext.swift
[79/321] Compiling GRPCCore ClientInterceptor.swift
[80/321] Compiling GRPCCore ClientRequest.swift
[81/321] Compiling GRPCCore ClientResponse.swift
[82/321] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[83/321] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[84/321] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[85/321] Compiling GRPCCore ClientRPCExecutor.swift
[86/321] Compiling GRPCCore ClientRequest+Convenience.swift
[87/321] Compiling GRPCCore ClientResponse+Convenience.swift
[88/321] Compiling GRPCCore ClientStreamExecutor.swift
[89/321] Emitting module SwiftProtobuf
[90/332] Compiling GRPCCore RPCRouter.swift
[91/332] Compiling GRPCCore RegistrableRPCService.swift
[92/332] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[93/332] Compiling GRPCCore ServerContext.swift
[94/332] Compiling GRPCCore ServerInterceptor.swift
[95/332] Compiling GRPCCore ServerRequest.swift
[96/332] Compiling GRPCCore ServerResponse.swift
[97/332] Compiling GRPCCore Coding.swift
[98/332] Compiling GRPCCore Metadata+GRPC.swift
[99/332] Compiling GRPCCore MethodConfigs.swift
[100/332] Compiling GRPCCore Result+Catching.swift
[101/332] Compiling GRPCCore String+Extensions.swift
[102/332] Compiling GRPCCore TaskGroup+CancellableTask.swift
[103/332] Compiling GRPCCore Metadata.swift
[104/332] Compiling GRPCCore MethodDescriptor.swift
[105/332] Compiling GRPCCore RPCError.swift
[106/332] Compiling GRPCCore RPCWriter+Map.swift
[107/332] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[108/332] Compiling GRPCCore RPCWriter+Serialize.swift
[109/332] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[110/332] Compiling GRPCCore RPCAsyncSequence.swift
[111/332] Compiling GRPCCore RPCWriter+Closable.swift
[112/332] Compiling GRPCCore RPCWriter.swift
[113/332] Compiling GRPCCore RuntimeError.swift
[114/332] Compiling GRPCCore RetryDelaySequence.swift
[115/332] Compiling GRPCCore ConditionalInterceptor.swift
[116/332] Compiling GRPCCore ServerCancellationManager.swift
[117/332] Compiling GRPCCore ServerRPCExecutor.swift
[118/332] Compiling GRPCCore CompressionAlgorithm.swift
[119/332] Compiling GRPCCore GRPCContiguousBytes.swift
[120/332] Compiling GRPCCore MethodConfig.swift
[121/332] Compiling GRPCCore ServiceConfig.swift
[122/332] Compiling GRPCCore GRPCClient.swift
[123/332] Compiling GRPCCore GRPCServer.swift
[124/332] Compiling GRPCCore Base64.swift
[125/332] Compiling GRPCCore UnsafeTransfer.swift
[138/332] Compiling GRPCCore ServiceDescriptor.swift
[139/332] Compiling GRPCCore Status.swift
[140/332] Compiling GRPCCore AsyncSequenceOfOne.swift
[141/332] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[142/332] Compiling GRPCCore BroadcastAsyncSequence.swift
[143/332] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[144/332] Compiling SwiftProtobuf MessageExtension.swift
[145/332] Compiling SwiftProtobuf NameMap.swift
[146/332] Compiling SwiftProtobuf PathDecoder.swift
[147/332] Compiling SwiftProtobuf PathVisitor.swift
[148/332] Compiling SwiftProtobuf ProtoNameProviding.swift
[149/332] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[162/332] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[163/332] Compiling SwiftProtobuf TextFormatScanner.swift
[164/332] Compiling SwiftProtobuf TimeUtils.swift
[165/332] Compiling SwiftProtobuf UnknownStorage.swift
[166/332] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[167/332] Compiling SwiftProtobuf Varint.swift
[168/332] Compiling SwiftProtobuf Version.swift
[169/332] Compiling SwiftProtobuf Visitor.swift
[170/332] Compiling SwiftProtobuf WireFormat.swift
[171/332] Compiling SwiftProtobuf ZigZag.swift
[172/332] Compiling SwiftProtobuf any.pb.swift
[173/332] Compiling SwiftProtobuf ProtobufMap.swift
[174/332] Compiling SwiftProtobuf SelectiveVisitor.swift
[175/332] Compiling SwiftProtobuf SimpleExtensionMap.swift
[176/332] Compiling SwiftProtobuf StringUtils.swift
[177/332] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[178/332] Compiling SwiftProtobuf SwiftProtobufError.swift
[179/332] Compiling SwiftProtobuf TextFormatDecoder.swift
[180/332] Compiling SwiftProtobuf TextFormatDecodingError.swift
[181/332] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[182/332] Compiling SwiftProtobuf TextFormatEncoder.swift
[183/332] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[244/333] Wrapping AST for GRPCCodeGen for debugging
[300/340] Emitting module GRPCCore
[301/340] Compiling GRPCCore RPCWriterProtocol.swift
[302/340] Compiling GRPCCore Timeout.swift
[303/340] Compiling GRPCCore ClientTransport.swift
[304/340] Compiling GRPCCore RPCParts.swift
[305/340] Compiling GRPCCore RPCStream.swift
[306/340] Compiling GRPCCore RetryThrottle.swift
[307/340] Compiling GRPCCore ServerTransport.swift
[309/341] Compiling SwiftProtobuf api.pb.swift
[310/341] Compiling SwiftProtobuf descriptor.pb.swift
[311/341] Compiling SwiftProtobuf duration.pb.swift
[312/341] Compiling SwiftProtobuf empty.pb.swift
[313/341] Compiling SwiftProtobuf field_mask.pb.swift
[314/341] Compiling SwiftProtobuf source_context.pb.swift
[315/341] Compiling SwiftProtobuf struct.pb.swift
[316/341] Compiling SwiftProtobuf timestamp.pb.swift
[317/341] Compiling SwiftProtobuf type.pb.swift
[318/341] Compiling SwiftProtobuf wrappers.pb.swift
[319/341] Compiling SwiftProtobuf resource_bundle_accessor.swift
[331/342] Wrapping AST for SwiftProtobuf for debugging
[335/404] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[336/404] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[337/404] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[338/407] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[339/407] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[340/407] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[341/410] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[342/410] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[343/410] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[347/410] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[348/410] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[349/410] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[353/410] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[354/410] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[355/410] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[359/410] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[360/410] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[361/410] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[362/410] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[363/410] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[364/410] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[365/410] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[366/410] Emitting module SwiftProtobufPluginLibrary
[370/410] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[375/410] Emitting module SwiftProtobufPluginLibrary
[379/410] Compiling GRPCProtobuf status.pb.swift
[380/411] Compiling GRPCProtobuf GoogleRPCStatus.swift
[381/411] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[386/411] Emitting module GRPCProtobuf
[387/411] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[388/411] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[389/411] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[390/411] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[399/413] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[405/417] Compiling GRPCProtobuf code.pb.swift
[406/417] Compiling GRPCProtobuf error_details.pb.swift
[408/418] Emitting module GRPCProtobufCodeGen
[409/418] Compiling GRPCProtobufCodeGen CamelCaser.swift
[410/439] Compiling GRPCProtobufCodeGen ProtobufCodeGenerator.swift
[411/439] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[412/440] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.swift
[413/440] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[414/440] Compiling protoc_gen_swift Range+Extensions.swift
[415/442] Wrapping AST for GRPCProtobufCodeGen for debugging
[417/442] Compiling protoc_gen_swift StringUtils.swift
[418/442] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[419/442] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[420/442] Compiling protoc_gen_swift Version.swift
[421/444] Compiling protoc_gen_swift CommandLine+Extensions.swift
[422/444] Compiling protoc_gen_swift Descriptor+Extensions.swift
[423/444] Compiling protoc_gen_swift EnumGenerator.swift
[424/444] Emitting module protoc_gen_swift
[425/446] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[426/446] Compiling protoc_gen_swift MessageStorageDecision.swift
[427/446] Compiling protoc_gen_swift OneofGenerator.swift
[428/446] Emitting module protoc_gen_grpc_swift
[429/446] Compiling protoc_gen_grpc_swift Version.swift
[430/446] Compiling protoc_gen_grpc_swift GenerateGRPC.swift
[431/446] Compiling protoc_gen_swift FileIo.swift
[432/446] Compiling protoc_gen_swift GenerationError.swift
[433/446] Compiling protoc_gen_swift GeneratorOptions.swift
[434/446] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[435/446] Compiling protoc_gen_swift MessageFieldGenerator.swift
[436/446] Compiling protoc_gen_swift MessageGenerator.swift
[437/446] Compiling protoc_gen_swift ExtensionSetGenerator.swift
[438/446] Compiling protoc_gen_swift FieldGenerator.swift
[439/446] Compiling protoc_gen_swift FileGenerator.swift
[440/447] Compiling protoc_gen_grpc_swift Options.swift
[442/448] Wrapping AST for protoc-gen-swift for debugging
[443/448] Write Objects.LinkFileList
[444/448] Wrapping AST for protoc-gen-grpc-swift for debugging
[445/448] Write Objects.LinkFileList
[446/448] Linking protoc-gen-swift-tool
[447/448] Linking protoc-gen-grpc-swift
Build complete! (99.85s)
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" : "/host/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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.