Skip to content

Commit 6b064ac

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (129.0.20240614050247)
1 parent 2d12688 commit 6b064ac

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// swift-tools-version:5.4
22
import PackageDescription
33

4-
let checksum = "e831f3e5a083c35350bbe055a2db594d50c222b7539f541096406d71cd40d4d9"
5-
let version = "129.0.20240612050250"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240612050250/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "083ae474a5b63d9a8c882c930e5722d3fb96de0eb595b224713a826d263eb5d1"
5+
let version = "129.0.20240614050247"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240614050247/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "e11a315313f4a7312f916ae9d5cdcc3f1afd971dddac5570af37daaa2fbcfbf8"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240612050250/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "e6fc464e1dcce5dbbea4e4a070ef3edcd54a85be13b09e35f5ef15d3ed8828cd"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240614050247/artifacts/public/build/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v14)],

swift-source/all/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 12, hour: 5, minute: 17, second: 14))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 14, hour: 5, minute: 19, second: 17))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ public protocol SuggestStoreBuilderProtocol : AnyObject {
688688

689689
func dataPath(path: String) -> SuggestStoreBuilder
690690

691-
func remoteSettingsConfig(config: RemoteSettingsConfig) -> SuggestStoreBuilder
691+
func remoteSettingsBucketName(bucketName: String) -> SuggestStoreBuilder
692692

693693
func remoteSettingsServer(server: RemoteSettingsServer) -> SuggestStoreBuilder
694694

@@ -764,10 +764,10 @@ open func dataPath(path: String) -> SuggestStoreBuilder {
764764
})
765765
}
766766

767-
open func remoteSettingsConfig(config: RemoteSettingsConfig) -> SuggestStoreBuilder {
767+
open func remoteSettingsBucketName(bucketName: String) -> SuggestStoreBuilder {
768768
return try! FfiConverterTypeSuggestStoreBuilder.lift(try! rustCall() {
769-
uniffi_suggest_fn_method_suggeststorebuilder_remote_settings_config(self.uniffiClonePointer(),
770-
FfiConverterTypeRemoteSettingsConfig_lower(config),$0
769+
uniffi_suggest_fn_method_suggeststorebuilder_remote_settings_bucket_name(self.uniffiClonePointer(),
770+
FfiConverterString.lower(bucketName),$0
771771
)
772772
})
773773
}
@@ -1732,7 +1732,7 @@ private var initializationResult: InitializationResult {
17321732
if (uniffi_suggest_checksum_method_suggeststorebuilder_data_path() != 50155) {
17331733
return InitializationResult.apiChecksumMismatch
17341734
}
1735-
if (uniffi_suggest_checksum_method_suggeststorebuilder_remote_settings_config() != 33678) {
1735+
if (uniffi_suggest_checksum_method_suggeststorebuilder_remote_settings_bucket_name() != 18802) {
17361736
return InitializationResult.apiChecksumMismatch
17371737
}
17381738
if (uniffi_suggest_checksum_method_suggeststorebuilder_remote_settings_server() != 22023) {

swift-source/all/Generated/suggestFFI.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ void*_Nonnull uniffi_suggest_fn_method_suggeststorebuilder_cache_path(void*_Nonn
337337
void*_Nonnull uniffi_suggest_fn_method_suggeststorebuilder_data_path(void*_Nonnull ptr, RustBuffer path, RustCallStatus *_Nonnull out_status
338338
);
339339
#endif
340-
#ifndef UNIFFI_FFIDEF_UNIFFI_SUGGEST_FN_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_CONFIG
341-
#define UNIFFI_FFIDEF_UNIFFI_SUGGEST_FN_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_CONFIG
342-
void*_Nonnull uniffi_suggest_fn_method_suggeststorebuilder_remote_settings_config(void*_Nonnull ptr, RustBuffer config, RustCallStatus *_Nonnull out_status
340+
#ifndef UNIFFI_FFIDEF_UNIFFI_SUGGEST_FN_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_BUCKET_NAME
341+
#define UNIFFI_FFIDEF_UNIFFI_SUGGEST_FN_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_BUCKET_NAME
342+
void*_Nonnull uniffi_suggest_fn_method_suggeststorebuilder_remote_settings_bucket_name(void*_Nonnull ptr, RustBuffer bucket_name, RustCallStatus *_Nonnull out_status
343343
);
344344
#endif
345345
#ifndef UNIFFI_FFIDEF_UNIFFI_SUGGEST_FN_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_SERVER
@@ -704,9 +704,9 @@ uint16_t uniffi_suggest_checksum_method_suggeststorebuilder_data_path(void
704704

705705
);
706706
#endif
707-
#ifndef UNIFFI_FFIDEF_UNIFFI_SUGGEST_CHECKSUM_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_CONFIG
708-
#define UNIFFI_FFIDEF_UNIFFI_SUGGEST_CHECKSUM_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_CONFIG
709-
uint16_t uniffi_suggest_checksum_method_suggeststorebuilder_remote_settings_config(void
707+
#ifndef UNIFFI_FFIDEF_UNIFFI_SUGGEST_CHECKSUM_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_BUCKET_NAME
708+
#define UNIFFI_FFIDEF_UNIFFI_SUGGEST_CHECKSUM_METHOD_SUGGESTSTOREBUILDER_REMOTE_SETTINGS_BUCKET_NAME
709+
uint16_t uniffi_suggest_checksum_method_suggeststorebuilder_remote_settings_bucket_name(void
710710

711711
);
712712
#endif

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 12, hour: 5, minute: 17, second: 16))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 14, hour: 5, minute: 19, second: 19))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)