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 SwiftProtobuf, reference 1.33.3 (c169a5), with Swift 5.10 for Linux on 29 Oct 2025 18:35:58 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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-protobuf.git
Reference: 1.33.3
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/apple/swift-protobuf
 * tag               1.33.3     -> FETCH_HEAD
HEAD is now at c169a57 Ignore the abseil privacy manifest and bump the patch version (#1885)
Submodule path 'Sources/protobuf/abseil': checked out '76bb24329e8bf5f39704eb10d21b9a80befa7c81'
Submodule path 'Sources/protobuf/protobuf': checked out 'a79f2d2e9fadd75e94f3fe40a0399bf0a5d90551'
Submodule 'Sources/protobuf/abseil' (https://github.com/abseil/abseil-cpp) registered for path 'Sources/protobuf/abseil'
Submodule 'Sources/protobuf/protobuf' (https://github.com/protocolbuffers/protobuf) registered for path 'Sources/protobuf/protobuf'
Cloning into '/host/spi-builder-workspace/Sources/protobuf/abseil'...
Cloning into '/host/spi-builder-workspace/Sources/protobuf/protobuf'...
Cloned https://github.com/apple/swift-protobuf.git
Revision (git rev-parse @):
c169a5744230951031770e27e475ff6eefe51f9d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-protobuf.git at 1.33.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/apple/swift-protobuf.git
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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/17] Write sources
[1/17] Copying PrivacyInfo.xcprivacy
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/102] Emitting module SwiftProtobuf
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[11/113] Compiling SwiftProtobuf BytecodeInterpreter.swift
[12/113] Compiling SwiftProtobuf BytecodeReader.swift
[13/113] Compiling SwiftProtobuf CustomJSONCodable.swift
[14/113] Compiling SwiftProtobuf Decoder.swift
[15/113] Compiling SwiftProtobuf DoubleParser.swift
[16/113] Compiling SwiftProtobuf Enum.swift
[17/113] Compiling SwiftProtobuf ExtensibleMessage.swift
[18/113] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[19/113] Compiling SwiftProtobuf ExtensionFields.swift
[20/113] Compiling SwiftProtobuf ExtensionMap.swift
[21/113] Compiling SwiftProtobuf FieldTag.swift
[22/113] Compiling SwiftProtobuf FieldTypes.swift
[23/113] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[24/113] Compiling SwiftProtobuf Message+FieldMask.swift
[25/113] Compiling SwiftProtobuf Message+JSONAdditions.swift
[26/113] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[27/113] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[28/113] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[29/113] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[30/113] Compiling SwiftProtobuf Message.swift
[31/113] Compiling SwiftProtobuf MessageExtension.swift
[32/113] Compiling SwiftProtobuf NameMap.swift
[33/113] Compiling SwiftProtobuf PathDecoder.swift
[34/113] Compiling SwiftProtobuf PathVisitor.swift
[35/113] Compiling SwiftProtobuf AnyMessageStorage.swift
[36/113] Compiling SwiftProtobuf AnyUnpackError.swift
[37/113] Compiling SwiftProtobuf AsyncMessageSequence.swift
[38/113] Compiling SwiftProtobuf BinaryDecoder.swift
[39/113] Compiling SwiftProtobuf BinaryDecodingError.swift
[40/113] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[41/113] Compiling SwiftProtobuf BinaryDelimited.swift
[42/113] Compiling SwiftProtobuf BinaryEncoder.swift
[43/113] Compiling SwiftProtobuf BinaryEncodingError.swift
[44/113] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[45/113] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[46/113] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[47/113] Compiling SwiftProtobuf ProtoNameProviding.swift
[48/113] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[49/113] Compiling SwiftProtobuf ProtobufMap.swift
[50/113] Compiling SwiftProtobuf SelectiveVisitor.swift
[51/113] Compiling SwiftProtobuf SimpleExtensionMap.swift
[52/113] Compiling SwiftProtobuf StringUtils.swift
[53/113] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[54/113] Compiling SwiftProtobuf SwiftProtobufError.swift
[55/113] Compiling SwiftProtobuf TextFormatDecoder.swift
[56/113] Compiling SwiftProtobuf TextFormatDecodingError.swift
[57/113] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[58/113] Compiling SwiftProtobuf TextFormatEncoder.swift
[59/113] Compiling SwiftProtobuf JSONDecoder.swift
[60/113] Compiling SwiftProtobuf JSONDecodingError.swift
[61/113] Compiling SwiftProtobuf JSONDecodingOptions.swift
[62/113] Compiling SwiftProtobuf JSONEncoder.swift
[63/113] Compiling SwiftProtobuf JSONEncodingError.swift
[64/113] Compiling SwiftProtobuf JSONEncodingOptions.swift
[65/113] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[66/113] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[67/113] Compiling SwiftProtobuf JSONScanner.swift
[68/113] Compiling SwiftProtobuf MathUtils.swift
[69/113] Compiling SwiftProtobuf Message+AnyAdditions.swift
[70/113] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[71/113] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[72/113] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[73/113] Compiling SwiftProtobuf TextFormatScanner.swift
[74/113] Compiling SwiftProtobuf TimeUtils.swift
[75/113] Compiling SwiftProtobuf UnknownStorage.swift
[76/113] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[77/113] Compiling SwiftProtobuf Varint.swift
[78/113] Compiling SwiftProtobuf Version.swift
[79/113] Compiling SwiftProtobuf Visitor.swift
[80/113] Compiling SwiftProtobuf WireFormat.swift
[81/113] Compiling SwiftProtobuf ZigZag.swift
[82/113] Compiling SwiftProtobuf any.pb.swift
[83/113] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[84/113] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[85/113] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[86/113] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[87/113] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[88/113] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[89/113] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[90/113] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[91/113] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[92/113] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[93/113] Compiling SwiftProtobuf HashVisitor.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[94/113] Compiling SwiftProtobuf Internal.swift
/host/spi-builder-workspace/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift:21:13: warning: let 'knownTypesQueue' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let knownTypesQueue =
            ^
[95/113] Compiling SwiftProtobuf api.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[96/113] Compiling SwiftProtobuf descriptor.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[97/113] Compiling SwiftProtobuf duration.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[98/113] Compiling SwiftProtobuf empty.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[99/113] Compiling SwiftProtobuf field_mask.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[100/113] Compiling SwiftProtobuf source_context.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[101/113] Compiling SwiftProtobuf struct.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[102/113] Compiling SwiftProtobuf timestamp.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[103/113] Compiling SwiftProtobuf type.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[104/113] Compiling SwiftProtobuf wrappers.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[105/113] Compiling SwiftProtobuf resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobuf.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[106/114] Wrapping AST for SwiftProtobuf for debugging
[108/149] Emitting module SwiftProtobufTestHelpers
[109/149] Compiling SwiftProtobufTestHelpers Descriptor+TestHelpers.swift
[111/150] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[112/150] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[113/150] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[114/150] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[115/153] Emitting module SwiftProtobufPluginLibrary
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobufPluginLibrary.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[116/153] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[117/153] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[118/153] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[119/153] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[120/153] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[121/153] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[122/153] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[123/153] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[124/153] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[125/153] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[126/153] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[127/153] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[128/153] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobufPluginLibrary.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[129/153] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobufPluginLibrary.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[130/153] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SwiftProtobufPluginLibrary.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let module: Bundle = {
               ^
[131/153] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[132/153] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[133/153] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[134/153] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[135/153] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[136/153] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[137/153] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[138/153] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[139/154] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[141/176] Compiling protoc_gen_swift FileGenerator.swift
[142/176] Compiling protoc_gen_swift FileIo.swift
[143/176] Compiling protoc_gen_swift GenerationError.swift
[144/179] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[145/179] Compiling protoc_gen_swift Range+Extensions.swift
[146/179] Compiling protoc_gen_swift StringUtils.swift
[147/179] Compiling Conformance conformance.pb.swift
[148/179] Compiling protoc_gen_swift EnumGenerator.swift
[149/179] Compiling protoc_gen_swift ExtensionSetGenerator.swift
[150/179] Compiling protoc_gen_swift FieldGenerator.swift
[151/179] Compiling protoc_gen_swift OneofGenerator.swift
[152/179] Compiling protoc_gen_swift ProtoNameInstructionWriter.swift
[153/179] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.swift
[154/179] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[155/179] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[156/179] Compiling protoc_gen_swift Version.swift
[157/179] Emitting module protoc_gen_swift
[158/179] Compiling protoc_gen_swift BytecodeWriter.swift
[159/179] Compiling protoc_gen_swift CommandLine+Extensions.swift
[160/179] Compiling protoc_gen_swift Descriptor+Extensions.swift
[161/179] Compiling protoc_gen_swift GeneratorOptions.swift
[162/179] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[163/179] Compiling protoc_gen_swift MessageFieldGenerator.swift
[164/179] Compiling protoc_gen_swift MessageGenerator.swift
[165/179] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[166/179] Compiling protoc_gen_swift MessageStorageDecision.swift
[167/180] Wrapping AST for protoc-gen-swift for debugging
[168/180] Write Objects.LinkFileList
[169/180] Linking protoc-gen-swift
[171/180] Compiling Conformance test_messages_proto3.pb.swift
[172/180] Compiling Conformance test_messages_proto3_editions.pb.swift
[173/180] Compiling Conformance main.swift
[174/180] Compiling Conformance test_messages_proto2.pb.swift
[175/180] Compiling Conformance test_messages_edition2023.pb.swift
[176/180] Emitting module Conformance
[177/180] Compiling Conformance test_messages_proto2_editions.pb.swift
[178/181] Wrapping AST for Conformance for debugging
[179/181] Write Objects.LinkFileList
[180/181] Linking Conformance
Build complete! (35.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftProtobuf",
  "name" : "SwiftProtobuf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "protoc-gen-swift",
      "targets" : [
        "protoc-gen-swift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftProtobuf",
      "targets" : [
        "SwiftProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftProtobufPluginLibrary",
      "targets" : [
        "SwiftProtobufPluginLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftProtobufPlugin",
      "targets" : [
        "SwiftProtobufPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "Conformance",
      "targets" : [
        "Conformance"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "protoc_gen_swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-swiftTests",
      "path" : "Tests/protoc-gen-swiftTests",
      "sources" : [
        "DescriptorTestData.swift",
        "Test_Bytecode.swift",
        "Test_DescriptorExtensions.swift",
        "Test_SwiftProtobufNamerExtensions.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-swift",
        "SwiftProtobufTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "protoc_gen_swift",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-swift",
      "path" : "Sources/protoc-gen-swift",
      "product_memberships" : [
        "protoc-gen-swift",
        "SwiftProtobufPlugin"
      ],
      "sources" : [
        "BytecodeWriter.swift",
        "CommandLine+Extensions.swift",
        "Descriptor+Extensions.swift",
        "EnumGenerator.swift",
        "ExtensionSetGenerator.swift",
        "FieldGenerator.swift",
        "FileGenerator.swift",
        "FileIo.swift",
        "GenerationError.swift",
        "GeneratorOptions.swift",
        "Google_Protobuf_FileDescriptorProto+Extensions.swift",
        "MessageFieldGenerator.swift",
        "MessageGenerator.swift",
        "MessageStorageClassGenerator.swift",
        "MessageStorageDecision.swift",
        "OneofGenerator.swift",
        "ProtoNameInstructionWriter.swift",
        "ProvidesDeprecationComment+Extensions.swift",
        "ProvidesSourceCodeLocation+Extensions.swift",
        "Range+Extensions.swift",
        "StringUtils.swift",
        "SwiftGeneratorPlugin.swift",
        "SwiftProtobufNamer+Extensions.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobufPluginLibrary",
        "SwiftProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobufTests",
      "path" : "Tests/SwiftProtobufTests",
      "sources" : [
        "Data+TestHelpers.swift",
        "TestHelpers.swift",
        "Test_AllTypes.swift",
        "Test_AllTypes_Proto3.swift",
        "Test_AllTypes_Proto3_Optional.swift",
        "Test_Any.swift",
        "Test_Api.swift",
        "Test_AsyncMessageSequence.swift",
        "Test_BasicFields_Access_Proto2.swift",
        "Test_BasicFields_Access_Proto3.swift",
        "Test_BinaryDecodingOptions.swift",
        "Test_BinaryDelimited.swift",
        "Test_BinaryEncodingOptions.swift",
        "Test_Conformance.swift",
        "Test_Duration.swift",
        "Test_Empty.swift",
        "Test_Enum.swift",
        "Test_EnumWithAliases.swift",
        "Test_Enum_Proto2.swift",
        "Test_Extensions.swift",
        "Test_ExtremeDefaultValues.swift",
        "Test_FieldMask.swift",
        "Test_FieldOrdering.swift",
        "Test_FuzzTests.swift",
        "Test_GroupWithGroups.swift",
        "Test_JSON.swift",
        "Test_JSONDecodingOptions.swift",
        "Test_JSONEncodingOptions.swift",
        "Test_JSON_Array.swift",
        "Test_JSON_Conformance.swift",
        "Test_JSON_Extensions.swift",
        "Test_JSON_Group.swift",
        "Test_JSON_Performance.swift",
        "Test_Map.swift",
        "Test_MapFields_Access_Proto2.swift",
        "Test_MapFields_Access_Proto3.swift",
        "Test_Map_JSON.swift",
        "Test_Merge.swift",
        "Test_MessageSet.swift",
        "Test_Naming.swift",
        "Test_OneofFields_Access_Proto2.swift",
        "Test_OneofFields_Access_Proto3.swift",
        "Test_OneofSwitchSplit.swift",
        "Test_OpcodeCompatibility.swift",
        "Test_Packed.swift",
        "Test_ParsingMerge.swift",
        "Test_RawSpan.swift",
        "Test_ReallyLargeTagNumber.swift",
        "Test_RecursiveMap.swift",
        "Test_Required.swift",
        "Test_Reserved.swift",
        "Test_SimpleExtensionMap.swift",
        "Test_Struct.swift",
        "Test_TextFormatDecodingOptions.swift",
        "Test_TextFormat_Map_proto3.swift",
        "Test_TextFormat_Performance.swift",
        "Test_TextFormat_Unknown.swift",
        "Test_TextFormat_WKT_proto3.swift",
        "Test_TextFormat_proto2.swift",
        "Test_TextFormat_proto2_extensions.swift",
        "Test_TextFormat_proto3.swift",
        "Test_Timestamp.swift",
        "Test_Type.swift",
        "Test_Unknown_proto2.swift",
        "Test_Unknown_proto3.swift",
        "Test_Wrappers.swift",
        "any_test.pb.swift",
        "fuzz_testing.pb.swift",
        "generated_swift_names_enum_cases.pb.swift",
        "generated_swift_names_enums.pb.swift",
        "generated_swift_names_fields.pb.swift",
        "generated_swift_names_messages.pb.swift",
        "map_proto2_unittest.pb.swift",
        "map_unittest.pb.swift",
        "test_messages_proto3.pb.swift",
        "unittest.pb.swift",
        "unittest_import.pb.swift",
        "unittest_import_public.pb.swift",
        "unittest_mset.pb.swift",
        "unittest_mset_wire_format.pb.swift",
        "unittest_preserve_unknown_enum.pb.swift",
        "unittest_preserve_unknown_enum2.pb.swift",
        "unittest_proto3.pb.swift",
        "unittest_proto3_optional.pb.swift",
        "unittest_swift_all_required_types.pb.swift",
        "unittest_swift_cycle.pb.swift",
        "unittest_swift_deprecated.pb.swift",
        "unittest_swift_deprecated_file.pb.swift",
        "unittest_swift_enum_optional_default.pb.swift",
        "unittest_swift_enum_proto2.pb.swift",
        "unittest_swift_enum_proto3.pb.swift",
        "unittest_swift_extension.pb.swift",
        "unittest_swift_extension2.pb.swift",
        "unittest_swift_extension3.pb.swift",
        "unittest_swift_extension4.pb.swift",
        "unittest_swift_fieldorder.pb.swift",
        "unittest_swift_groups.pb.swift",
        "unittest_swift_json.pb.swift",
        "unittest_swift_naming.pb.swift",
        "unittest_swift_naming_no_prefix.pb.swift",
        "unittest_swift_naming_number_prefix.pb.swift",
        "unittest_swift_oneof_all_required.pb.swift",
        "unittest_swift_oneof_merging.pb.swift",
        "unittest_swift_oneof_switch_split.pb.swift",
        "unittest_swift_reserved.pb.swift",
        "unittest_swift_reserved_ext.pb.swift",
        "unittest_swift_runtime_proto2.pb.swift",
        "unittest_swift_runtime_proto3.pb.swift",
        "unittest_well_known_types.pb.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobuf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtobufTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobufTestHelpers",
      "path" : "Sources/SwiftProtobufTestHelpers",
      "sources" : [
        "Descriptor+TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobuf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftProtobufPluginLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobufPluginLibraryTests",
      "path" : "Tests/SwiftProtobufPluginLibraryTests",
      "sources" : [
        "DescriptorTestData.swift",
        "PluginLibTestingEditionDefaults.swift",
        "Test_Descriptor.swift",
        "Test_Descriptor_FeatureResolution.swift",
        "Test_FeatureResolver.swift",
        "Test_NamingUtils.swift",
        "Test_ProtoFileToModuleMappings.swift",
        "Test_SwiftLanguage.swift",
        "Test_SwiftProtobufNamer.swift",
        "pluginlib_descriptor_delimited.pb.swift",
        "pluginlib_descriptor_test.pb.swift",
        "pluginlib_descriptor_test2.pb.swift",
        "pluginlib_descriptor_test_import.pb.swift",
        "test_features.pb.swift",
        "unittest_delimited.pb.swift",
        "unittest_delimited_import.pb.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobufPluginLibrary",
        "SwiftProtobufTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtobufPluginLibrary",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobufPluginLibrary",
      "path" : "Sources/SwiftProtobufPluginLibrary",
      "product_memberships" : [
        "protoc-gen-swift",
        "SwiftProtobufPluginLibrary",
        "SwiftProtobufPlugin"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftProtobufPluginLibrary/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CodeGenerator.swift",
        "CodeGeneratorParameter.swift",
        "CodePrinter.swift",
        "Descriptor+Extensions.swift",
        "Descriptor.swift",
        "FeatureResolver.swift",
        "FieldNumbers.swift",
        "GeneratorOutputs.swift",
        "Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift",
        "Google_Protobuf_Edition+Extensions.swift",
        "Google_Protobuf_SourceCodeInfo+Extensions.swift",
        "NamingUtils.swift",
        "PluginLibEditionDefaults.swift",
        "ProtoCompilerContext.swift",
        "ProtoFileToModuleMappings.swift",
        "ProvidesDeprecationComment.swift",
        "ProvidesLocationPath.swift",
        "ProvidesSourceCodeLocation.swift",
        "StandardErrorOutputStream.swift",
        "StringUtils.swift",
        "SwiftLanguage.swift",
        "SwiftProtobufInfo.swift",
        "SwiftProtobufNamer.swift",
        "UnicodeScalar+Extensions.swift",
        "plugin.pb.swift",
        "swift_protobuf_module_mappings.pb.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobuf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftProtobufPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftProtobufPlugin",
      "path" : "Plugins/SwiftProtobufPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftProtobufPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobuf",
      "path" : "Sources/SwiftProtobuf",
      "product_memberships" : [
        "protoc-gen-swift",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary",
        "SwiftProtobufPlugin",
        "Conformance"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftProtobuf/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyMessageStorage.swift",
        "AnyUnpackError.swift",
        "AsyncMessageSequence.swift",
        "BinaryDecoder.swift",
        "BinaryDecodingError.swift",
        "BinaryDecodingOptions.swift",
        "BinaryDelimited.swift",
        "BinaryEncoder.swift",
        "BinaryEncodingError.swift",
        "BinaryEncodingOptions.swift",
        "BinaryEncodingSizeVisitor.swift",
        "BinaryEncodingVisitor.swift",
        "BytecodeInterpreter.swift",
        "BytecodeReader.swift",
        "CustomJSONCodable.swift",
        "Decoder.swift",
        "DoubleParser.swift",
        "Enum.swift",
        "ExtensibleMessage.swift",
        "ExtensionFieldValueSet.swift",
        "ExtensionFields.swift",
        "ExtensionMap.swift",
        "FieldTag.swift",
        "FieldTypes.swift",
        "Google_Protobuf_Any+Extensions.swift",
        "Google_Protobuf_Any+Registry.swift",
        "Google_Protobuf_Duration+Extensions.swift",
        "Google_Protobuf_FieldMask+Extensions.swift",
        "Google_Protobuf_ListValue+Extensions.swift",
        "Google_Protobuf_NullValue+Extensions.swift",
        "Google_Protobuf_Struct+Extensions.swift",
        "Google_Protobuf_Timestamp+Extensions.swift",
        "Google_Protobuf_Value+Extensions.swift",
        "Google_Protobuf_Wrappers+Extensions.swift",
        "HashVisitor.swift",
        "Internal.swift",
        "JSONDecoder.swift",
        "JSONDecodingError.swift",
        "JSONDecodingOptions.swift",
        "JSONEncoder.swift",
        "JSONEncodingError.swift",
        "JSONEncodingOptions.swift",
        "JSONEncodingVisitor.swift",
        "JSONMapEncodingVisitor.swift",
        "JSONScanner.swift",
        "MathUtils.swift",
        "Message+AnyAdditions.swift",
        "Message+BinaryAdditions.swift",
        "Message+BinaryAdditions_Data.swift",
        "Message+FieldMask.swift",
        "Message+JSONAdditions.swift",
        "Message+JSONAdditions_Data.swift",
        "Message+JSONArrayAdditions.swift",
        "Message+JSONArrayAdditions_Data.swift",
        "Message+TextFormatAdditions.swift",
        "Message.swift",
        "MessageExtension.swift",
        "NameMap.swift",
        "PathDecoder.swift",
        "PathVisitor.swift",
        "ProtoNameProviding.swift",
        "ProtobufAPIVersionCheck.swift",
        "ProtobufMap.swift",
        "SelectiveVisitor.swift",
        "SimpleExtensionMap.swift",
        "StringUtils.swift",
        "SwiftProtobufContiguousBytes.swift",
        "SwiftProtobufError.swift",
        "TextFormatDecoder.swift",
        "TextFormatDecodingError.swift",
        "TextFormatDecodingOptions.swift",
        "TextFormatEncoder.swift",
        "TextFormatEncodingOptions.swift",
        "TextFormatEncodingVisitor.swift",
        "TextFormatScanner.swift",
        "TimeUtils.swift",
        "UnknownStorage.swift",
        "UnsafeRawPointer+Shims.swift",
        "Varint.swift",
        "Version.swift",
        "Visitor.swift",
        "WireFormat.swift",
        "ZigZag.swift",
        "any.pb.swift",
        "api.pb.swift",
        "descriptor.pb.swift",
        "duration.pb.swift",
        "empty.pb.swift",
        "field_mask.pb.swift",
        "source_context.pb.swift",
        "struct.pb.swift",
        "timestamp.pb.swift",
        "type.pb.swift",
        "wrappers.pb.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Conformance",
      "module_type" : "SwiftTarget",
      "name" : "Conformance",
      "path" : "Sources/Conformance",
      "product_memberships" : [
        "Conformance"
      ],
      "sources" : [
        "conformance.pb.swift",
        "main.swift",
        "test_messages_edition2023.pb.swift",
        "test_messages_proto2.pb.swift",
        "test_messages_proto2_editions.pb.swift",
        "test_messages_proto3.pb.swift",
        "test_messages_proto3_editions.pb.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobuf"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.