You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swift-list-features: List Swift comp...swift-list-features: List Swift compiler upcoming and experimental feature flags. If you're using Swift 6.2 or later, `swift -print-supported-features` does something very similar, but only for the compiler version you have installed. · swift-has-feature: Check if a given compiler knows a specific feature flag, and whether it's an upcoming or experimental flag.
1
#!/bin/zsh
2
3
# Test if the Swift compiler knows about a particular language feature.
4
#
5
# Usage:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page
or contact support.