The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftProtoReflect, reference 6.0.1 (09c23a), with Swift 6.1 for macOS (SPM) on 10 Apr 2026 12:35:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/truewebber/swift-protoreflect.git
Reference: 6.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/truewebber/swift-protoreflect
 * tag               6.0.1      -> FETCH_HEAD
HEAD is now at 09c23ae Fix JSON deserialization of well-known wrappers to match proto3 number string and special float acceptance
Cloned https://github.com/truewebber/swift-protoreflect.git
Revision (git rev-parse @):
09c23aedf14bdca855e0945da8b2120d7c113e91
SUCCESS checkout https://github.com/truewebber/swift-protoreflect.git at 6.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/truewebber/swift-protoreflect.git
https://github.com/truewebber/swift-protoreflect.git
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "SwiftProtoReflect",
  "name" : "SwiftProtoReflect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftProtoReflect",
      "targets" : [
        "SwiftProtoReflect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftProtoReflectTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoReflectTests",
      "path" : "Tests/SwiftProtoReflectTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/common_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/container_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/cross_file_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/nesting_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/oneof_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/proto2_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/realworld_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/scalar_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/wkt_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/StructProto",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Bridge/BridgeFieldTypeComplianceTests.swift",
        "Bridge/DescriptorBridgeCoverageTests.swift",
        "Bridge/DescriptorBridgeDynamicMessageIntegrationTests.swift",
        "Bridge/DescriptorBridgeIntegrationTests.swift",
        "Bridge/DescriptorBridgeMapTests.swift",
        "Bridge/DescriptorBridgeNestedEnumTests.swift",
        "Bridge/DescriptorBridgeNestedMessageTests.swift",
        "Bridge/DescriptorBridgeRegressionTests.swift",
        "Bridge/DescriptorBridgeTests.swift",
        "Bridge/Proto2BridgeTests.swift",
        "Bridge/PublicBridgeProtocComplianceTests.swift",
        "Bridge/StaticMessageBridgeCreateDescriptorTests.swift",
        "Bridge/StaticMessageBridgeTests.swift",
        "Bridge/StaticMessageBridgeVisitorCoverageTests.swift",
        "Compatibility/CPPCompatibilityTests.swift",
        "Compatibility/CrossPlatformTests.swift",
        "Compatibility/GoogleConformanceTests.swift",
        "Compatibility/StructProtoGoldenBytesTests.swift",
        "Compatibility/StructProtoProtocFixtureTests.swift",
        "Descriptor/DescriptorOptionTests.swift",
        "Descriptor/DescriptorParentProtocolTests.swift",
        "Descriptor/EnumDescriptorTests.swift",
        "Descriptor/EnumDescriptorValidationTests.swift",
        "Descriptor/FieldDescriptorAllTypesTests.swift",
        "Descriptor/FieldDescriptorDeprecationTests.swift",
        "Descriptor/FieldDescriptorTests.swift",
        "Descriptor/FieldTypeGroupTests.swift",
        "Descriptor/FileDescriptorSyntaxTests.swift",
        "Descriptor/FileDescriptorTests.swift",
        "Descriptor/InternalDescriptorsMappingTests.swift",
        "Descriptor/MappingWKTConvertersTests.swift",
        "Descriptor/MessageDescriptorTests.swift",
        "Descriptor/OneofDescriptorTests.swift",
        "Descriptor/Proto2DescriptorTests.swift",
        "Descriptor/Proto3OptionalTests.swift",
        "Descriptor/SendableConformanceTests.swift",
        "Descriptor/ServiceDescriptorTests.swift",
        "Dynamic/DynamicFieldAccessTests.swift",
        "Dynamic/DynamicMessageCreationTests.swift",
        "Dynamic/DynamicMessageEdgeCaseTests.swift",
        "Dynamic/DynamicMessageEquatableTests.swift",
        "Dynamic/DynamicMessageExtendedTests.swift",
        "Dynamic/DynamicMessageGroupFieldTests.swift",
        "Dynamic/DynamicMessageTests.swift",
        "Dynamic/FieldAccessorEdgeCaseTests.swift",
        "Dynamic/FieldAccessorTests.swift",
        "Dynamic/MessageFactoryTests.swift",
        "Dynamic/Proto2DynamicMessageTests.swift",
        "Error/ErrorHandlingTests.swift",
        "Fixtures/NestedTypeFixtures.swift",
        "Fixtures/Proto/BinaryCompatTestHelpers.swift",
        "Fixtures/Proto/CompatDescriptors.swift",
        "Fixtures/Proto/CompatTestHelpers.swift",
        "Fixtures/Proto/common_types.pb.swift",
        "Fixtures/Proto/container_types.pb.swift",
        "Fixtures/Proto/cross_file_types.pb.swift",
        "Fixtures/Proto/nesting_types.pb.swift",
        "Fixtures/Proto/oneof_types.pb.swift",
        "Fixtures/Proto/proto2_types.pb.swift",
        "Fixtures/Proto/realworld_types.pb.swift",
        "Fixtures/Proto/scalar_types.pb.swift",
        "Fixtures/Proto/wkt_types.pb.swift",
        "Integration/AnyHandlerTests.swift",
        "Integration/BinaryCompatEdgeCasesTests.swift",
        "Integration/BinaryCompatEnumTests.swift",
        "Integration/BinaryCompatMapTests.swift",
        "Integration/BinaryCompatNestedTests.swift",
        "Integration/BinaryCompatOneofTests.swift",
        "Integration/BinaryCompatProto2Tests.swift",
        "Integration/BinaryCompatRealWorldTests.swift",
        "Integration/BinaryCompatRepeatedTests.swift",
        "Integration/BinaryCompatScalarsTests.swift",
        "Integration/BinaryCompatWKTTests.swift",
        "Integration/BinarySerializationIntegrationTests.swift",
        "Integration/CanonicalJSONStructProtoTests.swift",
        "Integration/CanonicalJSONWKTInteropTests.swift",
        "Integration/DurationHandlerTests.swift",
        "Integration/EmptyHandlerTests.swift",
        "Integration/FieldMaskHandlerTests.swift",
        "Integration/JSONCompatCrossFileTests.swift",
        "Integration/JSONCompatDefaultsTests.swift",
        "Integration/JSONCompatEdgeCasesTests.swift",
        "Integration/JSONCompatEnumTests.swift",
        "Integration/JSONCompatFieldNamesTests.swift",
        "Integration/JSONCompatKitchenSinkTests.swift",
        "Integration/JSONCompatMapTests.swift",
        "Integration/JSONCompatNestedTests.swift",
        "Integration/JSONCompatOneofTests.swift",
        "Integration/JSONCompatProto2Tests.swift",
        "Integration/JSONCompatRealWorldTests.swift",
        "Integration/JSONCompatRepeatedTests.swift",
        "Integration/JSONCompatScalarsTests.swift",
        "Integration/JSONCompatWKTTests.swift",
        "Integration/ListValueHandlerTests.swift",
        "Integration/NestedMessageIntegrationTests.swift",
        "Integration/NestedTypesIntegrationTests.swift",
        "Integration/StructHandlerTests.swift",
        "Integration/StructProtoDescriptorsTests.swift",
        "Integration/StructProtoHelpersCoverageTests.swift",
        "Integration/StructProtoHelpersTests.swift",
        "Integration/StructProtoInteropTests.swift",
        "Integration/TimestampHandlerTests.swift",
        "Integration/ValueHandlerTests.swift",
        "Integration/WellKnownTypeCoverageTests.swift",
        "Integration/WellKnownTypesTests.swift",
        "Integration/WrapperTypeTests.swift",
        "ModuleNamespaceTests.swift",
        "Performance/DynamicMessageBenchmarks.swift",
        "Performance/RegistryBenchmarks.swift",
        "Performance/SerializationBenchmarks.swift",
        "Registry/DescriptorPoolNestedTypesTests.swift",
        "Registry/DescriptorPoolProtocComplianceTests.swift",
        "Registry/DescriptorPoolTests.swift",
        "Registry/Proto2RegistryTests.swift",
        "Registry/TypeRegistryEdgeCasesTests.swift",
        "Registry/TypeRegistryNestedTypesTests.swift",
        "Registry/TypeRegistryTests.swift",
        "Serialization/BinaryDeserializationTests.swift",
        "Serialization/BinaryDeserializerEdgeCasesTests.swift",
        "Serialization/BinaryDeserializerPackedEdgeCasesTests.swift",
        "Serialization/BinaryDeserializerRegistryTests.swift",
        "Serialization/BinarySerializationTests.swift",
        "Serialization/BinarySerializerPackedEdgeCasesTests.swift",
        "Serialization/BinarySerializerProtocComplianceTests.swift",
        "Serialization/BinarySerializerTypeMismatchTests.swift",
        "Serialization/DeserializationOptionsTests.swift",
        "Serialization/JSONAnyTests.swift",
        "Serialization/JSONDeserializationTests.swift",
        "Serialization/JSONDeserializerEdgeCasesTests.swift",
        "Serialization/JSONDeserializerNestedTypesTests.swift",
        "Serialization/JSONDeserializerProtocComplianceTests.swift",
        "Serialization/JSONDeserializerValueStructTests.swift",
        "Serialization/JSONDeserializerWKTDispatchTests.swift",
        "Serialization/JSONDurationTests.swift",
        "Serialization/JSONEnumSerializationTests.swift",
        "Serialization/JSONFieldMaskTests.swift",
        "Serialization/JSONIncludeDefaultValuesTests.swift",
        "Serialization/JSONNestedMessageDeserializationTests.swift",
        "Serialization/JSONSerializationOptionsTests.swift",
        "Serialization/JSONSerializationTests.swift",
        "Serialization/JSONSerializerEdgeCasesTests.swift",
        "Serialization/JSONSerializerProtocComplianceTests.swift",
        "Serialization/JSONSerializerTypeMismatchTests.swift",
        "Serialization/JSONSerializerValueStructTests.swift",
        "Serialization/JSONSerializerWKTDispatchTests.swift",
        "Serialization/JSONTimestampTests.swift",
        "Serialization/JSONWrapperTypesTests.swift",
        "Serialization/Proto2BinarySerializationTests.swift",
        "Serialization/Proto2JSONSerializationTests.swift",
        "Serialization/ResolutionPriorityTests.swift",
        "Serialization/SerializationErrorPathTests.swift",
        "Serialization/UnknownFieldsTests.swift",
        "Serialization/WireFormatTests.swift",
        "Spec/Proto3SpecTests.swift",
        "Spec/SchemaEvolutionTests.swift",
        "Spec/ValidationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftProtoReflect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtoReflect",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoReflect",
      "path" : "Sources/SwiftProtoReflect",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "SwiftProtoReflect"
      ],
      "sources" : [
        "Bridge/_DescriptorBridge.swift",
        "Bridge/_StaticMessageBridge.swift",
        "Descriptor/Mapping.swift",
        "Descriptor/_DescriptorOption.swift",
        "Descriptor/_DescriptorParent.swift",
        "Descriptor/_EnumDescriptor.swift",
        "Descriptor/_ExtensionRange.swift",
        "Descriptor/_FieldDescriptor.swift",
        "Descriptor/_FileDescriptor.swift",
        "Descriptor/_MessageDescriptor.swift",
        "Descriptor/_OneofDescriptor.swift",
        "Descriptor/_ServiceDescriptor.swift",
        "Dynamic/_DynamicMessage.swift",
        "Dynamic/_FieldAccessor.swift",
        "Dynamic/_MessageFactory.swift",
        "Integration/_AnyHandler.swift",
        "Integration/_DurationHandler.swift",
        "Integration/_EmptyHandler.swift",
        "Integration/_FieldMaskHandler.swift",
        "Integration/_ListValueHandler.swift",
        "Integration/_StructHandler.swift",
        "Integration/_StructProtoDescriptors.swift",
        "Integration/_StructProtoHelpers.swift",
        "Integration/_TimestampHandler.swift",
        "Integration/_ValueHandler.swift",
        "Integration/_WellKnownTypes.swift",
        "Integration/_WrapperHandlers.swift",
        "Public/Bridge.swift",
        "Public/Descriptor.swift",
        "Public/DynamicMessage.swift",
        "Public/Registry.swift",
        "Public/Serialization.swift",
        "Public/WellKnownTypeHandlers.swift",
        "Public/WellKnownTypes.swift",
        "Registry/_DescriptorPool.swift",
        "Registry/_TypeRegistry.swift",
        "Serialization/_BinaryDeserializer.swift",
        "Serialization/_BinarySerializer.swift",
        "Serialization/_JSONDeserializer.swift",
        "Serialization/_JSONSerializer.swift",
        "Serialization/_WireFormat.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/5] Copying PrivacyInfo.xcprivacy
[1/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/92] Compiling SwiftProtobuf PathVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/92] Compiling SwiftProtobuf ProtoNameProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/92] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/92] Compiling SwiftProtobuf ProtobufMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/92] Compiling SwiftProtobuf SelectiveVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/92] Compiling SwiftProtobuf SimpleExtensionMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/92] Compiling SwiftProtobuf StringUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/92] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/92] Compiling SwiftProtobuf SwiftProtobufError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/101] Compiling SwiftProtobuf JSONEncodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/101] Compiling SwiftProtobuf JSONEncodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/101] Compiling SwiftProtobuf JSONEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/101] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/101] Compiling SwiftProtobuf JSONScanner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/101] Compiling SwiftProtobuf MathUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/101] Compiling SwiftProtobuf Message+AnyAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/101] Compiling SwiftProtobuf Message+BinaryAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/101] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/101] Compiling SwiftProtobuf Message+FieldMask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/101] Emitting module SwiftProtobuf
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/101] Compiling SwiftProtobuf TextFormatDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/101] Compiling SwiftProtobuf TextFormatDecodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/101] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/101] Compiling SwiftProtobuf TextFormatEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/101] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/101] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/101] Compiling SwiftProtobuf TextFormatScanner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/101] Compiling SwiftProtobuf TimeUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/101] Compiling SwiftProtobuf UnknownStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/101] Compiling SwiftProtobuf Message+JSONAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/101] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/101] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/101] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/101] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/101] Compiling SwiftProtobuf Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/101] Compiling SwiftProtobuf MessageExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/101] Compiling SwiftProtobuf NameMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/101] Compiling SwiftProtobuf PathDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/101] Compiling SwiftProtobuf ExtensionFields.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/101] Compiling SwiftProtobuf ExtensionMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/101] Compiling SwiftProtobuf FieldTag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/101] Compiling SwiftProtobuf FieldTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/101] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/101] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/101] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/101] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/101] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/101] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/101] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/101] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/101] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/101] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/101] Compiling SwiftProtobuf HashVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/101] Compiling SwiftProtobuf Internal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/101] Compiling SwiftProtobuf JSONDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/101] Compiling SwiftProtobuf JSONDecodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/101] Compiling SwiftProtobuf JSONDecodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/101] Compiling SwiftProtobuf JSONEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/101] Compiling SwiftProtobuf AnyMessageStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/101] Compiling SwiftProtobuf AnyUnpackError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/101] Compiling SwiftProtobuf AsyncMessageSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/101] Compiling SwiftProtobuf BinaryDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/101] Compiling SwiftProtobuf BinaryDecodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/101] Compiling SwiftProtobuf BinaryDecodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/101] Compiling SwiftProtobuf BinaryDelimited.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/101] Compiling SwiftProtobuf BinaryEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/101] Compiling SwiftProtobuf BinaryEncodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/101] Compiling SwiftProtobuf BinaryEncodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/101] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/101] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/101] Compiling SwiftProtobuf BytecodeInterpreter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/101] Compiling SwiftProtobuf BytecodeReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/101] Compiling SwiftProtobuf CustomJSONCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/101] Compiling SwiftProtobuf Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/101] Compiling SwiftProtobuf DoubleParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/101] Compiling SwiftProtobuf Enum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/101] Compiling SwiftProtobuf ExtensibleMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/101] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/101] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/101] Compiling SwiftProtobuf Varint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/101] Compiling SwiftProtobuf Version.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/101] Compiling SwiftProtobuf Visitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/101] Compiling SwiftProtobuf WireFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/101] Compiling SwiftProtobuf ZigZag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/101] Compiling SwiftProtobuf any.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/101] Compiling SwiftProtobuf api.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/101] Compiling SwiftProtobuf descriptor.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/101] Compiling SwiftProtobuf duration.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/101] Compiling SwiftProtobuf empty.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/101] Compiling SwiftProtobuf field_mask.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/101] Compiling SwiftProtobuf source_context.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/101] Compiling SwiftProtobuf struct.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/101] Compiling SwiftProtobuf timestamp.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/101] Compiling SwiftProtobuf type.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/101] Compiling SwiftProtobuf wrappers.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/101] Compiling SwiftProtobuf resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/139] Compiling SwiftProtoReflect _EmptyHandler.swift
[103/139] Compiling SwiftProtoReflect _FieldMaskHandler.swift
[104/139] Compiling SwiftProtoReflect _ListValueHandler.swift
[105/139] Compiling SwiftProtoReflect _StructHandler.swift
[106/143] Compiling SwiftProtoReflect _StructProtoDescriptors.swift
[107/143] Compiling SwiftProtoReflect _StructProtoHelpers.swift
[108/143] Compiling SwiftProtoReflect _TimestampHandler.swift
[109/143] Compiling SwiftProtoReflect _ValueHandler.swift
[110/143] Emitting module SwiftProtoReflect
[111/143] Compiling SwiftProtoReflect _MessageDescriptor.swift
[112/143] Compiling SwiftProtoReflect _OneofDescriptor.swift
[113/143] Compiling SwiftProtoReflect _ServiceDescriptor.swift
[114/143] Compiling SwiftProtoReflect _DynamicMessage.swift
[115/143] Compiling SwiftProtoReflect _FieldAccessor.swift
[116/143] Compiling SwiftProtoReflect _MessageFactory.swift
[117/143] Compiling SwiftProtoReflect _AnyHandler.swift
[118/143] Compiling SwiftProtoReflect _DurationHandler.swift
[119/143] Compiling SwiftProtoReflect WellKnownTypes.swift
[120/143] Compiling SwiftProtoReflect _DescriptorPool.swift
[121/143] Compiling SwiftProtoReflect _TypeRegistry.swift
[122/143] Compiling SwiftProtoReflect _BinaryDeserializer.swift
[123/143] Compiling SwiftProtoReflect _DescriptorBridge.swift
[124/143] Compiling SwiftProtoReflect _StaticMessageBridge.swift
[125/143] Compiling SwiftProtoReflect Mapping.swift
[126/143] Compiling SwiftProtoReflect _DescriptorOption.swift
[127/143] Compiling SwiftProtoReflect _DescriptorParent.swift
[128/143] Compiling SwiftProtoReflect _EnumDescriptor.swift
[129/143] Compiling SwiftProtoReflect _ExtensionRange.swift
[130/143] Compiling SwiftProtoReflect _FieldDescriptor.swift
[131/143] Compiling SwiftProtoReflect _FileDescriptor.swift
[132/143] Compiling SwiftProtoReflect _WellKnownTypes.swift
[133/143] Compiling SwiftProtoReflect _WrapperHandlers.swift
[134/143] Compiling SwiftProtoReflect Bridge.swift
[135/143] Compiling SwiftProtoReflect Descriptor.swift
[136/143] Compiling SwiftProtoReflect DynamicMessage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:304:55: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
302 |   /// - Throws: `DeserializationError` if deserialization failed.
303 |   public func deserialize(_ data: Data, using descriptor: MessageDescriptor) async throws -> DynamicMessage {
304 |     let registrySnapshot = await options.typeRegistry.typeRegistryImpl
    |                                                       `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
305 |     let internalOpts = _DeserializationOptions(
306 |       preserveUnknownFields: options.preserveUnknownFields,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:496:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
494 |   public func serialize(_ message: DynamicMessage) async throws -> Data {
495 |     let impl = _JSONSerializer(
496 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
497 |     )
498 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:513:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
511 |   public func serializeToJSONObject(_ message: DynamicMessage) async throws -> [String: Any] {
512 |     let impl = _JSONSerializer(
513 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
514 |     )
515 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:827:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
825 |   public func deserialize(_ data: Data, using descriptor: MessageDescriptor) async throws -> DynamicMessage {
826 |     let impl = _JSONDeserializer(
827 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
828 |     )
829 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:850:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
848 |   ) async throws -> DynamicMessage {
849 |     let impl = _JSONDeserializer(
850 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
851 |     )
852 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
[137/143] Compiling SwiftProtoReflect Registry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:304:55: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
302 |   /// - Throws: `DeserializationError` if deserialization failed.
303 |   public func deserialize(_ data: Data, using descriptor: MessageDescriptor) async throws -> DynamicMessage {
304 |     let registrySnapshot = await options.typeRegistry.typeRegistryImpl
    |                                                       `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
305 |     let internalOpts = _DeserializationOptions(
306 |       preserveUnknownFields: options.preserveUnknownFields,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:496:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
494 |   public func serialize(_ message: DynamicMessage) async throws -> Data {
495 |     let impl = _JSONSerializer(
496 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
497 |     )
498 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:513:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
511 |   public func serializeToJSONObject(_ message: DynamicMessage) async throws -> [String: Any] {
512 |     let impl = _JSONSerializer(
513 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
514 |     )
515 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:827:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
825 |   public func deserialize(_ data: Data, using descriptor: MessageDescriptor) async throws -> DynamicMessage {
826 |     let impl = _JSONDeserializer(
827 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
828 |     )
829 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:850:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
848 |   ) async throws -> DynamicMessage {
849 |     let impl = _JSONDeserializer(
850 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
851 |     )
852 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
[138/143] Compiling SwiftProtoReflect Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:304:55: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
302 |   /// - Throws: `DeserializationError` if deserialization failed.
303 |   public func deserialize(_ data: Data, using descriptor: MessageDescriptor) async throws -> DynamicMessage {
304 |     let registrySnapshot = await options.typeRegistry.typeRegistryImpl
    |                                                       `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
305 |     let internalOpts = _DeserializationOptions(
306 |       preserveUnknownFields: options.preserveUnknownFields,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:496:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
494 |   public func serialize(_ message: DynamicMessage) async throws -> Data {
495 |     let impl = _JSONSerializer(
496 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
497 |     )
498 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:513:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
511 |   public func serializeToJSONObject(_ message: DynamicMessage) async throws -> [String: Any] {
512 |     let impl = _JSONSerializer(
513 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
514 |     )
515 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:827:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
825 |   public func deserialize(_ data: Data, using descriptor: MessageDescriptor) async throws -> DynamicMessage {
826 |     let impl = _JSONDeserializer(
827 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
828 |     )
829 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:850:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
848 |   ) async throws -> DynamicMessage {
849 |     let impl = _JSONDeserializer(
850 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
851 |     )
852 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
[139/143] Compiling SwiftProtoReflect WellKnownTypeHandlers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:304:55: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
302 |   /// - Throws: `DeserializationError` if deserialization failed.
303 |   public func deserialize(_ data: Data, using descriptor: MessageDescriptor) async throws -> DynamicMessage {
304 |     let registrySnapshot = await options.typeRegistry.typeRegistryImpl
    |                                                       `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
305 |     let internalOpts = _DeserializationOptions(
306 |       preserveUnknownFields: options.preserveUnknownFields,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:496:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
494 |   public func serialize(_ message: DynamicMessage) async throws -> Data {
495 |     let impl = _JSONSerializer(
496 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
497 |     )
498 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:513:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
511 |   public func serializeToJSONObject(_ message: DynamicMessage) async throws -> [String: Any] {
512 |     let impl = _JSONSerializer(
513 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
514 |     )
515 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:827:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
825 |   public func deserialize(_ data: Data, using descriptor: MessageDescriptor) async throws -> DynamicMessage {
826 |     let impl = _JSONDeserializer(
827 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
828 |     )
829 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Public/Serialization.swift:850:81: warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
848 |   ) async throws -> DynamicMessage {
849 |     let impl = _JSONDeserializer(
850 |       options: makeInternalOptions(registrySnapshot: await options.typeRegistry.typeRegistryImpl)
    |                                                                                 `- warning: non-sendable type '_TypeRegistry' of property 'typeRegistryImpl' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
851 |     )
852 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoReflect/Registry/_TypeRegistry.swift:12:17: note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 10 | // MARK: - _TypeRegistry
 11 |
 12 | internal struct _TypeRegistry {
    |                 `- note: consider making struct '_TypeRegistry' conform to the 'Sendable' protocol
 13 |
 14 |   // MARK: - Properties
[140/143] Compiling SwiftProtoReflect _BinarySerializer.swift
[141/143] Compiling SwiftProtoReflect _JSONDeserializer.swift
[142/143] Compiling SwiftProtoReflect _JSONSerializer.swift
[143/143] Compiling SwiftProtoReflect _WireFormat.swift
Build complete! (53.07s)
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetched https://github.com/apple/swift-protobuf.git from cache (2.36s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (2.98s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "SwiftProtoReflect",
  "name" : "SwiftProtoReflect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftProtoReflect",
      "targets" : [
        "SwiftProtoReflect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftProtoReflectTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoReflectTests",
      "path" : "Tests/SwiftProtoReflectTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/common_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/container_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/cross_file_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/nesting_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/oneof_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/proto2_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/realworld_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/scalar_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/Proto/wkt_types.proto",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftProtoReflectTests/Fixtures/StructProto",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Bridge/BridgeFieldTypeComplianceTests.swift",
        "Bridge/DescriptorBridgeCoverageTests.swift",
        "Bridge/DescriptorBridgeDynamicMessageIntegrationTests.swift",
        "Bridge/DescriptorBridgeIntegrationTests.swift",
        "Bridge/DescriptorBridgeMapTests.swift",
        "Bridge/DescriptorBridgeNestedEnumTests.swift",
        "Bridge/DescriptorBridgeNestedMessageTests.swift",
        "Bridge/DescriptorBridgeRegressionTests.swift",
        "Bridge/DescriptorBridgeTests.swift",
        "Bridge/Proto2BridgeTests.swift",
        "Bridge/PublicBridgeProtocComplianceTests.swift",
        "Bridge/StaticMessageBridgeCreateDescriptorTests.swift",
        "Bridge/StaticMessageBridgeTests.swift",
        "Bridge/StaticMessageBridgeVisitorCoverageTests.swift",
        "Compatibility/CPPCompatibilityTests.swift",
        "Compatibility/CrossPlatformTests.swift",
        "Compatibility/GoogleConformanceTests.swift",
        "Compatibility/StructProtoGoldenBytesTests.swift",
        "Compatibility/StructProtoProtocFixtureTests.swift",
        "Descriptor/DescriptorOptionTests.swift",
        "Descriptor/DescriptorParentProtocolTests.swift",
        "Descriptor/EnumDescriptorTests.swift",
        "Descriptor/EnumDescriptorValidationTests.swift",
        "Descriptor/FieldDescriptorAllTypesTests.swift",
        "Descriptor/FieldDescriptorDeprecationTests.swift",
        "Descriptor/FieldDescriptorTests.swift",
        "Descriptor/FieldTypeGroupTests.swift",
        "Descriptor/FileDescriptorSyntaxTests.swift",
        "Descriptor/FileDescriptorTests.swift",
        "Descriptor/InternalDescriptorsMappingTests.swift",
        "Descriptor/MappingWKTConvertersTests.swift",
        "Descriptor/MessageDescriptorTests.swift",
        "Descriptor/OneofDescriptorTests.swift",
        "Descriptor/Proto2DescriptorTests.swift",
        "Descriptor/Proto3OptionalTests.swift",
        "Descriptor/SendableConformanceTests.swift",
        "Descriptor/ServiceDescriptorTests.swift",
        "Dynamic/DynamicFieldAccessTests.swift",
        "Dynamic/DynamicMessageCreationTests.swift",
        "Dynamic/DynamicMessageEdgeCaseTests.swift",
        "Dynamic/DynamicMessageEquatableTests.swift",
        "Dynamic/DynamicMessageExtendedTests.swift",
        "Dynamic/DynamicMessageGroupFieldTests.swift",
        "Dynamic/DynamicMessageTests.swift",
        "Dynamic/FieldAccessorEdgeCaseTests.swift",
        "Dynamic/FieldAccessorTests.swift",
        "Dynamic/MessageFactoryTests.swift",
        "Dynamic/Proto2DynamicMessageTests.swift",
        "Error/ErrorHandlingTests.swift",
        "Fixtures/NestedTypeFixtures.swift",
        "Fixtures/Proto/BinaryCompatTestHelpers.swift",
        "Fixtures/Proto/CompatDescriptors.swift",
        "Fixtures/Proto/CompatTestHelpers.swift",
        "Fixtures/Proto/common_types.pb.swift",
        "Fixtures/Proto/container_types.pb.swift",
        "Fixtures/Proto/cross_file_types.pb.swift",
        "Fixtures/Proto/nesting_types.pb.swift",
        "Fixtures/Proto/oneof_types.pb.swift",
        "Fixtures/Proto/proto2_types.pb.swift",
        "Fixtures/Proto/realworld_types.pb.swift",
        "Fixtures/Proto/scalar_types.pb.swift",
        "Fixtures/Proto/wkt_types.pb.swift",
        "Integration/AnyHandlerTests.swift",
        "Integration/BinaryCompatEdgeCasesTests.swift",
        "Integration/BinaryCompatEnumTests.swift",
        "Integration/BinaryCompatMapTests.swift",
        "Integration/BinaryCompatNestedTests.swift",
        "Integration/BinaryCompatOneofTests.swift",
        "Integration/BinaryCompatProto2Tests.swift",
        "Integration/BinaryCompatRealWorldTests.swift",
        "Integration/BinaryCompatRepeatedTests.swift",
        "Integration/BinaryCompatScalarsTests.swift",
        "Integration/BinaryCompatWKTTests.swift",
        "Integration/BinarySerializationIntegrationTests.swift",
        "Integration/CanonicalJSONStructProtoTests.swift",
        "Integration/CanonicalJSONWKTInteropTests.swift",
        "Integration/DurationHandlerTests.swift",
        "Integration/EmptyHandlerTests.swift",
        "Integration/FieldMaskHandlerTests.swift",
        "Integration/JSONCompatCrossFileTests.swift",
        "Integration/JSONCompatDefaultsTests.swift",
        "Integration/JSONCompatEdgeCasesTests.swift",
        "Integration/JSONCompatEnumTests.swift",
        "Integration/JSONCompatFieldNamesTests.swift",
        "Integration/JSONCompatKitchenSinkTests.swift",
        "Integration/JSONCompatMapTests.swift",
        "Integration/JSONCompatNestedTests.swift",
        "Integration/JSONCompatOneofTests.swift",
        "Integration/JSONCompatProto2Tests.swift",
        "Integration/JSONCompatRealWorldTests.swift",
        "Integration/JSONCompatRepeatedTests.swift",
        "Integration/JSONCompatScalarsTests.swift",
        "Integration/JSONCompatWKTTests.swift",
        "Integration/ListValueHandlerTests.swift",
        "Integration/NestedMessageIntegrationTests.swift",
        "Integration/NestedTypesIntegrationTests.swift",
        "Integration/StructHandlerTests.swift",
        "Integration/StructProtoDescriptorsTests.swift",
        "Integration/StructProtoHelpersCoverageTests.swift",
        "Integration/StructProtoHelpersTests.swift",
        "Integration/StructProtoInteropTests.swift",
        "Integration/TimestampHandlerTests.swift",
        "Integration/ValueHandlerTests.swift",
        "Integration/WellKnownTypeCoverageTests.swift",
        "Integration/WellKnownTypesTests.swift",
        "Integration/WrapperTypeTests.swift",
        "ModuleNamespaceTests.swift",
        "Performance/DynamicMessageBenchmarks.swift",
        "Performance/RegistryBenchmarks.swift",
        "Performance/SerializationBenchmarks.swift",
        "Registry/DescriptorPoolNestedTypesTests.swift",
        "Registry/DescriptorPoolProtocComplianceTests.swift",
        "Registry/DescriptorPoolTests.swift",
        "Registry/Proto2RegistryTests.swift",
        "Registry/TypeRegistryEdgeCasesTests.swift",
        "Registry/TypeRegistryNestedTypesTests.swift",
        "Registry/TypeRegistryTests.swift",
        "Serialization/BinaryDeserializationTests.swift",
        "Serialization/BinaryDeserializerEdgeCasesTests.swift",
        "Serialization/BinaryDeserializerPackedEdgeCasesTests.swift",
        "Serialization/BinaryDeserializerRegistryTests.swift",
        "Serialization/BinarySerializationTests.swift",
        "Serialization/BinarySerializerPackedEdgeCasesTests.swift",
        "Serialization/BinarySerializerProtocComplianceTests.swift",
        "Serialization/BinarySerializerTypeMismatchTests.swift",
        "Serialization/DeserializationOptionsTests.swift",
        "Serialization/JSONAnyTests.swift",
        "Serialization/JSONDeserializationTests.swift",
        "Serialization/JSONDeserializerEdgeCasesTests.swift",
        "Serialization/JSONDeserializerNestedTypesTests.swift",
        "Serialization/JSONDeserializerProtocComplianceTests.swift",
        "Serialization/JSONDeserializerValueStructTests.swift",
        "Serialization/JSONDeserializerWKTDispatchTests.swift",
        "Serialization/JSONDurationTests.swift",
        "Serialization/JSONEnumSerializationTests.swift",
        "Serialization/JSONFieldMaskTests.swift",
        "Serialization/JSONIncludeDefaultValuesTests.swift",
        "Serialization/JSONNestedMessageDeserializationTests.swift",
        "Serialization/JSONSerializationOptionsTests.swift",
        "Serialization/JSONSerializationTests.swift",
        "Serialization/JSONSerializerEdgeCasesTests.swift",
        "Serialization/JSONSerializerProtocComplianceTests.swift",
        "Serialization/JSONSerializerTypeMismatchTests.swift",
        "Serialization/JSONSerializerValueStructTests.swift",
        "Serialization/JSONSerializerWKTDispatchTests.swift",
        "Serialization/JSONTimestampTests.swift",
        "Serialization/JSONWrapperTypesTests.swift",
        "Serialization/Proto2BinarySerializationTests.swift",
        "Serialization/Proto2JSONSerializationTests.swift",
        "Serialization/ResolutionPriorityTests.swift",
        "Serialization/SerializationErrorPathTests.swift",
        "Serialization/UnknownFieldsTests.swift",
        "Serialization/WireFormatTests.swift",
        "Spec/Proto3SpecTests.swift",
        "Spec/SchemaEvolutionTests.swift",
        "Spec/ValidationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftProtoReflect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtoReflect",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoReflect",
      "path" : "Sources/SwiftProtoReflect",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "SwiftProtoReflect"
      ],
      "sources" : [
        "Bridge/_DescriptorBridge.swift",
        "Bridge/_StaticMessageBridge.swift",
        "Descriptor/Mapping.swift",
        "Descriptor/_DescriptorOption.swift",
        "Descriptor/_DescriptorParent.swift",
        "Descriptor/_EnumDescriptor.swift",
        "Descriptor/_ExtensionRange.swift",
        "Descriptor/_FieldDescriptor.swift",
        "Descriptor/_FileDescriptor.swift",
        "Descriptor/_MessageDescriptor.swift",
        "Descriptor/_OneofDescriptor.swift",
        "Descriptor/_ServiceDescriptor.swift",
        "Dynamic/_DynamicMessage.swift",
        "Dynamic/_FieldAccessor.swift",
        "Dynamic/_MessageFactory.swift",
        "Integration/_AnyHandler.swift",
        "Integration/_DurationHandler.swift",
        "Integration/_EmptyHandler.swift",
        "Integration/_FieldMaskHandler.swift",
        "Integration/_ListValueHandler.swift",
        "Integration/_StructHandler.swift",
        "Integration/_StructProtoDescriptors.swift",
        "Integration/_StructProtoHelpers.swift",
        "Integration/_TimestampHandler.swift",
        "Integration/_ValueHandler.swift",
        "Integration/_WellKnownTypes.swift",
        "Integration/_WrapperHandlers.swift",
        "Public/Bridge.swift",
        "Public/Descriptor.swift",
        "Public/DynamicMessage.swift",
        "Public/Registry.swift",
        "Public/Serialization.swift",
        "Public/WellKnownTypeHandlers.swift",
        "Public/WellKnownTypes.swift",
        "Registry/_DescriptorPool.swift",
        "Registry/_TypeRegistry.swift",
        "Serialization/_BinaryDeserializer.swift",
        "Serialization/_BinarySerializer.swift",
        "Serialization/_JSONDeserializer.swift",
        "Serialization/_JSONSerializer.swift",
        "Serialization/_WireFormat.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.