Dalton Claybrook

Results 36 comments of Dalton Claybrook

@kylemacomber Ah, got it! Feel free to close this issue if you think it is a duplicate.

As a test, I excluded the `armv7k` architecture from the build and am still seeing the same error, but now referencing the `arm64_32` slice.

Do you mind sharing what version of Xcode you used for your test? I have tried on Xcode 11.6, 12.0.1, and 12.1 GM, and each one fails. Here is my...

I have created a new project following the steps above, but linking a different Swift package (Alamofire), and this issue does not occur on the new project. Here it is...

macOS 10.15.7 (19H2) Xcode 12.1 GM (12A7403) (or Xcode 12.0.1 (12A7300)) I'm happy to provide any other details you need. I will also file the feedback report very soon and...

I have created the feedback report with Apple and the number is FB8806154. As a test, I followed these repro steps again, but this time using just the Swift NIO...

@Lukasa Just tried and swift-nio-ssl fails in the same way! Thanks for the great tip! I will try each of the other dependencies of grpc-swift and create issues on relevant...

This is not the case in my experience. For example, SDWebImage and other dependencies build fine as XCFrameworks already. ![SDWebImageWebPCoder build console](https://user-images.githubusercontent.com/1727803/117303949-3b8feb80-ae4b-11eb-88f2-b6caf630e19e.png)

Glancing at the assemblies a bit, I see checks for the `OPENSSL_NO_ASM` preprocessor macro. Would the fix for this be to set that macro when building on watchOS?

Some additional context in case it's helpful: Testing on my own fork using Swift Package Manager, it wasn't enough for me to define the `OPENSSL_NO_ASM` macro (I still got the...