Skip to content

Commit 420e947

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (136.0.20250122050310)
1 parent b8abdbc commit 420e947

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 = "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"
4+
let checksum = "7621849faf0069ee7a402e24e190355b57cad71f1f1224a9965c2d3001e328dd"
5+
let version = "136.0.20250122050310"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250122050310/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)