Thomvis / BrightFutures

Write great asynchronous code in Swift using futures and promises
MIT License
1.9k stars 184 forks source link

Xcode 12 compatibility update #216

Closed MagFer closed 3 years ago

MagFer commented 4 years ago

Description

Adds support for Swift 5.4 and Xcode 12.5. Find attached the pre-compiled BrightFutures.framework.zip for Carthage in the 8.0.5 release notes.

Behaviour

Before

I couldn't use BrightFutures in an Xcode 12.5 project.

After

I can use BrightFutures in an Xcode 12.5 project.

Tests

phimage commented 3 years ago

I have no issue with Xcode 12, and I think also with Xcode 12.1 (swift 5.3) if I remember I use to compile project drag and drop or Carthage

Xcode 12.2 have swift 5.3.1 but I do not use BrightFutures anymore

ps: Please copy paste issue message, Xcode compilation errors and warnings, so we fix something we knew

Thomvis commented 3 years ago

I couldn't merge this PR because of the binary, but most of the other changes are in master now. Thanks!