Rightpoint / BonMot

Beautiful, easy attributed strings in Swift
MIT License
3.54k stars 196 forks source link

Apple Silicon CI Resource Class #434

Open eliotw1 opened 1 year ago

eliotw1 commented 1 year ago

Based on https://circleci.com/blog/m1-mac-resource-class/

raizlabs-oss-bot commented 1 year ago

Danger has errored

[!] Invalid Dangerfile file: Error creating your coverage report - see the log above

 #  from Dangerfile:27
 #  -------------------------------------------
 #  
 >  xcov.report(
 #    project: "#{src_root}/BonMot.xcodeproj",
 #  -------------------------------------------

Generated by :no_entry_sign: Danger

ZevEisenberg commented 1 year ago

One of the failures we're seeing is surrounding a test we have for the error messages we get from XMLParser. When it encounters an error, we try to be helpful and supply the column and line in the XML string where the error occurred. We do that by looking at the column and line where the parser is when we log the error. In Xcode 14 and aligned releases, the column number just seems to be wildly wrong. Here's someone who saw something similar: https://stackoverflow.com/questions/7137322/nsxmlparser-column-number-is-wrong