ReactiveSwift icon indicating copy to clipboard operation
ReactiveSwift copied to clipboard

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

Open PierreBrisorgueil opened this issue 4 years ago • 0 comments

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 'ReactiveSwift' from project 'ReactiveSwift')

PierreBrisorgueil avatar Oct 05 '21 19:10 PierreBrisorgueil