kkebo / zyphy

Zyphy is (or will be) a fast web browser engine written in Swift.
MIT License
4 stars 1 forks source link

Pin the latest toolchain version #7

Closed kkebo closed 1 year ago

kkebo commented 1 year ago

The latest Swift 5.9 compiler bundled with Xcode 15.0 beta 5 no longer seems to compile this repository and produces the following errors.

<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler
<unknown>:0: error: experimental feature 'CodeItemMacros' cannot be enabled in a production compiler

So, I decided to upgrade the toolchain to the latest nightly toolchain.