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.0 for macOS (SPM) on 4 Nov 2024 20:16:09 UTC.

Swift 6 data race errors: 167

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

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: annotate 'Gogoproto_Extensions_populate_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_stringer_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_onlyone_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_equal_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_description_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_testgen_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_benchgen_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_marshaler_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_unmarshaler_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_stable_marshaler_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_sizer_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_enum_stringer_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_enum_stringer_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_unsafe_marshaler_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_unsafe_unmarshaler_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_extensions_map_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_unrecognized_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_gogoproto_import' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_protosizer_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_compare_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_typedecl_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_enumdecl_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_registration' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_messagename_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_sizecache_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_unkeyed_all' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_getters' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_stringer' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_verbose_equal' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_face' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_gostring' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_populate' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_stringer' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_onlyone' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_equal' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_description' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_testgen' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_benchgen' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_marshaler' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_unmarshaler' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_stable_marshaler' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_sizer' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_unsafe_marshaler' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_unsafe_unmarshaler' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_extensions_map' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_unrecognized' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_protosizer' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_compare' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_typedecl' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_messagename' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_sizecache' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_goproto_unkeyed' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_nullable' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_embed' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_customtype' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_customname' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_jsontag' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_moretags' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_casttype' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_castkey' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_castvalue' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_stdtime' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_stdduration' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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: annotate 'Gogoproto_Extensions_wktpointer' with '@MainActor' if property should only be accessed from the main actor
     |     `- 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
[143/143] Compiling LoggingLoki logproto.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/logproto.pb.swift:55:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  53 | extension Logproto_Direction: CaseIterable {
  54 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
  55 |   static var allCases: [Logproto_Direction] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: annotate 'allCases' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  56 |     .forward,
  57 |     .backward,
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/logproto.pb.swift:961: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
 959 |
 960 | extension Logproto_Direction: SwiftProtobuf._ProtoNameProviding {
 961 |   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
 962 |     0: .same(proto: "FORWARD"),
 963 |     1: .same(proto: "BACKWARD"),
/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/logproto.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
     :
 959 |
 960 | extension Logproto_Direction: SwiftProtobuf._ProtoNameProviding {
 961 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 962 |     0: .same(proto: "FORWARD"),
 963 |     1: .same(proto: "BACKWARD"),
/Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gen/swift/logproto.pb.swift:969: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
 967 | extension Logproto_StreamRatesRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 968 |   static let protoMessageName: String = _protobuf_package + ".StreamRatesRequest"
 969 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 970 |
 971 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/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/logproto.pb.swift:988: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
 986 | extension Logproto_StreamRatesResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 987 |   static let protoMessageName: String = _protobuf_package + ".StreamRatesResponse"
 988 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 989 |     1: .same(proto: "streamRates"),
 990 |   ]
/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/logproto.pb.swift:1020: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
1018 | extension Logproto_StreamRate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1019 |   static let protoMessageName: String = _protobuf_package + ".StreamRate"
1020 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1021 |     1: .same(proto: "streamHash"),
1022 |     2: .same(proto: "streamHashNoShard"),
/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/logproto.pb.swift:1070: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
1068 | extension Logproto_PushRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1069 |   static let protoMessageName: String = _protobuf_package + ".PushRequest"
1070 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1071 |     1: .same(proto: "streams"),
1072 |   ]
/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/logproto.pb.swift:1102: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
1100 | extension Logproto_PushResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1101 |   static let protoMessageName: String = _protobuf_package + ".PushResponse"
1102 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1103 |
1104 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/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/logproto.pb.swift:1121: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
1119 | extension Logproto_QueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1120 |   static let protoMessageName: String = _protobuf_package + ".QueryRequest"
1121 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1122 |     1: .same(proto: "selector"),
1123 |     2: .same(proto: "limit"),
/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/logproto.pb.swift:1193: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
1191 | extension Logproto_SampleQueryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1192 |   static let protoMessageName: String = _protobuf_package + ".SampleQueryRequest"
1193 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1194 |     1: .same(proto: "selector"),
1195 |     2: .same(proto: "start"),
/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/logproto.pb.swift:1253: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
1251 | extension Logproto_Delete: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1252 |   static let protoMessageName: String = _protobuf_package + ".Delete"
1253 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1254 |     1: .same(proto: "selector"),
1255 |     2: .same(proto: "start"),
/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/logproto.pb.swift:1297: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
1295 | extension Logproto_QueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1296 |   static let protoMessageName: String = _protobuf_package + ".QueryResponse"
1297 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1298 |     1: .same(proto: "streams"),
1299 |     2: .same(proto: "stats"),
/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/logproto.pb.swift:1339: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
1337 | extension Logproto_SampleQueryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1338 |   static let protoMessageName: String = _protobuf_package + ".SampleQueryResponse"
1339 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1340 |     1: .same(proto: "series"),
1341 |     2: .same(proto: "stats"),
/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/logproto.pb.swift:1381: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
1379 | extension Logproto_LabelRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1380 |   static let protoMessageName: String = _protobuf_package + ".LabelRequest"
1381 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1382 |     1: .same(proto: "name"),
1383 |     2: .same(proto: "values"),
/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/logproto.pb.swift:1435: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
1433 | extension Logproto_LabelResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1434 |   static let protoMessageName: String = _protobuf_package + ".LabelResponse"
1435 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1436 |     1: .same(proto: "values"),
1437 |   ]
/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/logproto.pb.swift:1467: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
1465 | extension Logproto_StreamAdapter: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1466 |   static let protoMessageName: String = _protobuf_package + ".StreamAdapter"
1467 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1468 |     1: .same(proto: "labels"),
1469 |     2: .same(proto: "entries"),
/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/logproto.pb.swift:1511: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
1509 | extension Logproto_EntryAdapter: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1510 |   static let protoMessageName: String = _protobuf_package + ".EntryAdapter"
1511 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1512 |     1: .same(proto: "timestamp"),
1513 |     2: .same(proto: "line"),
/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/logproto.pb.swift:1553: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
1551 | extension Logproto_Sample: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1552 |   static let protoMessageName: String = _protobuf_package + ".Sample"
1553 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1554 |     1: .same(proto: "timestamp"),
1555 |     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/logproto.pb.swift:1597: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
1595 | extension Logproto_LegacySample: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1596 |   static let protoMessageName: String = _protobuf_package + ".LegacySample"
1597 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1598 |     1: .same(proto: "value"),
1599 |     2: .standard(proto: "timestamp_ms"),
/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/logproto.pb.swift:1635: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
1633 | extension Logproto_Series: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1634 |   static let protoMessageName: String = _protobuf_package + ".Series"
1635 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1636 |     1: .same(proto: "labels"),
1637 |     2: .same(proto: "samples"),
/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/logproto.pb.swift:1679: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
1677 | extension Logproto_TailRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1678 |   static let protoMessageName: String = _protobuf_package + ".TailRequest"
1679 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1680 |     1: .same(proto: "query"),
1681 |     3: .same(proto: "delayFor"),
/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/logproto.pb.swift:1733: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
1731 | extension Logproto_TailResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1732 |   static let protoMessageName: String = _protobuf_package + ".TailResponse"
1733 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1734 |     1: .same(proto: "stream"),
1735 |     2: .same(proto: "droppedStreams"),
/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/logproto.pb.swift:1775: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
1773 | extension Logproto_SeriesRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1774 |   static let protoMessageName: String = _protobuf_package + ".SeriesRequest"
1775 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1776 |     1: .same(proto: "start"),
1777 |     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/logproto.pb.swift:1829: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
1827 | extension Logproto_SeriesResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1828 |   static let protoMessageName: String = _protobuf_package + ".SeriesResponse"
1829 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1830 |     1: .same(proto: "series"),
1831 |   ]
/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/logproto.pb.swift:1861: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
1859 | extension Logproto_SeriesIdentifier: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1860 |   static let protoMessageName: String = _protobuf_package + ".SeriesIdentifier"
1861 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1862 |     1: .same(proto: "labels"),
1863 |   ]
/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/logproto.pb.swift:1893: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
1891 | extension Logproto_DroppedStream: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1892 |   static let protoMessageName: String = _protobuf_package + ".DroppedStream"
1893 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1894 |     1: .same(proto: "from"),
1895 |     2: .same(proto: "to"),
/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/logproto.pb.swift:1941: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
1939 | extension Logproto_TimeSeriesChunk: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1940 |   static let protoMessageName: String = _protobuf_package + ".TimeSeriesChunk"
1941 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1942 |     1: .standard(proto: "from_ingester_id"),
1943 |     2: .standard(proto: "user_id"),
/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/logproto.pb.swift:1991: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
1989 | extension Logproto_LabelPair: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1990 |   static let protoMessageName: String = _protobuf_package + ".LabelPair"
1991 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1992 |     1: .same(proto: "name"),
1993 |     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/logproto.pb.swift:2029: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
2027 | extension Logproto_LegacyLabelPair: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2028 |   static let protoMessageName: String = _protobuf_package + ".LegacyLabelPair"
2029 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2030 |     1: .same(proto: "name"),
2031 |     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/logproto.pb.swift:2067: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
2065 | extension Logproto_Chunk: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2066 |   static let protoMessageName: String = _protobuf_package + ".Chunk"
2067 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2068 |     1: .same(proto: "data"),
2069 |   ]
/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/logproto.pb.swift:2099: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
2097 | extension Logproto_TransferChunksResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2098 |   static let protoMessageName: String = _protobuf_package + ".TransferChunksResponse"
2099 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2100 |
2101 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/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/logproto.pb.swift:2118: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
2116 | extension Logproto_TailersCountRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2117 |   static let protoMessageName: String = _protobuf_package + ".TailersCountRequest"
2118 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2119 |
2120 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/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/logproto.pb.swift:2137: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
2135 | extension Logproto_TailersCountResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2136 |   static let protoMessageName: String = _protobuf_package + ".TailersCountResponse"
2137 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2138 |     1: .same(proto: "count"),
2139 |   ]
/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/logproto.pb.swift:2169: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
2167 | extension Logproto_GetChunkIDsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2168 |   static let protoMessageName: String = _protobuf_package + ".GetChunkIDsRequest"
2169 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2170 |     1: .same(proto: "matchers"),
2171 |     2: .same(proto: "start"),
/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/logproto.pb.swift:2217: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
2215 | extension Logproto_GetChunkIDsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2216 |   static let protoMessageName: String = _protobuf_package + ".GetChunkIDsResponse"
2217 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2218 |     1: .same(proto: "chunkIDs"),
2219 |   ]
/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/logproto.pb.swift:2249: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
2247 | extension Logproto_ChunkRef: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2248 |   static let protoMessageName: String = _protobuf_package + ".ChunkRef"
2249 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2250 |     1: .same(proto: "fingerprint"),
2251 |     2: .standard(proto: "user_id"),
/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/logproto.pb.swift:2305: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
2303 | extension Logproto_LabelValuesForMetricNameRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2304 |   static let protoMessageName: String = _protobuf_package + ".LabelValuesForMetricNameRequest"
2305 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2306 |     1: .standard(proto: "metric_name"),
2307 |     2: .standard(proto: "label_name"),
/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/logproto.pb.swift:2361: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
2359 | extension Logproto_LabelNamesForMetricNameRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2360 |   static let protoMessageName: String = _protobuf_package + ".LabelNamesForMetricNameRequest"
2361 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2362 |     1: .standard(proto: "metric_name"),
2363 |     2: .same(proto: "from"),
/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/logproto.pb.swift:2405: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
2403 | extension Logproto_GetChunkRefRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2404 |   static let protoMessageName: String = _protobuf_package + ".GetChunkRefRequest"
2405 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2406 |     1: .same(proto: "from"),
2407 |     2: .same(proto: "through"),
/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/logproto.pb.swift:2449: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
2447 | extension Logproto_GetChunkRefResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2448 |   static let protoMessageName: String = _protobuf_package + ".GetChunkRefResponse"
2449 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2450 |     1: .same(proto: "refs"),
2451 |   ]
/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/logproto.pb.swift:2481: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
2479 | extension Logproto_GetSeriesRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2480 |   static let protoMessageName: String = _protobuf_package + ".GetSeriesRequest"
2481 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2482 |     1: .same(proto: "from"),
2483 |     2: .same(proto: "through"),
/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/logproto.pb.swift:2525: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
2523 | extension Logproto_GetSeriesResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2524 |   static let protoMessageName: String = _protobuf_package + ".GetSeriesResponse"
2525 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2526 |     1: .same(proto: "series"),
2527 |   ]
/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/logproto.pb.swift:2557: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
2555 | extension Logproto_IndexSeries: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2556 |   static let protoMessageName: String = _protobuf_package + ".IndexSeries"
2557 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2558 |     1: .same(proto: "labels"),
2559 |   ]
/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/logproto.pb.swift:2589: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
2587 | extension Logproto_QueryIndexResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2588 |   static let protoMessageName: String = _protobuf_package + ".QueryIndexResponse"
2589 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2590 |     1: .same(proto: "QueryKey"),
2591 |     2: .same(proto: "rows"),
/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/logproto.pb.swift:2627: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
2625 | extension Logproto_Row: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2626 |   static let protoMessageName: String = _protobuf_package + ".Row"
2627 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2628 |     1: .same(proto: "rangeValue"),
2629 |     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/logproto.pb.swift:2665: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
2663 | extension Logproto_QueryIndexRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2664 |   static let protoMessageName: String = _protobuf_package + ".QueryIndexRequest"
2665 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2666 |     1: .same(proto: "Queries"),
2667 |   ]
/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/logproto.pb.swift:2697: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
2695 | extension Logproto_IndexQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2696 |   static let protoMessageName: String = _protobuf_package + ".IndexQuery"
2697 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2698 |     1: .same(proto: "tableName"),
2699 |     2: .same(proto: "hashValue"),
/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/logproto.pb.swift:2753: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
2751 | extension Logproto_IndexStatsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2752 |   static let protoMessageName: String = _protobuf_package + ".IndexStatsRequest"
2753 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2754 |     1: .same(proto: "from"),
2755 |     2: .same(proto: "through"),
/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/logproto.pb.swift:2797: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
2795 | extension Logproto_IndexStatsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2796 |   static let protoMessageName: String = _protobuf_package + ".IndexStatsResponse"
2797 |   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: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2798 |     1: .same(proto: "streams"),
2799 |     2: .same(proto: "chunks"),
/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! (39.89s)
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/descriptor.proto
    /Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/timestamp.proto
    /Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/gogo.proto
    /Users/admin/builder/spi-builder-workspace/Sources/LoggingLoki/Proto/logproto.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.