Skip to content

Commit 1c378a0

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (138.0.20250321204544)
1 parent 047999c commit 1c378a0

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
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 = "88eab9c7049bb5164de8c4f8d2cff88f2169fd4367bfcc1bc8136c7256c96995"
5-
let version = "138.0.20250321050306"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250321050306/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "35a7f6ae33de05a30c7644208da26233be0703f0b71d7582ab2a2183f32f1e17"
5+
let version = "138.0.20250321204544"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250321204544/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

2929
enum NimbusEvents {

swift-source/all/Generated/init_rust_components.swift

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,7 @@ fileprivate struct FfiConverterString: FfiConverter {
436436
}
437437
}
438438
/**
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.
439+
* Initialization of the megazord crate. Must be called before any other calls to rust components.
445440
*/
446441
public func initialize() {try! rustCall() {
447442
uniffi_init_rust_components_fn_func_initialize($0
@@ -464,7 +459,7 @@ private var initializationResult: InitializationResult = {
464459
if bindings_contract_version != scaffolding_contract_version {
465460
return InitializationResult.contractVersionMismatch
466461
}
467-
if (uniffi_init_rust_components_checksum_func_initialize() != 63728) {
462+
if (uniffi_init_rust_components_checksum_func_initialize() != 43335) {
468463
return InitializationResult.apiChecksumMismatch
469464
}
470465

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)