Skip to content

HelloWorldServer doesn't work from the main branch #1511

Closed
@mycroftcanner

Description

@mycroftcanner

Describe the bug

The HelloWorldServer doesn't work from the main branch or from 1.9.0:

To reproduce

Steps to reproduce the bug you've found:

  1. git clone -b 1.11.0 https://github.com/grpc/grpc-swift or git clone https://github.com/grpc/grpc-swift
  2. cd grpc-swift
  3. swift run HelloWorldServer

Describe what you expect to happen when the steps above are followed.

We would expect

[973/973] Linking HelloWorldServer
[...]
Building for debugging...
Build complete! (60.57s)
server started on port 1234

Instead the command just returns:

[973/973] Linking HelloWorldServer
[...]
[1029/1029] Linking HelloWorldServer
Build complete! (30.42s)

swift-driver version: 1.62.8 Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
Target: arm64-apple-macosx13.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugFeature doesn't work as expected.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions