Skip to content

Commit 58d75f4

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (138.0.20250320050323)
1 parent 9582f35 commit 58d75f4

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
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 = "589318e251dc07e107eec0f09fb26460689b546db6f6b97a935a7cfe70d22a34"
5-
let version = "138.0.20250318050322"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250318050322/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "df02e58f5b34a79273b7d14d7663b5e7b80e050c1a5e2497e523f22a9dbb6975"
5+
let version = "138.0.20250320050323"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250320050323/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "3944cb4d75e6854b56f779a68641b03d36672dc57dcf995c9134a41163d03c26"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250318050322/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "f783e027c69f06601787e4b707db2d9ff23a708b46ef10167550937739ec3fde"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250320050323/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: 2025, month: 3, day: 18, hour: 5, minute: 21, second: 6))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 20, hour: 5, minute: 12, second: 26))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/init_rust_components.swift

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,12 @@ fileprivate struct FfiConverterString: FfiConverter {
436436
}
437437
}
438438
/**
439-
* Initialization of the megazord crate. Must be called before any other calls to rust components.
439+
* Global initialization routines for Rust components. Must be called before any other calls to
440+
* Rust components.
441+
*
442+
* For adding additional initialization code: Note that this function is called very early in the
443+
* app lifetime and therefore affects the startup time. Only the most necessary things should be
444+
* done here.
440445
*/
441446
public func initialize() {try! rustCall() {
442447
uniffi_init_rust_components_fn_func_initialize($0
@@ -459,7 +464,7 @@ private var initializationResult: InitializationResult = {
459464
if bindings_contract_version != scaffolding_contract_version {
460465
return InitializationResult.contractVersionMismatch
461466
}
462-
if (uniffi_init_rust_components_checksum_func_initialize() != 43335) {
467+
if (uniffi_init_rust_components_checksum_func_initialize() != 63728) {
463468
return InitializationResult.apiChecksumMismatch
464469
}
465470

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: 2025, month: 3, day: 18, hour: 5, minute: 21, second: 9))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 20, hour: 5, minute: 12, second: 29))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)