Tyler Thompson
Tyler Thompson
I'm seeing the same behavior. The tool is reporting that the type alias is unused (it's private) but it is used...in the extension. It might be fair for the tool...
Yeah, I'll try to get you a minimally reproducible example in a few hours.
[PeripheryRepro.zip](https://github.com/peripheryapp/periphery/files/10946175/PeripheryRepro.zip) Let's see if it'll be cool about that zip file (cause the project is very small) Output: ``` * Inspecting project... * Building PeripheryRepro... * Indexing... * Analyzing... /Users/tylerthompson/workspace/PeripheryRepro/PeripheryRepro/ContentView.swift:23:19:...
#291 should likely have resolved many of these issues. Keep an eye out for when that is released. > for some reason xcode says I have to use await to...
I know it's random to come back to this so long later, but there might be an interesting way to access environment values: `@Environment(\.self) var env` from: https://blog.eidinger.info/dump-swiftui-environment-efficiently Figured I'd...
Note: Using the new: ``` .navigationDestination(isPresented: $isActive, destination: { next }) ``` syntax does work.
Same problem for me. Is this being worked on?
Re-opening. As it still reports 0%...but when you click on it, it's higher???
More context: https://app.codecov.io/github/wwt/SwiftCurrent/commit/75d0baf4d6bcbf6e111fdfe5ca6d6babeb3b5260
So it is on the main GitHub page...but the fact you didn't see it is important. I will add something to the README.md...the only problem is that those docs aren't...