This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 JacquardSDK with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 104

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

 6892 | extension Google_Jacquard_Protocol_DataCollectionStatusRequest {
 6893 |   enum Extensions {
 6894 |     static let status = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'status' 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
 6895 |       _protobuf_fieldNumber: 1003,
 6896 |       fieldName: "google.jacquard.protocol.DataCollectionStatusRequest.status"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6903:16: warning: static property 'status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6901 | extension Google_Jacquard_Protocol_DataCollectionStatusResponse {
 6902 |   enum Extensions {
 6903 |     static let status = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'status' 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
 6904 |       _protobuf_fieldNumber: 1003,
 6905 |       fieldName: "google.jacquard.protocol.DataCollectionStatusResponse.status"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6912:16: warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6910 | extension Google_Jacquard_Protocol_DataCollectionTrialListRequest {
 6911 |   enum Extensions {
 6912 |     static let trial_list = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_list' 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
 6913 |       _protobuf_fieldNumber: 1004,
 6914 |       fieldName: "google.jacquard.protocol.DataCollectionTrialListRequest.trial_list"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6921:16: warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6919 | extension Google_Jacquard_Protocol_DataCollectionTrialListResponse {
 6920 |   enum Extensions {
 6921 |     static let trial_list = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_list' 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
 6922 |       _protobuf_fieldNumber: 1004,
 6923 |       fieldName: "google.jacquard.protocol.DataCollectionTrialListResponse.trial_list"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6930:16: warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6928 | extension Google_Jacquard_Protocol_DataCollectionTrialListNotification {
 6929 |   enum Extensions {
 6930 |     static let trial_list = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_list' 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
 6931 |       _protobuf_fieldNumber: 1004,
 6932 |       fieldName: "google.jacquard.protocol.DataCollectionTrialListNotification.trial_list"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6939:16: warning: static property 'trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6937 | extension Google_Jacquard_Protocol_DataCollectionTrialDataRequest {
 6938 |   enum Extensions {
 6939 |     static let trial_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_data' 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
 6940 |       _protobuf_fieldNumber: 1005,
 6941 |       fieldName: "google.jacquard.protocol.DataCollectionTrialDataRequest.trial_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6948:16: warning: static property 'trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6946 | extension Google_Jacquard_Protocol_DataCollectionTrialDataResponse {
 6947 |   enum Extensions {
 6948 |     static let trial_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_data' 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
 6949 |       _protobuf_fieldNumber: 1005,
 6950 |       fieldName: "google.jacquard.protocol.DataCollectionTrialDataResponse.trial_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6957:16: warning: static property 'erase_trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6955 | extension Google_Jacquard_Protocol_DataCollectionEraseTrialDataRequest {
 6956 |   enum Extensions {
 6957 |     static let erase_trial_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'erase_trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'erase_trial_data' 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
 6958 |       _protobuf_fieldNumber: 1007,
 6959 |       fieldName: "google.jacquard.protocol.DataCollectionEraseTrialDataRequest.erase_trial_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6966:16: warning: static property 'erase_trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6964 | extension Google_Jacquard_Protocol_DataCollectionEraseTrialDataResponse {
 6965 |   enum Extensions {
 6966 |     static let erase_trial_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'erase_trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'erase_trial_data' 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
 6967 |       _protobuf_fieldNumber: 1007,
 6968 |       fieldName: "google.jacquard.protocol.DataCollectionEraseTrialDataResponse.erase_trial_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6975:16: warning: static property 'erase_all_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6973 | extension Google_Jacquard_Protocol_DataCollectionEraseAllDataRequest {
 6974 |   enum Extensions {
 6975 |     static let erase_all_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'erase_all_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'erase_all_data' 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
 6976 |       _protobuf_fieldNumber: 1008,
 6977 |       fieldName: "google.jacquard.protocol.DataCollectionEraseAllDataRequest.erase_all_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6984:16: warning: static property 'erase_all_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6982 | extension Google_Jacquard_Protocol_DataCollectionEraseAllDataResponse {
 6983 |   enum Extensions {
 6984 |     static let erase_all_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'erase_all_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'erase_all_data' 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
 6985 |       _protobuf_fieldNumber: 1008,
 6986 |       fieldName: "google.jacquard.protocol.DataCollectionEraseAllDataResponse.erase_all_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6993:16: warning: static property 'progress' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionProgressNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6991 | extension Google_Jacquard_Protocol_DataCollectionProgressNotification {
 6992 |   enum Extensions {
 6993 |     static let progress = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionProgressNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'progress' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionProgressNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'progress' 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
 6994 |       _protobuf_fieldNumber: 1009,
 6995 |       fieldName: "google.jacquard.protocol.DataCollectionProgressNotification.progress"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7002:16: warning: static property 'load_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7000 | extension Google_Jacquard_Protocol_LoadModuleRequest {
 7001 |   enum Extensions {
 7002 |     static let load_module = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'load_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'load_module' 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
 7003 |       _protobuf_fieldNumber: 1200,
 7004 |       fieldName: "google.jacquard.protocol.LoadModuleRequest.load_module"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7011:16: warning: static property 'load_module_notif' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 7009 | extension Google_Jacquard_Protocol_LoadModuleNotification {
 7010 |   enum Extensions {
 7011 |     static let load_module_notif = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'load_module_notif' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'load_module_notif' 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
 7012 |       _protobuf_fieldNumber: 1200,
 7013 |       fieldName: "google.jacquard.protocol.LoadModuleNotification.load_module_notif"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7020:16: warning: static property 'unload_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UnloadModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7018 | extension Google_Jacquard_Protocol_UnloadModuleRequest {
 7019 |   enum Extensions {
 7020 |     static let unload_module = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_UnloadModuleRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'unload_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UnloadModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'unload_module' 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
 7021 |       _protobuf_fieldNumber: 1201,
 7022 |       fieldName: "google.jacquard.protocol.UnloadModuleRequest.unload_module"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7029:16: warning: static property 'list_modules' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ListModuleResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 7027 | extension Google_Jacquard_Protocol_ListModuleResponse {
 7028 |   enum Extensions {
 7029 |     static let list_modules = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_ListModuleResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'list_modules' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ListModuleResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'list_modules' 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
 7030 |       _protobuf_fieldNumber: 1202,
 7031 |       fieldName: "google.jacquard.protocol.ListModuleResponse.list_modules"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7038:16: warning: static property 'delete_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeleteModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7036 | extension Google_Jacquard_Protocol_DeleteModuleRequest {
 7037 |   enum Extensions {
 7038 |     static let delete_module = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DeleteModuleRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'delete_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeleteModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'delete_module' 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
 7039 |       _protobuf_fieldNumber: 1203,
 7040 |       fieldName: "google.jacquard.protocol.DeleteModuleRequest.delete_module"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7047:16: warning: static property 'battery_status_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7045 | extension Google_Jacquard_Protocol_BatteryStatusRequest {
 7046 |   enum Extensions {
 7047 |     static let battery_status_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'battery_status_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'battery_status_request' 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
 7048 |       _protobuf_fieldNumber: 121,
 7049 |       fieldName: "google.jacquard.protocol.BatteryStatusRequest.battery_status_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7056:16: warning: static property 'battery_status_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 7054 | extension Google_Jacquard_Protocol_BatteryStatusResponse {
 7055 |   enum Extensions {
 7056 |     static let battery_status_response = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'battery_status_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'battery_status_response' 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
 7057 |       _protobuf_fieldNumber: 121,
 7058 |       fieldName: "google.jacquard.protocol.BatteryStatusResponse.battery_status_response"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7065:16: warning: static property 'battery_status_notification' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 7063 | extension Google_Jacquard_Protocol_BatteryStatusNotification {
 7064 |   enum Extensions {
 7065 |     static let battery_status_notification = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'battery_status_notification' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'battery_status_notification' 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
 7066 |       _protobuf_fieldNumber: 121,
 7067 |       fieldName: "google.jacquard.protocol.BatteryStatusNotification.battery_status_notification"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7074:16: warning: static property 'ble_disconnect_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BleDisconnectRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7072 | extension Google_Jacquard_Protocol_BleDisconnectRequest {
 7073 |   enum Extensions {
 7074 |     static let ble_disconnect_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BleDisconnectRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'ble_disconnect_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BleDisconnectRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'ble_disconnect_request' 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
 7075 |       _protobuf_fieldNumber: 125,
 7076 |       fieldName: "google.jacquard.protocol.BleDisconnectRequest.ble_disconnect_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7083:16: warning: static property 'device_reboot_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceRebootRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7081 | extension Google_Jacquard_Protocol_DeviceRebootRequest {
 7082 |   enum Extensions {
 7083 |     static let device_reboot_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceRebootRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'device_reboot_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceRebootRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'device_reboot_request' 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
 7084 |       _protobuf_fieldNumber: 126,
 7085 |       fieldName: "google.jacquard.protocol.DeviceRebootRequest.device_reboot_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7092:16: warning: static property 'fault_log_get_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7090 | extension Google_Jacquard_Protocol_FaultlogGetRequest {
 7091 |   enum Extensions {
 7092 |     static let fault_log_get_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'fault_log_get_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'fault_log_get_request' 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
 7093 |       _protobuf_fieldNumber: 127,
 7094 |       fieldName: "google.jacquard.protocol.FaultlogGetRequest.fault_log_get_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7101:16: warning: static property 'fault_log_get_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 7099 | extension Google_Jacquard_Protocol_FaultlogGetResponse {
 7100 |   enum Extensions {
 7101 |     static let fault_log_get_response = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'fault_log_get_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'fault_log_get_response' 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
 7102 |       _protobuf_fieldNumber: 127,
 7103 |       fieldName: "google.jacquard.protocol.FaultlogGetResponse.fault_log_get_response"
/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/JacquardSDK/Protobuf/publicSdk.pb.swift:163:21: warning: static property 'allCases' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
161 | extension Google_Jacquard_Protocol_Public_Sdk_GearMetadata.Capability: CaseIterable {
162 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
163 |   public static var allCases: [Google_Jacquard_Protocol_Public_Sdk_GearMetadata.Capability] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is non-isolated 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
164 |     .led,
165 |     .gesture,
[178/178] Compiling JacquardSDK resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/JacquardSDK/Classes/Network/CloudManager.swift:112:11: warning: capture of 'subject' with non-sendable type 'PassthroughSubject<Data, APIError>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
110 |         switch response.statusCode {
111 |         case 400..<500:
112 |           subject.send(completion: .failure(.clientError))
    |           `- warning: capture of 'subject' with non-sendable type 'PassthroughSubject<Data, APIError>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
113 |         case 500..<600:
114 |           subject.send(completion: .failure(.serverError))
Combine.PassthroughSubject:2:20: note: generic class 'PassthroughSubject' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 2 | final public class PassthroughSubject<Output, Failure> : Subject where Failure : Error {
   |                    `- note: generic class 'PassthroughSubject' does not conform to the 'Sendable' protocol
 3 |     public init()
 4 |     @objc deinit
/Users/admin/builder/spi-builder-workspace/JacquardSDK/Classes/Network/CloudManager.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Combine'
 13 | // limitations under the License.
 14 |
 15 | import Combine
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Combine'
 16 | import Foundation
 17 |
/Users/admin/builder/spi-builder-workspace/JacquardSDK/Protobuf/jacquard.pb.swift:6471:5: warning: let 'Google_Jacquard_Protocol_Jacquard_Extensions' is not concurrency-safe because non-'Sendable' type 'SimpleExtensionMap' may have shared mutable state; this is an error in the Swift 6 language mode
 6469 | /// in parsing, or it can be combined with other `SwiftProtobuf.SimpleExtensionMap`s to create
 6470 | /// a larger `SwiftProtobuf.SimpleExtensionMap`.
 6471 | let Google_Jacquard_Protocol_Jacquard_Extensions: SwiftProtobuf.SimpleExtensionMap = [
      |     `- warning: let 'Google_Jacquard_Protocol_Jacquard_Extensions' is not concurrency-safe because non-'Sendable' type 'SimpleExtensionMap' may have shared mutable state; this is an error in the Swift 6 language mode
 6472 |   Google_Jacquard_Protocol_SupportedRequest.Extensions.supported,
 6473 |   Google_Jacquard_Protocol_DeviceInfoRequest.Extensions.device_info,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift:17:15: note: struct 'SimpleExtensionMap' does not conform to the 'Sendable' protocol
 15 |
 16 | // Note: The generated code only relies on ExpressibleByArrayLiteral
 17 | public struct SimpleExtensionMap: ExtensionMap, ExpressibleByArrayLiteral, CustomDebugStringConvertible {
    |               `- note: struct 'SimpleExtensionMap' does not conform to the 'Sendable' protocol
 18 |     public typealias Element = AnyMessageExtension
 19 |
/Users/admin/builder/spi-builder-workspace/JacquardSDK/Protobuf/jacquard.pb.swift:25:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
   23 |
   24 | import Foundation
   25 | import SwiftProtobuf
      | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
   26 |
   27 | // If the compiler emits an error on this type, it is because this file
      :
 6469 | /// in parsing, or it can be combined with other `SwiftProtobuf.SimpleExtensionMap`s to create
 6470 | /// a larger `SwiftProtobuf.SimpleExtensionMap`.
 6471 | let Google_Jacquard_Protocol_Jacquard_Extensions: SwiftProtobuf.SimpleExtensionMap = [
      |     |- note: annotate 'Google_Jacquard_Protocol_Jacquard_Extensions' 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
 6472 |   Google_Jacquard_Protocol_SupportedRequest.Extensions.supported,
 6473 |   Google_Jacquard_Protocol_DeviceInfoRequest.Extensions.device_info,
/Users/admin/builder/spi-builder-workspace/JacquardSDK/Protobuf/jacquard.pb.swift:9024:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Jacquard_Protocol_GearChar._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 9012 |   ]
 9013 |
 9014 |   fileprivate class _StorageClass {
      |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 9015 |     var _id: UInt32? = nil
 9016 |     var _motor1: Google_Jacquard_Protocol_VibeMotorChar? = nil
      :
 9022 |     var _connectorType: Google_Jacquard_Protocol_ConnectorType? = nil
 9023 |
 9024 |     static let defaultInstance = _StorageClass()
      |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Jacquard_Protocol_GearChar._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'defaultInstance' 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
 9025 |
 9026 |     private init() {}
/Users/admin/builder/spi-builder-workspace/JacquardSDK/Protobuf/jacquard.pb.swift:10310:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Jacquard_Protocol_UJTConfigWriteRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
10303 |   ]
10304 |
10305 |   fileprivate class _StorageClass {
      |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10306 |     var _imuConfig: Google_Jacquard_Protocol_ImuConfiguration? = nil
10307 |     var _bleConfig: Google_Jacquard_Protocol_BleConfiguration? = nil
10308 |     var _womConfig: Google_Jacquard_Protocol_WomConfiguration? = nil
10309 |
10310 |     static let defaultInstance = _StorageClass()
      |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Jacquard_Protocol_UJTConfigWriteRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'defaultInstance' 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
10311 |
10312 |     private init() {}
/Users/admin/builder/spi-builder-workspace/JacquardSDK/Protobuf/jacquard.pb.swift:10390:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Jacquard_Protocol_UJTConfigResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
10383 |   ]
10384 |
10385 |   fileprivate class _StorageClass {
      |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10386 |     var _imuConfig: Google_Jacquard_Protocol_ImuConfiguration? = nil
10387 |     var _bleConfig: Google_Jacquard_Protocol_BleConfiguration? = nil
10388 |     var _womConfig: Google_Jacquard_Protocol_WomConfiguration? = nil
10389 |
10390 |     static let defaultInstance = _StorageClass()
      |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Jacquard_Protocol_UJTConfigResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'defaultInstance' 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
10391 |
10392 |     private init() {}
/Users/admin/builder/spi-builder-workspace/JacquardSDK/Protobuf/jacquard.pb.swift:6543:16: warning: static property 'supported' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_SupportedRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6541 | extension Google_Jacquard_Protocol_SupportedRequest {
 6542 |   enum Extensions {
 6543 |     static let supported = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_SupportedRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'supported' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_SupportedRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'supported' 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
 6544 |       _protobuf_fieldNumber: 99,
 6545 |       fieldName: "google.jacquard.protocol.SupportedRequest.supported"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6552:16: warning: static property 'device_info' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceInfoRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6550 | extension Google_Jacquard_Protocol_DeviceInfoRequest {
 6551 |   enum Extensions {
 6552 |     static let device_info = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceInfoRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'device_info' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceInfoRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'device_info' 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
 6553 |       _protobuf_fieldNumber: 103,
 6554 |       fieldName: "google.jacquard.protocol.DeviceInfoRequest.device_info"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6561:16: warning: static property 'device_info' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceInfoResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6559 | extension Google_Jacquard_Protocol_DeviceInfoResponse {
 6560 |   enum Extensions {
 6561 |     static let device_info = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceInfoResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'device_info' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceInfoResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'device_info' 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
 6562 |       _protobuf_fieldNumber: 103,
 6563 |       fieldName: "google.jacquard.protocol.DeviceInfoResponse.device_info"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6570:16: warning: static property 'led_pattern_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LedPatternRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6568 | extension Google_Jacquard_Protocol_LedPatternRequest {
 6569 |   enum Extensions {
 6570 |     static let led_pattern_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_LedPatternRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'led_pattern_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LedPatternRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'led_pattern_request' 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
 6571 |       _protobuf_fieldNumber: 118,
 6572 |       fieldName: "google.jacquard.protocol.LedPatternRequest.led_pattern_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6579:16: warning: static property 'led_pattern_notif' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LedPatternNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6577 | extension Google_Jacquard_Protocol_LedPatternNotification {
 6578 |   enum Extensions {
 6579 |     static let led_pattern_notif = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_LedPatternNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'led_pattern_notif' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LedPatternNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'led_pattern_notif' 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
 6580 |       _protobuf_fieldNumber: 118,
 6581 |       fieldName: "google.jacquard.protocol.LedPatternNotification.led_pattern_notif"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6588:16: warning: static property 'config_set_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigSetRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6586 | extension Google_Jacquard_Protocol_ConfigSetRequest {
 6587 |   enum Extensions {
 6588 |     static let config_set_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigSetRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'config_set_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigSetRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'config_set_request' 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
 6589 |       _protobuf_fieldNumber: 122,
 6590 |       fieldName: "google.jacquard.protocol.ConfigSetRequest.config_set_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6597:16: warning: static property 'config_get_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6595 | extension Google_Jacquard_Protocol_ConfigGetRequest {
 6596 |   enum Extensions {
 6597 |     static let config_get_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'config_get_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'config_get_request' 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
 6598 |       _protobuf_fieldNumber: 123,
 6599 |       fieldName: "google.jacquard.protocol.ConfigGetRequest.config_get_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6606:16: warning: static property 'config_get_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6604 | extension Google_Jacquard_Protocol_ConfigGetResponse {
 6605 |   enum Extensions {
 6606 |     static let config_get_response = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'config_get_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'config_get_response' 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
 6607 |       _protobuf_fieldNumber: 123,
 6608 |       fieldName: "google.jacquard.protocol.ConfigGetResponse.config_get_response"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6615:16: warning: static property 'config_get_index' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetIndexRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6613 | extension Google_Jacquard_Protocol_ConfigGetIndexRequest {
 6614 |   enum Extensions {
 6615 |     static let config_get_index = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetIndexRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'config_get_index' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ConfigGetIndexRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'config_get_index' 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
 6616 |       _protobuf_fieldNumber: 124,
 6617 |       fieldName: "google.jacquard.protocol.ConfigGetIndexRequest.config_get_index"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6624:16: warning: static property 'hw_gear_char' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HWGearRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6622 | extension Google_Jacquard_Protocol_HWGearRequest {
 6623 |   enum Extensions {
 6624 |     static let hw_gear_char = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_HWGearRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'hw_gear_char' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HWGearRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'hw_gear_char' 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
 6625 |       _protobuf_fieldNumber: 902,
 6626 |       fieldName: "google.jacquard.protocol.HWGearRequest.hw_gear_char"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6633:16: warning: static property 'hw_gear_char' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HWGearResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6631 | extension Google_Jacquard_Protocol_HWGearResponse {
 6632 |   enum Extensions {
 6633 |     static let hw_gear_char = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_HWGearResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'hw_gear_char' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HWGearResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'hw_gear_char' 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
 6634 |       _protobuf_fieldNumber: 902,
 6635 |       fieldName: "google.jacquard.protocol.HWGearResponse.hw_gear_char"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6642:16: warning: static property 'haptic' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6640 | extension Google_Jacquard_Protocol_HapticRequest {
 6641 |   enum Extensions {
 6642 |     static let haptic = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'haptic' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'haptic' 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
 6643 |       _protobuf_fieldNumber: 906,
 6644 |       fieldName: "google.jacquard.protocol.HapticRequest.haptic"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6651:16: warning: static property 'haptic' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6649 | extension Google_Jacquard_Protocol_HapticResponse {
 6650 |   enum Extensions {
 6651 |     static let haptic = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'haptic' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'haptic' 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
 6652 |       _protobuf_fieldNumber: 906,
 6653 |       fieldName: "google.jacquard.protocol.HapticResponse.haptic"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6660:16: warning: static property 'haptic' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6658 | extension Google_Jacquard_Protocol_HapticNotification {
 6659 |   enum Extensions {
 6660 |     static let haptic = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'haptic' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HapticNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'haptic' 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
 6661 |       _protobuf_fieldNumber: 916,
 6662 |       fieldName: "google.jacquard.protocol.HapticNotification.haptic"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6669:16: warning: static property 'data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6667 | extension Google_Jacquard_Protocol_DataChannelRequest {
 6668 |   enum Extensions {
 6669 |     static let data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'data' 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
 6670 |       _protobuf_fieldNumber: 907,
 6671 |       fieldName: "google.jacquard.protocol.DataChannelRequest.data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6678:16: warning: static property 'data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6676 | extension Google_Jacquard_Protocol_DataChannelResponse {
 6677 |   enum Extensions {
 6678 |     static let data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'data' 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
 6679 |       _protobuf_fieldNumber: 907,
 6680 |       fieldName: "google.jacquard.protocol.DataChannelResponse.data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6687:16: warning: static property 'data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6685 | extension Google_Jacquard_Protocol_DataChannelNotification {
 6686 |   enum Extensions {
 6687 |     static let data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataChannelNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'data' 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
 6688 |       _protobuf_fieldNumber: 917,
 6689 |       fieldName: "google.jacquard.protocol.DataChannelNotification.data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6696:16: warning: static property 'hello' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HelloResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6694 | extension Google_Jacquard_Protocol_HelloResponse {
 6695 |   enum Extensions {
 6696 |     static let hello = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_HelloResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'hello' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_HelloResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'hello' 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
 6697 |       _protobuf_fieldNumber: 100,
 6698 |       fieldName: "google.jacquard.protocol.HelloResponse.hello"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6705:16: warning: static property 'begin' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BeginRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6703 | extension Google_Jacquard_Protocol_BeginRequest {
 6704 |   enum Extensions {
 6705 |     static let begin = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BeginRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'begin' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BeginRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'begin' 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
 6706 |       _protobuf_fieldNumber: 101,
 6707 |       fieldName: "google.jacquard.protocol.BeginRequest.begin"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6714:16: warning: static property 'begin' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BeginResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6712 | extension Google_Jacquard_Protocol_BeginResponse {
 6713 |   enum Extensions {
 6714 |     static let begin = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BeginResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'begin' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BeginResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'begin' 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
 6715 |       _protobuf_fieldNumber: 101,
 6716 |       fieldName: "google.jacquard.protocol.BeginResponse.begin"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6723:16: warning: static property 'disconnect_notification' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DisconnectNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6721 | extension Google_Jacquard_Protocol_DisconnectNotification {
 6722 |   enum Extensions {
 6723 |     static let disconnect_notification = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DisconnectNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'disconnect_notification' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DisconnectNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'disconnect_notification' 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
 6724 |       _protobuf_fieldNumber: 102,
 6725 |       fieldName: "google.jacquard.protocol.DisconnectNotification.disconnect_notification"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6732:16: warning: static property 'attached' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_AttachedNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6730 | extension Google_Jacquard_Protocol_AttachedNotification {
 6731 |   enum Extensions {
 6732 |     static let attached = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_AttachedNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'attached' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_AttachedNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'attached' 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
 6733 |       _protobuf_fieldNumber: 109,
 6734 |       fieldName: "google.jacquard.protocol.AttachedNotification.attached"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6741:16: warning: static property 'error_notification' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ErrorNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6739 | extension Google_Jacquard_Protocol_ErrorNotification {
 6740 |   enum Extensions {
 6741 |     static let error_notification = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_ErrorNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'error_notification' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ErrorNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'error_notification' 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
 6742 |       _protobuf_fieldNumber: 117,
 6743 |       fieldName: "google.jacquard.protocol.ErrorNotification.error_notification"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6750:16: warning: static property 'dfu_status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6748 | extension Google_Jacquard_Protocol_DFUStatusRequest {
 6749 |   enum Extensions {
 6750 |     static let dfu_status = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUStatusRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'dfu_status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'dfu_status' 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
 6751 |       _protobuf_fieldNumber: 200,
 6752 |       fieldName: "google.jacquard.protocol.DFUStatusRequest.dfu_status"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6759:16: warning: static property 'dfu_status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6757 | extension Google_Jacquard_Protocol_DFUStatusResponse {
 6758 |   enum Extensions {
 6759 |     static let dfu_status = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUStatusResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'dfu_status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'dfu_status' 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
 6760 |       _protobuf_fieldNumber: 200,
 6761 |       fieldName: "google.jacquard.protocol.DFUStatusResponse.dfu_status"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6768:16: warning: static property 'dfu_prepare' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUPrepareRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6766 | extension Google_Jacquard_Protocol_DFUPrepareRequest {
 6767 |   enum Extensions {
 6768 |     static let dfu_prepare = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUPrepareRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'dfu_prepare' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUPrepareRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'dfu_prepare' 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
 6769 |       _protobuf_fieldNumber: 201,
 6770 |       fieldName: "google.jacquard.protocol.DFUPrepareRequest.dfu_prepare"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6777:16: warning: static property 'dfu_write' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUWriteRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6775 | extension Google_Jacquard_Protocol_DFUWriteRequest {
 6776 |   enum Extensions {
 6777 |     static let dfu_write = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUWriteRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'dfu_write' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUWriteRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'dfu_write' 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
 6778 |       _protobuf_fieldNumber: 202,
 6779 |       fieldName: "google.jacquard.protocol.DFUWriteRequest.dfu_write"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6786:16: warning: static property 'dfu_write' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUWriteResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6784 | extension Google_Jacquard_Protocol_DFUWriteResponse {
 6785 |   enum Extensions {
 6786 |     static let dfu_write = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUWriteResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'dfu_write' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUWriteResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'dfu_write' 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
 6787 |       _protobuf_fieldNumber: 202,
 6788 |       fieldName: "google.jacquard.protocol.DFUWriteResponse.dfu_write"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6795:16: warning: static property 'dfu_execute' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUExecuteRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6793 | extension Google_Jacquard_Protocol_DFUExecuteRequest {
 6794 |   enum Extensions {
 6795 |     static let dfu_execute = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUExecuteRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'dfu_execute' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUExecuteRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'dfu_execute' 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
 6796 |       _protobuf_fieldNumber: 203,
 6797 |       fieldName: "google.jacquard.protocol.DFUExecuteRequest.dfu_execute"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6804:16: warning: static property 'dfu_execute_udpate_notif' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUExecuteUpdateNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6802 | extension Google_Jacquard_Protocol_DFUExecuteUpdateNotification {
 6803 |   enum Extensions {
 6804 |     static let dfu_execute_udpate_notif = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUExecuteUpdateNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'dfu_execute_udpate_notif' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DFUExecuteUpdateNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'dfu_execute_udpate_notif' 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
 6805 |       _protobuf_fieldNumber: 204,
 6806 |       fieldName: "google.jacquard.protocol.DFUExecuteUpdateNotification.dfu_execute_udpate_notif"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6813:16: warning: static property 'generic_encrypted_notice' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_GenericEncryptedNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6811 | extension Google_Jacquard_Protocol_GenericEncryptedNotification {
 6812 |   enum Extensions {
 6813 |     static let generic_encrypted_notice = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_GenericEncryptedNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'generic_encrypted_notice' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_GenericEncryptedNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'generic_encrypted_notice' 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
 6814 |       _protobuf_fieldNumber: 401,
 6815 |       fieldName: "google.jacquard.protocol.GenericEncryptedNotification.generic_encrypted_notice"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6822:16: warning: static property 'generic_plain_notice' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_GenericPlainNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6820 | extension Google_Jacquard_Protocol_GenericPlainNotification {
 6821 |   enum Extensions {
 6822 |     static let generic_plain_notice = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_GenericPlainNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'generic_plain_notice' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_GenericPlainNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'generic_plain_notice' 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
 6823 |       _protobuf_fieldNumber: 402,
 6824 |       fieldName: "google.jacquard.protocol.GenericPlainNotification.generic_plain_notice"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6831:16: warning: static property 'config_read' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigReadRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6829 | extension Google_Jacquard_Protocol_UJTConfigReadRequest {
 6830 |   enum Extensions {
 6831 |     static let config_read = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigReadRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'config_read' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigReadRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'config_read' 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
 6832 |       _protobuf_fieldNumber: 1100,
 6833 |       fieldName: "google.jacquard.protocol.UJTConfigReadRequest.config_read"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6840:16: warning: static property 'config_write' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigWriteRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6838 | extension Google_Jacquard_Protocol_UJTConfigWriteRequest {
 6839 |   enum Extensions {
 6840 |     static let config_write = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigWriteRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'config_write' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigWriteRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'config_write' 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
 6841 |       _protobuf_fieldNumber: 1101,
 6842 |       fieldName: "google.jacquard.protocol.UJTConfigWriteRequest.config_write"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6849:16: warning: static property 'config_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6847 | extension Google_Jacquard_Protocol_UJTConfigResponse {
 6848 |   enum Extensions {
 6849 |     static let config_response = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'config_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UJTConfigResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'config_response' 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
 6850 |       _protobuf_fieldNumber: 1101,
 6851 |       fieldName: "google.jacquard.protocol.UJTConfigResponse.config_response"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6858:16: warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStartRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6856 | extension Google_Jacquard_Protocol_DataCollectionStartRequest {
 6857 |   enum Extensions {
 6858 |     static let start = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStartRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStartRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'start' 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
 6859 |       _protobuf_fieldNumber: 1001,
 6860 |       fieldName: "google.jacquard.protocol.DataCollectionStartRequest.start"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6867:16: warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStartResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6865 | extension Google_Jacquard_Protocol_DataCollectionStartResponse {
 6866 |   enum Extensions {
 6867 |     static let start = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStartResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStartResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'start' 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
 6868 |       _protobuf_fieldNumber: 1001,
 6869 |       fieldName: "google.jacquard.protocol.DataCollectionStartResponse.start"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6876:16: warning: static property 'stop' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStopRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6874 | extension Google_Jacquard_Protocol_DataCollectionStopRequest {
 6875 |   enum Extensions {
 6876 |     static let stop = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStopRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'stop' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStopRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'stop' 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
 6877 |       _protobuf_fieldNumber: 1002,
 6878 |       fieldName: "google.jacquard.protocol.DataCollectionStopRequest.stop"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6885:16: warning: static property 'stop' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStopResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6883 | extension Google_Jacquard_Protocol_DataCollectionStopResponse {
 6884 |   enum Extensions {
 6885 |     static let stop = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStopResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'stop' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStopResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'stop' 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
 6886 |       _protobuf_fieldNumber: 1002,
 6887 |       fieldName: "google.jacquard.protocol.DataCollectionStopResponse.stop"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6894:16: warning: static property 'status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6892 | extension Google_Jacquard_Protocol_DataCollectionStatusRequest {
 6893 |   enum Extensions {
 6894 |     static let status = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'status' 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
 6895 |       _protobuf_fieldNumber: 1003,
 6896 |       fieldName: "google.jacquard.protocol.DataCollectionStatusRequest.status"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6903:16: warning: static property 'status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6901 | extension Google_Jacquard_Protocol_DataCollectionStatusResponse {
 6902 |   enum Extensions {
 6903 |     static let status = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'status' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'status' 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
 6904 |       _protobuf_fieldNumber: 1003,
 6905 |       fieldName: "google.jacquard.protocol.DataCollectionStatusResponse.status"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6912:16: warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6910 | extension Google_Jacquard_Protocol_DataCollectionTrialListRequest {
 6911 |   enum Extensions {
 6912 |     static let trial_list = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_list' 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
 6913 |       _protobuf_fieldNumber: 1004,
 6914 |       fieldName: "google.jacquard.protocol.DataCollectionTrialListRequest.trial_list"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6921:16: warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6919 | extension Google_Jacquard_Protocol_DataCollectionTrialListResponse {
 6920 |   enum Extensions {
 6921 |     static let trial_list = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_list' 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
 6922 |       _protobuf_fieldNumber: 1004,
 6923 |       fieldName: "google.jacquard.protocol.DataCollectionTrialListResponse.trial_list"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6930:16: warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6928 | extension Google_Jacquard_Protocol_DataCollectionTrialListNotification {
 6929 |   enum Extensions {
 6930 |     static let trial_list = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'trial_list' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialListNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_list' 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
 6931 |       _protobuf_fieldNumber: 1004,
 6932 |       fieldName: "google.jacquard.protocol.DataCollectionTrialListNotification.trial_list"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6939:16: warning: static property 'trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6937 | extension Google_Jacquard_Protocol_DataCollectionTrialDataRequest {
 6938 |   enum Extensions {
 6939 |     static let trial_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_data' 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
 6940 |       _protobuf_fieldNumber: 1005,
 6941 |       fieldName: "google.jacquard.protocol.DataCollectionTrialDataRequest.trial_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6948:16: warning: static property 'trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6946 | extension Google_Jacquard_Protocol_DataCollectionTrialDataResponse {
 6947 |   enum Extensions {
 6948 |     static let trial_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionTrialDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'trial_data' 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
 6949 |       _protobuf_fieldNumber: 1005,
 6950 |       fieldName: "google.jacquard.protocol.DataCollectionTrialDataResponse.trial_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6957:16: warning: static property 'erase_trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6955 | extension Google_Jacquard_Protocol_DataCollectionEraseTrialDataRequest {
 6956 |   enum Extensions {
 6957 |     static let erase_trial_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'erase_trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'erase_trial_data' 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
 6958 |       _protobuf_fieldNumber: 1007,
 6959 |       fieldName: "google.jacquard.protocol.DataCollectionEraseTrialDataRequest.erase_trial_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6966:16: warning: static property 'erase_trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6964 | extension Google_Jacquard_Protocol_DataCollectionEraseTrialDataResponse {
 6965 |   enum Extensions {
 6966 |     static let erase_trial_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'erase_trial_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseTrialDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'erase_trial_data' 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
 6967 |       _protobuf_fieldNumber: 1007,
 6968 |       fieldName: "google.jacquard.protocol.DataCollectionEraseTrialDataResponse.erase_trial_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6975:16: warning: static property 'erase_all_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 6973 | extension Google_Jacquard_Protocol_DataCollectionEraseAllDataRequest {
 6974 |   enum Extensions {
 6975 |     static let erase_all_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'erase_all_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'erase_all_data' 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
 6976 |       _protobuf_fieldNumber: 1008,
 6977 |       fieldName: "google.jacquard.protocol.DataCollectionEraseAllDataRequest.erase_all_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6984:16: warning: static property 'erase_all_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 6982 | extension Google_Jacquard_Protocol_DataCollectionEraseAllDataResponse {
 6983 |   enum Extensions {
 6984 |     static let erase_all_data = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'erase_all_data' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionEraseAllDataResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'erase_all_data' 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
 6985 |       _protobuf_fieldNumber: 1008,
 6986 |       fieldName: "google.jacquard.protocol.DataCollectionEraseAllDataResponse.erase_all_data"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:6993:16: warning: static property 'progress' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionProgressNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 6991 | extension Google_Jacquard_Protocol_DataCollectionProgressNotification {
 6992 |   enum Extensions {
 6993 |     static let progress = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionProgressNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'progress' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DataCollectionProgressNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'progress' 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
 6994 |       _protobuf_fieldNumber: 1009,
 6995 |       fieldName: "google.jacquard.protocol.DataCollectionProgressNotification.progress"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7002:16: warning: static property 'load_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7000 | extension Google_Jacquard_Protocol_LoadModuleRequest {
 7001 |   enum Extensions {
 7002 |     static let load_module = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'load_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'load_module' 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
 7003 |       _protobuf_fieldNumber: 1200,
 7004 |       fieldName: "google.jacquard.protocol.LoadModuleRequest.load_module"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7011:16: warning: static property 'load_module_notif' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 7009 | extension Google_Jacquard_Protocol_LoadModuleNotification {
 7010 |   enum Extensions {
 7011 |     static let load_module_notif = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'load_module_notif' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_LoadModuleNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'load_module_notif' 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
 7012 |       _protobuf_fieldNumber: 1200,
 7013 |       fieldName: "google.jacquard.protocol.LoadModuleNotification.load_module_notif"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7020:16: warning: static property 'unload_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UnloadModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7018 | extension Google_Jacquard_Protocol_UnloadModuleRequest {
 7019 |   enum Extensions {
 7020 |     static let unload_module = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_UnloadModuleRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'unload_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_UnloadModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'unload_module' 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
 7021 |       _protobuf_fieldNumber: 1201,
 7022 |       fieldName: "google.jacquard.protocol.UnloadModuleRequest.unload_module"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7029:16: warning: static property 'list_modules' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ListModuleResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 7027 | extension Google_Jacquard_Protocol_ListModuleResponse {
 7028 |   enum Extensions {
 7029 |     static let list_modules = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_ListModuleResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'list_modules' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_ListModuleResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'list_modules' 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
 7030 |       _protobuf_fieldNumber: 1202,
 7031 |       fieldName: "google.jacquard.protocol.ListModuleResponse.list_modules"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7038:16: warning: static property 'delete_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeleteModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7036 | extension Google_Jacquard_Protocol_DeleteModuleRequest {
 7037 |   enum Extensions {
 7038 |     static let delete_module = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DeleteModuleRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'delete_module' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeleteModuleRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'delete_module' 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
 7039 |       _protobuf_fieldNumber: 1203,
 7040 |       fieldName: "google.jacquard.protocol.DeleteModuleRequest.delete_module"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7047:16: warning: static property 'battery_status_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7045 | extension Google_Jacquard_Protocol_BatteryStatusRequest {
 7046 |   enum Extensions {
 7047 |     static let battery_status_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'battery_status_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'battery_status_request' 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
 7048 |       _protobuf_fieldNumber: 121,
 7049 |       fieldName: "google.jacquard.protocol.BatteryStatusRequest.battery_status_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7056:16: warning: static property 'battery_status_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 7054 | extension Google_Jacquard_Protocol_BatteryStatusResponse {
 7055 |   enum Extensions {
 7056 |     static let battery_status_response = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'battery_status_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'battery_status_response' 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
 7057 |       _protobuf_fieldNumber: 121,
 7058 |       fieldName: "google.jacquard.protocol.BatteryStatusResponse.battery_status_response"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7065:16: warning: static property 'battery_status_notification' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
 7063 | extension Google_Jacquard_Protocol_BatteryStatusNotification {
 7064 |   enum Extensions {
 7065 |     static let battery_status_notification = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusNotification>, Google_Jacquard_Protocol_Notification>(
      |                |- warning: static property 'battery_status_notification' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BatteryStatusNotification>, Google_Jacquard_Protocol_Notification>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'battery_status_notification' 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
 7066 |       _protobuf_fieldNumber: 121,
 7067 |       fieldName: "google.jacquard.protocol.BatteryStatusNotification.battery_status_notification"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7074:16: warning: static property 'ble_disconnect_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BleDisconnectRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7072 | extension Google_Jacquard_Protocol_BleDisconnectRequest {
 7073 |   enum Extensions {
 7074 |     static let ble_disconnect_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_BleDisconnectRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'ble_disconnect_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_BleDisconnectRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'ble_disconnect_request' 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
 7075 |       _protobuf_fieldNumber: 125,
 7076 |       fieldName: "google.jacquard.protocol.BleDisconnectRequest.ble_disconnect_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7083:16: warning: static property 'device_reboot_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceRebootRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7081 | extension Google_Jacquard_Protocol_DeviceRebootRequest {
 7082 |   enum Extensions {
 7083 |     static let device_reboot_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceRebootRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'device_reboot_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_DeviceRebootRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'device_reboot_request' 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
 7084 |       _protobuf_fieldNumber: 126,
 7085 |       fieldName: "google.jacquard.protocol.DeviceRebootRequest.device_reboot_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7092:16: warning: static property 'fault_log_get_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
 7090 | extension Google_Jacquard_Protocol_FaultlogGetRequest {
 7091 |   enum Extensions {
 7092 |     static let fault_log_get_request = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetRequest>, Google_Jacquard_Protocol_Request>(
      |                |- warning: static property 'fault_log_get_request' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetRequest>, Google_Jacquard_Protocol_Request>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'fault_log_get_request' 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
 7093 |       _protobuf_fieldNumber: 127,
 7094 |       fieldName: "google.jacquard.protocol.FaultlogGetRequest.fault_log_get_request"
/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/JacquardSDK/Protobuf/jacquard.pb.swift:7101:16: warning: static property 'fault_log_get_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 7099 | extension Google_Jacquard_Protocol_FaultlogGetResponse {
 7100 |   enum Extensions {
 7101 |     static let fault_log_get_response = SwiftProtobuf.MessageExtension<SwiftProtobuf.OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetResponse>, Google_Jacquard_Protocol_Response>(
      |                |- warning: static property 'fault_log_get_response' is not concurrency-safe because non-'Sendable' type 'MessageExtension<OptionalMessageExtensionField<Google_Jacquard_Protocol_FaultlogGetResponse>, Google_Jacquard_Protocol_Response>' may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'fault_log_get_response' 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
 7102 |       _protobuf_fieldNumber: 127,
 7103 |       fieldName: "google.jacquard.protocol.FaultlogGetResponse.fault_log_get_response"
/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/JacquardSDK/Protobuf/publicSdk.pb.swift:163:21: warning: static property 'allCases' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
161 | extension Google_Jacquard_Protocol_Public_Sdk_GearMetadata.Capability: CaseIterable {
162 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
163 |   public static var allCases: [Google_Jacquard_Protocol_Public_Sdk_GearMetadata.Capability] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is non-isolated 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
164 |     .led,
165 |     .gesture,
Build complete! (67.91s)
Fetching https://github.com/typelift/SwiftCheck.git
Fetching https://github.com/allegro/swift-junit.git
Fetching https://github.com/apple/swift-protobuf.git
[1/188] Fetching swift-junit
[65/5058] Fetching swift-junit, swiftcheck
[5059/41236] Fetching swift-junit, swiftcheck, swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (7.17s)
Fetched https://github.com/typelift/SwiftCheck.git from cache (7.17s)
Fetched https://github.com/allegro/swift-junit.git from cache (7.17s)
Computing version for https://github.com/typelift/SwiftCheck.git
Computed https://github.com/typelift/SwiftCheck.git at 0.12.0 (0.70s)
Fetching https://github.com/llvm-swift/FileCheck.git
[1/479] Fetching filecheck
Fetched https://github.com/llvm-swift/FileCheck.git from cache (0.79s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (0.68s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.17s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.53s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.69s)
Fetching https://github.com/mxcl/Chalk.git
Fetching https://github.com/apple/swift-argument-parser
[1/81] Fetching chalk
[60/11760] Fetching chalk, swift-argument-parser
Fetched https://github.com/mxcl/Chalk.git from cache (1.67s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.67s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.4.0 (0.57s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.26.0 (0.66s)
Creating working copy for https://github.com/typelift/SwiftCheck.git
Working copy of https://github.com/typelift/SwiftCheck.git resolved at 0.12.0
Creating working copy for https://github.com/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at 2.1.0
Creating working copy for https://github.com/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.2.6
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.0
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.4.0
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-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.16.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-junit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/allegro/swift-junit.git"
    },
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/typelift/SwiftCheck.git"
    }
  ],
  "manifest_display_name" : "JacquardSDK",
  "name" : "JacquardSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "JacquardSDK",
      "targets" : [
        "JacquardSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JacquardSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "JacquardSDKTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftCheck",
        "SwiftTestReporter"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/imu2.bin",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/imu1.bin",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AAA_SwiftTestReporterInit.swift",
        "AdvertisedTagModelTests.swift",
        "AttachedNotificationTests.swift",
        "BatteryStatusTests.swift",
        "CacheManagerTests.swift",
        "CloudManagerTests.swift",
        "ComponentInfoCommandTests.swift",
        "ComponentInternalTests.swift",
        "ConnectedTagModelTests/ConnectedGearTests.swift",
        "ConnectedTagModelTests/ConnectedTagModelTests.swift",
        "ContinuousTouchNotificationSubscriptionTests.swift",
        "DFUCommandsTests.swift",
        "DisconnectTagCommandTests.swift",
        "FakeImplementations/FakeCacheManager.swift",
        "FakeImplementations/FakeCentralManager.swift",
        "FakeImplementations/FakeCloudManager.swift",
        "FakeImplementations/FakeComponent.swift",
        "FakeImplementations/FakeConnectedTag.swift",
        "FakeImplementations/FakeDFUCommands.swift",
        "FakeImplementations/FakeFirmwareRetrieverImplementation.swift",
        "FakeImplementations/FakePeripheralImplementation.swift",
        "FakeImplementations/FakeTransport.swift",
        "FakeImplementations/FakeURLProtocol.swift",
        "FirmwareUpdate/FirmwareImageWriterStateMachineTests.swift",
        "FirmwareUpdate/FirmwareRetrieverTests.swift",
        "FirmwareUpdate/FirmwareUpdateManagerTests.swift",
        "FirmwareUpdate/FirmwareUpdateStateMachineTests.swift",
        "FragmenterTests.swift",
        "GearInternalTests.swift",
        "GestureNotificationSubscriptionTests.swift",
        "GetCustomConfigTests.swift",
        "IMUTests/IMUModuleComandsTests.swift",
        "IMUTests/IMUModuleProtocolTests.swift",
        "IMUTests/IMUParser/IMUParserTests.swift",
        "IMUTests/ModuleComandsTests.swift",
        "IMUTests/ModuleTests.swift",
        "JacquardManagerImplementationTests.swift",
        "JacquardTagInternalTests.swift",
        "LoggerTests.swift",
        "MiscExtensionsTests.swift",
        "PlayHapticCommandTests.swift",
        "PlayLEDPatternTests.swift",
        "SDKVersionTests.swift",
        "SetCustomConfigTests.swift",
        "ShareReplayTests.swift",
        "TagConnectionTests/ProtocolStateMachineTests.swift",
        "TagConnectionTests/TagConnectionStateMachineTests.swift",
        "TagConnectionTests/TagPairingStateMachineTests.swift",
        "TestHelpers.swift",
        "TestHelpers/BundleExtensions.swift",
        "TouchDataTests.swift",
        "TransportTests/TransportV2Tests.swift",
        "UJTConfigWriteCommandTests.swift",
        "VarIntTests.swift",
        "VersionTests.swift"
      ],
      "target_dependencies" : [
        "JacquardSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JacquardSDK",
      "module_type" : "SwiftTarget",
      "name" : "JacquardSDK",
      "path" : "JacquardSDK",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "JacquardSDK"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/JacquardSDK/Resources/BadFirmwareVersion.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/JacquardSDK/Resources/GearMetadata.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/API/BatteryStatus.swift",
        "Classes/API/ComponentInfoCommand.swift",
        "Classes/API/DisconnectTagCommand.swift",
        "Classes/API/Gesture.swift",
        "Classes/API/GetCustomConfig.swift",
        "Classes/API/ModuleStatus.swift",
        "Classes/API/PlayHapticCommand.swift",
        "Classes/API/PlayLEDPattern.swift",
        "Classes/API/SetCustomConfig.swift",
        "Classes/API/TouchData.swift",
        "Classes/CentralManagerImplementation.swift",
        "Classes/CentralManagerProtocol.swift",
        "Classes/CommandRequest.swift",
        "Classes/ComponentProtocols.swift",
        "Classes/FirmwareUpdateAPI/FirmwareUpdateManager.swift",
        "Classes/IMUDataCollection/IMUModuleProtocol.swift",
        "Classes/IMUDataCollection/IMUSample.swift",
        "Classes/IMUDataCollection/Module.swift",
        "Classes/Internal/Connection/AdvertisedTagModel.swift",
        "Classes/Internal/Connection/PreConnectedTagModel.swift",
        "Classes/Internal/Connection/ProtocolInitializationStateMachine.swift",
        "Classes/Internal/Connection/TagConnectionStateMachine.swift",
        "Classes/Internal/Connection/TagPairingStateMachine.swift",
        "Classes/Internal/Extensions.swift",
        "Classes/Internal/FirmwareUpdate/CRC16.swift",
        "Classes/Internal/FirmwareUpdate/FirmwareImageWriterStateMachine.swift",
        "Classes/Internal/FirmwareUpdate/FirmwareUpdateManagerImplementation.swift",
        "Classes/Internal/FirmwareUpdate/FirmwareUpdateRequest.swift",
        "Classes/Internal/FirmwareUpdate/FirmwareUpdateRetriever.swift",
        "Classes/Internal/FirmwareUpdate/FirmwareUpdateRetrieverImplementation.swift",
        "Classes/Internal/FirmwareUpdate/FirmwareUpdateStateMachine.swift",
        "Classes/Internal/IMUDataCollectionAPI/IMUModuleComands.swift",
        "Classes/Internal/IMUDataCollectionAPI/IMUModuleImplementation.swift",
        "Classes/Internal/IMUDataCollectionAPI/IMUSessionDataParser.swift",
        "Classes/Internal/IMUDataCollectionAPI/IMUStreamDataParser.swift",
        "Classes/Internal/Identifier.swift",
        "Classes/Internal/ResourceBundle.swift",
        "Classes/Internal/ShareReplay.swift",
        "Classes/Internal/TagAPIDetails/AttachedNotification.swift",
        "Classes/Internal/TagAPIDetails/BatteryStatusInternal.swift",
        "Classes/Internal/TagAPIDetails/ComponentInfoInternal.swift",
        "Classes/Internal/TagAPIDetails/DFUCommands.swift",
        "Classes/Internal/TagAPIDetails/DisconnectTagInternal.swift",
        "Classes/Internal/TagAPIDetails/GesturesInternal.swift",
        "Classes/Internal/TagAPIDetails/GetCustomConfigInternal.swift",
        "Classes/Internal/TagAPIDetails/IMUConfigCommand.swift",
        "Classes/Internal/TagAPIDetails/ModuleCommands.swift",
        "Classes/Internal/TagAPIDetails/PlayHapticInternal.swift",
        "Classes/Internal/TagAPIDetails/PlayLEDPatternInternal.swift",
        "Classes/Internal/TagAPIDetails/SetCustomConfigInternal.swift",
        "Classes/Internal/TagAPIDetails/SetTouchMode.swift",
        "Classes/Internal/TagAPIDetails/TouchDataInternal.swift",
        "Classes/Internal/TagAPIDetails/UJTConfigWrite.swift",
        "Classes/Internal/TagAndComponent/ComponentInternal.swift",
        "Classes/Internal/TagAndComponent/ConnectedTagModel.swift",
        "Classes/Internal/TagAndComponent/GearInternal.swift",
        "Classes/Internal/TagAndComponent/JacquardTagInternal.swift",
        "Classes/Internal/TagAndComponent/TagPeripheralAccess.swift",
        "Classes/Internal/Transport/Fragmenter.swift",
        "Classes/Internal/Transport/Peripheral.swift",
        "Classes/Internal/Transport/PeripheralImplementation.swift",
        "Classes/Internal/Transport/ProtocolConstants.swift",
        "Classes/Internal/Transport/Transport.swift",
        "Classes/Internal/Transport/TransportV2Implementation.swift",
        "Classes/Internal/VarInt.swift",
        "Classes/Internal/Version.swift",
        "Classes/JacquardManagerImplementation.swift",
        "Classes/JacquardManagerProtocol.swift",
        "Classes/JacquardSDKVersion.swift",
        "Classes/Logger.swift",
        "Classes/Model/DFUUpdateInfo.swift",
        "Classes/Model/SDKConfig.swift",
        "Classes/Model/VidPidMid.swift",
        "Classes/Network/CacheManager.swift",
        "Classes/Network/CloudManager.swift",
        "Classes/Network/CloudManagerImpl.swift",
        "Classes/Network/URLRequestBuilder.swift",
        "Classes/NotificationProtocol.swift",
        "Classes/TagProtocols.swift",
        "Protobuf/jacquard.pb.swift",
        "Protobuf/publicSdk.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.