-
We would like to make it so that developers that want to use SwiftGodot can target Wasm, a popular platform for Godot to be deployed to.
This issue is intended to keep track of the various findings…
-
We've already seen some fantastic ideas by folks in the Swift community coming up with their own Swift macros. It would be neat to post a blog post that showcases macros folks have come up with and t…
-
I think it would be a favourable improvement, if you could centrally provide Typescript Enums for a few things, rather than having everyone writing their own. This would create a smoother DX for anyon…
-
When `swift_test` depends on the universal plugin, build fails with the following error:
```
examples/xplatform/macros/StringifyMacroTests.swift:18:8: error: missing required module 'SwiftCompiler…
-
### Description
When a custom trait takes a closure as an argument, the compiler crashes when the trait is used with `@Test`.
### Expected behavior
I expect the compiler to not crash, and for the c…
-
Since Swift now supports macros, can we consider replacing GYB with macros to achieve the same capabilities? This would make Swift more 'Swift'.
-
### What happened?
When I use tuist cache macros work, however they cannot be expanded
### How do we reproduce it?
1. Download attached project [framework_with_native_swift_macro.zip](https://githu…
-
We've started adding support for Swift 6 concurrency checking to an app that uses djinni. Most of my djinni obj-c++ interfaces need to be marked with things like `@MainActor` (using the macro NS_SWIFT…
-
### What happened?
When using a local swift package that contains a dependency that has macros it will receive a build error that it cannot find the macro implementation when consumed in a parent tar…
-
### What happened?
I am trying to use some swift macros in my project.
I found that [ComposableArchitecture](https://github.com/pointfreeco/swift-composable-architecture) can work properly as exte…