No {.compileTime.} is useful, it's its validity at runtime that is unnecessary. 
Just assign the compile-time value to a const or a let/var with 
`static(myCompileTimeValue)` to make them available at runtime.

Reply via email to