johnxnguyen / Down

Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Other
2.24k stars 319 forks source link

xCode13 CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler #273

Open PierreBrisorgueil opened 2 years ago

PierreBrisorgueil commented 2 years ago

Hello, just ran into this with SPM :

https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-13-release-notes

Swift libraries depending on Combine may fail to build for targets including armv7 and i386 architectures. (82183186, 82189214)

Workaround: Use an updated version of the library that isn’t impacted (if available) or remove armv7 and i386 support

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Down' from project 'Down')