Brandon Fraune

Results 21 comments of Brandon Fraune

I have created a repository with the minimum code required to see the error: https://github.com/fraune/xcodebuild-swiftlog-error

Haven’t found a solution yet. I am guessing the guys on the Swift forums were getting the same error but unrelated to this package. Downgrading to Xcode 13.4.1 is my...

Yea, I didn't have trouble importing or using this package when programming or running the app on a device through Xcode. Just having trouble building my app with xcodebuild when...

As of Xcode 14.0.1, this issue is not blocking me. I still get the warning message that I listed in my OP, but it no longer prevents me from running...

Is there anything I can do to help get this merged in?

I don't want to presume that this will be part of a particular release. If a maintainer can help me update the changelog, that would be appreciated!

My concern is that there are already 300 forks of this repo, and I believe most are for adding a feature or fixing a bug that specifically affects an individual...

I understand. I've never attempted something like that before, but I think it may be worth the effort. Thanks for your perspective and for letting me know that this repo...

I also have noticed the same issue when upgrading my project today

Here is an excerpt of a file Cuckoo generated for me today. Xcode 15.0/RxSwift 6.5. In my case `(Observable).self` does not work.