The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-log-loki, reference v1.1.0 (fb800a), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 16:52:58 UTC.

Swift 6 data race errors: 167

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

2544 | extension Google_Protobuf_FieldDescriptorProto: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2545 |   static let protoMessageName: String = _protobuf_package + ".FieldDescriptorProto"
2546 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2547 |     1: .same(proto: "name"),
2548 |     3: .same(proto: "number"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2573:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_FieldDescriptorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2558 |   ]
2559 |
2560 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2561 |     var _name: String? = nil
2562 |     var _number: Int32? = nil
     :
2571 |     var _proto3Optional: Bool? = nil
2572 |
2573 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_FieldDescriptorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2574 |
2575 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2700:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2698 |
2699 | extension Google_Protobuf_FieldDescriptorProto.TypeEnum: SwiftProtobuf._ProtoNameProviding {
2700 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2701 |     1: .same(proto: "TYPE_DOUBLE"),
2702 |     2: .same(proto: "TYPE_FLOAT"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2723:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2721 |
2722 | extension Google_Protobuf_FieldDescriptorProto.Label: SwiftProtobuf._ProtoNameProviding {
2723 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2724 |     1: .same(proto: "LABEL_OPTIONAL"),
2725 |     2: .same(proto: "LABEL_REQUIRED"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2732:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2730 | extension Google_Protobuf_OneofDescriptorProto: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2731 |   static let protoMessageName: String = _protobuf_package + ".OneofDescriptorProto"
2732 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2733 |     1: .same(proto: "name"),
2734 |     2: .same(proto: "options"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2779:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2777 | extension Google_Protobuf_EnumDescriptorProto: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2778 |   static let protoMessageName: String = _protobuf_package + ".EnumDescriptorProto"
2779 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2780 |     1: .same(proto: "name"),
2781 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2845:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2843 | extension Google_Protobuf_EnumDescriptorProto.EnumReservedRange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2844 |   static let protoMessageName: String = Google_Protobuf_EnumDescriptorProto.protoMessageName + ".EnumReservedRange"
2845 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2846 |     1: .same(proto: "start"),
2847 |     2: .same(proto: "end"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2887:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2885 | extension Google_Protobuf_EnumValueDescriptorProto: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2886 |   static let protoMessageName: String = _protobuf_package + ".EnumValueDescriptorProto"
2887 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2888 |     1: .same(proto: "name"),
2889 |     2: .same(proto: "number"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2940:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2938 | extension Google_Protobuf_ServiceDescriptorProto: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2939 |   static let protoMessageName: String = _protobuf_package + ".ServiceDescriptorProto"
2940 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2941 |     1: .same(proto: "name"),
2942 |     2: .same(proto: "method"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:2994:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2992 | extension Google_Protobuf_MethodDescriptorProto: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2993 |   static let protoMessageName: String = _protobuf_package + ".MethodDescriptorProto"
2994 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2995 |     1: .same(proto: "name"),
2996 |     2: .standard(proto: "input_type"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3065:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3063 | extension Google_Protobuf_FileOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3064 |   static let protoMessageName: String = _protobuf_package + ".FileOptions"
3065 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3066 |     1: .standard(proto: "java_package"),
3067 |     8: .standard(proto: "java_outer_classname"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3112:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_FileOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3087 |   ]
3088 |
3089 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3090 |     var _javaPackage: String? = nil
3091 |     var _javaOuterClassname: String? = nil
     :
3110 |     var _uninterpretedOption: [Google_Protobuf_UninterpretedOption] = []
3111 |
3112 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_FileOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3113 |
3114 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3304:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3302 |
3303 | extension Google_Protobuf_FileOptions.OptimizeMode: SwiftProtobuf._ProtoNameProviding {
3304 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3305 |     1: .same(proto: "SPEED"),
3306 |     2: .same(proto: "CODE_SIZE"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3313:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3311 | extension Google_Protobuf_MessageOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3312 |   static let protoMessageName: String = _protobuf_package + ".MessageOptions"
3313 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3314 |     1: .standard(proto: "message_set_wire_format"),
3315 |     2: .standard(proto: "no_standard_descriptor_accessor"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3383:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3381 | extension Google_Protobuf_FieldOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3382 |   static let protoMessageName: String = _protobuf_package + ".FieldOptions"
3383 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3384 |     1: .same(proto: "ctype"),
3385 |     2: .same(proto: "packed"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3470:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3468 |
3469 | extension Google_Protobuf_FieldOptions.CType: SwiftProtobuf._ProtoNameProviding {
3470 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3471 |     0: .same(proto: "STRING"),
3472 |     1: .same(proto: "CORD"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3478:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3476 |
3477 | extension Google_Protobuf_FieldOptions.JSType: SwiftProtobuf._ProtoNameProviding {
3478 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3479 |     0: .same(proto: "JS_NORMAL"),
3480 |     1: .same(proto: "JS_STRING"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3487:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3485 | extension Google_Protobuf_OneofOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3486 |   static let protoMessageName: String = _protobuf_package + ".OneofOptions"
3487 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3488 |     999: .standard(proto: "uninterpreted_option"),
3489 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3529:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3527 | extension Google_Protobuf_EnumOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3528 |   static let protoMessageName: String = _protobuf_package + ".EnumOptions"
3529 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3530 |     2: .standard(proto: "allow_alias"),
3531 |     3: .same(proto: "deprecated"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3587:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3585 | extension Google_Protobuf_EnumValueOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3586 |   static let protoMessageName: String = _protobuf_package + ".EnumValueOptions"
3587 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3588 |     1: .same(proto: "deprecated"),
3589 |     999: .standard(proto: "uninterpreted_option"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3639:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3637 | extension Google_Protobuf_ServiceOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3638 |   static let protoMessageName: String = _protobuf_package + ".ServiceOptions"
3639 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3640 |     33: .same(proto: "deprecated"),
3641 |     999: .standard(proto: "uninterpreted_option"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3691:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3689 | extension Google_Protobuf_MethodOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3690 |   static let protoMessageName: String = _protobuf_package + ".MethodOptions"
3691 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3692 |     33: .same(proto: "deprecated"),
3693 |     34: .standard(proto: "idempotency_level"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3748:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3746 |
3747 | extension Google_Protobuf_MethodOptions.IdempotencyLevel: SwiftProtobuf._ProtoNameProviding {
3748 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3749 |     0: .same(proto: "IDEMPOTENCY_UNKNOWN"),
3750 |     1: .same(proto: "NO_SIDE_EFFECTS"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3757:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3755 | extension Google_Protobuf_UninterpretedOption: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3756 |   static let protoMessageName: String = _protobuf_package + ".UninterpretedOption"
3757 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3758 |     2: .same(proto: "name"),
3759 |     3: .standard(proto: "identifier_value"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3834:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3832 | extension Google_Protobuf_UninterpretedOption.NamePart: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3833 |   static let protoMessageName: String = Google_Protobuf_UninterpretedOption.protoMessageName + ".NamePart"
3834 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3835 |     1: .standard(proto: "name_part"),
3836 |     2: .standard(proto: "is_extension"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3882:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3880 | extension Google_Protobuf_SourceCodeInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3881 |   static let protoMessageName: String = _protobuf_package + ".SourceCodeInfo"
3882 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3883 |     1: .same(proto: "location"),
3884 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3914:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3912 | extension Google_Protobuf_SourceCodeInfo.Location: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3913 |   static let protoMessageName: String = Google_Protobuf_SourceCodeInfo.protoMessageName + ".Location"
3914 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3915 |     1: .same(proto: "path"),
3916 |     2: .same(proto: "span"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:3974:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3972 | extension Google_Protobuf_GeneratedCodeInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3973 |   static let protoMessageName: String = _protobuf_package + ".GeneratedCodeInfo"
3974 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3975 |     1: .same(proto: "annotation"),
3976 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:4006:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4004 | extension Google_Protobuf_GeneratedCodeInfo.Annotation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4005 |   static let protoMessageName: String = Google_Protobuf_GeneratedCodeInfo.protoMessageName + ".Annotation"
4006 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4007 |     1: .same(proto: "path"),
4008 |     2: .standard(proto: "source_file"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/descriptor.pb.swift:4065:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4063 |
4064 | extension Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic: SwiftProtobuf._ProtoNameProviding {
4065 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4066 |     0: .same(proto: "NONE"),
4067 |     1: .same(proto: "SET"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1222:5: warning: let 'Gogoproto_Gogo_Extensions' is not concurrency-safe because non-'Sendable' type 'SimpleExtensionMap' may have shared mutable state; this is an error in the Swift 6 language mode
1220 | /// in parsing, or it can be combined with other `SwiftProtobuf.SimpleExtensionMap`s to create
1221 | /// a larger `SwiftProtobuf.SimpleExtensionMap`.
1222 | let Gogoproto_Gogo_Extensions: SwiftProtobuf.SimpleExtensionMap = [
     |     `- warning: let 'Gogoproto_Gogo_Extensions' is not concurrency-safe because non-'Sendable' type 'SimpleExtensionMap' may have shared mutable state; this is an error in the Swift 6 language mode
1223 |   Gogoproto_Extensions_goproto_enum_prefix,
1224 |   Gogoproto_Extensions_goproto_enum_stringer,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift:17:15: note: struct 'SimpleExtensionMap' does not conform to the 'Sendable' protocol
 15 |
 16 | // Note: The generated code only relies on ExpressibleByArrayLiteral
 17 | public struct SimpleExtensionMap: ExtensionMap, ExpressibleByArrayLiteral, CustomDebugStringConvertible {
    |               `- note: struct 'SimpleExtensionMap' does not conform to the 'Sendable' protocol
 18 |     public typealias Element = AnyMessageExtension
 19 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:39:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
  37 |
  38 | import Foundation
  39 | import SwiftProtobuf
     | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
  40 |
  41 | // If the compiler emits an error on this type, it is because this file
     :
1220 | /// in parsing, or it can be combined with other `SwiftProtobuf.SimpleExtensionMap`s to create
1221 | /// a larger `SwiftProtobuf.SimpleExtensionMap`.
1222 | let Gogoproto_Gogo_Extensions: SwiftProtobuf.SimpleExtensionMap = [
     |     |- note: add '@MainActor' to make let 'Gogoproto_Gogo_Extensions' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1223 |   Gogoproto_Extensions_goproto_enum_prefix,
1224 |   Gogoproto_Extensions_goproto_enum_stringer,
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1305:5: warning: let 'Gogoproto_Extensions_goproto_enum_prefix' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1303 | // accessors for the extension fields on the messages directly.
1304 |
1305 | let Gogoproto_Extensions_goproto_enum_prefix = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_EnumOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_enum_prefix' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_enum_prefix' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1306 |   _protobuf_fieldNumber: 62001,
1307 |   fieldName: "gogoproto.goproto_enum_prefix"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1310:5: warning: let 'Gogoproto_Extensions_goproto_enum_stringer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1308 | )
1309 |
1310 | let Gogoproto_Extensions_goproto_enum_stringer = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_EnumOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_enum_stringer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_enum_stringer' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1311 |   _protobuf_fieldNumber: 62021,
1312 |   fieldName: "gogoproto.goproto_enum_stringer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1315:5: warning: let 'Gogoproto_Extensions_enum_stringer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1313 | )
1314 |
1315 | let Gogoproto_Extensions_enum_stringer = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_EnumOptions>(
     |     |- warning: let 'Gogoproto_Extensions_enum_stringer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_enum_stringer' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1316 |   _protobuf_fieldNumber: 62022,
1317 |   fieldName: "gogoproto.enum_stringer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1320:5: warning: let 'Gogoproto_Extensions_enum_customname' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1318 | )
1319 |
1320 | let Gogoproto_Extensions_enum_customname = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_EnumOptions>(
     |     |- warning: let 'Gogoproto_Extensions_enum_customname' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_enum_customname' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1321 |   _protobuf_fieldNumber: 62023,
1322 |   fieldName: "gogoproto.enum_customname"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1325:5: warning: let 'Gogoproto_Extensions_enumdecl' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1323 | )
1324 |
1325 | let Gogoproto_Extensions_enumdecl = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_EnumOptions>(
     |     |- warning: let 'Gogoproto_Extensions_enumdecl' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_EnumOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_enumdecl' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1326 |   _protobuf_fieldNumber: 62024,
1327 |   fieldName: "gogoproto.enumdecl"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1330:5: warning: let 'Gogoproto_Extensions_enumvalue_customname' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_EnumValueOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1328 | )
1329 |
1330 | let Gogoproto_Extensions_enumvalue_customname = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_EnumValueOptions>(
     |     |- warning: let 'Gogoproto_Extensions_enumvalue_customname' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_EnumValueOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_enumvalue_customname' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1331 |   _protobuf_fieldNumber: 66001,
1332 |   fieldName: "gogoproto.enumvalue_customname"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1335:5: warning: let 'Gogoproto_Extensions_goproto_getters_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1333 | )
1334 |
1335 | let Gogoproto_Extensions_goproto_getters_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_getters_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_getters_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1336 |   _protobuf_fieldNumber: 63001,
1337 |   fieldName: "gogoproto.goproto_getters_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1340:5: warning: let 'Gogoproto_Extensions_goproto_enum_prefix_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1338 | )
1339 |
1340 | let Gogoproto_Extensions_goproto_enum_prefix_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_enum_prefix_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_enum_prefix_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1341 |   _protobuf_fieldNumber: 63002,
1342 |   fieldName: "gogoproto.goproto_enum_prefix_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1345:5: warning: let 'Gogoproto_Extensions_goproto_stringer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1343 | )
1344 |
1345 | let Gogoproto_Extensions_goproto_stringer_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_stringer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_stringer_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1346 |   _protobuf_fieldNumber: 63003,
1347 |   fieldName: "gogoproto.goproto_stringer_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1350:5: warning: let 'Gogoproto_Extensions_verbose_equal_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1348 | )
1349 |
1350 | let Gogoproto_Extensions_verbose_equal_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_verbose_equal_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_verbose_equal_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1351 |   _protobuf_fieldNumber: 63004,
1352 |   fieldName: "gogoproto.verbose_equal_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1355:5: warning: let 'Gogoproto_Extensions_face_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1353 | )
1354 |
1355 | let Gogoproto_Extensions_face_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_face_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_face_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1356 |   _protobuf_fieldNumber: 63005,
1357 |   fieldName: "gogoproto.face_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1360:5: warning: let 'Gogoproto_Extensions_gostring_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1358 | )
1359 |
1360 | let Gogoproto_Extensions_gostring_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_gostring_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_gostring_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1361 |   _protobuf_fieldNumber: 63006,
1362 |   fieldName: "gogoproto.gostring_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1365:5: warning: let 'Gogoproto_Extensions_populate_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1363 | )
1364 |
1365 | let Gogoproto_Extensions_populate_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_populate_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_populate_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1366 |   _protobuf_fieldNumber: 63007,
1367 |   fieldName: "gogoproto.populate_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1370:5: warning: let 'Gogoproto_Extensions_stringer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1368 | )
1369 |
1370 | let Gogoproto_Extensions_stringer_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_stringer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_stringer_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1371 |   _protobuf_fieldNumber: 63008,
1372 |   fieldName: "gogoproto.stringer_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1375:5: warning: let 'Gogoproto_Extensions_onlyone_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1373 | )
1374 |
1375 | let Gogoproto_Extensions_onlyone_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_onlyone_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_onlyone_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1376 |   _protobuf_fieldNumber: 63009,
1377 |   fieldName: "gogoproto.onlyone_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1380:5: warning: let 'Gogoproto_Extensions_equal_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1378 | )
1379 |
1380 | let Gogoproto_Extensions_equal_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_equal_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_equal_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1381 |   _protobuf_fieldNumber: 63013,
1382 |   fieldName: "gogoproto.equal_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1385:5: warning: let 'Gogoproto_Extensions_description_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1383 | )
1384 |
1385 | let Gogoproto_Extensions_description_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_description_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_description_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1386 |   _protobuf_fieldNumber: 63014,
1387 |   fieldName: "gogoproto.description_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1390:5: warning: let 'Gogoproto_Extensions_testgen_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1388 | )
1389 |
1390 | let Gogoproto_Extensions_testgen_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_testgen_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_testgen_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1391 |   _protobuf_fieldNumber: 63015,
1392 |   fieldName: "gogoproto.testgen_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1395:5: warning: let 'Gogoproto_Extensions_benchgen_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1393 | )
1394 |
1395 | let Gogoproto_Extensions_benchgen_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_benchgen_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_benchgen_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1396 |   _protobuf_fieldNumber: 63016,
1397 |   fieldName: "gogoproto.benchgen_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1400:5: warning: let 'Gogoproto_Extensions_marshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1398 | )
1399 |
1400 | let Gogoproto_Extensions_marshaler_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_marshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_marshaler_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1401 |   _protobuf_fieldNumber: 63017,
1402 |   fieldName: "gogoproto.marshaler_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1405:5: warning: let 'Gogoproto_Extensions_unmarshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1403 | )
1404 |
1405 | let Gogoproto_Extensions_unmarshaler_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_unmarshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_unmarshaler_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1406 |   _protobuf_fieldNumber: 63018,
1407 |   fieldName: "gogoproto.unmarshaler_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1410:5: warning: let 'Gogoproto_Extensions_stable_marshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1408 | )
1409 |
1410 | let Gogoproto_Extensions_stable_marshaler_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_stable_marshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_stable_marshaler_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1411 |   _protobuf_fieldNumber: 63019,
1412 |   fieldName: "gogoproto.stable_marshaler_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1415:5: warning: let 'Gogoproto_Extensions_sizer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1413 | )
1414 |
1415 | let Gogoproto_Extensions_sizer_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_sizer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_sizer_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1416 |   _protobuf_fieldNumber: 63020,
1417 |   fieldName: "gogoproto.sizer_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1420:5: warning: let 'Gogoproto_Extensions_goproto_enum_stringer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1418 | )
1419 |
1420 | let Gogoproto_Extensions_goproto_enum_stringer_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_enum_stringer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_enum_stringer_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1421 |   _protobuf_fieldNumber: 63021,
1422 |   fieldName: "gogoproto.goproto_enum_stringer_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1425:5: warning: let 'Gogoproto_Extensions_enum_stringer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1423 | )
1424 |
1425 | let Gogoproto_Extensions_enum_stringer_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_enum_stringer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_enum_stringer_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1426 |   _protobuf_fieldNumber: 63022,
1427 |   fieldName: "gogoproto.enum_stringer_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1430:5: warning: let 'Gogoproto_Extensions_unsafe_marshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1428 | )
1429 |
1430 | let Gogoproto_Extensions_unsafe_marshaler_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_unsafe_marshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_unsafe_marshaler_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1431 |   _protobuf_fieldNumber: 63023,
1432 |   fieldName: "gogoproto.unsafe_marshaler_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1435:5: warning: let 'Gogoproto_Extensions_unsafe_unmarshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1433 | )
1434 |
1435 | let Gogoproto_Extensions_unsafe_unmarshaler_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_unsafe_unmarshaler_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_unsafe_unmarshaler_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1436 |   _protobuf_fieldNumber: 63024,
1437 |   fieldName: "gogoproto.unsafe_unmarshaler_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1440:5: warning: let 'Gogoproto_Extensions_goproto_extensions_map_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1438 | )
1439 |
1440 | let Gogoproto_Extensions_goproto_extensions_map_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_extensions_map_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_extensions_map_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1441 |   _protobuf_fieldNumber: 63025,
1442 |   fieldName: "gogoproto.goproto_extensions_map_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1445:5: warning: let 'Gogoproto_Extensions_goproto_unrecognized_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1443 | )
1444 |
1445 | let Gogoproto_Extensions_goproto_unrecognized_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_unrecognized_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_unrecognized_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1446 |   _protobuf_fieldNumber: 63026,
1447 |   fieldName: "gogoproto.goproto_unrecognized_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1450:5: warning: let 'Gogoproto_Extensions_gogoproto_import' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1448 | )
1449 |
1450 | let Gogoproto_Extensions_gogoproto_import = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_gogoproto_import' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_gogoproto_import' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1451 |   _protobuf_fieldNumber: 63027,
1452 |   fieldName: "gogoproto.gogoproto_import"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1455:5: warning: let 'Gogoproto_Extensions_protosizer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1453 | )
1454 |
1455 | let Gogoproto_Extensions_protosizer_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_protosizer_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_protosizer_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1456 |   _protobuf_fieldNumber: 63028,
1457 |   fieldName: "gogoproto.protosizer_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1460:5: warning: let 'Gogoproto_Extensions_compare_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1458 | )
1459 |
1460 | let Gogoproto_Extensions_compare_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_compare_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_compare_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1461 |   _protobuf_fieldNumber: 63029,
1462 |   fieldName: "gogoproto.compare_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1465:5: warning: let 'Gogoproto_Extensions_typedecl_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1463 | )
1464 |
1465 | let Gogoproto_Extensions_typedecl_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_typedecl_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_typedecl_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1466 |   _protobuf_fieldNumber: 63030,
1467 |   fieldName: "gogoproto.typedecl_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1470:5: warning: let 'Gogoproto_Extensions_enumdecl_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1468 | )
1469 |
1470 | let Gogoproto_Extensions_enumdecl_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_enumdecl_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_enumdecl_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1471 |   _protobuf_fieldNumber: 63031,
1472 |   fieldName: "gogoproto.enumdecl_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1475:5: warning: let 'Gogoproto_Extensions_goproto_registration' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1473 | )
1474 |
1475 | let Gogoproto_Extensions_goproto_registration = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_registration' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_registration' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1476 |   _protobuf_fieldNumber: 63032,
1477 |   fieldName: "gogoproto.goproto_registration"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1480:5: warning: let 'Gogoproto_Extensions_messagename_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1478 | )
1479 |
1480 | let Gogoproto_Extensions_messagename_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_messagename_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_messagename_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1481 |   _protobuf_fieldNumber: 63033,
1482 |   fieldName: "gogoproto.messagename_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1485:5: warning: let 'Gogoproto_Extensions_goproto_sizecache_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1483 | )
1484 |
1485 | let Gogoproto_Extensions_goproto_sizecache_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_sizecache_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_sizecache_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1486 |   _protobuf_fieldNumber: 63034,
1487 |   fieldName: "gogoproto.goproto_sizecache_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1490:5: warning: let 'Gogoproto_Extensions_goproto_unkeyed_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1488 | )
1489 |
1490 | let Gogoproto_Extensions_goproto_unkeyed_all = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FileOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_unkeyed_all' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FileOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_unkeyed_all' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1491 |   _protobuf_fieldNumber: 63035,
1492 |   fieldName: "gogoproto.goproto_unkeyed_all"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1495:5: warning: let 'Gogoproto_Extensions_goproto_getters' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1493 | )
1494 |
1495 | let Gogoproto_Extensions_goproto_getters = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_getters' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_getters' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1496 |   _protobuf_fieldNumber: 64001,
1497 |   fieldName: "gogoproto.goproto_getters"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1500:5: warning: let 'Gogoproto_Extensions_goproto_stringer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1498 | )
1499 |
1500 | let Gogoproto_Extensions_goproto_stringer = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_stringer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_stringer' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1501 |   _protobuf_fieldNumber: 64003,
1502 |   fieldName: "gogoproto.goproto_stringer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1505:5: warning: let 'Gogoproto_Extensions_verbose_equal' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1503 | )
1504 |
1505 | let Gogoproto_Extensions_verbose_equal = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_verbose_equal' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_verbose_equal' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1506 |   _protobuf_fieldNumber: 64004,
1507 |   fieldName: "gogoproto.verbose_equal"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1510:5: warning: let 'Gogoproto_Extensions_face' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1508 | )
1509 |
1510 | let Gogoproto_Extensions_face = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_face' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_face' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1511 |   _protobuf_fieldNumber: 64005,
1512 |   fieldName: "gogoproto.face"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1515:5: warning: let 'Gogoproto_Extensions_gostring' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1513 | )
1514 |
1515 | let Gogoproto_Extensions_gostring = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_gostring' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_gostring' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1516 |   _protobuf_fieldNumber: 64006,
1517 |   fieldName: "gogoproto.gostring"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1520:5: warning: let 'Gogoproto_Extensions_populate' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1518 | )
1519 |
1520 | let Gogoproto_Extensions_populate = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_populate' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_populate' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1521 |   _protobuf_fieldNumber: 64007,
1522 |   fieldName: "gogoproto.populate"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1525:5: warning: let 'Gogoproto_Extensions_stringer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1523 | )
1524 |
1525 | let Gogoproto_Extensions_stringer = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_stringer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_stringer' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1526 |   _protobuf_fieldNumber: 67008,
1527 |   fieldName: "gogoproto.stringer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1530:5: warning: let 'Gogoproto_Extensions_onlyone' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1528 | )
1529 |
1530 | let Gogoproto_Extensions_onlyone = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_onlyone' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_onlyone' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1531 |   _protobuf_fieldNumber: 64009,
1532 |   fieldName: "gogoproto.onlyone"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1535:5: warning: let 'Gogoproto_Extensions_equal' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1533 | )
1534 |
1535 | let Gogoproto_Extensions_equal = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_equal' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_equal' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1536 |   _protobuf_fieldNumber: 64013,
1537 |   fieldName: "gogoproto.equal"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1540:5: warning: let 'Gogoproto_Extensions_description' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1538 | )
1539 |
1540 | let Gogoproto_Extensions_description = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_description' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_description' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1541 |   _protobuf_fieldNumber: 64014,
1542 |   fieldName: "gogoproto.description"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1545:5: warning: let 'Gogoproto_Extensions_testgen' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1543 | )
1544 |
1545 | let Gogoproto_Extensions_testgen = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_testgen' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_testgen' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1546 |   _protobuf_fieldNumber: 64015,
1547 |   fieldName: "gogoproto.testgen"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1550:5: warning: let 'Gogoproto_Extensions_benchgen' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1548 | )
1549 |
1550 | let Gogoproto_Extensions_benchgen = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_benchgen' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_benchgen' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1551 |   _protobuf_fieldNumber: 64016,
1552 |   fieldName: "gogoproto.benchgen"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1555:5: warning: let 'Gogoproto_Extensions_marshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1553 | )
1554 |
1555 | let Gogoproto_Extensions_marshaler = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_marshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_marshaler' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1556 |   _protobuf_fieldNumber: 64017,
1557 |   fieldName: "gogoproto.marshaler"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1560:5: warning: let 'Gogoproto_Extensions_unmarshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1558 | )
1559 |
1560 | let Gogoproto_Extensions_unmarshaler = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_unmarshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_unmarshaler' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1561 |   _protobuf_fieldNumber: 64018,
1562 |   fieldName: "gogoproto.unmarshaler"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1565:5: warning: let 'Gogoproto_Extensions_stable_marshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1563 | )
1564 |
1565 | let Gogoproto_Extensions_stable_marshaler = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_stable_marshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_stable_marshaler' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1566 |   _protobuf_fieldNumber: 64019,
1567 |   fieldName: "gogoproto.stable_marshaler"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1570:5: warning: let 'Gogoproto_Extensions_sizer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1568 | )
1569 |
1570 | let Gogoproto_Extensions_sizer = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_sizer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_sizer' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1571 |   _protobuf_fieldNumber: 64020,
1572 |   fieldName: "gogoproto.sizer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1575:5: warning: let 'Gogoproto_Extensions_unsafe_marshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1573 | )
1574 |
1575 | let Gogoproto_Extensions_unsafe_marshaler = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_unsafe_marshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_unsafe_marshaler' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1576 |   _protobuf_fieldNumber: 64023,
1577 |   fieldName: "gogoproto.unsafe_marshaler"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1580:5: warning: let 'Gogoproto_Extensions_unsafe_unmarshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1578 | )
1579 |
1580 | let Gogoproto_Extensions_unsafe_unmarshaler = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_unsafe_unmarshaler' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_unsafe_unmarshaler' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1581 |   _protobuf_fieldNumber: 64024,
1582 |   fieldName: "gogoproto.unsafe_unmarshaler"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1585:5: warning: let 'Gogoproto_Extensions_goproto_extensions_map' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1583 | )
1584 |
1585 | let Gogoproto_Extensions_goproto_extensions_map = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_extensions_map' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_extensions_map' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1586 |   _protobuf_fieldNumber: 64025,
1587 |   fieldName: "gogoproto.goproto_extensions_map"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1590:5: warning: let 'Gogoproto_Extensions_goproto_unrecognized' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1588 | )
1589 |
1590 | let Gogoproto_Extensions_goproto_unrecognized = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_unrecognized' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_unrecognized' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1591 |   _protobuf_fieldNumber: 64026,
1592 |   fieldName: "gogoproto.goproto_unrecognized"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1595:5: warning: let 'Gogoproto_Extensions_protosizer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1593 | )
1594 |
1595 | let Gogoproto_Extensions_protosizer = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_protosizer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_protosizer' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1596 |   _protobuf_fieldNumber: 64028,
1597 |   fieldName: "gogoproto.protosizer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1600:5: warning: let 'Gogoproto_Extensions_compare' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1598 | )
1599 |
1600 | let Gogoproto_Extensions_compare = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_compare' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_compare' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1601 |   _protobuf_fieldNumber: 64029,
1602 |   fieldName: "gogoproto.compare"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1605:5: warning: let 'Gogoproto_Extensions_typedecl' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1603 | )
1604 |
1605 | let Gogoproto_Extensions_typedecl = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_typedecl' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_typedecl' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1606 |   _protobuf_fieldNumber: 64030,
1607 |   fieldName: "gogoproto.typedecl"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1610:5: warning: let 'Gogoproto_Extensions_messagename' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1608 | )
1609 |
1610 | let Gogoproto_Extensions_messagename = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_messagename' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_messagename' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1611 |   _protobuf_fieldNumber: 64033,
1612 |   fieldName: "gogoproto.messagename"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1615:5: warning: let 'Gogoproto_Extensions_goproto_sizecache' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1613 | )
1614 |
1615 | let Gogoproto_Extensions_goproto_sizecache = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_sizecache' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_sizecache' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1616 |   _protobuf_fieldNumber: 64034,
1617 |   fieldName: "gogoproto.goproto_sizecache"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1620:5: warning: let 'Gogoproto_Extensions_goproto_unkeyed' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1618 | )
1619 |
1620 | let Gogoproto_Extensions_goproto_unkeyed = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_MessageOptions>(
     |     |- warning: let 'Gogoproto_Extensions_goproto_unkeyed' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_MessageOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_goproto_unkeyed' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1621 |   _protobuf_fieldNumber: 64035,
1622 |   fieldName: "gogoproto.goproto_unkeyed"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1625:5: warning: let 'Gogoproto_Extensions_nullable' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1623 | )
1624 |
1625 | let Gogoproto_Extensions_nullable = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_nullable' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_nullable' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1626 |   _protobuf_fieldNumber: 65001,
1627 |   fieldName: "gogoproto.nullable"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1630:5: warning: let 'Gogoproto_Extensions_embed' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1628 | )
1629 |
1630 | let Gogoproto_Extensions_embed = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_embed' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_embed' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1631 |   _protobuf_fieldNumber: 65002,
1632 |   fieldName: "gogoproto.embed"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1635:5: warning: let 'Gogoproto_Extensions_customtype' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1633 | )
1634 |
1635 | let Gogoproto_Extensions_customtype = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_customtype' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_customtype' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1636 |   _protobuf_fieldNumber: 65003,
1637 |   fieldName: "gogoproto.customtype"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1640:5: warning: let 'Gogoproto_Extensions_customname' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1638 | )
1639 |
1640 | let Gogoproto_Extensions_customname = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_customname' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_customname' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1641 |   _protobuf_fieldNumber: 65004,
1642 |   fieldName: "gogoproto.customname"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1645:5: warning: let 'Gogoproto_Extensions_jsontag' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1643 | )
1644 |
1645 | let Gogoproto_Extensions_jsontag = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_jsontag' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_jsontag' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1646 |   _protobuf_fieldNumber: 65005,
1647 |   fieldName: "gogoproto.jsontag"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1650:5: warning: let 'Gogoproto_Extensions_moretags' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1648 | )
1649 |
1650 | let Gogoproto_Extensions_moretags = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_moretags' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_moretags' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1651 |   _protobuf_fieldNumber: 65006,
1652 |   fieldName: "gogoproto.moretags"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1655:5: warning: let 'Gogoproto_Extensions_casttype' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1653 | )
1654 |
1655 | let Gogoproto_Extensions_casttype = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_casttype' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_casttype' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1656 |   _protobuf_fieldNumber: 65007,
1657 |   fieldName: "gogoproto.casttype"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1660:5: warning: let 'Gogoproto_Extensions_castkey' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1658 | )
1659 |
1660 | let Gogoproto_Extensions_castkey = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_castkey' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_castkey' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1661 |   _protobuf_fieldNumber: 65008,
1662 |   fieldName: "gogoproto.castkey"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1665:5: warning: let 'Gogoproto_Extensions_castvalue' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1663 | )
1664 |
1665 | let Gogoproto_Extensions_castvalue = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufString>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_castvalue' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufString>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_castvalue' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1666 |   _protobuf_fieldNumber: 65009,
1667 |   fieldName: "gogoproto.castvalue"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1670:5: warning: let 'Gogoproto_Extensions_stdtime' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1668 | )
1669 |
1670 | let Gogoproto_Extensions_stdtime = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_stdtime' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_stdtime' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1671 |   _protobuf_fieldNumber: 65010,
1672 |   fieldName: "gogoproto.stdtime"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1675:5: warning: let 'Gogoproto_Extensions_stdduration' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1673 | )
1674 |
1675 | let Gogoproto_Extensions_stdduration = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_stdduration' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_stdduration' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1676 |   _protobuf_fieldNumber: 65011,
1677 |   fieldName: "gogoproto.stdduration"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/gogo.pb.swift:1680:5: warning: let 'Gogoproto_Extensions_wktpointer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
1678 | )
1679 |
1680 | let Gogoproto_Extensions_wktpointer = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalExtensionField<SwiftProtobuf.ProtobufBool>, SwiftProtobuf.Google_Protobuf_FieldOptions>(
     |     |- warning: let 'Gogoproto_Extensions_wktpointer' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalExtensionField<ProtobufBool>, Google_Protobuf_FieldOptions>' may have shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: add '@MainActor' to make let 'Gogoproto_Extensions_wktpointer' part of global actor 'MainActor'
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1681 |   _protobuf_fieldNumber: 65012,
1682 |   fieldName: "gogoproto.wktpointer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/MessageExtension.swift:31:14: note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
29 | /// a particular message.  The generic constraints allow
30 | /// compile-time compatibility checks.
31 | public class MessageExtension<FieldType: ExtensionField, MessageType: Message>: AnyMessageExtension {
   |              `- note: generic class 'MessageExtension' does not conform to the 'Sendable' protocol
32 |     public let fieldNumber: Int
33 |     public let fieldName: String
[141/143] Compiling LoggingLoki NIOLock.swift
[142/143] Compiling LoggingLoki NIOLockedValueBox.swift
[143/143] Compiling LoggingLoki stats.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/stats.pb.swift:179:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
177 | extension Stats_Result: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
178 |   static let protoMessageName: String = _protobuf_package + ".Result"
179 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |              `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
180 |     1: .same(proto: "summary"),
181 |     2: .same(proto: "store"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/stats.pb.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
  9 |
 10 | import Foundation
 11 | import SwiftProtobuf
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
 12 |
 13 | // If the compiler emits an error on this type, it is because this file
    :
177 | extension Stats_Result: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
178 |   static let protoMessageName: String = _protobuf_package + ".Result"
179 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
180 |     1: .same(proto: "summary"),
181 |     2: .same(proto: "store"),
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/stats.pb.swift:190:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Stats_Result._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
183 |   ]
184 |
185 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
186 |     var _summary: Stats_Summary? = nil
187 |     var _store: Stats_Store? = nil
188 |     var _ingester: Stats_Ingester? = nil
189 |
190 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Stats_Result._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
191 |
192 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/stats.pb.swift:263:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
261 | extension Stats_Summary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
262 |   static let protoMessageName: String = _protobuf_package + ".Summary"
263 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
264 |     1: .same(proto: "bytesProcessedPerSecond"),
265 |     2: .same(proto: "linesProcessedPerSecond"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/stats.pb.swift:319:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
317 | extension Stats_Store: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
318 |   static let protoMessageName: String = _protobuf_package + ".Store"
319 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
320 |     1: .same(proto: "totalChunksRef"),
321 |     2: .same(proto: "totalChunksDownloaded"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/stats.pb.swift:399:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
397 | extension Stats_Ingester: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
398 |   static let protoMessageName: String = _protobuf_package + ".Ingester"
399 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
400 |     1: .same(proto: "totalReached"),
401 |     2: .same(proto: "totalChunksMatched"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
Build complete! (18.55s)
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/stats.proto
    /Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/timestamp.proto
    /Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/descriptor.proto
    /Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/logproto.proto
    /Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gogo.proto
warning: 'swift-protobuf': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/CMakeLists.txt
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-snappy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lovetodream/swift-snappy"
    }
  ],
  "manifest_display_name" : "swift-log-loki",
  "name" : "swift-log-loki",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "LoggingLoki",
      "targets" : [
        "LoggingLoki"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingLokiTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingLokiTests",
      "path" : "Tests/LoggingLokiTests",
      "sources" : [
        "LoggingLokiTests.swift"
      ],
      "target_dependencies" : [
        "LoggingLoki"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggingLoki",
      "module_type" : "SwiftTarget",
      "name" : "LoggingLoki",
      "path" : "Sources/LoggingLoki",
      "product_dependencies" : [
        "Logging",
        "SwiftProtobuf",
        "Snappy"
      ],
      "product_memberships" : [
        "LoggingLoki"
      ],
      "sources" : [
        "Batch.swift",
        "BatchEntry.swift",
        "Batcher.swift",
        "LokiError.swift",
        "LokiLogHandler.swift",
        "LokiRequest.swift",
        "LokiSession.swift",
        "LokiStream.swift",
        "NIOLock.swift",
        "NIOLockedValueBox.swift",
        "Proto/gen/swift/descriptor.pb.swift",
        "Proto/gen/swift/gogo.pb.swift",
        "Proto/gen/swift/logproto.pb.swift",
        "Proto/gen/swift/stats.pb.swift",
        "Proto/gen/swift/timestamp.pb.swift",
        "TypeAliases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.