-
### 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…
-
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…
-
### Description
I have the following struct, which is shared in memory:
```Swift
struct Journal: Equatable {}
extension PersistenceReaderKey where Self == PersistenceKeyDefault {
static…
-
### Description
Sometimes, a library will re-export the interface of an external dependency, especially if it relies on a hyper-modularized toolchain of dependencies.
While not quite "hyper," the …
-
https://github.com/pointfreeco/swift-composable-architecture/releases/tag/0.21.0
Change log (Breaking):
https://github.com/pointfreeco/swift-identified-collections/releases/0.1.0
-
### Description
Hi! Found an issue (i think) with scoping stores for lists.
Here is an example of a memory graph after opening and closing a feature with a List 10 times. After all this opening an…
-
We use result builders in TCA for composing app features together :)
https://github.com/pointfreeco/swift-composable-architecture
-
**Description**
I have a project with a decently complex builder that works with objects that can be configured with key paths but am finding that only the first builder expression can autocomplete…
-
https://github.com/pointfreeco/swift-composable-architecture/tree/master/Examples/TicTacToe
-
| | |
|------------------|-----------------|
|Previous ID | SR-14936 |
|Radar | rdar://problem/80820404 |
|Original Repo…