Build Information
Successful build of mysql-nio, reference 1.7.2 (d60444
), with Swift 6.0 for Linux on 5 Nov 2024 02:55:45 UTC.
Swift 6 data race errors: 1269
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2041 | /// `ER_INVALID_JSON_DATA`
2042 | public static let INVALID_JSON_DATA: ErrorCode = 3069
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2042:27: warning: static property 'INVALID_JSON_DATA' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2040 | public static let NET_OK_PACKET_TOO_LARGE: ErrorCode = 3068
2041 | /// `ER_INVALID_JSON_DATA`
2042 | public static let INVALID_JSON_DATA: ErrorCode = 3069
| |- warning: static property 'INVALID_JSON_DATA' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_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
2043 | /// `ER_INVALID_GEOJSON_MISSING_MEMBER`
2044 | public static let INVALID_GEOJSON_MISSING_MEMBER: ErrorCode = 3070
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2044:27: warning: static property 'INVALID_GEOJSON_MISSING_MEMBER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2042 | public static let INVALID_JSON_DATA: ErrorCode = 3069
2043 | /// `ER_INVALID_GEOJSON_MISSING_MEMBER`
2044 | public static let INVALID_GEOJSON_MISSING_MEMBER: ErrorCode = 3070
| |- warning: static property 'INVALID_GEOJSON_MISSING_MEMBER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_GEOJSON_MISSING_MEMBER' 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
2045 | /// `ER_INVALID_GEOJSON_WRONG_TYPE`
2046 | public static let INVALID_GEOJSON_WRONG_TYPE: ErrorCode = 3071
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2046:27: warning: static property 'INVALID_GEOJSON_WRONG_TYPE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2044 | public static let INVALID_GEOJSON_MISSING_MEMBER: ErrorCode = 3070
2045 | /// `ER_INVALID_GEOJSON_WRONG_TYPE`
2046 | public static let INVALID_GEOJSON_WRONG_TYPE: ErrorCode = 3071
| |- warning: static property 'INVALID_GEOJSON_WRONG_TYPE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_GEOJSON_WRONG_TYPE' 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
2047 | /// `ER_INVALID_GEOJSON_UNSPECIFIED`
2048 | public static let INVALID_GEOJSON_UNSPECIFIED: ErrorCode = 3072
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2048:27: warning: static property 'INVALID_GEOJSON_UNSPECIFIED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2046 | public static let INVALID_GEOJSON_WRONG_TYPE: ErrorCode = 3071
2047 | /// `ER_INVALID_GEOJSON_UNSPECIFIED`
2048 | public static let INVALID_GEOJSON_UNSPECIFIED: ErrorCode = 3072
| |- warning: static property 'INVALID_GEOJSON_UNSPECIFIED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_GEOJSON_UNSPECIFIED' 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
2049 | /// `ER_DIMENSION_UNSUPPORTED`
2050 | public static let DIMENSION_UNSUPPORTED: ErrorCode = 3073
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2050:27: warning: static property 'DIMENSION_UNSUPPORTED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2048 | public static let INVALID_GEOJSON_UNSPECIFIED: ErrorCode = 3072
2049 | /// `ER_DIMENSION_UNSUPPORTED`
2050 | public static let DIMENSION_UNSUPPORTED: ErrorCode = 3073
| |- warning: static property 'DIMENSION_UNSUPPORTED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'DIMENSION_UNSUPPORTED' 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
2051 | /// `ER_SLAVE_CHANNEL_DOES_NOT_EXIST`
2052 | public static let SLAVE_CHANNEL_DOES_NOT_EXIST: ErrorCode = 3074
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2052:27: warning: static property 'SLAVE_CHANNEL_DOES_NOT_EXIST' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2050 | public static let DIMENSION_UNSUPPORTED: ErrorCode = 3073
2051 | /// `ER_SLAVE_CHANNEL_DOES_NOT_EXIST`
2052 | public static let SLAVE_CHANNEL_DOES_NOT_EXIST: ErrorCode = 3074
| |- warning: static property 'SLAVE_CHANNEL_DOES_NOT_EXIST' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_DOES_NOT_EXIST' 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
2053 | /// `ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT`
2054 | public static let SLAVE_MULTIPLE_CHANNELS_HOST_PORT: ErrorCode = 3075
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2054:27: warning: static property 'SLAVE_MULTIPLE_CHANNELS_HOST_PORT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2052 | public static let SLAVE_CHANNEL_DOES_NOT_EXIST: ErrorCode = 3074
2053 | /// `ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT`
2054 | public static let SLAVE_MULTIPLE_CHANNELS_HOST_PORT: ErrorCode = 3075
| |- warning: static property 'SLAVE_MULTIPLE_CHANNELS_HOST_PORT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_MULTIPLE_CHANNELS_HOST_PORT' 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
2055 | /// `ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG`
2056 | public static let SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG: ErrorCode = 3076
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2056:27: warning: static property 'SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2054 | public static let SLAVE_MULTIPLE_CHANNELS_HOST_PORT: ErrorCode = 3075
2055 | /// `ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG`
2056 | public static let SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG: ErrorCode = 3076
| |- warning: static property 'SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG' 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
2057 | /// `ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY`
2058 | public static let SLAVE_NEW_CHANNEL_WRONG_REPOSITORY: ErrorCode = 3077
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2058:27: warning: static property 'SLAVE_NEW_CHANNEL_WRONG_REPOSITORY' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2056 | public static let SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG: ErrorCode = 3076
2057 | /// `ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY`
2058 | public static let SLAVE_NEW_CHANNEL_WRONG_REPOSITORY: ErrorCode = 3077
| |- warning: static property 'SLAVE_NEW_CHANNEL_WRONG_REPOSITORY' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_NEW_CHANNEL_WRONG_REPOSITORY' 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
2059 | /// `ER_SLAVE_CHANNEL_DELETE`
2060 | public static let SLAVE_CHANNEL_DELETE: ErrorCode = 3078
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2060:27: warning: static property 'SLAVE_CHANNEL_DELETE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2058 | public static let SLAVE_NEW_CHANNEL_WRONG_REPOSITORY: ErrorCode = 3077
2059 | /// `ER_SLAVE_CHANNEL_DELETE`
2060 | public static let SLAVE_CHANNEL_DELETE: ErrorCode = 3078
| |- warning: static property 'SLAVE_CHANNEL_DELETE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_DELETE' 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
2061 | /// `ER_SLAVE_MULTIPLE_CHANNELS_CMD`
2062 | public static let SLAVE_MULTIPLE_CHANNELS_CMD: ErrorCode = 3079
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2062:27: warning: static property 'SLAVE_MULTIPLE_CHANNELS_CMD' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2060 | public static let SLAVE_CHANNEL_DELETE: ErrorCode = 3078
2061 | /// `ER_SLAVE_MULTIPLE_CHANNELS_CMD`
2062 | public static let SLAVE_MULTIPLE_CHANNELS_CMD: ErrorCode = 3079
| |- warning: static property 'SLAVE_MULTIPLE_CHANNELS_CMD' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_MULTIPLE_CHANNELS_CMD' 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
2063 | /// `ER_SLAVE_MAX_CHANNELS_EXCEEDED`
2064 | public static let SLAVE_MAX_CHANNELS_EXCEEDED: ErrorCode = 3080
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2064:27: warning: static property 'SLAVE_MAX_CHANNELS_EXCEEDED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2062 | public static let SLAVE_MULTIPLE_CHANNELS_CMD: ErrorCode = 3079
2063 | /// `ER_SLAVE_MAX_CHANNELS_EXCEEDED`
2064 | public static let SLAVE_MAX_CHANNELS_EXCEEDED: ErrorCode = 3080
| |- warning: static property 'SLAVE_MAX_CHANNELS_EXCEEDED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_MAX_CHANNELS_EXCEEDED' 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
2065 | /// `ER_SLAVE_CHANNEL_MUST_STOP`
2066 | public static let SLAVE_CHANNEL_MUST_STOP: ErrorCode = 3081
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2066:27: warning: static property 'SLAVE_CHANNEL_MUST_STOP' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2064 | public static let SLAVE_MAX_CHANNELS_EXCEEDED: ErrorCode = 3080
2065 | /// `ER_SLAVE_CHANNEL_MUST_STOP`
2066 | public static let SLAVE_CHANNEL_MUST_STOP: ErrorCode = 3081
| |- warning: static property 'SLAVE_CHANNEL_MUST_STOP' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_MUST_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
2067 | /// `ER_SLAVE_CHANNEL_NOT_RUNNING`
2068 | public static let SLAVE_CHANNEL_NOT_RUNNING: ErrorCode = 3082
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2068:27: warning: static property 'SLAVE_CHANNEL_NOT_RUNNING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2066 | public static let SLAVE_CHANNEL_MUST_STOP: ErrorCode = 3081
2067 | /// `ER_SLAVE_CHANNEL_NOT_RUNNING`
2068 | public static let SLAVE_CHANNEL_NOT_RUNNING: ErrorCode = 3082
| |- warning: static property 'SLAVE_CHANNEL_NOT_RUNNING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_NOT_RUNNING' 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
2069 | /// `ER_SLAVE_CHANNEL_WAS_RUNNING`
2070 | public static let SLAVE_CHANNEL_WAS_RUNNING: ErrorCode = 3083
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2070:27: warning: static property 'SLAVE_CHANNEL_WAS_RUNNING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2068 | public static let SLAVE_CHANNEL_NOT_RUNNING: ErrorCode = 3082
2069 | /// `ER_SLAVE_CHANNEL_WAS_RUNNING`
2070 | public static let SLAVE_CHANNEL_WAS_RUNNING: ErrorCode = 3083
| |- warning: static property 'SLAVE_CHANNEL_WAS_RUNNING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_WAS_RUNNING' 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
2071 | /// `ER_SLAVE_CHANNEL_WAS_NOT_RUNNING`
2072 | public static let SLAVE_CHANNEL_WAS_NOT_RUNNING: ErrorCode = 3084
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2072:27: warning: static property 'SLAVE_CHANNEL_WAS_NOT_RUNNING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2070 | public static let SLAVE_CHANNEL_WAS_RUNNING: ErrorCode = 3083
2071 | /// `ER_SLAVE_CHANNEL_WAS_NOT_RUNNING`
2072 | public static let SLAVE_CHANNEL_WAS_NOT_RUNNING: ErrorCode = 3084
| |- warning: static property 'SLAVE_CHANNEL_WAS_NOT_RUNNING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_WAS_NOT_RUNNING' 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
2073 | /// `ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP`
2074 | public static let SLAVE_CHANNEL_SQL_THREAD_MUST_STOP: ErrorCode = 3085
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2074:27: warning: static property 'SLAVE_CHANNEL_SQL_THREAD_MUST_STOP' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2072 | public static let SLAVE_CHANNEL_WAS_NOT_RUNNING: ErrorCode = 3084
2073 | /// `ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP`
2074 | public static let SLAVE_CHANNEL_SQL_THREAD_MUST_STOP: ErrorCode = 3085
| |- warning: static property 'SLAVE_CHANNEL_SQL_THREAD_MUST_STOP' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_SQL_THREAD_MUST_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
2075 | /// `ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER`
2076 | public static let SLAVE_CHANNEL_SQL_SKIP_COUNTER: ErrorCode = 3086
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2076:27: warning: static property 'SLAVE_CHANNEL_SQL_SKIP_COUNTER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2074 | public static let SLAVE_CHANNEL_SQL_THREAD_MUST_STOP: ErrorCode = 3085
2075 | /// `ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER`
2076 | public static let SLAVE_CHANNEL_SQL_SKIP_COUNTER: ErrorCode = 3086
| |- warning: static property 'SLAVE_CHANNEL_SQL_SKIP_COUNTER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_SQL_SKIP_COUNTER' 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
2077 | /// `ER_WRONG_FIELD_WITH_GROUP_V2`
2078 | public static let WRONG_FIELD_WITH_GROUP_V2: ErrorCode = 3087
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2078:27: warning: static property 'WRONG_FIELD_WITH_GROUP_V2' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2076 | public static let SLAVE_CHANNEL_SQL_SKIP_COUNTER: ErrorCode = 3086
2077 | /// `ER_WRONG_FIELD_WITH_GROUP_V2`
2078 | public static let WRONG_FIELD_WITH_GROUP_V2: ErrorCode = 3087
| |- warning: static property 'WRONG_FIELD_WITH_GROUP_V2' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WRONG_FIELD_WITH_GROUP_V2' 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
2079 | /// `ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2`
2080 | public static let MIX_OF_GROUP_FUNC_AND_FIELDS_V2: ErrorCode = 3088
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2080:27: warning: static property 'MIX_OF_GROUP_FUNC_AND_FIELDS_V2' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2078 | public static let WRONG_FIELD_WITH_GROUP_V2: ErrorCode = 3087
2079 | /// `ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2`
2080 | public static let MIX_OF_GROUP_FUNC_AND_FIELDS_V2: ErrorCode = 3088
| |- warning: static property 'MIX_OF_GROUP_FUNC_AND_FIELDS_V2' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'MIX_OF_GROUP_FUNC_AND_FIELDS_V2' 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
2081 | /// `ER_WARN_DEPRECATED_SYSVAR_UPDATE`
2082 | public static let WARN_DEPRECATED_SYSVAR_UPDATE: ErrorCode = 3089
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2082:27: warning: static property 'WARN_DEPRECATED_SYSVAR_UPDATE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2080 | public static let MIX_OF_GROUP_FUNC_AND_FIELDS_V2: ErrorCode = 3088
2081 | /// `ER_WARN_DEPRECATED_SYSVAR_UPDATE`
2082 | public static let WARN_DEPRECATED_SYSVAR_UPDATE: ErrorCode = 3089
| |- warning: static property 'WARN_DEPRECATED_SYSVAR_UPDATE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WARN_DEPRECATED_SYSVAR_UPDATE' 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
2083 | /// `ER_WARN_DEPRECATED_SQLMODE`
2084 | public static let WARN_DEPRECATED_SQLMODE: ErrorCode = 3090
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2084:27: warning: static property 'WARN_DEPRECATED_SQLMODE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2082 | public static let WARN_DEPRECATED_SYSVAR_UPDATE: ErrorCode = 3089
2083 | /// `ER_WARN_DEPRECATED_SQLMODE`
2084 | public static let WARN_DEPRECATED_SQLMODE: ErrorCode = 3090
| |- warning: static property 'WARN_DEPRECATED_SQLMODE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WARN_DEPRECATED_SQLMODE' 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
2085 | /// `ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID`
2086 | public static let CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID: ErrorCode = 3091
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2086:27: warning: static property 'CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2084 | public static let WARN_DEPRECATED_SQLMODE: ErrorCode = 3090
2085 | /// `ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID`
2086 | public static let CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID: ErrorCode = 3091
| |- warning: static property 'CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID' 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
2087 | /// `ER_GROUP_REPLICATION_CONFIGURATION`
2088 | public static let GROUP_REPLICATION_CONFIGURATION: ErrorCode = 3092
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2088:27: warning: static property 'GROUP_REPLICATION_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2086 | public static let CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID: ErrorCode = 3091
2087 | /// `ER_GROUP_REPLICATION_CONFIGURATION`
2088 | public static let GROUP_REPLICATION_CONFIGURATION: ErrorCode = 3092
| |- warning: static property 'GROUP_REPLICATION_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GROUP_REPLICATION_CONFIGURATION' 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
2089 | /// `ER_GROUP_REPLICATION_RUNNING`
2090 | public static let GROUP_REPLICATION_RUNNING: ErrorCode = 3093
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2090:27: warning: static property 'GROUP_REPLICATION_RUNNING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2088 | public static let GROUP_REPLICATION_CONFIGURATION: ErrorCode = 3092
2089 | /// `ER_GROUP_REPLICATION_RUNNING`
2090 | public static let GROUP_REPLICATION_RUNNING: ErrorCode = 3093
| |- warning: static property 'GROUP_REPLICATION_RUNNING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GROUP_REPLICATION_RUNNING' 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
2091 | /// `ER_GROUP_REPLICATION_APPLIER_INIT_ERROR`
2092 | public static let GROUP_REPLICATION_APPLIER_INIT_ERROR: ErrorCode = 3094
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2092:27: warning: static property 'GROUP_REPLICATION_APPLIER_INIT_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2090 | public static let GROUP_REPLICATION_RUNNING: ErrorCode = 3093
2091 | /// `ER_GROUP_REPLICATION_APPLIER_INIT_ERROR`
2092 | public static let GROUP_REPLICATION_APPLIER_INIT_ERROR: ErrorCode = 3094
| |- warning: static property 'GROUP_REPLICATION_APPLIER_INIT_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GROUP_REPLICATION_APPLIER_INIT_ERROR' 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
2093 | /// `ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT`
2094 | public static let GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT: ErrorCode = 3095
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2094:27: warning: static property 'GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2092 | public static let GROUP_REPLICATION_APPLIER_INIT_ERROR: ErrorCode = 3094
2093 | /// `ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT`
2094 | public static let GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT: ErrorCode = 3095
| |- warning: static property 'GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT' 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
2095 | /// `ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR`
2096 | public static let GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR: ErrorCode = 3096
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2096:27: warning: static property 'GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2094 | public static let GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT: ErrorCode = 3095
2095 | /// `ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR`
2096 | public static let GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR: ErrorCode = 3096
| |- warning: static property 'GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR' 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
2097 | /// `ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR`
2098 | public static let GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR: ErrorCode = 3097
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2098:27: warning: static property 'GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2096 | public static let GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR: ErrorCode = 3096
2097 | /// `ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR`
2098 | public static let GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR: ErrorCode = 3097
| |- warning: static property 'GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR' 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
2099 | /// `ER_BEFORE_DML_VALIDATION_ERROR`
2100 | public static let BEFORE_DML_VALIDATION_ERROR: ErrorCode = 3098
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2100:27: warning: static property 'BEFORE_DML_VALIDATION_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2098 | public static let GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR: ErrorCode = 3097
2099 | /// `ER_BEFORE_DML_VALIDATION_ERROR`
2100 | public static let BEFORE_DML_VALIDATION_ERROR: ErrorCode = 3098
| |- warning: static property 'BEFORE_DML_VALIDATION_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'BEFORE_DML_VALIDATION_ERROR' 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
2101 | /// `ER_PREVENTS_VARIABLE_WITHOUT_RBR`
2102 | public static let PREVENTS_VARIABLE_WITHOUT_RBR: ErrorCode = 3099
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2102:27: warning: static property 'PREVENTS_VARIABLE_WITHOUT_RBR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2100 | public static let BEFORE_DML_VALIDATION_ERROR: ErrorCode = 3098
2101 | /// `ER_PREVENTS_VARIABLE_WITHOUT_RBR`
2102 | public static let PREVENTS_VARIABLE_WITHOUT_RBR: ErrorCode = 3099
| |- warning: static property 'PREVENTS_VARIABLE_WITHOUT_RBR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'PREVENTS_VARIABLE_WITHOUT_RBR' 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
2103 | /// `ER_RUN_HOOK_ERROR`
2104 | public static let RUN_HOOK_ERROR: ErrorCode = 3100
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2104:27: warning: static property 'RUN_HOOK_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2102 | public static let PREVENTS_VARIABLE_WITHOUT_RBR: ErrorCode = 3099
2103 | /// `ER_RUN_HOOK_ERROR`
2104 | public static let RUN_HOOK_ERROR: ErrorCode = 3100
| |- warning: static property 'RUN_HOOK_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'RUN_HOOK_ERROR' 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
2105 | /// `ER_TRANSACTION_ROLLBACK_DURING_COMMIT`
2106 | public static let TRANSACTION_ROLLBACK_DURING_COMMIT: ErrorCode = 3101
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2106:27: warning: static property 'TRANSACTION_ROLLBACK_DURING_COMMIT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2104 | public static let RUN_HOOK_ERROR: ErrorCode = 3100
2105 | /// `ER_TRANSACTION_ROLLBACK_DURING_COMMIT`
2106 | public static let TRANSACTION_ROLLBACK_DURING_COMMIT: ErrorCode = 3101
| |- warning: static property 'TRANSACTION_ROLLBACK_DURING_COMMIT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'TRANSACTION_ROLLBACK_DURING_COMMIT' 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
2107 | /// `ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED`
2108 | public static let GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED: ErrorCode = 3102
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2108:27: warning: static property 'GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2106 | public static let TRANSACTION_ROLLBACK_DURING_COMMIT: ErrorCode = 3101
2107 | /// `ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED`
2108 | public static let GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED: ErrorCode = 3102
| |- warning: static property 'GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED' 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
2109 | /// `ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN`
2110 | public static let UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN: ErrorCode = 3103
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2110:27: warning: static property 'UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2108 | public static let GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED: ErrorCode = 3102
2109 | /// `ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN`
2110 | public static let UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN: ErrorCode = 3103
| |- warning: static property 'UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN' 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
2111 | /// `ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN`
2112 | public static let WRONG_FK_OPTION_FOR_GENERATED_COLUMN: ErrorCode = 3104
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2112:27: warning: static property 'WRONG_FK_OPTION_FOR_GENERATED_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2110 | public static let UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN: ErrorCode = 3103
2111 | /// `ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN`
2112 | public static let WRONG_FK_OPTION_FOR_GENERATED_COLUMN: ErrorCode = 3104
| |- warning: static property 'WRONG_FK_OPTION_FOR_GENERATED_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WRONG_FK_OPTION_FOR_GENERATED_COLUMN' 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
2113 | /// `ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN`
2114 | public static let NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN: ErrorCode = 3105
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2114:27: warning: static property 'NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2112 | public static let WRONG_FK_OPTION_FOR_GENERATED_COLUMN: ErrorCode = 3104
2113 | /// `ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN`
2114 | public static let NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN: ErrorCode = 3105
| |- warning: static property 'NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN' 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
2115 | /// `ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN`
2116 | public static let UNSUPPORTED_ACTION_ON_GENERATED_COLUMN: ErrorCode = 3106
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2116:27: warning: static property 'UNSUPPORTED_ACTION_ON_GENERATED_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2114 | public static let NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN: ErrorCode = 3105
2115 | /// `ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN`
2116 | public static let UNSUPPORTED_ACTION_ON_GENERATED_COLUMN: ErrorCode = 3106
| |- warning: static property 'UNSUPPORTED_ACTION_ON_GENERATED_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'UNSUPPORTED_ACTION_ON_GENERATED_COLUMN' 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
2117 | /// `ER_GENERATED_COLUMN_NON_PRIOR`
2118 | public static let GENERATED_COLUMN_NON_PRIOR: ErrorCode = 3107
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2118:27: warning: static property 'GENERATED_COLUMN_NON_PRIOR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2116 | public static let UNSUPPORTED_ACTION_ON_GENERATED_COLUMN: ErrorCode = 3106
2117 | /// `ER_GENERATED_COLUMN_NON_PRIOR`
2118 | public static let GENERATED_COLUMN_NON_PRIOR: ErrorCode = 3107
| |- warning: static property 'GENERATED_COLUMN_NON_PRIOR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GENERATED_COLUMN_NON_PRIOR' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2119 | /// `ER_DEPENDENT_BY_GENERATED_COLUMN`
2120 | public static let DEPENDENT_BY_GENERATED_COLUMN: ErrorCode = 3108
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2120:27: warning: static property 'DEPENDENT_BY_GENERATED_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2118 | public static let GENERATED_COLUMN_NON_PRIOR: ErrorCode = 3107
2119 | /// `ER_DEPENDENT_BY_GENERATED_COLUMN`
2120 | public static let DEPENDENT_BY_GENERATED_COLUMN: ErrorCode = 3108
| |- warning: static property 'DEPENDENT_BY_GENERATED_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'DEPENDENT_BY_GENERATED_COLUMN' 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
2121 | /// `ER_GENERATED_COLUMN_REF_AUTO_INC`
2122 | public static let GENERATED_COLUMN_REF_AUTO_INC: ErrorCode = 3109
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2122:27: warning: static property 'GENERATED_COLUMN_REF_AUTO_INC' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2120 | public static let DEPENDENT_BY_GENERATED_COLUMN: ErrorCode = 3108
2121 | /// `ER_GENERATED_COLUMN_REF_AUTO_INC`
2122 | public static let GENERATED_COLUMN_REF_AUTO_INC: ErrorCode = 3109
| |- warning: static property 'GENERATED_COLUMN_REF_AUTO_INC' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GENERATED_COLUMN_REF_AUTO_INC' 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
2123 | /// `ER_FEATURE_NOT_AVAILABLE`
2124 | public static let FEATURE_NOT_AVAILABLE: ErrorCode = 3110
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2124:27: warning: static property 'FEATURE_NOT_AVAILABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2122 | public static let GENERATED_COLUMN_REF_AUTO_INC: ErrorCode = 3109
2123 | /// `ER_FEATURE_NOT_AVAILABLE`
2124 | public static let FEATURE_NOT_AVAILABLE: ErrorCode = 3110
| |- warning: static property 'FEATURE_NOT_AVAILABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'FEATURE_NOT_AVAILABLE' 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
2125 | /// `ER_CANT_SET_GTID_MODE`
2126 | public static let CANT_SET_GTID_MODE: ErrorCode = 3111
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2126:27: warning: static property 'CANT_SET_GTID_MODE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2124 | public static let FEATURE_NOT_AVAILABLE: ErrorCode = 3110
2125 | /// `ER_CANT_SET_GTID_MODE`
2126 | public static let CANT_SET_GTID_MODE: ErrorCode = 3111
| |- warning: static property 'CANT_SET_GTID_MODE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_SET_GTID_MODE' 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
2127 | /// `ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF`
2128 | public static let CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF: ErrorCode = 3112
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2128:27: warning: static property 'CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2126 | public static let CANT_SET_GTID_MODE: ErrorCode = 3111
2127 | /// `ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF`
2128 | public static let CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF: ErrorCode = 3112
| |- warning: static property 'CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF' 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
2129 | /// `ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION`
2130 | public static let CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION: ErrorCode = 3113
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2130:27: warning: static property 'CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2128 | public static let CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF: ErrorCode = 3112
2129 | /// `ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION`
2130 | public static let CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION: ErrorCode = 3113
| |- warning: static property 'CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION' 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
2131 | /// `ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON`
2132 | public static let CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON: ErrorCode = 3114
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2132:27: warning: static property 'CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2130 | public static let CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION: ErrorCode = 3113
2131 | /// `ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON`
2132 | public static let CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON: ErrorCode = 3114
| |- warning: static property 'CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON' 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
2133 | /// `ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF`
2134 | public static let CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF: ErrorCode = 3115
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2134:27: warning: static property 'CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2132 | public static let CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON: ErrorCode = 3114
2133 | /// `ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF`
2134 | public static let CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF: ErrorCode = 3115
| |- warning: static property 'CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF' 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
2135 | /// `ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS`
2136 | public static let CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS: ErrorCode = 3116
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2136:27: warning: static property 'CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2134 | public static let CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF: ErrorCode = 3115
2135 | /// `ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS`
2136 | public static let CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS: ErrorCode = 3116
| |- warning: static property 'CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS' 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
2137 | /// `ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS`
2138 | public static let SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS: ErrorCode = 3117
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2138:27: warning: static property 'SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2136 | public static let CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS: ErrorCode = 3116
2137 | /// `ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS`
2138 | public static let SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS: ErrorCode = 3117
| |- warning: static property 'SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS' 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
2139 | /// `ER_ACCOUNT_HAS_BEEN_LOCKED`
2140 | public static let ACCOUNT_HAS_BEEN_LOCKED: ErrorCode = 3118
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2140:27: warning: static property 'ACCOUNT_HAS_BEEN_LOCKED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2138 | public static let SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS: ErrorCode = 3117
2139 | /// `ER_ACCOUNT_HAS_BEEN_LOCKED`
2140 | public static let ACCOUNT_HAS_BEEN_LOCKED: ErrorCode = 3118
| |- warning: static property 'ACCOUNT_HAS_BEEN_LOCKED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'ACCOUNT_HAS_BEEN_LOCKED' 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
2141 | /// `ER_WRONG_TABLESPACE_NAME`
2142 | public static let WRONG_TABLESPACE_NAME: ErrorCode = 3119
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2142:27: warning: static property 'WRONG_TABLESPACE_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2140 | public static let ACCOUNT_HAS_BEEN_LOCKED: ErrorCode = 3118
2141 | /// `ER_WRONG_TABLESPACE_NAME`
2142 | public static let WRONG_TABLESPACE_NAME: ErrorCode = 3119
| |- warning: static property 'WRONG_TABLESPACE_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WRONG_TABLESPACE_NAME' 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
2143 | /// `ER_TABLESPACE_IS_NOT_EMPTY`
2144 | public static let TABLESPACE_IS_NOT_EMPTY: ErrorCode = 3120
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2144:27: warning: static property 'TABLESPACE_IS_NOT_EMPTY' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2142 | public static let WRONG_TABLESPACE_NAME: ErrorCode = 3119
2143 | /// `ER_TABLESPACE_IS_NOT_EMPTY`
2144 | public static let TABLESPACE_IS_NOT_EMPTY: ErrorCode = 3120
| |- warning: static property 'TABLESPACE_IS_NOT_EMPTY' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'TABLESPACE_IS_NOT_EMPTY' 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
2145 | /// `ER_WRONG_FILE_NAME`
2146 | public static let WRONG_FILE_NAME: ErrorCode = 3121
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2146:27: warning: static property 'WRONG_FILE_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2144 | public static let TABLESPACE_IS_NOT_EMPTY: ErrorCode = 3120
2145 | /// `ER_WRONG_FILE_NAME`
2146 | public static let WRONG_FILE_NAME: ErrorCode = 3121
| |- warning: static property 'WRONG_FILE_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WRONG_FILE_NAME' 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
2147 | /// `ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION`
2148 | public static let BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION: ErrorCode = 3122
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2148:27: warning: static property 'BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2146 | public static let WRONG_FILE_NAME: ErrorCode = 3121
2147 | /// `ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION`
2148 | public static let BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION: ErrorCode = 3122
| |- warning: static property 'BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION' 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
2149 | /// `ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR`
2150 | public static let WARN_OPTIMIZER_HINT_SYNTAX_ERROR: ErrorCode = 3123
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2150:27: warning: static property 'WARN_OPTIMIZER_HINT_SYNTAX_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2148 | public static let BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION: ErrorCode = 3122
2149 | /// `ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR`
2150 | public static let WARN_OPTIMIZER_HINT_SYNTAX_ERROR: ErrorCode = 3123
| |- warning: static property 'WARN_OPTIMIZER_HINT_SYNTAX_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WARN_OPTIMIZER_HINT_SYNTAX_ERROR' 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
2151 | /// `ER_WARN_BAD_MAX_EXECUTION_TIME`
2152 | public static let WARN_BAD_MAX_EXECUTION_TIME: ErrorCode = 3124
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2152:27: warning: static property 'WARN_BAD_MAX_EXECUTION_TIME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2150 | public static let WARN_OPTIMIZER_HINT_SYNTAX_ERROR: ErrorCode = 3123
2151 | /// `ER_WARN_BAD_MAX_EXECUTION_TIME`
2152 | public static let WARN_BAD_MAX_EXECUTION_TIME: ErrorCode = 3124
| |- warning: static property 'WARN_BAD_MAX_EXECUTION_TIME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WARN_BAD_MAX_EXECUTION_TIME' 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
2153 | /// `ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME`
2154 | public static let WARN_UNSUPPORTED_MAX_EXECUTION_TIME: ErrorCode = 3125
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2154:27: warning: static property 'WARN_UNSUPPORTED_MAX_EXECUTION_TIME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2152 | public static let WARN_BAD_MAX_EXECUTION_TIME: ErrorCode = 3124
2153 | /// `ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME`
2154 | public static let WARN_UNSUPPORTED_MAX_EXECUTION_TIME: ErrorCode = 3125
| |- warning: static property 'WARN_UNSUPPORTED_MAX_EXECUTION_TIME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WARN_UNSUPPORTED_MAX_EXECUTION_TIME' 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
2155 | /// `ER_WARN_CONFLICTING_HINT`
2156 | public static let WARN_CONFLICTING_HINT: ErrorCode = 3126
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2156:27: warning: static property 'WARN_CONFLICTING_HINT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2154 | public static let WARN_UNSUPPORTED_MAX_EXECUTION_TIME: ErrorCode = 3125
2155 | /// `ER_WARN_CONFLICTING_HINT`
2156 | public static let WARN_CONFLICTING_HINT: ErrorCode = 3126
| |- warning: static property 'WARN_CONFLICTING_HINT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WARN_CONFLICTING_HINT' 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
2157 | /// `ER_WARN_UNKNOWN_QB_NAME`
2158 | public static let WARN_UNKNOWN_QB_NAME: ErrorCode = 3127
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2158:27: warning: static property 'WARN_UNKNOWN_QB_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2156 | public static let WARN_CONFLICTING_HINT: ErrorCode = 3126
2157 | /// `ER_WARN_UNKNOWN_QB_NAME`
2158 | public static let WARN_UNKNOWN_QB_NAME: ErrorCode = 3127
| |- warning: static property 'WARN_UNKNOWN_QB_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WARN_UNKNOWN_QB_NAME' 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
2159 | /// `ER_UNRESOLVED_HINT_NAME`
2160 | public static let UNRESOLVED_HINT_NAME: ErrorCode = 3128
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2160:27: warning: static property 'UNRESOLVED_HINT_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2158 | public static let WARN_UNKNOWN_QB_NAME: ErrorCode = 3127
2159 | /// `ER_UNRESOLVED_HINT_NAME`
2160 | public static let UNRESOLVED_HINT_NAME: ErrorCode = 3128
| |- warning: static property 'UNRESOLVED_HINT_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'UNRESOLVED_HINT_NAME' 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
2161 | /// `ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE`
2162 | public static let WARN_ON_MODIFYING_GTID_EXECUTED_TABLE: ErrorCode = 3129
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2162:27: warning: static property 'WARN_ON_MODIFYING_GTID_EXECUTED_TABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2160 | public static let UNRESOLVED_HINT_NAME: ErrorCode = 3128
2161 | /// `ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE`
2162 | public static let WARN_ON_MODIFYING_GTID_EXECUTED_TABLE: ErrorCode = 3129
| |- warning: static property 'WARN_ON_MODIFYING_GTID_EXECUTED_TABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'WARN_ON_MODIFYING_GTID_EXECUTED_TABLE' 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
2163 | /// `ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED`
2164 | public static let PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED: ErrorCode = 3130
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2164:27: warning: static property 'PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2162 | public static let WARN_ON_MODIFYING_GTID_EXECUTED_TABLE: ErrorCode = 3129
2163 | /// `ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED`
2164 | public static let PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED: ErrorCode = 3130
| |- warning: static property 'PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'PLUGGABLE_PROTOCOL_COMMAND_NOT_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
2165 | /// `ER_LOCKING_SERVICE_WRONG_NAME`
2166 | public static let LOCKING_SERVICE_WRONG_NAME: ErrorCode = 3131
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2166:27: warning: static property 'LOCKING_SERVICE_WRONG_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2164 | public static let PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED: ErrorCode = 3130
2165 | /// `ER_LOCKING_SERVICE_WRONG_NAME`
2166 | public static let LOCKING_SERVICE_WRONG_NAME: ErrorCode = 3131
| |- warning: static property 'LOCKING_SERVICE_WRONG_NAME' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'LOCKING_SERVICE_WRONG_NAME' 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
2167 | /// `ER_LOCKING_SERVICE_DEADLOCK`
2168 | public static let LOCKING_SERVICE_DEADLOCK: ErrorCode = 3132
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2168:27: warning: static property 'LOCKING_SERVICE_DEADLOCK' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2166 | public static let LOCKING_SERVICE_WRONG_NAME: ErrorCode = 3131
2167 | /// `ER_LOCKING_SERVICE_DEADLOCK`
2168 | public static let LOCKING_SERVICE_DEADLOCK: ErrorCode = 3132
| |- warning: static property 'LOCKING_SERVICE_DEADLOCK' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'LOCKING_SERVICE_DEADLOCK' 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
2169 | /// `ER_LOCKING_SERVICE_TIMEOUT`
2170 | public static let LOCKING_SERVICE_TIMEOUT: ErrorCode = 3133
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2170:27: warning: static property 'LOCKING_SERVICE_TIMEOUT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2168 | public static let LOCKING_SERVICE_DEADLOCK: ErrorCode = 3132
2169 | /// `ER_LOCKING_SERVICE_TIMEOUT`
2170 | public static let LOCKING_SERVICE_TIMEOUT: ErrorCode = 3133
| |- warning: static property 'LOCKING_SERVICE_TIMEOUT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'LOCKING_SERVICE_TIMEOUT' 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
2171 | /// `ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED`
2172 | public static let GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED: ErrorCode = 3134
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2172:27: warning: static property 'GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2170 | public static let LOCKING_SERVICE_TIMEOUT: ErrorCode = 3133
2171 | /// `ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED`
2172 | public static let GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED: ErrorCode = 3134
| |- warning: static property 'GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED' 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
2173 | /// `ER_SQL_MODE_MERGED`
2174 | public static let SQL_MODE_MERGED: ErrorCode = 3135
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2174:27: warning: static property 'SQL_MODE_MERGED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2172 | public static let GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED: ErrorCode = 3134
2173 | /// `ER_SQL_MODE_MERGED`
2174 | public static let SQL_MODE_MERGED: ErrorCode = 3135
| |- warning: static property 'SQL_MODE_MERGED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SQL_MODE_MERGED' 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
2175 | /// `ER_VTOKEN_PLUGIN_TOKEN_MISMATCH`
2176 | public static let VTOKEN_PLUGIN_TOKEN_MISMATCH: ErrorCode = 3136
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2176:27: warning: static property 'VTOKEN_PLUGIN_TOKEN_MISMATCH' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2174 | public static let SQL_MODE_MERGED: ErrorCode = 3135
2175 | /// `ER_VTOKEN_PLUGIN_TOKEN_MISMATCH`
2176 | public static let VTOKEN_PLUGIN_TOKEN_MISMATCH: ErrorCode = 3136
| |- warning: static property 'VTOKEN_PLUGIN_TOKEN_MISMATCH' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'VTOKEN_PLUGIN_TOKEN_MISMATCH' 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
2177 | /// `ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND`
2178 | public static let VTOKEN_PLUGIN_TOKEN_NOT_FOUND: ErrorCode = 3137
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2178:27: warning: static property 'VTOKEN_PLUGIN_TOKEN_NOT_FOUND' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2176 | public static let VTOKEN_PLUGIN_TOKEN_MISMATCH: ErrorCode = 3136
2177 | /// `ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND`
2178 | public static let VTOKEN_PLUGIN_TOKEN_NOT_FOUND: ErrorCode = 3137
| |- warning: static property 'VTOKEN_PLUGIN_TOKEN_NOT_FOUND' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'VTOKEN_PLUGIN_TOKEN_NOT_FOUND' 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
2179 | /// `ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID`
2180 | public static let CANT_SET_VARIABLE_WHEN_OWNING_GTID: ErrorCode = 3138
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2180:27: warning: static property 'CANT_SET_VARIABLE_WHEN_OWNING_GTID' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2178 | public static let VTOKEN_PLUGIN_TOKEN_NOT_FOUND: ErrorCode = 3137
2179 | /// `ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID`
2180 | public static let CANT_SET_VARIABLE_WHEN_OWNING_GTID: ErrorCode = 3138
| |- warning: static property 'CANT_SET_VARIABLE_WHEN_OWNING_GTID' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_SET_VARIABLE_WHEN_OWNING_GTID' 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
2181 | /// `ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED`
2182 | public static let SLAVE_CHANNEL_OPERATION_NOT_ALLOWED: ErrorCode = 3139
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2182:27: warning: static property 'SLAVE_CHANNEL_OPERATION_NOT_ALLOWED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2180 | public static let CANT_SET_VARIABLE_WHEN_OWNING_GTID: ErrorCode = 3138
2181 | /// `ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED`
2182 | public static let SLAVE_CHANNEL_OPERATION_NOT_ALLOWED: ErrorCode = 3139
| |- warning: static property 'SLAVE_CHANNEL_OPERATION_NOT_ALLOWED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SLAVE_CHANNEL_OPERATION_NOT_ALLOWED' 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
2183 | /// `ER_INVALID_JSON_TEXT`
2184 | public static let INVALID_JSON_TEXT: ErrorCode = 3140
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2184:27: warning: static property 'INVALID_JSON_TEXT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2182 | public static let SLAVE_CHANNEL_OPERATION_NOT_ALLOWED: ErrorCode = 3139
2183 | /// `ER_INVALID_JSON_TEXT`
2184 | public static let INVALID_JSON_TEXT: ErrorCode = 3140
| |- warning: static property 'INVALID_JSON_TEXT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_TEXT' 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
2185 | /// `ER_INVALID_JSON_TEXT_IN_PARAM`
2186 | public static let INVALID_JSON_TEXT_IN_PARAM: ErrorCode = 3141
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2186:27: warning: static property 'INVALID_JSON_TEXT_IN_PARAM' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2184 | public static let INVALID_JSON_TEXT: ErrorCode = 3140
2185 | /// `ER_INVALID_JSON_TEXT_IN_PARAM`
2186 | public static let INVALID_JSON_TEXT_IN_PARAM: ErrorCode = 3141
| |- warning: static property 'INVALID_JSON_TEXT_IN_PARAM' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_TEXT_IN_PARAM' 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
2187 | /// `ER_INVALID_JSON_BINARY_DATA`
2188 | public static let INVALID_JSON_BINARY_DATA: ErrorCode = 3142
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2188:27: warning: static property 'INVALID_JSON_BINARY_DATA' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2186 | public static let INVALID_JSON_TEXT_IN_PARAM: ErrorCode = 3141
2187 | /// `ER_INVALID_JSON_BINARY_DATA`
2188 | public static let INVALID_JSON_BINARY_DATA: ErrorCode = 3142
| |- warning: static property 'INVALID_JSON_BINARY_DATA' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_BINARY_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
2189 | /// `ER_INVALID_JSON_PATH`
2190 | public static let INVALID_JSON_PATH: ErrorCode = 3143
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2190:27: warning: static property 'INVALID_JSON_PATH' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2188 | public static let INVALID_JSON_BINARY_DATA: ErrorCode = 3142
2189 | /// `ER_INVALID_JSON_PATH`
2190 | public static let INVALID_JSON_PATH: ErrorCode = 3143
| |- warning: static property 'INVALID_JSON_PATH' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_PATH' 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
2191 | /// `ER_INVALID_JSON_CHARSET`
2192 | public static let INVALID_JSON_CHARSET: ErrorCode = 3144
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2192:27: warning: static property 'INVALID_JSON_CHARSET' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2190 | public static let INVALID_JSON_PATH: ErrorCode = 3143
2191 | /// `ER_INVALID_JSON_CHARSET`
2192 | public static let INVALID_JSON_CHARSET: ErrorCode = 3144
| |- warning: static property 'INVALID_JSON_CHARSET' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_CHARSET' 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
2193 | /// `ER_INVALID_JSON_CHARSET_IN_FUNCTION`
2194 | public static let INVALID_JSON_CHARSET_IN_FUNCTION: ErrorCode = 3145
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2194:27: warning: static property 'INVALID_JSON_CHARSET_IN_FUNCTION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2192 | public static let INVALID_JSON_CHARSET: ErrorCode = 3144
2193 | /// `ER_INVALID_JSON_CHARSET_IN_FUNCTION`
2194 | public static let INVALID_JSON_CHARSET_IN_FUNCTION: ErrorCode = 3145
| |- warning: static property 'INVALID_JSON_CHARSET_IN_FUNCTION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_CHARSET_IN_FUNCTION' 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
2195 | /// `ER_INVALID_TYPE_FOR_JSON`
2196 | public static let INVALID_TYPE_FOR_JSON: ErrorCode = 3146
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2196:27: warning: static property 'INVALID_TYPE_FOR_JSON' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2194 | public static let INVALID_JSON_CHARSET_IN_FUNCTION: ErrorCode = 3145
2195 | /// `ER_INVALID_TYPE_FOR_JSON`
2196 | public static let INVALID_TYPE_FOR_JSON: ErrorCode = 3146
| |- warning: static property 'INVALID_TYPE_FOR_JSON' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_TYPE_FOR_JSON' 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
2197 | /// `ER_INVALID_CAST_TO_JSON`
2198 | public static let INVALID_CAST_TO_JSON: ErrorCode = 3147
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2198:27: warning: static property 'INVALID_CAST_TO_JSON' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2196 | public static let INVALID_TYPE_FOR_JSON: ErrorCode = 3146
2197 | /// `ER_INVALID_CAST_TO_JSON`
2198 | public static let INVALID_CAST_TO_JSON: ErrorCode = 3147
| |- warning: static property 'INVALID_CAST_TO_JSON' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_CAST_TO_JSON' 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
2199 | /// `ER_INVALID_JSON_PATH_CHARSET`
2200 | public static let INVALID_JSON_PATH_CHARSET: ErrorCode = 3148
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2200:27: warning: static property 'INVALID_JSON_PATH_CHARSET' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2198 | public static let INVALID_CAST_TO_JSON: ErrorCode = 3147
2199 | /// `ER_INVALID_JSON_PATH_CHARSET`
2200 | public static let INVALID_JSON_PATH_CHARSET: ErrorCode = 3148
| |- warning: static property 'INVALID_JSON_PATH_CHARSET' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_PATH_CHARSET' 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
2201 | /// `ER_INVALID_JSON_PATH_WILDCARD`
2202 | public static let INVALID_JSON_PATH_WILDCARD: ErrorCode = 3149
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2202:27: warning: static property 'INVALID_JSON_PATH_WILDCARD' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2200 | public static let INVALID_JSON_PATH_CHARSET: ErrorCode = 3148
2201 | /// `ER_INVALID_JSON_PATH_WILDCARD`
2202 | public static let INVALID_JSON_PATH_WILDCARD: ErrorCode = 3149
| |- warning: static property 'INVALID_JSON_PATH_WILDCARD' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_PATH_WILDCARD' 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
2203 | /// `ER_JSON_VALUE_TOO_BIG`
2204 | public static let JSON_VALUE_TOO_BIG: ErrorCode = 3150
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2204:27: warning: static property 'JSON_VALUE_TOO_BIG' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2202 | public static let INVALID_JSON_PATH_WILDCARD: ErrorCode = 3149
2203 | /// `ER_JSON_VALUE_TOO_BIG`
2204 | public static let JSON_VALUE_TOO_BIG: ErrorCode = 3150
| |- warning: static property 'JSON_VALUE_TOO_BIG' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'JSON_VALUE_TOO_BIG' 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
2205 | /// `ER_JSON_KEY_TOO_BIG`
2206 | public static let JSON_KEY_TOO_BIG: ErrorCode = 3151
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2206:27: warning: static property 'JSON_KEY_TOO_BIG' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2204 | public static let JSON_VALUE_TOO_BIG: ErrorCode = 3150
2205 | /// `ER_JSON_KEY_TOO_BIG`
2206 | public static let JSON_KEY_TOO_BIG: ErrorCode = 3151
| |- warning: static property 'JSON_KEY_TOO_BIG' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'JSON_KEY_TOO_BIG' 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
2207 | /// `ER_JSON_USED_AS_KEY`
2208 | public static let JSON_USED_AS_KEY: ErrorCode = 3152
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2208:27: warning: static property 'JSON_USED_AS_KEY' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2206 | public static let JSON_KEY_TOO_BIG: ErrorCode = 3151
2207 | /// `ER_JSON_USED_AS_KEY`
2208 | public static let JSON_USED_AS_KEY: ErrorCode = 3152
| |- warning: static property 'JSON_USED_AS_KEY' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'JSON_USED_AS_KEY' 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
2209 | /// `ER_JSON_VACUOUS_PATH`
2210 | public static let JSON_VACUOUS_PATH: ErrorCode = 3153
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2210:27: warning: static property 'JSON_VACUOUS_PATH' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2208 | public static let JSON_USED_AS_KEY: ErrorCode = 3152
2209 | /// `ER_JSON_VACUOUS_PATH`
2210 | public static let JSON_VACUOUS_PATH: ErrorCode = 3153
| |- warning: static property 'JSON_VACUOUS_PATH' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'JSON_VACUOUS_PATH' 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
2211 | /// `ER_JSON_BAD_ONE_OR_ALL_ARG`
2212 | public static let JSON_BAD_ONE_OR_ALL_ARG: ErrorCode = 3154
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2212:27: warning: static property 'JSON_BAD_ONE_OR_ALL_ARG' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2210 | public static let JSON_VACUOUS_PATH: ErrorCode = 3153
2211 | /// `ER_JSON_BAD_ONE_OR_ALL_ARG`
2212 | public static let JSON_BAD_ONE_OR_ALL_ARG: ErrorCode = 3154
| |- warning: static property 'JSON_BAD_ONE_OR_ALL_ARG' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'JSON_BAD_ONE_OR_ALL_ARG' 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
2213 | /// `ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE`
2214 | public static let NUMERIC_JSON_VALUE_OUT_OF_RANGE: ErrorCode = 3155
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2214:27: warning: static property 'NUMERIC_JSON_VALUE_OUT_OF_RANGE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2212 | public static let JSON_BAD_ONE_OR_ALL_ARG: ErrorCode = 3154
2213 | /// `ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE`
2214 | public static let NUMERIC_JSON_VALUE_OUT_OF_RANGE: ErrorCode = 3155
| |- warning: static property 'NUMERIC_JSON_VALUE_OUT_OF_RANGE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'NUMERIC_JSON_VALUE_OUT_OF_RANGE' 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
2215 | /// `ER_INVALID_JSON_VALUE_FOR_CAST`
2216 | public static let INVALID_JSON_VALUE_FOR_CAST: ErrorCode = 3156
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2216:27: warning: static property 'INVALID_JSON_VALUE_FOR_CAST' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2214 | public static let NUMERIC_JSON_VALUE_OUT_OF_RANGE: ErrorCode = 3155
2215 | /// `ER_INVALID_JSON_VALUE_FOR_CAST`
2216 | public static let INVALID_JSON_VALUE_FOR_CAST: ErrorCode = 3156
| |- warning: static property 'INVALID_JSON_VALUE_FOR_CAST' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_VALUE_FOR_CAST' 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
2217 | /// `ER_JSON_DOCUMENT_TOO_DEEP`
2218 | public static let JSON_DOCUMENT_TOO_DEEP: ErrorCode = 3157
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2218:27: warning: static property 'JSON_DOCUMENT_TOO_DEEP' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2216 | public static let INVALID_JSON_VALUE_FOR_CAST: ErrorCode = 3156
2217 | /// `ER_JSON_DOCUMENT_TOO_DEEP`
2218 | public static let JSON_DOCUMENT_TOO_DEEP: ErrorCode = 3157
| |- warning: static property 'JSON_DOCUMENT_TOO_DEEP' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'JSON_DOCUMENT_TOO_DEEP' 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
2219 | /// `ER_JSON_DOCUMENT_NULL_KEY`
2220 | public static let JSON_DOCUMENT_NULL_KEY: ErrorCode = 3158
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2220:27: warning: static property 'JSON_DOCUMENT_NULL_KEY' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2218 | public static let JSON_DOCUMENT_TOO_DEEP: ErrorCode = 3157
2219 | /// `ER_JSON_DOCUMENT_NULL_KEY`
2220 | public static let JSON_DOCUMENT_NULL_KEY: ErrorCode = 3158
| |- warning: static property 'JSON_DOCUMENT_NULL_KEY' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'JSON_DOCUMENT_NULL_KEY' 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
2221 | /// `ER_SECURE_TRANSPORT_REQUIRED`
2222 | public static let SECURE_TRANSPORT_REQUIRED: ErrorCode = 3159
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2222:27: warning: static property 'SECURE_TRANSPORT_REQUIRED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2220 | public static let JSON_DOCUMENT_NULL_KEY: ErrorCode = 3158
2221 | /// `ER_SECURE_TRANSPORT_REQUIRED`
2222 | public static let SECURE_TRANSPORT_REQUIRED: ErrorCode = 3159
| |- warning: static property 'SECURE_TRANSPORT_REQUIRED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SECURE_TRANSPORT_REQUIRED' 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
2223 | /// `ER_NO_SECURE_TRANSPORTS_CONFIGURED`
2224 | public static let NO_SECURE_TRANSPORTS_CONFIGURED: ErrorCode = 3160
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2224:27: warning: static property 'NO_SECURE_TRANSPORTS_CONFIGURED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2222 | public static let SECURE_TRANSPORT_REQUIRED: ErrorCode = 3159
2223 | /// `ER_NO_SECURE_TRANSPORTS_CONFIGURED`
2224 | public static let NO_SECURE_TRANSPORTS_CONFIGURED: ErrorCode = 3160
| |- warning: static property 'NO_SECURE_TRANSPORTS_CONFIGURED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'NO_SECURE_TRANSPORTS_CONFIGURED' 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
2225 | /// `ER_DISABLED_STORAGE_ENGINE`
2226 | public static let DISABLED_STORAGE_ENGINE: ErrorCode = 3161
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2226:27: warning: static property 'DISABLED_STORAGE_ENGINE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2224 | public static let NO_SECURE_TRANSPORTS_CONFIGURED: ErrorCode = 3160
2225 | /// `ER_DISABLED_STORAGE_ENGINE`
2226 | public static let DISABLED_STORAGE_ENGINE: ErrorCode = 3161
| |- warning: static property 'DISABLED_STORAGE_ENGINE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'DISABLED_STORAGE_ENGINE' 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
2227 | /// `ER_USER_DOES_NOT_EXIST`
2228 | public static let USER_DOES_NOT_EXIST: ErrorCode = 3162
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2228:27: warning: static property 'USER_DOES_NOT_EXIST' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2226 | public static let DISABLED_STORAGE_ENGINE: ErrorCode = 3161
2227 | /// `ER_USER_DOES_NOT_EXIST`
2228 | public static let USER_DOES_NOT_EXIST: ErrorCode = 3162
| |- warning: static property 'USER_DOES_NOT_EXIST' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'USER_DOES_NOT_EXIST' 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
2229 | /// `ER_USER_ALREADY_EXISTS`
2230 | public static let USER_ALREADY_EXISTS: ErrorCode = 3163
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2230:27: warning: static property 'USER_ALREADY_EXISTS' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2228 | public static let USER_DOES_NOT_EXIST: ErrorCode = 3162
2229 | /// `ER_USER_ALREADY_EXISTS`
2230 | public static let USER_ALREADY_EXISTS: ErrorCode = 3163
| |- warning: static property 'USER_ALREADY_EXISTS' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'USER_ALREADY_EXISTS' 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
2231 | /// `ER_AUDIT_API_ABORT`
2232 | public static let AUDIT_API_ABORT: ErrorCode = 3164
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2232:27: warning: static property 'AUDIT_API_ABORT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2230 | public static let USER_ALREADY_EXISTS: ErrorCode = 3163
2231 | /// `ER_AUDIT_API_ABORT`
2232 | public static let AUDIT_API_ABORT: ErrorCode = 3164
| |- warning: static property 'AUDIT_API_ABORT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'AUDIT_API_ABORT' 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
2233 | /// `ER_INVALID_JSON_PATH_ARRAY_CELL`
2234 | public static let INVALID_JSON_PATH_ARRAY_CELL: ErrorCode = 3165
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2234:27: warning: static property 'INVALID_JSON_PATH_ARRAY_CELL' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2232 | public static let AUDIT_API_ABORT: ErrorCode = 3164
2233 | /// `ER_INVALID_JSON_PATH_ARRAY_CELL`
2234 | public static let INVALID_JSON_PATH_ARRAY_CELL: ErrorCode = 3165
| |- warning: static property 'INVALID_JSON_PATH_ARRAY_CELL' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_JSON_PATH_ARRAY_CELL' 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
2235 | /// `ER_BUFPOOL_RESIZE_INPROGRESS`
2236 | public static let BUFPOOL_RESIZE_INPROGRESS: ErrorCode = 3166
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2236:27: warning: static property 'BUFPOOL_RESIZE_INPROGRESS' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2234 | public static let INVALID_JSON_PATH_ARRAY_CELL: ErrorCode = 3165
2235 | /// `ER_BUFPOOL_RESIZE_INPROGRESS`
2236 | public static let BUFPOOL_RESIZE_INPROGRESS: ErrorCode = 3166
| |- warning: static property 'BUFPOOL_RESIZE_INPROGRESS' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'BUFPOOL_RESIZE_INPROGRESS' 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
2237 | /// `ER_FEATURE_DISABLED_SEE_DOC`
2238 | public static let FEATURE_DISABLED_SEE_DOC: ErrorCode = 3167
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2238:27: warning: static property 'FEATURE_DISABLED_SEE_DOC' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2236 | public static let BUFPOOL_RESIZE_INPROGRESS: ErrorCode = 3166
2237 | /// `ER_FEATURE_DISABLED_SEE_DOC`
2238 | public static let FEATURE_DISABLED_SEE_DOC: ErrorCode = 3167
| |- warning: static property 'FEATURE_DISABLED_SEE_DOC' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'FEATURE_DISABLED_SEE_DOC' 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
2239 | /// `ER_SERVER_ISNT_AVAILABLE`
2240 | public static let SERVER_ISNT_AVAILABLE: ErrorCode = 3168
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2240:27: warning: static property 'SERVER_ISNT_AVAILABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2238 | public static let FEATURE_DISABLED_SEE_DOC: ErrorCode = 3167
2239 | /// `ER_SERVER_ISNT_AVAILABLE`
2240 | public static let SERVER_ISNT_AVAILABLE: ErrorCode = 3168
| |- warning: static property 'SERVER_ISNT_AVAILABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SERVER_ISNT_AVAILABLE' 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
2241 | /// `ER_SESSION_WAS_KILLED`
2242 | public static let SESSION_WAS_KILLED: ErrorCode = 3169
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2242:27: warning: static property 'SESSION_WAS_KILLED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2240 | public static let SERVER_ISNT_AVAILABLE: ErrorCode = 3168
2241 | /// `ER_SESSION_WAS_KILLED`
2242 | public static let SESSION_WAS_KILLED: ErrorCode = 3169
| |- warning: static property 'SESSION_WAS_KILLED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'SESSION_WAS_KILLED' 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
2243 | /// `ER_CAPACITY_EXCEEDED`
2244 | public static let CAPACITY_EXCEEDED: ErrorCode = 3170
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2244:27: warning: static property 'CAPACITY_EXCEEDED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2242 | public static let SESSION_WAS_KILLED: ErrorCode = 3169
2243 | /// `ER_CAPACITY_EXCEEDED`
2244 | public static let CAPACITY_EXCEEDED: ErrorCode = 3170
| |- warning: static property 'CAPACITY_EXCEEDED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CAPACITY_EXCEEDED' 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
2245 | /// `ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER`
2246 | public static let CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER: ErrorCode = 3171
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2246:27: warning: static property 'CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2244 | public static let CAPACITY_EXCEEDED: ErrorCode = 3170
2245 | /// `ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER`
2246 | public static let CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER: ErrorCode = 3171
| |- warning: static property 'CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER' 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
2247 | /// `ER_TABLE_NEEDS_UPG_PART`
2248 | public static let TABLE_NEEDS_UPG_PART: ErrorCode = 3172
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2248:27: warning: static property 'TABLE_NEEDS_UPG_PART' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2246 | public static let CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER: ErrorCode = 3171
2247 | /// `ER_TABLE_NEEDS_UPG_PART`
2248 | public static let TABLE_NEEDS_UPG_PART: ErrorCode = 3172
| |- warning: static property 'TABLE_NEEDS_UPG_PART' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'TABLE_NEEDS_UPG_PART' 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
2249 | /// `ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID`
2250 | public static let CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID: ErrorCode = 3173
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2250:27: warning: static property 'CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2248 | public static let TABLE_NEEDS_UPG_PART: ErrorCode = 3172
2249 | /// `ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID`
2250 | public static let CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID: ErrorCode = 3173
| |- warning: static property 'CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID' 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
2251 | /// `ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL`
2252 | public static let CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL: ErrorCode = 3174
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2252:27: warning: static property 'CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2250 | public static let CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID: ErrorCode = 3173
2251 | /// `ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL`
2252 | public static let CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL: ErrorCode = 3174
| |- warning: static property 'CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL' 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
2253 | /// `ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT`
2254 | public static let CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT: ErrorCode = 3175
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2254:27: warning: static property 'CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2252 | public static let CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL: ErrorCode = 3174
2253 | /// `ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT`
2254 | public static let CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT: ErrorCode = 3175
| |- warning: static property 'CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT' 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
2255 | /// `ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE`
2256 | public static let ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE: ErrorCode = 3176
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2256:27: warning: static property 'ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2254 | public static let CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT: ErrorCode = 3175
2255 | /// `ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE`
2256 | public static let ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE: ErrorCode = 3176
| |- warning: static property 'ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE' 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
2257 | /// `ER_LOCK_REFUSED_BY_ENGINE`
2258 | public static let LOCK_REFUSED_BY_ENGINE: ErrorCode = 3177
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2258:27: warning: static property 'LOCK_REFUSED_BY_ENGINE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2256 | public static let ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE: ErrorCode = 3176
2257 | /// `ER_LOCK_REFUSED_BY_ENGINE`
2258 | public static let LOCK_REFUSED_BY_ENGINE: ErrorCode = 3177
| |- warning: static property 'LOCK_REFUSED_BY_ENGINE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'LOCK_REFUSED_BY_ENGINE' 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
2259 | /// `ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN`
2260 | public static let UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN: ErrorCode = 3178
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2260:27: warning: static property 'UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2258 | public static let LOCK_REFUSED_BY_ENGINE: ErrorCode = 3177
2259 | /// `ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN`
2260 | public static let UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN: ErrorCode = 3178
| |- warning: static property 'UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN' 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
2261 | /// `ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE`
2262 | public static let MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE: ErrorCode = 3179
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2262:27: warning: static property 'MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2260 | public static let UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN: ErrorCode = 3178
2261 | /// `ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE`
2262 | public static let MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE: ErrorCode = 3179
| |- warning: static property 'MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE' 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
2263 | /// `ER_MASTER_KEY_ROTATION_ERROR_BY_SE`
2264 | public static let MASTER_KEY_ROTATION_ERROR_BY_SE: ErrorCode = 3180
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2264:27: warning: static property 'MASTER_KEY_ROTATION_ERROR_BY_SE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2262 | public static let MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE: ErrorCode = 3179
2263 | /// `ER_MASTER_KEY_ROTATION_ERROR_BY_SE`
2264 | public static let MASTER_KEY_ROTATION_ERROR_BY_SE: ErrorCode = 3180
| |- warning: static property 'MASTER_KEY_ROTATION_ERROR_BY_SE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'MASTER_KEY_ROTATION_ERROR_BY_SE' 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
2265 | /// `ER_MASTER_KEY_ROTATION_BINLOG_FAILED`
2266 | public static let MASTER_KEY_ROTATION_BINLOG_FAILED: ErrorCode = 3181
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2266:27: warning: static property 'MASTER_KEY_ROTATION_BINLOG_FAILED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2264 | public static let MASTER_KEY_ROTATION_ERROR_BY_SE: ErrorCode = 3180
2265 | /// `ER_MASTER_KEY_ROTATION_BINLOG_FAILED`
2266 | public static let MASTER_KEY_ROTATION_BINLOG_FAILED: ErrorCode = 3181
| |- warning: static property 'MASTER_KEY_ROTATION_BINLOG_FAILED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'MASTER_KEY_ROTATION_BINLOG_FAILED' 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
2267 | /// `ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE`
2268 | public static let MASTER_KEY_ROTATION_SE_UNAVAILABLE: ErrorCode = 3182
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2268:27: warning: static property 'MASTER_KEY_ROTATION_SE_UNAVAILABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2266 | public static let MASTER_KEY_ROTATION_BINLOG_FAILED: ErrorCode = 3181
2267 | /// `ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE`
2268 | public static let MASTER_KEY_ROTATION_SE_UNAVAILABLE: ErrorCode = 3182
| |- warning: static property 'MASTER_KEY_ROTATION_SE_UNAVAILABLE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'MASTER_KEY_ROTATION_SE_UNAVAILABLE' 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
2269 | /// `ER_TABLESPACE_CANNOT_ENCRYPT`
2270 | public static let TABLESPACE_CANNOT_ENCRYPT: ErrorCode = 3183
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2270:27: warning: static property 'TABLESPACE_CANNOT_ENCRYPT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2268 | public static let MASTER_KEY_ROTATION_SE_UNAVAILABLE: ErrorCode = 3182
2269 | /// `ER_TABLESPACE_CANNOT_ENCRYPT`
2270 | public static let TABLESPACE_CANNOT_ENCRYPT: ErrorCode = 3183
| |- warning: static property 'TABLESPACE_CANNOT_ENCRYPT' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'TABLESPACE_CANNOT_ENCRYPT' 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
2271 | /// `ER_INVALID_ENCRYPTION_OPTION`
2272 | public static let INVALID_ENCRYPTION_OPTION: ErrorCode = 3184
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2272:27: warning: static property 'INVALID_ENCRYPTION_OPTION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2270 | public static let TABLESPACE_CANNOT_ENCRYPT: ErrorCode = 3183
2271 | /// `ER_INVALID_ENCRYPTION_OPTION`
2272 | public static let INVALID_ENCRYPTION_OPTION: ErrorCode = 3184
| |- warning: static property 'INVALID_ENCRYPTION_OPTION' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'INVALID_ENCRYPTION_OPTION' 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
2273 | /// `ER_CANNOT_FIND_KEY_IN_KEYRING`
2274 | public static let CANNOT_FIND_KEY_IN_KEYRING: ErrorCode = 3185
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2274:27: warning: static property 'CANNOT_FIND_KEY_IN_KEYRING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2272 | public static let INVALID_ENCRYPTION_OPTION: ErrorCode = 3184
2273 | /// `ER_CANNOT_FIND_KEY_IN_KEYRING`
2274 | public static let CANNOT_FIND_KEY_IN_KEYRING: ErrorCode = 3185
| |- warning: static property 'CANNOT_FIND_KEY_IN_KEYRING' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANNOT_FIND_KEY_IN_KEYRING' 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
2275 | /// `ER_CAPACITY_EXCEEDED_IN_PARSER`
2276 | public static let CAPACITY_EXCEEDED_IN_PARSER: ErrorCode = 3186
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2276:27: warning: static property 'CAPACITY_EXCEEDED_IN_PARSER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2274 | public static let CANNOT_FIND_KEY_IN_KEYRING: ErrorCode = 3185
2275 | /// `ER_CAPACITY_EXCEEDED_IN_PARSER`
2276 | public static let CAPACITY_EXCEEDED_IN_PARSER: ErrorCode = 3186
| |- warning: static property 'CAPACITY_EXCEEDED_IN_PARSER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CAPACITY_EXCEEDED_IN_PARSER' 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
2277 | /// `ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE`
2278 | public static let UNSUPPORTED_ALTER_ENCRYPTION_INPLACE: ErrorCode = 3187
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2278:27: warning: static property 'UNSUPPORTED_ALTER_ENCRYPTION_INPLACE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2276 | public static let CAPACITY_EXCEEDED_IN_PARSER: ErrorCode = 3186
2277 | /// `ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE`
2278 | public static let UNSUPPORTED_ALTER_ENCRYPTION_INPLACE: ErrorCode = 3187
| |- warning: static property 'UNSUPPORTED_ALTER_ENCRYPTION_INPLACE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'UNSUPPORTED_ALTER_ENCRYPTION_INPLACE' 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
2279 | /// `ER_KEYRING_UDF_KEYRING_SERVICE_ERROR`
2280 | public static let KEYRING_UDF_KEYRING_SERVICE_ERROR: ErrorCode = 3188
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2280:27: warning: static property 'KEYRING_UDF_KEYRING_SERVICE_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2278 | public static let UNSUPPORTED_ALTER_ENCRYPTION_INPLACE: ErrorCode = 3187
2279 | /// `ER_KEYRING_UDF_KEYRING_SERVICE_ERROR`
2280 | public static let KEYRING_UDF_KEYRING_SERVICE_ERROR: ErrorCode = 3188
| |- warning: static property 'KEYRING_UDF_KEYRING_SERVICE_ERROR' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'KEYRING_UDF_KEYRING_SERVICE_ERROR' 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
2281 | /// `ER_USER_COLUMN_OLD_LENGTH`
2282 | public static let USER_COLUMN_OLD_LENGTH: ErrorCode = 3189
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2282:27: warning: static property 'USER_COLUMN_OLD_LENGTH' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2280 | public static let KEYRING_UDF_KEYRING_SERVICE_ERROR: ErrorCode = 3188
2281 | /// `ER_USER_COLUMN_OLD_LENGTH`
2282 | public static let USER_COLUMN_OLD_LENGTH: ErrorCode = 3189
| |- warning: static property 'USER_COLUMN_OLD_LENGTH' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'USER_COLUMN_OLD_LENGTH' 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
2283 | /// `ER_CANT_RESET_MASTER`
2284 | public static let CANT_RESET_MASTER: ErrorCode = 3190
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2284:27: warning: static property 'CANT_RESET_MASTER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2282 | public static let USER_COLUMN_OLD_LENGTH: ErrorCode = 3189
2283 | /// `ER_CANT_RESET_MASTER`
2284 | public static let CANT_RESET_MASTER: ErrorCode = 3190
| |- warning: static property 'CANT_RESET_MASTER' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANT_RESET_MASTER' 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
2285 | /// `ER_GROUP_REPLICATION_MAX_GROUP_SIZE`
2286 | public static let GROUP_REPLICATION_MAX_GROUP_SIZE: ErrorCode = 3191
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2286:27: warning: static property 'GROUP_REPLICATION_MAX_GROUP_SIZE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2284 | public static let CANT_RESET_MASTER: ErrorCode = 3190
2285 | /// `ER_GROUP_REPLICATION_MAX_GROUP_SIZE`
2286 | public static let GROUP_REPLICATION_MAX_GROUP_SIZE: ErrorCode = 3191
| |- warning: static property 'GROUP_REPLICATION_MAX_GROUP_SIZE' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'GROUP_REPLICATION_MAX_GROUP_SIZE' 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
2287 | /// `ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED`
2288 | public static let CANNOT_ADD_FOREIGN_BASE_COL_STORED: ErrorCode = 3192
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2288:27: warning: static property 'CANNOT_ADD_FOREIGN_BASE_COL_STORED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2286 | public static let GROUP_REPLICATION_MAX_GROUP_SIZE: ErrorCode = 3191
2287 | /// `ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED`
2288 | public static let CANNOT_ADD_FOREIGN_BASE_COL_STORED: ErrorCode = 3192
| |- warning: static property 'CANNOT_ADD_FOREIGN_BASE_COL_STORED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'CANNOT_ADD_FOREIGN_BASE_COL_STORED' 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
2289 | /// `ER_TABLE_REFERENCED`
2290 | public static let TABLE_REFERENCED: ErrorCode = 3193
/host/spi-builder-workspace/Sources/MySQLNIO/Protocol/MySQLProtocol+ErrorCode.swift:2290:27: warning: static property 'TABLE_REFERENCED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
1 | extension MySQLProtocol {
2 | public struct ErrorCode: ExpressibleByIntegerLiteral, RawRepresentable, Equatable, CustomStringConvertible {
| `- note: consider making struct 'ErrorCode' conform to the 'Sendable' protocol
3 | /// `SERVER_INIT`
4 | public static let SERVER_INIT: ErrorCode = 1
:
2288 | public static let CANNOT_ADD_FOREIGN_BASE_COL_STORED: ErrorCode = 3192
2289 | /// `ER_TABLE_REFERENCED`
2290 | public static let TABLE_REFERENCED: ErrorCode = 3193
| |- warning: static property 'TABLE_REFERENCED' is not concurrency-safe because non-'Sendable' type 'MySQLProtocol.ErrorCode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'TABLE_REFERENCED' 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
2291 |
2292 | public var rawValue: UInt16
Build complete! (261.13s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "mysql-nio",
"name" : "mysql-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MySQLNIO",
"targets" : [
"MySQLNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MySQLNIOTests",
"module_type" : "SwiftTarget",
"name" : "MySQLNIOTests",
"path" : "Tests/MySQLNIOTests",
"sources" : [
"MySQLNIOTests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"MySQLNIO"
],
"type" : "test"
},
{
"c99name" : "MySQLNIO",
"module_type" : "SwiftTarget",
"name" : "MySQLNIO",
"path" : "Sources/MySQLNIO",
"product_dependencies" : [
"Crypto",
"Logging",
"NIO",
"NIOSSL"
],
"product_memberships" : [
"MySQLNIO"
],
"sources" : [
"Exports.swift",
"MySQLConnection.swift",
"MySQLConnectionHandler.swift",
"MySQLData.swift",
"MySQLDataConvertible.swift",
"MySQLDatabase.swift",
"MySQLError.swift",
"MySQLQueryCommand.swift",
"MySQLRow.swift",
"MySQLSimpleQueryCommand.swift",
"MySQLTime.swift",
"Packet/MySQLPacket.swift",
"Packet/MySQLPacketDecoder.swift",
"Packet/MySQLPacketEncoder.swift",
"Packet/MySQLPacketSequence.swift",
"Protocol/MySQLProtocol+BinaryResultSetRow.swift",
"Protocol/MySQLProtocol+COM_QUERY.swift",
"Protocol/MySQLProtocol+COM_QUERY_Response.swift",
"Protocol/MySQLProtocol+COM_QUIT.swift",
"Protocol/MySQLProtocol+COM_STMT_CLOSE.swift",
"Protocol/MySQLProtocol+COM_STMT_EXECUTE.swift",
"Protocol/MySQLProtocol+COM_STMT_PREPARE.swift",
"Protocol/MySQLProtocol+COM_STMT_PREPARE_OK.swift",
"Protocol/MySQLProtocol+CapabilityFlags.swift",
"Protocol/MySQLProtocol+CharacterSet.swift",
"Protocol/MySQLProtocol+ColumnDefinition41.swift",
"Protocol/MySQLProtocol+ColumnFlags.swift",
"Protocol/MySQLProtocol+DataType.swift",
"Protocol/MySQLProtocol+ERR_Packet.swift",
"Protocol/MySQLProtocol+ErrorCode.swift",
"Protocol/MySQLProtocol+HandshakeResponse41.swift",
"Protocol/MySQLProtocol+HandshakeV10.swift",
"Protocol/MySQLProtocol+NullBitmap.swift",
"Protocol/MySQLProtocol+OK_Packet.swift",
"Protocol/MySQLProtocol+SSLRequest.swift",
"Protocol/MySQLProtocol+StatusFlags.swift",
"Protocol/MySQLProtocol+TextResultSetRow.swift",
"Protocol/MySQLProtocol.swift",
"Utilities/CryptoUtils.swift",
"Utilities/NIOUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.