Skip to content

Commit 7fa72f2

Browse files
committed
revert async back to Swift 5.5.2
1 parent b1baebb commit 7fa72f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+47
-47
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
- uses: actions/checkout@v2
202202
- uses: MaxDesiatov/swift-windows-action@v1
203203
with:
204-
swift-version: "5.5.2"
204+
swift-version: "5.5.1"
205205
shell-action: swift test --enable-test-discovery --enable-code-coverage -v
206206
- name: Upload coverage to Codecov
207207
uses: codecov/codecov-action@v2

Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2021 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseApple {

Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2021 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseFacebook {

Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2022 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseGitHub {

Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2022 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseGoogle {

Sources/ParseSwift/Authentication/3rd Party/ParseLDAP/ParseLDAP+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2021 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseLDAP {

Sources/ParseSwift/Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2022 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseLinkedIn {

Sources/ParseSwift/Authentication/3rd Party/ParseTwitter/ParseTwitter+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2021 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseTwitter {

Sources/ParseSwift/Authentication/Internal/ParseAnonymous+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2021 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseAnonymous {

Sources/ParseSwift/Authentication/Protocols/ParseAuthentication+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2021 Parse Community. All rights reserved.
77
//
88

9-
#if compiler(>=5.6.2) && canImport(_Concurrency)
9+
#if compiler(>=5.5.2) && canImport(_Concurrency)
1010
import Foundation
1111

1212
public extension ParseAuthentication {

0 commit comments

Comments
 (0)