Skip to content

Change all AsyncStreaming availability from 26.2 to SwiftStdlib 5.0#421

Merged
FranzBusch merged 2 commits into
mainfrom
asyncstreaming-availability
May 19, 2026
Merged

Change all AsyncStreaming availability from 26.2 to SwiftStdlib 5.0#421
FranzBusch merged 2 commits into
mainfrom
asyncstreaming-availability

Conversation

@guoye-zhang
Copy link
Copy Markdown
Contributor

I tested this with the latest compiler snapshot (5-17) and it builds fine. The availability isn't actually required in the test target, presumably because the oldest deployment target it supports is macOS 12.0 aligned.

)
let channel = channelAndSource.takeChannel()
var source: MultiProducerSingleConsumerAsyncChannel.Source! = consume channelAndSource.source
var source: MultiProducerSingleConsumerAsyncChannel.Source? = consume channelAndSource.source
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hit a compiler crash which was addressed with this change

@FranzBusch FranzBusch merged commit b2beeb2 into main May 19, 2026
31 checks passed
@FranzBusch FranzBusch deleted the asyncstreaming-availability branch May 19, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants