Skip to content

Commit b8abdbc

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (136.0.20250121100536)
1 parent d2ca7ce commit b8abdbc

File tree

6 files changed

+1015
-431
lines changed

6 files changed

+1015
-431
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 = "e108de83f1695bedab33b9e97340a4d8a500113c6e8138699ff3665835fc47e0"
5-
let version = "136.0.20250118050318"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250118050318/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "dce25f4f414550b6b41675b1b84127741d40615b60cc314ea0b7e6b41c51a63a"
5+
let version = "136.0.20250121100536"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250121100536/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)