swift-async-algorithms
swift-async-algorithms copied to clipboard
Fix build failure on Swift Playgrounds
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.