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.30.0 (102a64), with Swift 5.10 for Linux on 31 May 2025 12:50:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-protobuf.git
Reference: 1.30.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-protobuf
 * tag               1.30.0     -> FETCH_HEAD
HEAD is now at 102a647 Version bump to prep for a release (#1781)
Cloned https://github.com/apple/swift-protobuf.git
Revision (git rev-parse @):
102a647b573f60f73afdce5613a51d71349fe507
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-protobuf.git at 1.30.0
========================================
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-1":/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:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
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
[1/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/100] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[11/100] Compiling SwiftProtobuf TextFormatScanner.swift
[12/100] Compiling SwiftProtobuf TimeUtils.swift
[13/100] Compiling SwiftProtobuf UnknownStorage.swift
[14/100] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[15/100] Compiling SwiftProtobuf Varint.swift
[16/100] Compiling SwiftProtobuf Version.swift
[17/100] Compiling SwiftProtobuf Visitor.swift
[18/100] Compiling SwiftProtobuf WireFormat.swift
[19/100] Compiling SwiftProtobuf ZigZag.swift
[20/100] Compiling SwiftProtobuf any.pb.swift
[21/111] Compiling SwiftProtobuf CustomJSONCodable.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 =
            ^
[22/111] Compiling SwiftProtobuf Decoder.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 =
            ^
[23/111] Compiling SwiftProtobuf DoubleParser.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 =
            ^
[24/111] Compiling SwiftProtobuf Enum.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 =
            ^
[25/111] Compiling SwiftProtobuf ExtensibleMessage.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 =
            ^
[26/111] Compiling SwiftProtobuf ExtensionFieldValueSet.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 =
            ^
[27/111] Compiling SwiftProtobuf ExtensionFields.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 =
            ^
[28/111] Compiling SwiftProtobuf ExtensionMap.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 =
            ^
[29/111] Compiling SwiftProtobuf FieldTag.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 =
            ^
[30/111] Compiling SwiftProtobuf FieldTypes.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 =
            ^
[31/111] 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 =
            ^
[32/111] 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 =
            ^
[33/111] Compiling SwiftProtobuf ProtobufMap.swift
[34/111] Compiling SwiftProtobuf SelectiveVisitor.swift
[35/111] Compiling SwiftProtobuf SimpleExtensionMap.swift
[36/111] Compiling SwiftProtobuf StringUtils.swift
[37/111] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[38/111] Compiling SwiftProtobuf SwiftProtobufError.swift
[39/111] Compiling SwiftProtobuf TextFormatDecoder.swift
[40/111] Compiling SwiftProtobuf TextFormatDecodingError.swift
[41/111] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[42/111] Compiling SwiftProtobuf TextFormatEncoder.swift
[43/111] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[44/111] Compiling SwiftProtobuf Message+JSONAdditions.swift
[45/111] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[46/111] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[47/111] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[48/111] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[49/111] Compiling SwiftProtobuf Message.swift
[50/111] Compiling SwiftProtobuf MessageExtension.swift
[51/111] Compiling SwiftProtobuf NameMap.swift
[52/111] Compiling SwiftProtobuf PathDecoder.swift
[53/111] Compiling SwiftProtobuf PathVisitor.swift
[54/111] Compiling SwiftProtobuf ProtoNameProviding.swift
[55/111] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[56/111] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[57/111] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[58/111] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[59/111] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[60/111] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[61/111] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[62/111] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[63/111] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[64/111] Compiling SwiftProtobuf HashVisitor.swift
[65/111] Compiling SwiftProtobuf Internal.swift
[66/111] Compiling SwiftProtobuf JSONDecoder.swift
[67/111] Compiling SwiftProtobuf JSONDecodingError.swift
[68/111] Compiling SwiftProtobuf JSONDecodingOptions.swift
[69/111] Compiling SwiftProtobuf JSONEncoder.swift
[70/111] Compiling SwiftProtobuf JSONEncodingError.swift
[71/111] Compiling SwiftProtobuf JSONEncodingOptions.swift
[72/111] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[73/111] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[74/111] Compiling SwiftProtobuf JSONScanner.swift
[75/111] Compiling SwiftProtobuf MathUtils.swift
[76/111] Compiling SwiftProtobuf Message+AnyAdditions.swift
[77/111] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[78/111] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[79/111] Compiling SwiftProtobuf Message+FieldMask.swift
[80/111] 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 = {
               ^
[81/111] Compiling SwiftProtobuf AnyMessageStorage.swift
[82/111] Compiling SwiftProtobuf AnyUnpackError.swift
[83/111] Compiling SwiftProtobuf AsyncMessageSequence.swift
[84/111] Compiling SwiftProtobuf BinaryDecoder.swift
[85/111] Compiling SwiftProtobuf BinaryDecodingError.swift
[86/111] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[87/111] Compiling SwiftProtobuf BinaryDelimited.swift
[88/111] Compiling SwiftProtobuf BinaryEncoder.swift
[89/111] Compiling SwiftProtobuf BinaryEncodingError.swift
[90/111] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[91/111] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[92/111] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[93/111] 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 = {
               ^
[94/111] 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 = {
               ^
[95/111] 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 = {
               ^
[96/111] 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 = {
               ^
[97/111] 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 = {
               ^
[98/111] 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 = {
               ^
[99/111] 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 = {
               ^
[100/111] 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 = {
               ^
[101/111] 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 = {
               ^
[102/111] 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 = {
               ^
[103/111] 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 = {
               ^
[104/112] Wrapping AST for SwiftProtobuf for debugging
[106/147] Emitting module SwiftProtobufTestHelpers
[107/147] Compiling SwiftProtobufTestHelpers Descriptor+TestHelpers.swift
[109/148] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[110/148] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[111/148] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[112/148] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[113/148] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[114/148] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[115/151] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[116/151] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[117/151] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[118/151] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[119/151] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[120/151] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[121/151] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[122/151] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[123/151] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[124/151] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[125/151] 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 = {
               ^
[126/151] Compiling Conformance conformance.pb.swift
[127/151] 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 = {
               ^
[128/151] 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 = {
               ^
[129/151] 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 = {
               ^
[130/151] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[131/151] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[132/151] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[133/151] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[134/151] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[135/151] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[136/151] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[137/151] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[138/152] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[140/173] Compiling protoc_gen_swift StringUtils.swift
[141/173] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[142/175] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.swift
[143/175] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[144/175] Compiling protoc_gen_swift Range+Extensions.swift
[145/175] Emitting module protoc_gen_swift
[146/175] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[147/175] Compiling protoc_gen_swift Version.swift
[148/175] Emitting module Conformance
[149/175] Compiling protoc_gen_swift CommandLine+Extensions.swift
[150/175] Compiling protoc_gen_swift Descriptor+Extensions.swift
[151/175] Compiling protoc_gen_swift EnumGenerator.swift
[152/175] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[153/175] Compiling protoc_gen_swift MessageStorageDecision.swift
[154/175] Compiling protoc_gen_swift OneofGenerator.swift
[155/175] Compiling protoc_gen_swift ExtensionSetGenerator.swift
[156/175] Compiling protoc_gen_swift FieldGenerator.swift
[157/175] Compiling protoc_gen_swift FileGenerator.swift
[158/175] Compiling protoc_gen_swift FileIo.swift
[159/175] Compiling protoc_gen_swift GenerationError.swift
[160/175] Compiling protoc_gen_swift GeneratorOptions.swift
[161/175] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[162/175] Compiling protoc_gen_swift MessageFieldGenerator.swift
[163/175] Compiling protoc_gen_swift MessageGenerator.swift
[164/176] Wrapping AST for protoc-gen-swift for debugging
[165/176] Write Objects.LinkFileList
[166/176] Linking protoc-gen-swift
[168/176] Compiling Conformance test_messages_proto3_editions.pb.swift
[169/176] Compiling Conformance test_messages_proto3.pb.swift
[170/176] Compiling Conformance test_messages_proto2_editions.pb.swift
[171/176] Compiling Conformance test_messages_edition2023.pb.swift
[172/176] Compiling Conformance test_messages_proto2.pb.swift
[173/176] Compiling Conformance main.swift
[174/177] Wrapping AST for Conformance for debugging
[175/177] Write Objects.LinkFileList
[176/177] Linking Conformance
Build complete! (43.28s)
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_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" : [
        "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",
        "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_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",
        "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:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.