kylef / Spectre

BDD Framework and test runner for Swift projects and playgrounds
BSD 2-Clause "Simplified" License
404 stars 41 forks source link

Add fix for Xcode 12.5 #46

Closed kerrmarin-lvmh closed 3 years ago

kerrmarin-lvmh commented 3 years ago

👋

I was unable to compile this project using Xcode 12.5, and I didn't see any pull requests that fixed the problem so here's my attempt.

Steps to repro:

Compiler error on XCTest.swift:48 -

'XCTIssueReference' is not implicitly convertible to 'XCTIssue'; did you mean to use 'as' to explicitly convert?
kylef commented 3 years ago

Oh! They really do love to keep us on our toes.

Thanks @kerrmarin-lvmh.