Build Information
Successful build of KurrentDB-Swift, reference 1.10.6 (ec6900
), with Swift 6.0 for Linux on 10 Sep 2025 18:52:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
1617 | extension EventStore_Client_Streams_ReadReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1618 | package static let protoMessageName: String = _protobuf_package + ".ReadReq"
1619 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1620 | 1: .same(proto: "options"),
1621 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1655:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1653 | extension EventStore_Client_Streams_ReadReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1654 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.protoMessageName + ".Options"
1655 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1656 | 1: .same(proto: "stream"),
1657 | 2: .same(proto: "all"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1823:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1821 |
1822 | extension EventStore_Client_Streams_ReadReq.Options.ReadDirection: SwiftProtobuf._ProtoNameProviding {
1823 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1824 | 0: .same(proto: "Forwards"),
1825 | 1: .same(proto: "Backwards"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1831:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1829 | extension EventStore_Client_Streams_ReadReq.Options.StreamOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1830 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".StreamOptions"
1831 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1832 | 1: .standard(proto: "stream_identifier"),
1833 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1920:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1918 | extension EventStore_Client_Streams_ReadReq.Options.AllOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1919 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".AllOptions"
1920 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1921 | 1: .same(proto: "position"),
1922 | 2: .same(proto: "start"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2027:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2025 | extension EventStore_Client_Streams_ReadReq.Options.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2026 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".Position"
2027 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2028 | 1: .standard(proto: "commit_position"),
2029 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2065:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2063 | extension EventStore_Client_Streams_ReadReq.Options.FilterOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2064 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".FilterOptions"
2065 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2066 | 1: .standard(proto: "stream_identifier"),
2067 | 2: .standard(proto: "event_type"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2176:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2174 | extension EventStore_Client_Streams_ReadReq.Options.FilterOptions.Expression: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2175 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.FilterOptions.protoMessageName + ".Expression"
2176 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2177 | 1: .same(proto: "regex"),
2178 | 2: .same(proto: "prefix"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2214:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2212 | extension EventStore_Client_Streams_ReadReq.Options.UUIDOption: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2213 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".UUIDOption"
2214 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2215 | 1: .same(proto: "structured"),
2216 | 2: .same(proto: "string"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2284:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2282 | extension EventStore_Client_Streams_ReadReq.Options.ControlOption: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2283 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".ControlOption"
2284 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2285 | 1: .same(proto: "compatibility"),
2286 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2316:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2314 | extension EventStore_Client_Streams_ReadResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2315 | package static let protoMessageName: String = _protobuf_package + ".ReadResp"
2316 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2317 | 1: .same(proto: "event"),
2318 | 2: .same(proto: "confirmation"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2540:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2538 | extension EventStore_Client_Streams_ReadResp.ReadEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2539 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".ReadEvent"
2540 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2541 | 1: .same(proto: "event"),
2542 | 2: .same(proto: "link"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2661:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2659 | extension EventStore_Client_Streams_ReadResp.ReadEvent.RecordedEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2660 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.ReadEvent.protoMessageName + ".RecordedEvent"
2661 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2662 | 1: .same(proto: "id"),
2663 | 2: .standard(proto: "stream_identifier"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2739:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2737 | extension EventStore_Client_Streams_ReadResp.SubscriptionConfirmation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2738 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".SubscriptionConfirmation"
2739 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2740 | 1: .standard(proto: "subscription_id"),
2741 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2771:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2769 | extension EventStore_Client_Streams_ReadResp.Checkpoint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2770 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".Checkpoint"
2771 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2772 | 1: .standard(proto: "commit_position"),
2773 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2809:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2807 | extension EventStore_Client_Streams_ReadResp.StreamNotFound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2808 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".StreamNotFound"
2809 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2810 | 1: .standard(proto: "stream_identifier"),
2811 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2845:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2843 | extension EventStore_Client_Streams_AppendReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2844 | package static let protoMessageName: String = _protobuf_package + ".AppendReq"
2845 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2846 | 1: .same(proto: "options"),
2847 | 2: .standard(proto: "proposed_message"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2915:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2913 | extension EventStore_Client_Streams_AppendReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2914 | package static let protoMessageName: String = EventStore_Client_Streams_AppendReq.protoMessageName + ".Options"
2915 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2916 | 1: .standard(proto: "stream_identifier"),
2917 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3022:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3020 | extension EventStore_Client_Streams_AppendReq.ProposedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3021 | package static let protoMessageName: String = EventStore_Client_Streams_AppendReq.protoMessageName + ".ProposedMessage"
3022 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3023 | 1: .same(proto: "id"),
3024 | 2: .same(proto: "metadata"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3076:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3074 | extension EventStore_Client_Streams_AppendResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3075 | package static let protoMessageName: String = _protobuf_package + ".AppendResp"
3076 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3077 | 1: .same(proto: "success"),
3078 | 2: .standard(proto: "wrong_expected_version"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3146:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3144 | extension EventStore_Client_Streams_AppendResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3145 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".Position"
3146 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3147 | 1: .standard(proto: "commit_position"),
3148 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3184:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3182 | extension EventStore_Client_Streams_AppendResp.Success: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3183 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".Success"
3184 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3185 | 1: .standard(proto: "current_revision"),
3186 | 2: .standard(proto: "no_stream"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3289:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3287 | extension EventStore_Client_Streams_AppendResp.WrongExpectedVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3288 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".WrongExpectedVersion"
3289 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3290 | 1: .standard(proto: "current_revision_20_6_0"),
3291 | 2: .standard(proto: "no_stream_20_6_0"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3513:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3511 | extension EventStore_Client_Streams_BatchAppendReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3512 | package static let protoMessageName: String = _protobuf_package + ".BatchAppendReq"
3513 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3514 | 1: .standard(proto: "correlation_id"),
3515 | 2: .same(proto: "options"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3567:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3565 | extension EventStore_Client_Streams_BatchAppendReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3566 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendReq.protoMessageName + ".Options"
3567 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3568 | 1: .standard(proto: "stream_identifier"),
3569 | 2: .standard(proto: "stream_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3714:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3712 | extension EventStore_Client_Streams_BatchAppendReq.ProposedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3713 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendReq.protoMessageName + ".ProposedMessage"
3714 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3715 | 1: .same(proto: "id"),
3716 | 2: .same(proto: "metadata"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3768:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3766 | extension EventStore_Client_Streams_BatchAppendResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3767 | package static let protoMessageName: String = _protobuf_package + ".BatchAppendResp"
3768 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3769 | 1: .standard(proto: "correlation_id"),
3770 | 2: .same(proto: "error"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3921:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3919 | extension EventStore_Client_Streams_BatchAppendResp.Success: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3920 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendResp.protoMessageName + ".Success"
3921 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3922 | 1: .standard(proto: "current_revision"),
3923 | 2: .standard(proto: "no_stream"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4026:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4024 | extension EventStore_Client_Streams_DeleteReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4025 | package static let protoMessageName: String = _protobuf_package + ".DeleteReq"
4026 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4027 | 1: .same(proto: "options"),
4028 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4062:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4060 | extension EventStore_Client_Streams_DeleteReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4061 | package static let protoMessageName: String = EventStore_Client_Streams_DeleteReq.protoMessageName + ".Options"
4062 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4063 | 1: .standard(proto: "stream_identifier"),
4064 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4169:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4167 | extension EventStore_Client_Streams_DeleteResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4168 | package static let protoMessageName: String = _protobuf_package + ".DeleteResp"
4169 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4170 | 1: .same(proto: "position"),
4171 | 2: .standard(proto: "no_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4239:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4237 | extension EventStore_Client_Streams_DeleteResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4238 | package static let protoMessageName: String = EventStore_Client_Streams_DeleteResp.protoMessageName + ".Position"
4239 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4240 | 1: .standard(proto: "commit_position"),
4241 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4277:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4275 | extension EventStore_Client_Streams_TombstoneReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4276 | package static let protoMessageName: String = _protobuf_package + ".TombstoneReq"
4277 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4278 | 1: .same(proto: "options"),
4279 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4313:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4311 | extension EventStore_Client_Streams_TombstoneReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4312 | package static let protoMessageName: String = EventStore_Client_Streams_TombstoneReq.protoMessageName + ".Options"
4313 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4314 | 1: .standard(proto: "stream_identifier"),
4315 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4420:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4418 | extension EventStore_Client_Streams_TombstoneResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4419 | package static let protoMessageName: String = _protobuf_package + ".TombstoneResp"
4420 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4421 | 1: .same(proto: "position"),
4422 | 2: .standard(proto: "no_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4490:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4488 | extension EventStore_Client_Streams_TombstoneResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4489 | package static let protoMessageName: String = EventStore_Client_Streams_TombstoneResp.protoMessageName + ".Position"
4490 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4491 | 1: .standard(proto: "commit_position"),
4492 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:453:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension EventStore_Client_Users_CreateReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 | package static let protoMessageName: String = _protobuf_package + ".CreateReq"
453 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
454 | 1: .same(proto: "options"),
455 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:489:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
487 | extension EventStore_Client_Users_CreateReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
488 | package static let protoMessageName: String = EventStore_Client_Users_CreateReq.protoMessageName + ".Options"
489 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
490 | 1: .standard(proto: "login_name"),
491 | 2: .same(proto: "password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:558:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension EventStore_Client_Users_UpdateReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 | package static let protoMessageName: String = _protobuf_package + ".UpdateReq"
558 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
559 | 1: .same(proto: "options"),
560 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:594:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
592 | extension EventStore_Client_Users_UpdateReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
593 | package static let protoMessageName: String = EventStore_Client_Users_UpdateReq.protoMessageName + ".Options"
594 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
595 | 1: .standard(proto: "login_name"),
596 | 2: .same(proto: "password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:663:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
661 | extension EventStore_Client_Users_DeleteReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
662 | package static let protoMessageName: String = _protobuf_package + ".DeleteReq"
663 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
664 | 1: .same(proto: "options"),
665 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:699:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
697 | extension EventStore_Client_Users_DeleteReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
698 | package static let protoMessageName: String = EventStore_Client_Users_DeleteReq.protoMessageName + ".Options"
699 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
700 | 1: .standard(proto: "login_name"),
701 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:750:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
748 | extension EventStore_Client_Users_EnableReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
749 | package static let protoMessageName: String = _protobuf_package + ".EnableReq"
750 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
751 | 1: .same(proto: "options"),
752 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:786:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
784 | extension EventStore_Client_Users_EnableReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
785 | package static let protoMessageName: String = EventStore_Client_Users_EnableReq.protoMessageName + ".Options"
786 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
787 | 1: .standard(proto: "login_name"),
788 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:837:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
835 | extension EventStore_Client_Users_DisableReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
836 | package static let protoMessageName: String = _protobuf_package + ".DisableReq"
837 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
838 | 1: .same(proto: "options"),
839 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:873:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
871 | extension EventStore_Client_Users_DisableReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
872 | package static let protoMessageName: String = EventStore_Client_Users_DisableReq.protoMessageName + ".Options"
873 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
874 | 1: .standard(proto: "login_name"),
875 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:924:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
922 | extension EventStore_Client_Users_DetailsReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
923 | package static let protoMessageName: String = _protobuf_package + ".DetailsReq"
924 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
925 | 1: .same(proto: "options"),
926 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:960:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
958 | extension EventStore_Client_Users_DetailsReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
959 | package static let protoMessageName: String = EventStore_Client_Users_DetailsReq.protoMessageName + ".Options"
960 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
961 | 1: .standard(proto: "login_name"),
962 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:992:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
990 | extension EventStore_Client_Users_DetailsResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
991 | package static let protoMessageName: String = _protobuf_package + ".DetailsResp"
992 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
993 | 1: .standard(proto: "user_details"),
994 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1028:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1026 | extension EventStore_Client_Users_DetailsResp.UserDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1027 | package static let protoMessageName: String = EventStore_Client_Users_DetailsResp.protoMessageName + ".UserDetails"
1028 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1029 | 1: .standard(proto: "login_name"),
1030 | 2: .standard(proto: "full_name"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1088:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1086 | extension EventStore_Client_Users_DetailsResp.UserDetails.DateTime: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1087 | package static let protoMessageName: String = EventStore_Client_Users_DetailsResp.UserDetails.protoMessageName + ".DateTime"
1088 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1089 | 1: .standard(proto: "ticks_since_epoch"),
1090 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1120:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1118 | extension EventStore_Client_Users_ChangePasswordReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1119 | package static let protoMessageName: String = _protobuf_package + ".ChangePasswordReq"
1120 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1121 | 1: .same(proto: "options"),
1122 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1156:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1154 | extension EventStore_Client_Users_ChangePasswordReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1155 | package static let protoMessageName: String = EventStore_Client_Users_ChangePasswordReq.protoMessageName + ".Options"
1156 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1157 | 1: .standard(proto: "login_name"),
1158 | 2: .standard(proto: "current_password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1219:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1217 | extension EventStore_Client_Users_ResetPasswordReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1218 | package static let protoMessageName: String = _protobuf_package + ".ResetPasswordReq"
1219 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1220 | 1: .same(proto: "options"),
1221 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1255:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1253 | extension EventStore_Client_Users_ResetPasswordReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1254 | package static let protoMessageName: String = EventStore_Client_Users_ResetPasswordReq.protoMessageName + ".Options"
1255 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1256 | 1: .standard(proto: "login_name"),
1257 | 2: .standard(proto: "new_password"),
[1939/1940] Compiling GRPCEncapsulates users.grpc.swift
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1619:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1617 | extension EventStore_Client_Streams_ReadReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1618 | package static let protoMessageName: String = _protobuf_package + ".ReadReq"
1619 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1620 | 1: .same(proto: "options"),
1621 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1655:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1653 | extension EventStore_Client_Streams_ReadReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1654 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.protoMessageName + ".Options"
1655 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1656 | 1: .same(proto: "stream"),
1657 | 2: .same(proto: "all"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1823:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1821 |
1822 | extension EventStore_Client_Streams_ReadReq.Options.ReadDirection: SwiftProtobuf._ProtoNameProviding {
1823 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1824 | 0: .same(proto: "Forwards"),
1825 | 1: .same(proto: "Backwards"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1831:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1829 | extension EventStore_Client_Streams_ReadReq.Options.StreamOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1830 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".StreamOptions"
1831 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1832 | 1: .standard(proto: "stream_identifier"),
1833 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1920:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1918 | extension EventStore_Client_Streams_ReadReq.Options.AllOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1919 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".AllOptions"
1920 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1921 | 1: .same(proto: "position"),
1922 | 2: .same(proto: "start"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2027:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2025 | extension EventStore_Client_Streams_ReadReq.Options.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2026 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".Position"
2027 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2028 | 1: .standard(proto: "commit_position"),
2029 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2065:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2063 | extension EventStore_Client_Streams_ReadReq.Options.FilterOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2064 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".FilterOptions"
2065 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2066 | 1: .standard(proto: "stream_identifier"),
2067 | 2: .standard(proto: "event_type"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2176:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2174 | extension EventStore_Client_Streams_ReadReq.Options.FilterOptions.Expression: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2175 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.FilterOptions.protoMessageName + ".Expression"
2176 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2177 | 1: .same(proto: "regex"),
2178 | 2: .same(proto: "prefix"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2214:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2212 | extension EventStore_Client_Streams_ReadReq.Options.UUIDOption: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2213 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".UUIDOption"
2214 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2215 | 1: .same(proto: "structured"),
2216 | 2: .same(proto: "string"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2284:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2282 | extension EventStore_Client_Streams_ReadReq.Options.ControlOption: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2283 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".ControlOption"
2284 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2285 | 1: .same(proto: "compatibility"),
2286 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2316:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2314 | extension EventStore_Client_Streams_ReadResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2315 | package static let protoMessageName: String = _protobuf_package + ".ReadResp"
2316 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2317 | 1: .same(proto: "event"),
2318 | 2: .same(proto: "confirmation"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2540:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2538 | extension EventStore_Client_Streams_ReadResp.ReadEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2539 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".ReadEvent"
2540 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2541 | 1: .same(proto: "event"),
2542 | 2: .same(proto: "link"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2661:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2659 | extension EventStore_Client_Streams_ReadResp.ReadEvent.RecordedEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2660 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.ReadEvent.protoMessageName + ".RecordedEvent"
2661 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2662 | 1: .same(proto: "id"),
2663 | 2: .standard(proto: "stream_identifier"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2739:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2737 | extension EventStore_Client_Streams_ReadResp.SubscriptionConfirmation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2738 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".SubscriptionConfirmation"
2739 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2740 | 1: .standard(proto: "subscription_id"),
2741 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2771:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2769 | extension EventStore_Client_Streams_ReadResp.Checkpoint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2770 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".Checkpoint"
2771 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2772 | 1: .standard(proto: "commit_position"),
2773 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2809:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2807 | extension EventStore_Client_Streams_ReadResp.StreamNotFound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2808 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".StreamNotFound"
2809 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2810 | 1: .standard(proto: "stream_identifier"),
2811 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2845:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2843 | extension EventStore_Client_Streams_AppendReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2844 | package static let protoMessageName: String = _protobuf_package + ".AppendReq"
2845 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2846 | 1: .same(proto: "options"),
2847 | 2: .standard(proto: "proposed_message"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2915:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2913 | extension EventStore_Client_Streams_AppendReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2914 | package static let protoMessageName: String = EventStore_Client_Streams_AppendReq.protoMessageName + ".Options"
2915 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2916 | 1: .standard(proto: "stream_identifier"),
2917 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3022:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3020 | extension EventStore_Client_Streams_AppendReq.ProposedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3021 | package static let protoMessageName: String = EventStore_Client_Streams_AppendReq.protoMessageName + ".ProposedMessage"
3022 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3023 | 1: .same(proto: "id"),
3024 | 2: .same(proto: "metadata"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3076:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3074 | extension EventStore_Client_Streams_AppendResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3075 | package static let protoMessageName: String = _protobuf_package + ".AppendResp"
3076 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3077 | 1: .same(proto: "success"),
3078 | 2: .standard(proto: "wrong_expected_version"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3146:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3144 | extension EventStore_Client_Streams_AppendResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3145 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".Position"
3146 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3147 | 1: .standard(proto: "commit_position"),
3148 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3184:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3182 | extension EventStore_Client_Streams_AppendResp.Success: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3183 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".Success"
3184 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3185 | 1: .standard(proto: "current_revision"),
3186 | 2: .standard(proto: "no_stream"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3289:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3287 | extension EventStore_Client_Streams_AppendResp.WrongExpectedVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3288 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".WrongExpectedVersion"
3289 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3290 | 1: .standard(proto: "current_revision_20_6_0"),
3291 | 2: .standard(proto: "no_stream_20_6_0"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3513:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3511 | extension EventStore_Client_Streams_BatchAppendReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3512 | package static let protoMessageName: String = _protobuf_package + ".BatchAppendReq"
3513 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3514 | 1: .standard(proto: "correlation_id"),
3515 | 2: .same(proto: "options"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3567:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3565 | extension EventStore_Client_Streams_BatchAppendReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3566 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendReq.protoMessageName + ".Options"
3567 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3568 | 1: .standard(proto: "stream_identifier"),
3569 | 2: .standard(proto: "stream_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3714:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3712 | extension EventStore_Client_Streams_BatchAppendReq.ProposedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3713 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendReq.protoMessageName + ".ProposedMessage"
3714 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3715 | 1: .same(proto: "id"),
3716 | 2: .same(proto: "metadata"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3768:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3766 | extension EventStore_Client_Streams_BatchAppendResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3767 | package static let protoMessageName: String = _protobuf_package + ".BatchAppendResp"
3768 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3769 | 1: .standard(proto: "correlation_id"),
3770 | 2: .same(proto: "error"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3921:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3919 | extension EventStore_Client_Streams_BatchAppendResp.Success: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3920 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendResp.protoMessageName + ".Success"
3921 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3922 | 1: .standard(proto: "current_revision"),
3923 | 2: .standard(proto: "no_stream"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4026:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4024 | extension EventStore_Client_Streams_DeleteReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4025 | package static let protoMessageName: String = _protobuf_package + ".DeleteReq"
4026 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4027 | 1: .same(proto: "options"),
4028 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4062:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4060 | extension EventStore_Client_Streams_DeleteReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4061 | package static let protoMessageName: String = EventStore_Client_Streams_DeleteReq.protoMessageName + ".Options"
4062 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4063 | 1: .standard(proto: "stream_identifier"),
4064 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4169:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4167 | extension EventStore_Client_Streams_DeleteResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4168 | package static let protoMessageName: String = _protobuf_package + ".DeleteResp"
4169 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4170 | 1: .same(proto: "position"),
4171 | 2: .standard(proto: "no_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4239:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4237 | extension EventStore_Client_Streams_DeleteResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4238 | package static let protoMessageName: String = EventStore_Client_Streams_DeleteResp.protoMessageName + ".Position"
4239 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4240 | 1: .standard(proto: "commit_position"),
4241 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4277:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4275 | extension EventStore_Client_Streams_TombstoneReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4276 | package static let protoMessageName: String = _protobuf_package + ".TombstoneReq"
4277 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4278 | 1: .same(proto: "options"),
4279 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4313:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4311 | extension EventStore_Client_Streams_TombstoneReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4312 | package static let protoMessageName: String = EventStore_Client_Streams_TombstoneReq.protoMessageName + ".Options"
4313 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4314 | 1: .standard(proto: "stream_identifier"),
4315 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4420:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4418 | extension EventStore_Client_Streams_TombstoneResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4419 | package static let protoMessageName: String = _protobuf_package + ".TombstoneResp"
4420 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4421 | 1: .same(proto: "position"),
4422 | 2: .standard(proto: "no_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4490:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4488 | extension EventStore_Client_Streams_TombstoneResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4489 | package static let protoMessageName: String = EventStore_Client_Streams_TombstoneResp.protoMessageName + ".Position"
4490 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4491 | 1: .standard(proto: "commit_position"),
4492 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:453:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension EventStore_Client_Users_CreateReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 | package static let protoMessageName: String = _protobuf_package + ".CreateReq"
453 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
454 | 1: .same(proto: "options"),
455 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:489:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
487 | extension EventStore_Client_Users_CreateReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
488 | package static let protoMessageName: String = EventStore_Client_Users_CreateReq.protoMessageName + ".Options"
489 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
490 | 1: .standard(proto: "login_name"),
491 | 2: .same(proto: "password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:558:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension EventStore_Client_Users_UpdateReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 | package static let protoMessageName: String = _protobuf_package + ".UpdateReq"
558 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
559 | 1: .same(proto: "options"),
560 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:594:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
592 | extension EventStore_Client_Users_UpdateReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
593 | package static let protoMessageName: String = EventStore_Client_Users_UpdateReq.protoMessageName + ".Options"
594 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
595 | 1: .standard(proto: "login_name"),
596 | 2: .same(proto: "password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:663:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
661 | extension EventStore_Client_Users_DeleteReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
662 | package static let protoMessageName: String = _protobuf_package + ".DeleteReq"
663 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
664 | 1: .same(proto: "options"),
665 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:699:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
697 | extension EventStore_Client_Users_DeleteReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
698 | package static let protoMessageName: String = EventStore_Client_Users_DeleteReq.protoMessageName + ".Options"
699 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
700 | 1: .standard(proto: "login_name"),
701 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:750:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
748 | extension EventStore_Client_Users_EnableReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
749 | package static let protoMessageName: String = _protobuf_package + ".EnableReq"
750 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
751 | 1: .same(proto: "options"),
752 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:786:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
784 | extension EventStore_Client_Users_EnableReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
785 | package static let protoMessageName: String = EventStore_Client_Users_EnableReq.protoMessageName + ".Options"
786 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
787 | 1: .standard(proto: "login_name"),
788 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:837:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
835 | extension EventStore_Client_Users_DisableReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
836 | package static let protoMessageName: String = _protobuf_package + ".DisableReq"
837 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
838 | 1: .same(proto: "options"),
839 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:873:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
871 | extension EventStore_Client_Users_DisableReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
872 | package static let protoMessageName: String = EventStore_Client_Users_DisableReq.protoMessageName + ".Options"
873 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
874 | 1: .standard(proto: "login_name"),
875 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:924:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
922 | extension EventStore_Client_Users_DetailsReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
923 | package static let protoMessageName: String = _protobuf_package + ".DetailsReq"
924 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
925 | 1: .same(proto: "options"),
926 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:960:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
958 | extension EventStore_Client_Users_DetailsReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
959 | package static let protoMessageName: String = EventStore_Client_Users_DetailsReq.protoMessageName + ".Options"
960 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
961 | 1: .standard(proto: "login_name"),
962 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:992:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
990 | extension EventStore_Client_Users_DetailsResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
991 | package static let protoMessageName: String = _protobuf_package + ".DetailsResp"
992 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
993 | 1: .standard(proto: "user_details"),
994 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1028:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1026 | extension EventStore_Client_Users_DetailsResp.UserDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1027 | package static let protoMessageName: String = EventStore_Client_Users_DetailsResp.protoMessageName + ".UserDetails"
1028 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1029 | 1: .standard(proto: "login_name"),
1030 | 2: .standard(proto: "full_name"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1088:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1086 | extension EventStore_Client_Users_DetailsResp.UserDetails.DateTime: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1087 | package static let protoMessageName: String = EventStore_Client_Users_DetailsResp.UserDetails.protoMessageName + ".DateTime"
1088 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1089 | 1: .standard(proto: "ticks_since_epoch"),
1090 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1120:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1118 | extension EventStore_Client_Users_ChangePasswordReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1119 | package static let protoMessageName: String = _protobuf_package + ".ChangePasswordReq"
1120 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1121 | 1: .same(proto: "options"),
1122 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1156:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1154 | extension EventStore_Client_Users_ChangePasswordReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1155 | package static let protoMessageName: String = EventStore_Client_Users_ChangePasswordReq.protoMessageName + ".Options"
1156 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1157 | 1: .standard(proto: "login_name"),
1158 | 2: .standard(proto: "current_password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1219:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1217 | extension EventStore_Client_Users_ResetPasswordReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1218 | package static let protoMessageName: String = _protobuf_package + ".ResetPasswordReq"
1219 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1220 | 1: .same(proto: "options"),
1221 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1255:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1253 | extension EventStore_Client_Users_ResetPasswordReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1254 | package static let protoMessageName: String = EventStore_Client_Users_ResetPasswordReq.protoMessageName + ".Options"
1255 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1256 | 1: .standard(proto: "login_name"),
1257 | 2: .standard(proto: "new_password"),
[1940/1940] Compiling GRPCEncapsulates users.pb.swift
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1619:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1617 | extension EventStore_Client_Streams_ReadReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1618 | package static let protoMessageName: String = _protobuf_package + ".ReadReq"
1619 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1620 | 1: .same(proto: "options"),
1621 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1655:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1653 | extension EventStore_Client_Streams_ReadReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1654 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.protoMessageName + ".Options"
1655 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1656 | 1: .same(proto: "stream"),
1657 | 2: .same(proto: "all"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1823:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1821 |
1822 | extension EventStore_Client_Streams_ReadReq.Options.ReadDirection: SwiftProtobuf._ProtoNameProviding {
1823 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1824 | 0: .same(proto: "Forwards"),
1825 | 1: .same(proto: "Backwards"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1831:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1829 | extension EventStore_Client_Streams_ReadReq.Options.StreamOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1830 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".StreamOptions"
1831 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1832 | 1: .standard(proto: "stream_identifier"),
1833 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:1920:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1918 | extension EventStore_Client_Streams_ReadReq.Options.AllOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1919 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".AllOptions"
1920 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1921 | 1: .same(proto: "position"),
1922 | 2: .same(proto: "start"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2027:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2025 | extension EventStore_Client_Streams_ReadReq.Options.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2026 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".Position"
2027 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2028 | 1: .standard(proto: "commit_position"),
2029 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2065:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2063 | extension EventStore_Client_Streams_ReadReq.Options.FilterOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2064 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".FilterOptions"
2065 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2066 | 1: .standard(proto: "stream_identifier"),
2067 | 2: .standard(proto: "event_type"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2176:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2174 | extension EventStore_Client_Streams_ReadReq.Options.FilterOptions.Expression: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2175 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.FilterOptions.protoMessageName + ".Expression"
2176 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2177 | 1: .same(proto: "regex"),
2178 | 2: .same(proto: "prefix"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2214:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2212 | extension EventStore_Client_Streams_ReadReq.Options.UUIDOption: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2213 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".UUIDOption"
2214 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2215 | 1: .same(proto: "structured"),
2216 | 2: .same(proto: "string"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2284:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2282 | extension EventStore_Client_Streams_ReadReq.Options.ControlOption: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2283 | package static let protoMessageName: String = EventStore_Client_Streams_ReadReq.Options.protoMessageName + ".ControlOption"
2284 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2285 | 1: .same(proto: "compatibility"),
2286 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2316:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2314 | extension EventStore_Client_Streams_ReadResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2315 | package static let protoMessageName: String = _protobuf_package + ".ReadResp"
2316 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2317 | 1: .same(proto: "event"),
2318 | 2: .same(proto: "confirmation"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2540:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2538 | extension EventStore_Client_Streams_ReadResp.ReadEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2539 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".ReadEvent"
2540 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2541 | 1: .same(proto: "event"),
2542 | 2: .same(proto: "link"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2661:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2659 | extension EventStore_Client_Streams_ReadResp.ReadEvent.RecordedEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2660 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.ReadEvent.protoMessageName + ".RecordedEvent"
2661 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2662 | 1: .same(proto: "id"),
2663 | 2: .standard(proto: "stream_identifier"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2739:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2737 | extension EventStore_Client_Streams_ReadResp.SubscriptionConfirmation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2738 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".SubscriptionConfirmation"
2739 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2740 | 1: .standard(proto: "subscription_id"),
2741 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2771:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2769 | extension EventStore_Client_Streams_ReadResp.Checkpoint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2770 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".Checkpoint"
2771 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2772 | 1: .standard(proto: "commit_position"),
2773 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2809:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2807 | extension EventStore_Client_Streams_ReadResp.StreamNotFound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2808 | package static let protoMessageName: String = EventStore_Client_Streams_ReadResp.protoMessageName + ".StreamNotFound"
2809 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2810 | 1: .standard(proto: "stream_identifier"),
2811 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2845:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2843 | extension EventStore_Client_Streams_AppendReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2844 | package static let protoMessageName: String = _protobuf_package + ".AppendReq"
2845 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2846 | 1: .same(proto: "options"),
2847 | 2: .standard(proto: "proposed_message"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:2915:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2913 | extension EventStore_Client_Streams_AppendReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2914 | package static let protoMessageName: String = EventStore_Client_Streams_AppendReq.protoMessageName + ".Options"
2915 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2916 | 1: .standard(proto: "stream_identifier"),
2917 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3022:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3020 | extension EventStore_Client_Streams_AppendReq.ProposedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3021 | package static let protoMessageName: String = EventStore_Client_Streams_AppendReq.protoMessageName + ".ProposedMessage"
3022 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3023 | 1: .same(proto: "id"),
3024 | 2: .same(proto: "metadata"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3076:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3074 | extension EventStore_Client_Streams_AppendResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3075 | package static let protoMessageName: String = _protobuf_package + ".AppendResp"
3076 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3077 | 1: .same(proto: "success"),
3078 | 2: .standard(proto: "wrong_expected_version"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3146:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3144 | extension EventStore_Client_Streams_AppendResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3145 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".Position"
3146 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3147 | 1: .standard(proto: "commit_position"),
3148 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3184:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3182 | extension EventStore_Client_Streams_AppendResp.Success: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3183 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".Success"
3184 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3185 | 1: .standard(proto: "current_revision"),
3186 | 2: .standard(proto: "no_stream"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3289:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3287 | extension EventStore_Client_Streams_AppendResp.WrongExpectedVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3288 | package static let protoMessageName: String = EventStore_Client_Streams_AppendResp.protoMessageName + ".WrongExpectedVersion"
3289 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3290 | 1: .standard(proto: "current_revision_20_6_0"),
3291 | 2: .standard(proto: "no_stream_20_6_0"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3513:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3511 | extension EventStore_Client_Streams_BatchAppendReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3512 | package static let protoMessageName: String = _protobuf_package + ".BatchAppendReq"
3513 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3514 | 1: .standard(proto: "correlation_id"),
3515 | 2: .same(proto: "options"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3567:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3565 | extension EventStore_Client_Streams_BatchAppendReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3566 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendReq.protoMessageName + ".Options"
3567 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3568 | 1: .standard(proto: "stream_identifier"),
3569 | 2: .standard(proto: "stream_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3714:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3712 | extension EventStore_Client_Streams_BatchAppendReq.ProposedMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3713 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendReq.protoMessageName + ".ProposedMessage"
3714 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3715 | 1: .same(proto: "id"),
3716 | 2: .same(proto: "metadata"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3768:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3766 | extension EventStore_Client_Streams_BatchAppendResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3767 | package static let protoMessageName: String = _protobuf_package + ".BatchAppendResp"
3768 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3769 | 1: .standard(proto: "correlation_id"),
3770 | 2: .same(proto: "error"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:3921:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3919 | extension EventStore_Client_Streams_BatchAppendResp.Success: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3920 | package static let protoMessageName: String = EventStore_Client_Streams_BatchAppendResp.protoMessageName + ".Success"
3921 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3922 | 1: .standard(proto: "current_revision"),
3923 | 2: .standard(proto: "no_stream"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4026:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4024 | extension EventStore_Client_Streams_DeleteReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4025 | package static let protoMessageName: String = _protobuf_package + ".DeleteReq"
4026 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4027 | 1: .same(proto: "options"),
4028 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4062:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4060 | extension EventStore_Client_Streams_DeleteReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4061 | package static let protoMessageName: String = EventStore_Client_Streams_DeleteReq.protoMessageName + ".Options"
4062 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4063 | 1: .standard(proto: "stream_identifier"),
4064 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4169:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4167 | extension EventStore_Client_Streams_DeleteResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4168 | package static let protoMessageName: String = _protobuf_package + ".DeleteResp"
4169 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4170 | 1: .same(proto: "position"),
4171 | 2: .standard(proto: "no_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4239:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4237 | extension EventStore_Client_Streams_DeleteResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4238 | package static let protoMessageName: String = EventStore_Client_Streams_DeleteResp.protoMessageName + ".Position"
4239 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4240 | 1: .standard(proto: "commit_position"),
4241 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4277:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4275 | extension EventStore_Client_Streams_TombstoneReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4276 | package static let protoMessageName: String = _protobuf_package + ".TombstoneReq"
4277 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4278 | 1: .same(proto: "options"),
4279 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4313:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4311 | extension EventStore_Client_Streams_TombstoneReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4312 | package static let protoMessageName: String = EventStore_Client_Streams_TombstoneReq.protoMessageName + ".Options"
4313 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4314 | 1: .standard(proto: "stream_identifier"),
4315 | 2: .same(proto: "revision"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4420:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4418 | extension EventStore_Client_Streams_TombstoneResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4419 | package static let protoMessageName: String = _protobuf_package + ".TombstoneResp"
4420 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4421 | 1: .same(proto: "position"),
4422 | 2: .standard(proto: "no_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/streams.pb.swift:4490:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4488 | extension EventStore_Client_Streams_TombstoneResp.Position: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4489 | package static let protoMessageName: String = EventStore_Client_Streams_TombstoneResp.protoMessageName + ".Position"
4490 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4491 | 1: .standard(proto: "commit_position"),
4492 | 2: .standard(proto: "prepare_position"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:453:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension EventStore_Client_Users_CreateReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 | package static let protoMessageName: String = _protobuf_package + ".CreateReq"
453 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
454 | 1: .same(proto: "options"),
455 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:489:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
487 | extension EventStore_Client_Users_CreateReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
488 | package static let protoMessageName: String = EventStore_Client_Users_CreateReq.protoMessageName + ".Options"
489 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
490 | 1: .standard(proto: "login_name"),
491 | 2: .same(proto: "password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:558:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension EventStore_Client_Users_UpdateReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 | package static let protoMessageName: String = _protobuf_package + ".UpdateReq"
558 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
559 | 1: .same(proto: "options"),
560 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:594:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
592 | extension EventStore_Client_Users_UpdateReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
593 | package static let protoMessageName: String = EventStore_Client_Users_UpdateReq.protoMessageName + ".Options"
594 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
595 | 1: .standard(proto: "login_name"),
596 | 2: .same(proto: "password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:663:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
661 | extension EventStore_Client_Users_DeleteReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
662 | package static let protoMessageName: String = _protobuf_package + ".DeleteReq"
663 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
664 | 1: .same(proto: "options"),
665 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:699:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
697 | extension EventStore_Client_Users_DeleteReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
698 | package static let protoMessageName: String = EventStore_Client_Users_DeleteReq.protoMessageName + ".Options"
699 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
700 | 1: .standard(proto: "login_name"),
701 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:750:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
748 | extension EventStore_Client_Users_EnableReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
749 | package static let protoMessageName: String = _protobuf_package + ".EnableReq"
750 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
751 | 1: .same(proto: "options"),
752 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:786:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
784 | extension EventStore_Client_Users_EnableReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
785 | package static let protoMessageName: String = EventStore_Client_Users_EnableReq.protoMessageName + ".Options"
786 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
787 | 1: .standard(proto: "login_name"),
788 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:837:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
835 | extension EventStore_Client_Users_DisableReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
836 | package static let protoMessageName: String = _protobuf_package + ".DisableReq"
837 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
838 | 1: .same(proto: "options"),
839 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:873:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
871 | extension EventStore_Client_Users_DisableReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
872 | package static let protoMessageName: String = EventStore_Client_Users_DisableReq.protoMessageName + ".Options"
873 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
874 | 1: .standard(proto: "login_name"),
875 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:924:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
922 | extension EventStore_Client_Users_DetailsReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
923 | package static let protoMessageName: String = _protobuf_package + ".DetailsReq"
924 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
925 | 1: .same(proto: "options"),
926 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:960:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
958 | extension EventStore_Client_Users_DetailsReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
959 | package static let protoMessageName: String = EventStore_Client_Users_DetailsReq.protoMessageName + ".Options"
960 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
961 | 1: .standard(proto: "login_name"),
962 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:992:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
990 | extension EventStore_Client_Users_DetailsResp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
991 | package static let protoMessageName: String = _protobuf_package + ".DetailsResp"
992 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
993 | 1: .standard(proto: "user_details"),
994 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1028:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1026 | extension EventStore_Client_Users_DetailsResp.UserDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1027 | package static let protoMessageName: String = EventStore_Client_Users_DetailsResp.protoMessageName + ".UserDetails"
1028 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1029 | 1: .standard(proto: "login_name"),
1030 | 2: .standard(proto: "full_name"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1088:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1086 | extension EventStore_Client_Users_DetailsResp.UserDetails.DateTime: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1087 | package static let protoMessageName: String = EventStore_Client_Users_DetailsResp.UserDetails.protoMessageName + ".DateTime"
1088 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1089 | 1: .standard(proto: "ticks_since_epoch"),
1090 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1120:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1118 | extension EventStore_Client_Users_ChangePasswordReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1119 | package static let protoMessageName: String = _protobuf_package + ".ChangePasswordReq"
1120 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1121 | 1: .same(proto: "options"),
1122 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1156:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1154 | extension EventStore_Client_Users_ChangePasswordReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1155 | package static let protoMessageName: String = EventStore_Client_Users_ChangePasswordReq.protoMessageName + ".Options"
1156 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1157 | 1: .standard(proto: "login_name"),
1158 | 2: .standard(proto: "current_password"),
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1219:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1217 | extension EventStore_Client_Users_ResetPasswordReq: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1218 | package static let protoMessageName: String = _protobuf_package + ".ResetPasswordReq"
1219 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1220 | 1: .same(proto: "options"),
1221 | ]
/host/spi-builder-workspace/Sources/GRPCEncapsulates/generated/users.pb.swift:1255:68: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1253 | extension EventStore_Client_Users_ResetPasswordReq.Options: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1254 | package static let protoMessageName: String = EventStore_Client_Users_ResetPasswordReq.protoMessageName + ".Options"
1255 | package static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1256 | 1: .standard(proto: "login_name"),
1257 | 2: .standard(proto: "new_password"),
[1942/2068] Compiling KurrentDB SubscriptionFilter.swift
[1943/2068] Compiling KurrentDB TimeSpan.swift
[1944/2068] Compiling KurrentDB UUIDOption.swift
[1945/2068] Compiling KurrentDB Gossip.swift
[1946/2068] Compiling KurrentDB MemberInfo.swift
[1947/2068] Compiling KurrentDB Gossip.Read.swift
[1948/2068] Compiling KurrentDB VNodeState.swift
[1949/2068] Compiling KurrentDB KurrentDBClient+PersistentSubscriptions.swift
[1950/2068] Compiling KurrentDB KurrentDBClient+Projections.swift
[1951/2068] Compiling KurrentDB KurrentDBClient+ServerOperations.swift
[1952/2068] Compiling KurrentDB KurrentDBClient+Streams.swift
[1953/2068] Compiling KurrentDB KurrentDBClient.swift
[1954/2068] Compiling KurrentDB Monitoring.swift
[1955/2068] Compiling KurrentDB Monitoring.Stats.swift
[1956/2068] Compiling KurrentDB Operations.swift
[1957/2068] Compiling KurrentDB ScavengeResponse.swift
[1958/2068] Compiling KurrentDB Operations.MergeIndexes.swift
[1959/2068] Compiling KurrentDB Operations.ResignNode.swift
[1960/2068] Compiling KurrentDB ProjectionTarget.swift
[1961/2068] Compiling KurrentDB Projections.ContinuousCreate.swift
[1962/2068] Compiling KurrentDB Projections.Delete.swift
[1963/2068] Compiling KurrentDB Projections.Disable.swift
[1964/2068] Compiling KurrentDB Projections.Enable.swift
[1965/2068] Compiling KurrentDB Projections.Reset.swift
[1966/2068] Compiling KurrentDB Projections.RestartSubsystem.swift
[1967/2068] Compiling KurrentDB Projections.Result.swift
[1968/2068] Compiling KurrentDB Projections.State.swift
[1969/2068] Compiling KurrentDB Projections.Statistics.swift
[1970/2068] Compiling KurrentDB Projections.Update.swift
[1971/2068] Compiling KurrentDB ServerFeatures.swift
[1972/2068] Compiling KurrentDB ServiceInfo.swift
[1973/2068] Compiling KurrentDB SupportedMethod.swift
[1974/2068] Compiling KurrentDB ServerFeatures.GetSupportedMethods.swift
[1975/2068] Compiling KurrentDB StreamIdentifier+Additions.swift
[1976/2068] Compiling KurrentDB StreamTarget.swift
[1977/2068] Compiling KurrentDB Streams.ReadResponse.swift
[1978/2068] Compiling KurrentDB Operations.RestartPersistentSubscriptions.swift
[1979/2068] Compiling KurrentDB Operations.SetNodePriority.swift
[1980/2068] Compiling KurrentDB Operations.Shutdown.swift
[1981/2068] Compiling KurrentDB Operations.StartScavenge.swift
[1982/2068] Compiling KurrentDB Operations.StopScavenge.swift
[1983/2068] Compiling KurrentDB EventStore_Client_PersistentSubscriptions+Additions.swift
[1984/2068] Compiling KurrentDB PersistentSubscriptions+Convenience.swift
[1985/2068] Compiling KurrentDB ReadEvent+Additions.swift
[1986/2068] Compiling KurrentDB PersistentSubscriptionStreamSelection.swift
[1987/2068] Compiling KurrentDB PersistentSubscriptionTarget.swift
[1988/2068] Compiling KurrentDB PersistentSubscriptions.ReadResponse.swift
[1989/2068] Compiling KurrentDB PersistentSubscriptions.ReplayParkedOptions.swift
[1990/2068] Compiling KurrentDB PersistentSubscriptions.StreamSelection.swift
[1991/2068] Compiling KurrentDB PersistentSubscriptions.Subscription.swift
[1992/2068] Compiling KurrentDB PersistentSubscriptions.swift
[1993/2068] Compiling KurrentDB PersistentSubscriptionsSettingsBuildable.swift
[1994/2068] Compiling KurrentDB PersistentSubscriptions.ListForAll.swift
[1995/2068] Compiling KurrentDB PersistentSubscriptions.AllStream.Create.swift
[1996/2068] Compiling KurrentDB KurrentCore.swift
[1997/2068] Compiling KurrentDB NodeSelector.swift
[1998/2068] Compiling KurrentDB PersistenSubscription.EventResult.swift
[1999/2068] Compiling KurrentDB PersistentSubscription.ConnectionInfo.swift
[2000/2068] Compiling KurrentDB PersistentSubscription.Measurement.swift
[2001/2068] Compiling KurrentDB PersistentSubscription.Settings.swift
[2002/2068] Compiling KurrentDB PersistentSubscription.StreamSelection.swift
[2003/2068] Compiling KurrentDB PersistentSubscription.SubscriptionInfo.swift
[2004/2068] Compiling KurrentDB PersistentSubscription.SystemConsumerStrategy.swift
[2005/2068] Compiling KurrentDB PersistentSubscription.swift
[2006/2068] Compiling KurrentDB Projection.Status.swift
[2007/2068] Compiling KurrentDB Projection.swift
[2008/2068] Compiling KurrentDB ProjectionMode.swift
[2009/2068] Compiling KurrentDB StreamIdentifier.swift
[2010/2068] Compiling KurrentDB StreamMetadata.swift
[2011/2068] Compiling KurrentDB StreamPosition.swift
[2012/2068] Compiling KurrentDB StreamRevisionRule.swift
[2013/2068] Compiling KurrentDB StreamSelector.swift
[2014/2068] Compiling KurrentDB PersistentSubscriptions.AllStream.Delete.swift
[2015/2068] Compiling KurrentDB PersistentSubscriptions.AllStream.GetInfo.swift
[2016/2068] Compiling KurrentDB PersistentSubscriptions.AllStream.List.swift
[2017/2068] Compiling KurrentDB PersistentSubscriptions.AllStream.Read.swift
[2018/2068] Compiling KurrentDB PersistentSubscriptions.AllStream.ReplayParked.swift
[2019/2068] Compiling KurrentDB PersistentSubscriptions.AllStream.Update.swift
[2020/2068] Compiling KurrentDB PersistentSubscriptions.Ack.swift
[2021/2068] Compiling KurrentDB PersistentSubscriptions.Nack.swift
[2022/2068] Compiling KurrentDB PersistentSubscriptions.RestartSubsystem.swift
[2023/2068] Compiling KurrentDB PersistentSubscriptions.SpecifiedStream.Create.swift
[2024/2068] Compiling KurrentDB PersistentSubscriptions.SpecifiedStream.Delete.swift
[2025/2068] Compiling KurrentDB PersistentSubscriptions.SpecifiedStream.GetInfo.swift
[2026/2068] Compiling KurrentDB PersistentSubscriptions.SpecifiedStream.List.swift
[2027/2068] Compiling KurrentDB PersistentSubscriptions.SpecifiedStream.Read.swift
[2028/2068] Compiling KurrentDB PersistentSubscriptions.SpecifiedStream.ReplayParked.swift
[2029/2068] Compiling KurrentDB PersistentSubscriptions.SpecifiedStream.Update.swift
[2030/2068] Compiling KurrentDB Projections.swift
[2031/2068] Compiling KurrentDB ProjectionOperations.swift
[2032/2086] Compiling KurrentDB Streams.Subscription.swift
[2033/2086] Compiling KurrentDB Streams.swift
[2034/2086] Compiling KurrentDB Streams.ReadAll.swift
[2035/2086] Compiling KurrentDB Streams.SubscribeAll.swift
[2036/2086] Compiling KurrentDB Streams.Append.swift
[2037/2086] Compiling KurrentDB Streams.Delete.swift
[2038/2086] Compiling KurrentDB Streams.Read.swift
[2039/2086] Compiling KurrentDB Streams.Subscribe.swift
[2040/2086] Compiling KurrentDB Streams.Tombstone.swift
[2041/2086] Compiling KurrentDB Users.ChangePassword.swift
[2042/2086] Compiling KurrentDB Users.Create.swift
[2043/2086] Compiling KurrentDB Users.Details.swift
[2044/2086] Compiling KurrentDB Users.Disable.swift
[2045/2086] Compiling KurrentDB Users.Enable.swift
[2046/2086] Compiling KurrentDB Users.ResetPassword.swift
[2047/2086] Compiling KurrentDB Users.Update.swift
[2048/2086] Compiling KurrentDB UserDetails.swift
[2049/2086] Compiling KurrentDB Users.swift
[2050/2086] Emitting module KurrentDB
[2051/2086] Compiling KurrentDB ConnctionStringParser.swift
[2052/2086] Compiling KurrentDB EndpointParser.swift
[2053/2086] Compiling KurrentDB QueryItemParser.swift
[2054/2086] Compiling KurrentDB URLSchemeParser.swift
[2055/2086] Compiling KurrentDB UserCredentialsParser.swift
[2056/2086] Compiling KurrentDB TopologyClusterMode.swift
[2057/2086] Compiling KurrentDB URLScheme.swift
[2058/2086] Compiling KurrentDB PositionCursor.swift
[2059/2086] Compiling KurrentDB RevisionCursor.swift
[2060/2086] Compiling KurrentDB Direction.swift
[2061/2086] Compiling KurrentDB KurrentError+RevisionOption.swift
[2062/2086] Compiling KurrentDB KurrentError+WrongExpectedVersion.swift
[2063/2086] Compiling KurrentDB KurrentError.swift
[2064/2086] Compiling KurrentDB ContentType.swift
[2065/2086] Compiling KurrentDB EventData.swift
[2066/2086] Compiling KurrentDB EventStoreEvent.swift
[2067/2086] Compiling KurrentDB ReadEvent.swift
[2068/2086] Compiling KurrentDB RecordedEvent.swift
[2069/2086] Compiling KurrentDB EventStore_Client_StreamIdentifier+Additions.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2070/2086] Compiling KurrentDB EventStore_Client_UUID+Additions.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2071/2086] Compiling KurrentDB GRPCClient+Additions.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2072/2086] Compiling KurrentDB Metadata+Additions.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2073/2086] Compiling KurrentDB NIOSSLTrustRoots+Additions.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2074/2086] Compiling KurrentDB String+Additions.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2075/2086] Compiling KurrentDB TLSConfig.CertificateSource+Bundle.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2076/2086] Compiling KurrentDB UUID+Additions.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2077/2086] Compiling KurrentDB StreamStream.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2078/2086] Compiling KurrentDB StreamUnary.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2079/2086] Compiling KurrentDB UnaryStream.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2080/2086] Compiling KurrentDB UnaryUnary.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2081/2086] Compiling KurrentDB Authentication.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2082/2086] Compiling KurrentDB ClientSettings.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2083/2086] Compiling KurrentDB Endpoint.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2084/2086] Compiling KurrentDB KeepAlive.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2085/2086] Compiling KurrentDB Node.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2086/2086] Compiling KurrentDB NodePreference.swift
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:53:18: warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
51 | return switch resolvedAddress {
52 | case .v4:
53 | .ipv4(host: host, port: port)
| |- warning: 'ipv4(host:port:)' is deprecated: renamed to 'ipv4(address:port:)'
| `- note: use 'ipv4(address:port:)' instead
54 | case .v6:
55 | .ipv6(host: host, port: port)
/host/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/Endpoint.swift:55:18: warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
53 | .ipv4(host: host, port: port)
54 | case .v6:
55 | .ipv6(host: host, port: port)
| |- warning: 'ipv6(host:port:)' is deprecated: renamed to 'ipv6(address:port:)'
| `- note: use 'ipv6(address:port:)' instead
56 | default:
57 | .dns(host: host, port: port)
[2088/2095] Compiling EventStoreDB Error.swift
[2089/2095] Compiling EventStoreDB Cursor+Additions.swift
/host/spi-builder-workspace/Sources/EventStoreDB/Cursor+Additions.swift:8:35: warning: 'CursorPointer' is deprecated
6 | //
7 |
8 | extension Cursor where Pointer == CursorPointer {
| `- warning: 'CursorPointer' is deprecated
9 | var direction: Direction {
10 | switch self {
[2090/2096] Compiling EventStoreDB ReadCursorPointer.swift
[2091/2096] Compiling EventStoreDB StreamRevision.swift
[2092/2096] Emitting module EventStoreDB
/host/spi-builder-workspace/Sources/EventStoreDB/Cursor+Additions.swift:8:35: warning: 'CursorPointer' is deprecated
6 | //
7 |
8 | extension Cursor where Pointer == CursorPointer {
| `- warning: 'CursorPointer' is deprecated
9 | var direction: Direction {
10 | switch self {
/host/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:44:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
42 | // MARK: - Streams Operations
43 |
44 | extension EventStoreDBClient {
| `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
45 | @available(*, deprecated, message: "Please use the new API KurrentDBClient(settings:numberOfThreads:).streams(identifier:).setMetadata(to:metadata) instead.")
46 | @discardableResult
/host/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:303:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
301 | // MARK: - Operations
302 |
303 | extension EventStoreDBClient {
| `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
304 | public func startScavenge(threadCount: Int32, startFromChunk: Int32) async throws -> Operations.ScavengeResponse {
305 | let node = try await underlyingClient.selector.select()
/host/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:317:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
315 | // MARK: - PersistentSubscriptions
316 |
317 | extension EventStoreDBClient {
| `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
318 | /// Creates a persistent subscription to a specified stream, starting from the given revision cursor.
319 | ///
[2093/2096] Compiling EventStoreDB ReadAnyTarget.swift
[2094/2096] Compiling EventStoreDB Deprecated.swift
[2095/2096] Compiling EventStoreDB EventStoreDB.swift
/host/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:44:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
42 | // MARK: - Streams Operations
43 |
44 | extension EventStoreDBClient {
| `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
45 | @available(*, deprecated, message: "Please use the new API KurrentDBClient(settings:numberOfThreads:).streams(identifier:).setMetadata(to:metadata) instead.")
46 | @discardableResult
/host/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:303:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
301 | // MARK: - Operations
302 |
303 | extension EventStoreDBClient {
| `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
304 | public func startScavenge(threadCount: Int32, startFromChunk: Int32) async throws -> Operations.ScavengeResponse {
305 | let node = try await underlyingClient.selector.select()
/host/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:317:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
315 | // MARK: - PersistentSubscriptions
316 |
317 | extension EventStoreDBClient {
| `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
318 | /// Creates a persistent subscription to a specified stream, starting from the given revision cursor.
319 | ///
/host/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:305:13: warning: initialization of immutable value 'node' was never used; consider replacing with assignment to '_' or removing it
303 | extension EventStoreDBClient {
304 | public func startScavenge(threadCount: Int32, startFromChunk: Int32) async throws -> Operations.ScavengeResponse {
305 | let node = try await underlyingClient.selector.select()
| `- warning: initialization of immutable value 'node' was never used; consider replacing with assignment to '_' or removing it
306 | return try await underlyingClient.operations.startScavenge(threadCount: threadCount, startFromChunk: startFromChunk)
307 | }
/host/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:310:13: warning: initialization of immutable value 'node' was never used; consider replacing with assignment to '_' or removing it
308 |
309 | public func stopScavenge(scavengeId: String) async throws -> Operations.ScavengeResponse {
310 | let node = try await underlyingClient.selector.select()
| `- warning: initialization of immutable value 'node' was never used; consider replacing with assignment to '_' or removing it
311 | return try await underlyingClient.operations.stopScavenge(scavengeId: scavengeId)
312 | }
[2096/2096] Compiling EventStoreDB Cursor.swift
Build complete! (487.08s)
Build complete.
{
"dependencies" : [
{
"identity" : "grpc-swift-2",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-2.git"
},
{
"identity" : "grpc-swift-nio-transport",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-nio-transport.git"
},
{
"identity" : "grpc-swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-protobuf.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"
}
],
"manifest_display_name" : "KurrentDB-Swift",
"name" : "KurrentDB-Swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "EventStoreDB",
"targets" : [
"EventStoreDB"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KurrentDB",
"targets" : [
"KurrentDB"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StreamsTests",
"module_type" : "SwiftTarget",
"name" : "StreamsTests",
"path" : "Tests/StreamsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/StreamsTests/Resources/ca.crt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/StreamsTests/Resources/multiple-events.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"StreamsTests.swift"
],
"target_dependencies" : [
"KurrentDB"
],
"type" : "test"
},
{
"c99name" : "ProjectionsTests",
"module_type" : "SwiftTarget",
"name" : "ProjectionsTests",
"path" : "Tests/ProjectionsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ProjectionsTests/Resources/ca.crt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ProjectionsTests/Resources/multiple-events.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ProjectionsTests.swift"
],
"target_dependencies" : [
"KurrentDB"
],
"type" : "test"
},
{
"c99name" : "PersistentSubscriptionsTests",
"module_type" : "SwiftTarget",
"name" : "PersistentSubscriptionsTests",
"path" : "Tests/PersistentSubscriptionsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/PersistentSubscriptionsTests/Resources/ca.crt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/PersistentSubscriptionsTests/Resources/multiple-events.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"PresistentSubscriptionTests.swift"
],
"target_dependencies" : [
"KurrentDB"
],
"type" : "test"
},
{
"c99name" : "KurrentDB",
"module_type" : "SwiftTarget",
"name" : "KurrentDB",
"path" : "Sources/KurrentDB",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"EventStoreDB",
"KurrentDB"
],
"sources" : [
"Core/Additions/EventStore_Client_StreamIdentifier+Additions.swift",
"Core/Additions/EventStore_Client_UUID+Additions.swift",
"Core/Additions/GRPCClient+Additions.swift",
"Core/Additions/Metadata+Additions.swift",
"Core/Additions/NIOSSLTrustRoots+Additions.swift",
"Core/Additions/String+Additions.swift",
"Core/Additions/TLSConfig.CertificateSource+Bundle.swift",
"Core/Additions/UUID+Additions.swift",
"Core/Additions/Usecase/StreamStream.swift",
"Core/Additions/Usecase/StreamUnary.swift",
"Core/Additions/Usecase/UnaryStream.swift",
"Core/Additions/Usecase/UnaryUnary.swift",
"Core/ClientSettings/Authentication.swift",
"Core/ClientSettings/ClientSettings.swift",
"Core/ClientSettings/Endpoint.swift",
"Core/ClientSettings/KeepAlive.swift",
"Core/ClientSettings/Node.swift",
"Core/ClientSettings/NodePreference.swift",
"Core/ClientSettings/Parser/ConnctionStringParser.swift",
"Core/ClientSettings/Parser/EndpointParser.swift",
"Core/ClientSettings/Parser/QueryItemParser.swift",
"Core/ClientSettings/Parser/URLSchemeParser.swift",
"Core/ClientSettings/Parser/UserCredentialsParser.swift",
"Core/ClientSettings/TopologyClusterMode.swift",
"Core/ClientSettings/URLScheme.swift",
"Core/Cursor/PositionCursor.swift",
"Core/Cursor/RevisionCursor.swift",
"Core/Direction.swift",
"Core/Error/KurrentError+RevisionOption.swift",
"Core/Error/KurrentError+WrongExpectedVersion.swift",
"Core/Error/KurrentError.swift",
"Core/Event/ContentType.swift",
"Core/Event/EventData.swift",
"Core/Event/EventStoreEvent.swift",
"Core/Event/ReadEvent.swift",
"Core/Event/RecordedEvent.swift",
"Core/KurrentCore.swift",
"Core/NodeSelector.swift",
"Core/PersistenSubscription/PersistenSubscription.EventResult.swift",
"Core/PersistenSubscription/PersistentSubscription.ConnectionInfo.swift",
"Core/PersistenSubscription/PersistentSubscription.Measurement.swift",
"Core/PersistenSubscription/PersistentSubscription.Settings.swift",
"Core/PersistenSubscription/PersistentSubscription.StreamSelection.swift",
"Core/PersistenSubscription/PersistentSubscription.SubscriptionInfo.swift",
"Core/PersistenSubscription/PersistentSubscription.SystemConsumerStrategy.swift",
"Core/PersistenSubscription/PersistentSubscription.swift",
"Core/Projection/Projection.Status.swift",
"Core/Projection/Projection.swift",
"Core/Projection/ProjectionMode.swift",
"Core/Stream/StreamIdentifier.swift",
"Core/Stream/StreamMetadata.swift",
"Core/Stream/StreamPosition.swift",
"Core/Stream/StreamRevisionRule.swift",
"Core/Stream/StreamSelector.swift",
"Core/SubscriptionFilter.swift",
"Core/TimeSpan.swift",
"Core/UUIDOption.swift",
"Gossip/Gossip.swift",
"Gossip/MemberInfo.swift",
"Gossip/Usecase/Gossip.Read.swift",
"Gossip/VNodeState.swift",
"KurrentDBClient+PersistentSubscriptions.swift",
"KurrentDBClient+Projections.swift",
"KurrentDBClient+ServerOperations.swift",
"KurrentDBClient+Streams.swift",
"KurrentDBClient.swift",
"Monitoring/Monitoring.swift",
"Monitoring/Usecase/Monitoring.Stats.swift",
"Operations/Operations.swift",
"Operations/ScavengeResponse.swift",
"Operations/Usecase/Operations.MergeIndexes.swift",
"Operations/Usecase/Operations.ResignNode.swift",
"Operations/Usecase/Operations.RestartPersistentSubscriptions.swift",
"Operations/Usecase/Operations.SetNodePriority.swift",
"Operations/Usecase/Operations.Shutdown.swift",
"Operations/Usecase/Operations.StartScavenge.swift",
"Operations/Usecase/Operations.StopScavenge.swift",
"PersistentSubscriptions/Additions/EventStore_Client_PersistentSubscriptions+Additions.swift",
"PersistentSubscriptions/Additions/PersistentSubscriptions+Convenience.swift",
"PersistentSubscriptions/Additions/ReadEvent+Additions.swift",
"PersistentSubscriptions/PersistentSubscriptionStreamSelection.swift",
"PersistentSubscriptions/PersistentSubscriptionTarget.swift",
"PersistentSubscriptions/PersistentSubscriptions.ReadResponse.swift",
"PersistentSubscriptions/PersistentSubscriptions.ReplayParkedOptions.swift",
"PersistentSubscriptions/PersistentSubscriptions.StreamSelection.swift",
"PersistentSubscriptions/PersistentSubscriptions.Subscription.swift",
"PersistentSubscriptions/PersistentSubscriptions.swift",
"PersistentSubscriptions/PersistentSubscriptionsSettingsBuildable.swift",
"PersistentSubscriptions/Usecase/All/PersistentSubscriptions.ListForAll.swift",
"PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.Create.swift",
"PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.Delete.swift",
"PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.GetInfo.swift",
"PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.List.swift",
"PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.Read.swift",
"PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.ReplayParked.swift",
"PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.Update.swift",
"PersistentSubscriptions/Usecase/PersistentSubscriptions.Ack.swift",
"PersistentSubscriptions/Usecase/PersistentSubscriptions.Nack.swift",
"PersistentSubscriptions/Usecase/PersistentSubscriptions.RestartSubsystem.swift",
"PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.Create.swift",
"PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.Delete.swift",
"PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.GetInfo.swift",
"PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.List.swift",
"PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.Read.swift",
"PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.ReplayParked.swift",
"PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.Update.swift",
"Projections/Projections.swift",
"Projections/Protocols/ProjectionOperations.swift",
"Projections/Protocols/ProjectionTarget.swift",
"Projections/Usecase/Projections.ContinuousCreate.swift",
"Projections/Usecase/Projections.Delete.swift",
"Projections/Usecase/Projections.Disable.swift",
"Projections/Usecase/Projections.Enable.swift",
"Projections/Usecase/Projections.Reset.swift",
"Projections/Usecase/Projections.RestartSubsystem.swift",
"Projections/Usecase/Projections.Result.swift",
"Projections/Usecase/Projections.State.swift",
"Projections/Usecase/Projections.Statistics.swift",
"Projections/Usecase/Projections.Update.swift",
"ServerFeatures/ServerFeatures.swift",
"ServerFeatures/ServiceInfo.swift",
"ServerFeatures/SupportedMethod.swift",
"ServerFeatures/Usecase/ServerFeatures.GetSupportedMethods.swift",
"Streams/Additions/StreamIdentifier+Additions.swift",
"Streams/StreamTarget.swift",
"Streams/Streams.ReadResponse.swift",
"Streams/Streams.Subscription.swift",
"Streams/Streams.swift",
"Streams/Usecase/All/Streams.ReadAll.swift",
"Streams/Usecase/All/Streams.SubscribeAll.swift",
"Streams/Usecase/Specified/Streams.Append.swift",
"Streams/Usecase/Specified/Streams.Delete.swift",
"Streams/Usecase/Specified/Streams.Read.swift",
"Streams/Usecase/Specified/Streams.Subscribe.swift",
"Streams/Usecase/Specified/Streams.Tombstone.swift",
"Users/Usecase/Users.ChangePassword.swift",
"Users/Usecase/Users.Create.swift",
"Users/Usecase/Users.Details.swift",
"Users/Usecase/Users.Disable.swift",
"Users/Usecase/Users.Enable.swift",
"Users/Usecase/Users.ResetPassword.swift",
"Users/Usecase/Users.Update.swift",
"Users/UserDetails.swift",
"Users/Users.swift"
],
"target_dependencies" : [
"GRPCEncapsulates"
],
"type" : "library"
},
{
"c99name" : "KurrentCoreTests",
"module_type" : "SwiftTarget",
"name" : "KurrentCoreTests",
"path" : "Tests/KurrentCoreTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/KurrentCoreTests/Resources/ca.crt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/KurrentCoreTests/Resources/multiple-events.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ConnectionStringParserTests.swift"
],
"target_dependencies" : [
"KurrentDB"
],
"type" : "test"
},
{
"c99name" : "GRPCEncapsulates",
"module_type" : "SwiftTarget",
"name" : "GRPCEncapsulates",
"path" : "Sources/GRPCEncapsulates",
"product_dependencies" : [
"GRPCCore",
"GRPCNIOTransportHTTP2",
"GRPCProtobuf"
],
"product_memberships" : [
"EventStoreDB",
"KurrentDB"
],
"sources" : [
"Buildable.swift",
"ConcreteService.swift",
"ExpectedStreamRevisionProtocol.swift",
"GRPCBridge.swift",
"GRPCConcreteService.swift",
"GRPCServiceClient.swift",
"RequestBuildable.swift",
"ResponseHandlable.swift",
"Usecase/StreamStream.swift",
"Usecase/StreamUnary.swift",
"Usecase/UnaryStream.swift",
"Usecase/UnaryUnary.swift",
"Usecase/Usecase.swift",
"generated/cluster.grpc.swift",
"generated/cluster.pb.swift",
"generated/code.grpc.swift",
"generated/code.pb.swift",
"generated/gossip.grpc.swift",
"generated/gossip.pb.swift",
"generated/monitoring.grpc.swift",
"generated/monitoring.pb.swift",
"generated/operations.grpc.swift",
"generated/operations.pb.swift",
"generated/persistent.grpc.swift",
"generated/persistent.pb.swift",
"generated/projections.grpc.swift",
"generated/projections.pb.swift",
"generated/redaction.grpc.swift",
"generated/redaction.pb.swift",
"generated/serverfeatures.grpc.swift",
"generated/serverfeatures.pb.swift",
"generated/shared.grpc.swift",
"generated/shared.pb.swift",
"generated/status.grpc.swift",
"generated/status.pb.swift",
"generated/streams.grpc.swift",
"generated/streams.pb.swift",
"generated/users.grpc.swift",
"generated/users.pb.swift"
],
"type" : "library"
},
{
"c99name" : "EventStoreDB",
"module_type" : "SwiftTarget",
"name" : "EventStoreDB",
"path" : "Sources/EventStoreDB",
"product_memberships" : [
"EventStoreDB"
],
"sources" : [
"Cursor+Additions.swift",
"Cursor.swift",
"Deprecated.swift",
"Error.swift",
"EventStoreDB.swift",
"PersistentSubscriptions/ReadAnyTarget.swift",
"ReadCursorPointer.swift",
"StreamRevision.swift"
],
"target_dependencies" : [
"KurrentDB"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.