Skip to content

Commit

Permalink
Concurrency modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Oct 30, 2024
1 parent f9b3f1d commit d8528cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Sources/SpeziFirebaseAccount/FirebaseAccountService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ private struct UserUpdate {
/// ### Presenting the security alert
/// - ``securityAlert``
/// - ``FirebaseSecurityAlert``
@MainActor
public final class FirebaseAccountService: AccountService { // swiftlint:disable:this type_body_length
private static let supportedAccountKeys = AccountKeyCollection {
\.accountId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct FirebaseAccountModifier: ViewModifier {
private var firebaseModel


init() {}
nonisolated init() {}


func body(content: Content) -> some View {
Expand Down
2 changes: 1 addition & 1 deletion Tests/UITests/UITests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
/* Begin XCRemoteSwiftPackageReference section */
2F746D9D29962B2A00BF54FE /* XCRemoteSwiftPackageReference "XCTestExtensions" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordSpezi/XCTestExtensions";
repositoryURL = "https://github.com/StanfordBDHG/XCTestExtensions";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
Expand Down

0 comments on commit d8528cc

Please sign in to comment.