The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftProtobuf, reference main (7407bc), with Swift 5.10 for Linux on 8 Apr 2025 21:09:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.60.1
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 7407bce Track some more upstream changes moving off `label`. (#1769)
Cloned https://github.com/apple/swift-protobuf.git
Revision (git rev-parse @):
7407bce0a2f7228fd0b40c314f3ff3314e9a26e2
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-2":/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:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
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
[3/17] Copying PrivacyInfo.xcprivacy
[6/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/100] 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/111] Compiling SwiftProtobuf Message+JSONAdditions.swift
[12/111] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[13/111] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[14/111] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[15/111] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[16/111] Compiling SwiftProtobuf Message.swift
[17/111] Compiling SwiftProtobuf MessageExtension.swift
[18/111] Compiling SwiftProtobuf NameMap.swift
[19/111] Compiling SwiftProtobuf PathDecoder.swift
[20/111] Compiling SwiftProtobuf PathVisitor.swift
[21/111] Compiling SwiftProtobuf ProtoNameProviding.swift
[22/111] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[23/111] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[24/111] Compiling SwiftProtobuf TextFormatScanner.swift
[25/111] Compiling SwiftProtobuf TimeUtils.swift
[26/111] Compiling SwiftProtobuf UnknownStorage.swift
[27/111] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[28/111] Compiling SwiftProtobuf Varint.swift
[29/111] Compiling SwiftProtobuf Version.swift
[30/111] Compiling SwiftProtobuf Visitor.swift
[31/111] Compiling SwiftProtobuf WireFormat.swift
[32/111] Compiling SwiftProtobuf ZigZag.swift
[33/111] Compiling SwiftProtobuf any.pb.swift
[34/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 =
            ^
[35/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 =
            ^
[36/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 =
            ^
[37/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 =
            ^
[38/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 =
            ^
[39/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 =
            ^
[40/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 =
            ^
[41/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 =
            ^
[42/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 =
            ^
[43/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 =
            ^
[44/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 =
            ^
[45/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 =
            ^
[46/111] Compiling SwiftProtobuf ProtobufMap.swift
[47/111] Compiling SwiftProtobuf SelectiveVisitor.swift
[48/111] Compiling SwiftProtobuf SimpleExtensionMap.swift
[49/111] Compiling SwiftProtobuf StringUtils.swift
[50/111] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[51/111] Compiling SwiftProtobuf SwiftProtobufError.swift
[52/111] Compiling SwiftProtobuf TextFormatDecoder.swift
[53/111] Compiling SwiftProtobuf TextFormatDecodingError.swift
[54/111] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[55/111] Compiling SwiftProtobuf TextFormatEncoder.swift
[56/111] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[57/111] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[58/111] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[59/111] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[60/111] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[61/111] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[62/111] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[63/111] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[64/111] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[65/111] Compiling SwiftProtobuf HashVisitor.swift
[66/111] Compiling SwiftProtobuf Internal.swift
[67/111] Compiling SwiftProtobuf JSONDecoder.swift
[68/111] Compiling SwiftProtobuf JSONDecodingError.swift
[69/111] Compiling SwiftProtobuf JSONDecodingOptions.swift
[70/111] Compiling SwiftProtobuf JSONEncoder.swift
[71/111] Compiling SwiftProtobuf JSONEncodingError.swift
[72/111] Compiling SwiftProtobuf JSONEncodingOptions.swift
[73/111] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[74/111] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[75/111] Compiling SwiftProtobuf JSONScanner.swift
[76/111] Compiling SwiftProtobuf MathUtils.swift
[77/111] Compiling SwiftProtobuf Message+AnyAdditions.swift
[78/111] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[79/111] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[80/111] Compiling SwiftProtobuf Message+FieldMask.swift
[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
[108/147] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[109/147] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[110/147] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.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/150] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[116/150] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[117/150] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[119/151] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[120/151] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[121/151] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[122/151] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[123/151] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[124/151] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[125/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 = {
               ^
[126/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 = {
               ^
[127/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 = {
               ^
[128/151] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[129/151] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[130/151] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[131/151] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[132/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 = {
               ^
[133/151] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[134/151] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[135/151] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[136/151] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[137/152] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[139/173] Compiling Conformance conformance.pb.swift
[140/173] Emitting module Conformance
[141/173] Compiling protoc_gen_swift StringUtils.swift
[142/173] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[143/173] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.swift
[144/173] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[145/173] Compiling protoc_gen_swift Range+Extensions.swift
[146/175] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[147/175] Compiling protoc_gen_swift Version.swift
[148/175] Compiling protoc_gen_swift ExtensionSetGenerator.swift
[149/175] Compiling protoc_gen_swift FieldGenerator.swift
[150/175] Compiling protoc_gen_swift FileGenerator.swift
[151/175] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[152/175] Compiling protoc_gen_swift MessageStorageDecision.swift
[153/175] Compiling protoc_gen_swift OneofGenerator.swift
[154/175] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[155/175] Compiling protoc_gen_swift MessageFieldGenerator.swift
[156/175] Compiling protoc_gen_swift MessageGenerator.swift
[157/175] Compiling protoc_gen_swift FileIo.swift
[158/175] Compiling protoc_gen_swift GenerationError.swift
[159/175] Compiling protoc_gen_swift GeneratorOptions.swift
[160/175] Compiling protoc_gen_swift CommandLine+Extensions.swift
[161/175] Compiling protoc_gen_swift Descriptor+Extensions.swift
[162/175] Compiling protoc_gen_swift EnumGenerator.swift
[163/175] Emitting module protoc_gen_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 main.swift
[169/176] Compiling Conformance test_messages_proto3.pb.swift
[170/176] Compiling Conformance test_messages_proto3_editions.pb.swift
[171/176] Compiling Conformance test_messages_proto2_editions.pb.swift
[172/176] Compiling Conformance test_messages_edition2023.pb.swift
[173/176] Compiling Conformance test_messages_proto2.pb.swift
[174/177] Wrapping AST for Conformance for debugging
[175/177] Write Objects.LinkFileList
[176/177] Linking Conformance
Build complete! (33.73s)
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.8"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.