-
### Description
if the child state is `Identifiable`, the dismiss action is not be sent when dismissed.
I think #3309 introduced this issue.
### Checklist
- [X] I have determined whether thi…
-
### Description
When building https://github.com/thebrowsercompany/swift-composable-architecture in release mode, the generated OFM for OpenCombine is invalid, e.g.
```
Building for production...…
-
- [ ] generate a path for this view (if possible). It would be cool if the path is "." separated
- [ ] Send the path as `navigate(to:)`
## Ideas
- View Modifier
- Extend View Struct with a Protocol
…
-
### Description
Hello!
Aliasing immediate and transient dependencies in a Swift package breaks builds with Swift 5.9.2 (Xcode 15.2) when library evolution is enabled. It fails with an error like t…
-
### Description
I've got a compiler crash using `swift build` on macOS 14.2.1 with a brand new package without any code after adding [TCA](https://github.com/pointfreeco/swift-composable-architecture…
-
I'm not sure whether it's a `rules_swift_package_manager` issue or `rules_swift` issue.
[`swift-composable-architecture`](https://github.com/pointfreeco/swift-composable-architecture) has a depende…
-
### Description
SPM does not synchronize build operations with resolve package operations, resulting in git dependencies checkouts running concurrently and corrupting repo state. The repro here inv…
-
## Overview
UIKit → SwiftUI
VIPER → TCA
## References
### SwiftUI
- [LazyView](https://gist.github.com/chriseidhof/d2fcafb53843df343fe07f3c0dac41d5)
- https://speakerdeck.com/akifumifuka…
uhooi updated
2 years ago
-
### What happened?
If I create a basic tuist project with tuist init, and then add swift-composable-architecture to the Package.swift and depend on it in the project, I do not get any linting for the…
-
### 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…