Skip to content

Commit 3391648

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (141.0.20250613050346)
1 parent 38cb68c commit 3391648

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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 = "6ab2841f295dc08189e7a268f677c122c5dbc520813588d134f877d17a2535dd"
5-
let version = "141.0.20250606050332"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250606050332/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "0e46314d8873df519844a66559ca4039b0c74e685cab9919ada6e8fcca9721d3"
5+
let version = "141.0.20250613050346"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250613050346/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "702be3f6af62a0162610b479f1262cc71d71ba71976d7b7ee9ea65bb8f311b56"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250606050332/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "6ddda05f6e891f4afd011c64af0f05a601adf18b2323c831f49be9dcbd83435f"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250613050346/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: 6, day: 6, hour: 5, minute: 32, second: 52))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 13, hour: 5, minute: 30, second: 53))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/context_id.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,9 @@ open class ContextIdComponent: ContextIdComponentProtocol, @unchecked Sendable {
563563
*
564564
* If no creation timestamp is provided, the current time will be used.
565565
*/
566-
public convenience init(initContextId: String, creationTimestampS: Int64, runningInTestAutomation: Bool, callback: ContextIdCallback)throws {
566+
public convenience init(initContextId: String, creationTimestampS: Int64, runningInTestAutomation: Bool, callback: ContextIdCallback) {
567567
let pointer =
568-
try rustCallWithError(FfiConverterTypeApiError_lift) {
568+
try! rustCall() {
569569
uniffi_context_id_fn_constructor_contextidcomponent_new(
570570
FfiConverterString.lower(initContextId),
571571
FfiConverterInt64.lower(creationTimestampS),
@@ -919,7 +919,7 @@ private let initializationResult: InitializationResult = {
919919
if (uniffi_context_id_checksum_method_contextidcomponent_unset_callback() != 21655) {
920920
return InitializationResult.apiChecksumMismatch
921921
}
922-
if (uniffi_context_id_checksum_constructor_contextidcomponent_new() != 25931) {
922+
if (uniffi_context_id_checksum_constructor_contextidcomponent_new() != 28490) {
923923
return InitializationResult.apiChecksumMismatch
924924
}
925925
if (uniffi_context_id_checksum_method_contextidcallback_persist() != 51609) {

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)