vapor / fluent

Vapor ORM (queries, models, and relations) for NoSQL and SQL databases
https://docs.vapor.codes/4.0/fluent/overview/
MIT License
1.32k stars 172 forks source link

Reducing availability check for Concurrency code #746

Closed rkreutz closed 2 years ago

rkreutz commented 2 years ago

From Xcode 13.2, support for Swift Concurrency has been back ported down to macOS 10.15, iOS 13, tvOS 13 and watchOS 6

This depends on https://github.com/vapor/vapor/pull/2883 and https://github.com/vapor/fluent-kit/pull/532, I'll update Package.swift once those PRs are merged and there is a new release with them

0xTim commented 2 years ago

See https://github.com/vapor/vapor/pull/2883#issuecomment-1240515871