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 main (0f043a), with Swift 5.10 for Linux on 27 Jun 2025 20:22:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/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/apple/swift-protobuf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0f043ac Create a bytecode interpreter to compactly represent text/JSON name maps. (#1789)
Cloned https://github.com/apple/swift-protobuf.git
Revision (git rev-parse @):
0f043ac24a920257ef0a43768132acd1c24f008b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-protobuf.git at main
========================================
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-4609320-0":/host -w "$PWD" 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:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
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
[1/17] Write sources
[1/17] Copying PrivacyInfo.xcprivacy
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/102] Compiling SwiftProtobuf ProtoNameProviding.swift
[11/102] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[12/102] Compiling SwiftProtobuf ProtobufMap.swift
[13/102] Compiling SwiftProtobuf SelectiveVisitor.swift
[14/102] Compiling SwiftProtobuf SimpleExtensionMap.swift
[15/102] Compiling SwiftProtobuf StringUtils.swift
[16/102] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[17/102] Compiling SwiftProtobuf SwiftProtobufError.swift
[18/102] Compiling SwiftProtobuf TextFormatDecoder.swift
[19/102] Compiling SwiftProtobuf TextFormatDecodingError.swift
[20/102] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[21/102] Compiling SwiftProtobuf TextFormatEncoder.swift
[22/102] Compiling SwiftProtobuf JSONDecoder.swift
[23/102] Compiling SwiftProtobuf JSONDecodingError.swift
[24/102] Compiling SwiftProtobuf JSONDecodingOptions.swift
[25/102] Compiling SwiftProtobuf JSONEncoder.swift
[26/102] Compiling SwiftProtobuf JSONEncodingError.swift
[27/102] Compiling SwiftProtobuf JSONEncodingOptions.swift
[28/102] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[29/102] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[30/102] Compiling SwiftProtobuf JSONScanner.swift
[31/102] Compiling SwiftProtobuf MathUtils.swift
[32/102] Compiling SwiftProtobuf Message+AnyAdditions.swift
[33/102] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[34/113] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[35/113] Compiling SwiftProtobuf Message+FieldMask.swift
[36/113] Compiling SwiftProtobuf Message+JSONAdditions.swift
[37/113] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[38/113] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[39/113] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[40/113] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[41/113] Compiling SwiftProtobuf Message.swift
[42/113] Compiling SwiftProtobuf MessageExtension.swift
[43/113] Compiling SwiftProtobuf NameMap.swift
[44/113] Compiling SwiftProtobuf PathDecoder.swift
[45/113] Compiling SwiftProtobuf PathVisitor.swift
[46/113] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[47/113] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[48/113] Compiling SwiftProtobuf TextFormatScanner.swift
[49/113] Compiling SwiftProtobuf TimeUtils.swift
[50/113] Compiling SwiftProtobuf UnknownStorage.swift
[51/113] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[52/113] Compiling SwiftProtobuf Varint.swift
[53/113] Compiling SwiftProtobuf Version.swift
[54/113] Compiling SwiftProtobuf Visitor.swift
[55/113] Compiling SwiftProtobuf WireFormat.swift
[56/113] Compiling SwiftProtobuf ZigZag.swift
[57/113] Compiling SwiftProtobuf any.pb.swift
[58/113] 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 = {
               ^
[59/113] Compiling SwiftProtobuf AnyMessageStorage.swift
[60/113] Compiling SwiftProtobuf AnyUnpackError.swift
[61/113] Compiling SwiftProtobuf AsyncMessageSequence.swift
[62/113] Compiling SwiftProtobuf BinaryDecoder.swift
[63/113] Compiling SwiftProtobuf BinaryDecodingError.swift
[64/113] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[65/113] Compiling SwiftProtobuf BinaryDelimited.swift
[66/113] Compiling SwiftProtobuf BinaryEncoder.swift
[67/113] Compiling SwiftProtobuf BinaryEncodingError.swift
[68/113] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[69/113] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[70/113] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[71/113] Compiling SwiftProtobuf BytecodeInterpreter.swift
[72/113] Compiling SwiftProtobuf BytecodeReader.swift
[73/113] Compiling SwiftProtobuf CustomJSONCodable.swift
[74/113] Compiling SwiftProtobuf Decoder.swift
[75/113] Compiling SwiftProtobuf DoubleParser.swift
[76/113] Compiling SwiftProtobuf Enum.swift
[77/113] Compiling SwiftProtobuf ExtensibleMessage.swift
[78/113] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[79/113] Compiling SwiftProtobuf ExtensionFields.swift
[80/113] Compiling SwiftProtobuf ExtensionMap.swift
[81/113] Compiling SwiftProtobuf FieldTag.swift
[82/113] Compiling SwiftProtobuf FieldTypes.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
[110/149] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[111/149] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[112/149] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[114/153] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[115/153] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[116/153] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[117/153] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[118/153] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[119/153] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[120/153] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[121/153] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[122/153] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[123/153] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[124/153] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[125/153] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[126/153] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[127/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 = {
               ^
[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] Emitting module Conformance
[142/176] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[143/176] Compiling protoc_gen_swift Range+Extensions.swift
[144/176] Compiling protoc_gen_swift StringUtils.swift
[145/179] Compiling protoc_gen_swift FileGenerator.swift
[146/179] Compiling protoc_gen_swift FileIo.swift
[147/179] Compiling protoc_gen_swift GenerationError.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 SwiftGeneratorPlugin.swift
[152/179] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[153/179] Compiling protoc_gen_swift Version.swift
[154/179] Compiling protoc_gen_swift OneofGenerator.swift
[155/179] Compiling protoc_gen_swift ProtoNameInstructionWriter.swift
[156/179] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.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 MessageGenerator.swift
[162/179] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[163/179] Compiling protoc_gen_swift MessageStorageDecision.swift
[164/179] Compiling protoc_gen_swift GeneratorOptions.swift
[165/179] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[166/179] Compiling protoc_gen_swift MessageFieldGenerator.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_editions.pb.swift
[172/180] Compiling Conformance test_messages_proto3.pb.swift
[173/180] Compiling Conformance test_messages_edition2023.pb.swift
[174/180] Compiling Conformance conformance.pb.swift
[175/180] Compiling Conformance test_messages_proto2.pb.swift
[176/180] Compiling Conformance main.swift
[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! (38.76s)
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_OpcodeCompatibility.swift",
        "Test_Packed.swift",
        "Test_ParsingMerge.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_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:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.