Stream (previously GSStream) type conflicts with Swift Stream type

The iOS GroundSDK contains an object called Stream Stream Protocol Reference which conflicts with the Stream object in the swift Foundation class Stream | Apple Developer Documentation

Could we get the name changed? I am using Swift 5 and tried to use GroundSdk.Stream in-place of Stream but it is unavailable.

I ended up finding that SdkCore.Stream is available, however it does not contain the “.play()” function.

Any suggestions?

1 Like

I ended up using the CameraLive class which extends Stream, but Stream should probably still be renamed.

Thanks for the feedback, we will look into this!