-
I haven't seen any discussion related to Swift Macros support in XcodeGen. Since macros are meant to be distributed as Swift packages, I assumed that I could import a local package containing my macro…
-
### What problem or need do you have?
Hello, I try to describe project description for my package + macro target
```Swift
import ProjectDescription
let project = Project(
name: "SomePacka…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
Macros were added in Swift 5.9 https://www.swift.org/blog/swift-5.9-released/#language-and-standard-library, and include:
- Freestanding macros
- Attached macros
Attached macros look the same as …
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
### Describe the bug
I installed tauri2.0beta a few months ago and it worked great. This week I wanted to try the official version of tauri2.0. I installed the latest rust language, then created a…
-
I’m exploring ways to fully support Swift 6’s Sendable using a `@UseCase` attribute.
Currently, property wrapper are mutable and, therefore, can't conform to Sendable.
To overcome this, I’ve star…
-
I have a project called [cove](https://github.com/bitcoinppl/cove) that is using uniffi, I had it set up as a single crate and the build script calling `cargo run --bin uniffi-bindgen generate --libra…
-
Issue opened on behalf of @waahm7
### Problem:
[aws-crt-swift](https://github.com/awslabs/aws-crt-swift/) is a Swift package that depends on `s2n-tls` on Linux. Unfortunately, Swift Package Mana…
-
I'm trying to use Scipio to make XCFramework for [Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture). At first, it seemed to be working fine, as I was able to use t…