Dalton Claybrook

Results 22 issues of Dalton Claybrook

I'm interested in finding a way to automate the task of checking whether your installed dependencies match the versions in your Mintfile. My team uses a script to validate that...

I'm wondering if there is a way to cause the debugger to print at certain times without halting execution. I assumed this was what the `watch` command did, but it...

### How frequently does the bug occur? All the time ### Description The release notes for [v10.28.2](https://github.com/realm/realm-swift/releases/tag/v10.28.2) claim that the release is compatible with Xcode 14 beta 2, but the...

T-Bug
O-Community

* carthage install method: [ ] .pkg, [x] homebrew, [ ] source * `which carthage`: `/opt/homebrew/bin/carthage` * `carthage version`: 0.38.0 * `xcodebuild -version`: Xcode 14.0 - Build version 14A5270f *...

I'm trying to add this framework to my tvOS project, but it looks like tvOS is not currently supported. I would think (hope) adding support for tvOS would be relatively...

enhancement

I'd like the ability for an input to be able to work as both a Flag and an Option in my CLI. For example, I would want both of the...

### Describe the bug Xcode version: 12.0.1 (12A7300) grpc-swift version: 1.0.0-alpha.20 When linking a watchOS app with grpc-swift, the app compiles and runs successfully. But attempting to distribute the app...

kind/bug
version/v1

Attempting to build SDWebImageWebPCode with Carthage using the `--use-xcframeworks` flag results in a build failure. The following error is observed in the log: ``` ...SDImageWebPCoder.h:12:9: fatal error: module 'SDWebImage' not...

### Describe the bug Xcode version: 12.1 (12A7403) swift-nio-ssl version: 2.10.0 When linking a watchOS app with swift-nio-ssl, the app compiles and runs successfully. But attempting to distribute the app...