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 grpc-swift-protobuf, reference main (c008d3), with Swift 6.1 for Linux on 20 Aug 2025 14:31:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-protobuf.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c008d35 Fix warnings in command plugin (#87)
Cloned https://github.com/grpc/grpc-swift-protobuf.git
Revision (git rev-parse @):
c008d356d9e9c2255602711888bf25b542a30919
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-protobuf.git at main
========================================
Build
========================================
Selected platform:         linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.0",
            "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" : [
  ],
  "products" : [
    {
      "name" : "GRPCProtobuf",
      "targets" : [
        "GRPCProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-grpc-swift-2",
      "targets" : [
        "protoc-gen-grpc-swift-2"
      ],
      "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_2",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-grpc-swift-2",
      "path" : "Sources/protoc-gen-grpc-swift-2",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-grpc-swift-2",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "GenerateGRPC.swift",
        "Options.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobufCodeGen",
        "CGRPCProtobuf"
      ],
      "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-2"
      ],
      "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-2"
      ],
      "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-2",
        "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"
    },
    {
      "c99name" : "CGRPCProtobuf",
      "module_type" : "ClangTarget",
      "name" : "CGRPCProtobuf",
      "path" : "Sources/CGRPCProtobuf",
      "product_memberships" : [
        "protoc-gen-grpc-swift-2",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CGRPCProtobuf.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-2.git
[1/29775] Fetching grpc-swift-2
[25906/69912] Fetching grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.83s)
[12443/40137] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (12.55s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (13.65s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.1.0 (1.07s)
Fetching https://github.com/apple/swift-collections.git
[1/17351] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (3.14s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.1.0
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1397/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (2.40s)
[1/1] Compiling plugin generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/46] Write sources
[3/46] Copying PrivacyInfo.xcprivacy
[3/46] Write sources
[3/46] Copying PrivacyInfo.xcprivacy
[3/46] Write sources
[22/46] Copying PrivacyInfo.xcprivacy
[23/46] Compiling CGRPCProtobuf CGRPCProtobuf.c
[25/46] Write swift-version-24593BA9C3E375BF.txt
[27/264] Emitting module GRPCCodeGen
[28/266] Compiling GRPCCodeGen TypeUsage.swift
[29/266] Compiling GRPCCodeGen SourceFile.swift
[30/266] Emitting module GRPCCodeGen
[31/266] Compiling SwiftProtobuf JSONDecoder.swift
[32/266] Compiling SwiftProtobuf JSONDecodingError.swift
[33/266] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[34/266] Compiling SwiftProtobuf Message+FieldMask.swift
[35/266] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[36/266] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[37/268] Compiling SwiftProtobuf Message+JSONAdditions.swift
[38/268] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[39/269] Compiling SwiftProtobuf Message.swift
[40/269] Compiling SwiftProtobuf MessageExtension.swift
[41/269] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/269] Compiling SwiftProtobuf JSONDecodingOptions.swift
[43/269] Compiling SwiftProtobuf JSONEncoder.swift
[45/269] Compiling SwiftProtobuf NameMap.swift
[46/269] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[48/269] Emitting module InternalCollectionsUtilities
[49/269] Compiling SwiftProtobuf PathDecoder.swift
[50/269] Compiling SwiftProtobuf PathVisitor.swift
[60/269] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/270] Compiling GRPCCodeGen TypeUsage.swift
[63/270] Compiling GRPCCodeGen SourceFile.swift
[64/285] Compiling DequeModule _DequeBuffer.swift
[65/285] Compiling DequeModule _DequeBufferHeader.swift
[66/287] Compiling DequeModule Deque+CustomReflectable.swift
[67/287] Compiling DequeModule Deque+Descriptions.swift
[68/287] Compiling DequeModule Deque+Equatable.swift
[69/287] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[70/287] Compiling DequeModule _DequeSlot.swift
[71/287] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/287] Compiling DequeModule Deque._UnsafeHandle.swift
[73/287] Compiling DequeModule Deque.swift
[74/287] Compiling DequeModule Deque+Testing.swift
[75/287] Compiling DequeModule Deque._Storage.swift
[76/287] Compiling DequeModule Deque+Extras.swift
[77/287] Compiling DequeModule Deque+Hashable.swift
[78/287] Compiling DequeModule Deque+Codable.swift
[79/287] Compiling DequeModule Deque+Collection.swift
[80/287] Emitting module DequeModule
[82/343] Emitting module SwiftProtobuf
[84/365] Compiling GRPCCore Metadata+GRPC.swift
[85/365] Compiling GRPCCore MethodConfigs.swift
[86/365] Compiling GRPCCore Result+Catching.swift
[87/365] Compiling GRPCCore String+Extensions.swift
[88/365] Compiling GRPCCore TaskGroup+CancellableTask.swift
[89/365] Compiling GRPCCore Metadata.swift
[90/365] Compiling GRPCCore MethodDescriptor.swift
[91/365] Compiling GRPCCore RPCError.swift
[92/372] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[93/372] Compiling GRPCCore RPCWriter+Serialize.swift
[94/372] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[95/372] Compiling GRPCCore RPCAsyncSequence.swift
[96/372] Compiling GRPCCore RPCWriter+Closable.swift
[97/372] Compiling GRPCCore RPCWriter.swift
[98/372] Compiling GRPCCore RPCWriterProtocol.swift
[99/372] Compiling GRPCCore Timeout.swift
[100/372] Compiling GRPCCore ClientTransport.swift
[101/372] Compiling GRPCCore RPCParts.swift
[102/372] Compiling GRPCCore RPCStream.swift
[103/372] Compiling GRPCCore RetryThrottle.swift
[104/372] Compiling GRPCCore ServerTransport.swift
[105/372] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[106/372] Compiling SwiftProtobuf TextFormatScanner.swift
[107/372] Compiling SwiftProtobuf TimeUtils.swift
[108/372] Compiling SwiftProtobuf UnknownStorage.swift
[109/372] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[110/372] Compiling SwiftProtobuf Varint.swift
[111/372] Compiling SwiftProtobuf Version.swift
[112/372] Compiling SwiftProtobuf Visitor.swift
[113/372] Compiling SwiftProtobuf WireFormat.swift
[114/372] Compiling SwiftProtobuf ZigZag.swift
[115/372] Compiling SwiftProtobuf any.pb.swift
[116/372] Compiling SwiftProtobuf ProtoNameProviding.swift
[117/372] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[118/372] Compiling SwiftProtobuf ProtobufMap.swift
[119/372] Compiling SwiftProtobuf SelectiveVisitor.swift
[120/372] Compiling SwiftProtobuf SimpleExtensionMap.swift
[121/372] Compiling SwiftProtobuf StringUtils.swift
[122/372] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[123/372] Compiling SwiftProtobuf SwiftProtobufError.swift
[124/372] Compiling SwiftProtobuf TextFormatDecoder.swift
[125/372] Compiling SwiftProtobuf TextFormatDecodingError.swift
[126/372] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[127/372] Compiling SwiftProtobuf TextFormatEncoder.swift
[152/372] Compiling GRPCCore GRPCClient.swift
[153/372] Compiling GRPCCore GRPCServer.swift
[154/372] Compiling GRPCCore Base64.swift
[155/372] Compiling GRPCCore UnsafeTransfer.swift
[156/372] Compiling GRPCCore RuntimeError.swift
[157/372] Compiling GRPCCore ServiceDescriptor.swift
[158/372] Compiling GRPCCore Status.swift
[159/372] Compiling GRPCCore AsyncSequenceOfOne.swift
[160/372] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[161/372] Compiling GRPCCore BroadcastAsyncSequence.swift
[162/372] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[163/372] Compiling GRPCCore RPCWriter+Map.swift
[172/372] Compiling GRPCCore CompressionAlgorithm.swift
[173/372] Compiling GRPCCore GRPCContiguousBytes.swift
[174/372] Compiling GRPCCore MethodConfig.swift
[175/372] Compiling GRPCCore ServiceConfig.swift
[176/372] Compiling GRPCCore RetryDelaySequence.swift
[177/372] Compiling GRPCCore ConditionalInterceptor.swift
[178/372] Compiling GRPCCore ServerCancellationManager.swift
[179/372] Compiling GRPCCore ServerRPCExecutor.swift
[180/372] Compiling GRPCCore CallOptions.swift
[181/372] Compiling GRPCCore ClientContext.swift
[182/372] Compiling GRPCCore ClientInterceptor.swift
[183/372] Compiling GRPCCore ClientRequest.swift
[184/372] Compiling GRPCCore ClientResponse.swift
[185/372] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[186/372] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[187/372] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[188/372] Emitting module GRPCCore
[189/372] Compiling GRPCCore RPCRouter.swift
[190/372] Compiling GRPCCore RegistrableRPCService.swift
[191/372] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[192/372] Compiling GRPCCore ServerContext.swift
[193/372] Compiling GRPCCore ServerInterceptor.swift
[194/372] Compiling GRPCCore ServerRequest.swift
[195/372] Compiling GRPCCore ServerResponse.swift
[196/372] Compiling GRPCCore Coding.swift
[197/372] Compiling GRPCCore ClientRPCExecutor.swift
[198/372] Compiling GRPCCore ClientRequest+Convenience.swift
[199/372] Compiling GRPCCore ClientResponse+Convenience.swift
[200/372] Compiling GRPCCore ClientStreamExecutor.swift
[332/375] Wrapping AST for GRPCCodeGen for debugging
[336/375] Compiling SwiftProtobuf api.pb.swift
[337/375] Compiling SwiftProtobuf descriptor.pb.swift
[338/375] Compiling SwiftProtobuf duration.pb.swift
[339/375] Compiling SwiftProtobuf empty.pb.swift
[340/375] Compiling SwiftProtobuf field_mask.pb.swift
[341/375] Compiling SwiftProtobuf source_context.pb.swift
[342/375] Compiling SwiftProtobuf struct.pb.swift
[343/375] Compiling SwiftProtobuf timestamp.pb.swift
[344/375] Compiling SwiftProtobuf type.pb.swift
[345/375] Compiling SwiftProtobuf wrappers.pb.swift
[346/375] Compiling SwiftProtobuf resource_bundle_accessor.swift
[359/377] Wrapping AST for SwiftProtobuf for debugging
[362/438] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[363/438] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[364/438] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[365/441] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[366/441] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[367/441] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[368/444] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[369/444] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[370/444] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[371/444] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[372/444] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[373/444] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[380/444] Emitting module SwiftProtobufPluginLibrary
[382/444] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[383/444] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[384/444] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[385/444] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[386/444] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[387/444] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[388/444] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[389/444] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[390/444] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[391/444] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[392/444] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[393/444] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[394/444] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[395/444] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[399/444] Compiling GRPCProtobuf status.pb.swift
[403/445] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[414/446] Compiling GRPCProtobuf GoogleRPCStatus.swift
[423/447] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[424/447] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[427/499] Emitting module GRPCProtobufCodeGen
[429/499] Compiling GRPCProtobufCodeGen CamelCaser.swift
[430/499] Compiling protoc_gen_swift MessageGenerator.swift
[431/499] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[432/499] Compiling protoc_gen_swift MessageStorageDecision.swift
[433/502] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[434/502] Compiling GRPCProtobufCodeGen ProtobufCodeGenerator.swift
[436/503] Compiling GRPCProtobuf code.pb.swift
[437/503] Compiling GRPCProtobuf error_details.pb.swift
[439/503] Compiling protoc_gen_swift ExtensionSetGenerator.swift
[440/503] Compiling protoc_gen_swift FieldGenerator.swift
[441/503] Emitting module GRPCProtobuf
[442/503] Compiling protoc_gen_swift Descriptor+Extensions.swift
[443/503] Compiling protoc_gen_swift EnumGenerator.swift
[444/503] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[445/503] Compiling protoc_gen_swift Range+Extensions.swift
[446/503] Compiling protoc_gen_swift StringUtils.swift
[450/507] Compiling GRPCProtobufCodeGen CamelCaser.swift
[451/507] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[452/508] Wrapping AST for GRPCProtobufCodeGen for debugging
[455/512] Compiling protoc_gen_swift FileGenerator.swift
[456/512] Compiling protoc_gen_swift FileIo.swift
[457/512] Compiling protoc_gen_swift GenerationError.swift
[458/512] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[459/512] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[460/512] Compiling protoc_gen_swift Version.swift
[461/512] Emitting module protoc_gen_grpc_swift_2
[461/512] Wrapping AST for GRPCProtobufCodeGen for debugging
[463/512] Compiling protoc_gen_swift GeneratorOptions.swift
[464/512] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[465/512] Compiling protoc_gen_swift MessageFieldGenerator.swift
[469/512] Compiling protoc_gen_swift OneofGenerator.swift
[470/512] Compiling protoc_gen_swift ProtoNameInstructionWriter.swift
[471/512] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.swift
[478/516] Compiling protoc_gen_swift BytecodeWriter.swift
[479/516] Compiling protoc_gen_swift CommandLine+Extensions.swift
[484/516] Compiling protoc_gen_grpc_swift_2 GenerateGRPC.swift
[488/516] Emitting module protoc_gen_swift
[489/516] Compiling protoc_gen_grpc_swift_2 Version.swift
[490/516] Emitting module protoc_gen_grpc_swift_2
[494/516] Emitting module protoc_gen_swift
[495/517] Compiling protoc_gen_grpc_swift_2 Options.swift
[496/517] Compiling protoc_gen_grpc_swift_2 Version.swift
[505/519] Wrapping AST for protoc-gen-swift for debugging
[506/519] Write Objects.LinkFileList
[508/519] Compiling protoc_gen_grpc_swift_2 GenerateGRPC.swift
[509/519] Compiling protoc_gen_grpc_swift_2 Options.swift
[509/520] Wrapping AST for protoc-gen-grpc-swift-2 for debugging
[510/520] Write Objects.LinkFileList
[511/520] Wrapping AST for protoc-gen-swift for debugging
[512/520] Write Objects.LinkFileList
[514/520] Wrapping AST for protoc-gen-grpc-swift-2 for debugging
[515/520] Write Objects.LinkFileList
[516/520] Linking protoc-gen-swift-tool
[517/520] Linking protoc-gen-swift
[518/520] Linking protoc-gen-grpc-swift-2-tool
[519/520] Linking protoc-gen-grpc-swift-2
Build complete! (120.59s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.0",
            "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" : [
  ],
  "products" : [
    {
      "name" : "GRPCProtobuf",
      "targets" : [
        "GRPCProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-grpc-swift-2",
      "targets" : [
        "protoc-gen-grpc-swift-2"
      ],
      "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_2",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-grpc-swift-2",
      "path" : "Sources/protoc-gen-grpc-swift-2",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-grpc-swift-2",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "GenerateGRPC.swift",
        "Options.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobufCodeGen",
        "CGRPCProtobuf"
      ],
      "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-2"
      ],
      "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-2"
      ],
      "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-2",
        "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"
    },
    {
      "c99name" : "CGRPCProtobuf",
      "module_type" : "ClangTarget",
      "name" : "CGRPCProtobuf",
      "path" : "Sources/CGRPCProtobuf",
      "product_memberships" : [
        "protoc-gen-grpc-swift-2",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CGRPCProtobuf.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.