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
Fix availability marker for Swift 5.9 compiler targeting host machine
When building JavaScriptKit with Xcode, targeting host machine, the
`func enqueue(_: ExecutorJob)` must be guarded by `@available` attribute
explicitly. And due to the 5.9 compiler issue, it emit some migration
warnings too consevatively. This commit suppress the warning by updating
minimum available OS versions. Those versions should not be a problem
when building for Wasm.
0 commit comments