Skip to content

Commit a6b86c9

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (137.0.20250204050330)
1 parent 86e99d1 commit a6b86c9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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 = "28662d8bff3acb2fda9b70157191c517683c72198a1f55782035fe385b711eed"
5-
let version = "136.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/136.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "579db61a725231e46a565e3c2567a077a6b0cf6ba510f76eab575f73beabfba4"
5+
let version = "137.0.20250204050330"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250204050330/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "e983e749d70904c7b7354f08e9bc5eb5910e4c290a4c97f674ddf53f1718bb68"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/136.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "16f86fdb6a56eb794cbaa287c701c18425f24e2a0048833cb0dbefd08a7422a4"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250204050330/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: 2, day: 3, hour: 14, minute: 38, second: 41))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 2, day: 4, hour: 5, minute: 13, second: 12))
2727
}
2828

2929
enum NimbusEvents {

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: 2, day: 3, hour: 14, minute: 38, second: 44))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 2, day: 4, hour: 5, minute: 13, second: 15))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)