swift-async-algorithms icon indicating copy to clipboard operation
swift-async-algorithms copied to clipboard

Fix build failure on Swift Playgrounds

Open kkebo opened this issue 1 year ago • 1 comments

fixes #316

The PR #311 introduced Context.environment, so that swift-async-algorithm can no longer be used in the Swift Playgrounds.

However, Context.environment is equivalent to ProcessInfo.processInfo.environment, so this is an unnecessary sacrifice.

This change is intended to fix that.

kkebo avatar Oct 14 '24 14:10 kkebo