From b42cf0a70590c27b899e2cb24dbbc26bebb58896 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Mon, 11 Nov 2024 16:38:03 -0500 Subject: [PATCH 1/3] [Core] Make Timestamp Sendable --- FirebaseCore/Sources/Public/FirebaseCore/FIRTimestamp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/FirebaseCore/Sources/Public/FirebaseCore/FIRTimestamp.h b/FirebaseCore/Sources/Public/FirebaseCore/FIRTimestamp.h index 375f697338a..0420d4038e6 100644 --- a/FirebaseCore/Sources/Public/FirebaseCore/FIRTimestamp.h +++ b/FirebaseCore/Sources/Public/FirebaseCore/FIRTimestamp.h @@ -30,6 +30,7 @@ NS_ASSUME_NONNULL_BEGIN * @see https://github.com/google/protobuf/blob/main/src/google/protobuf/timestamp.proto for the * reference timestamp definition. */ +NS_SWIFT_SENDABLE NS_SWIFT_NAME(Timestamp) @interface FIRTimestamp : NSObject From e9a03d15e294ceb85b61bfcfa14260dfb6ece25a Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Mon, 11 Nov 2024 16:49:50 -0500 Subject: [PATCH 2/3] [will revert] touch fst ci --- .github/workflows/firestore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index e57cb9d7088..c24f382ee59 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2020 Google LLC touch # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From f19079ecf269984e887081323e78bdab59ef5a82 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Mon, 11 Nov 2024 18:10:06 -0500 Subject: [PATCH 3/3] Revert "[will revert] touch fst ci" This reverts commit e9a03d15e294ceb85b61bfcfa14260dfb6ece25a. --- .github/workflows/firestore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index c24f382ee59..e57cb9d7088 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC touch +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.