Skip to content

Commit 3afec85

Browse files
(Local AS flow) Nightly auto-update (146.0.20251107050402) (#30465)
1 parent 9c88139 commit 3afec85

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

MozillaRustComponents/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.10
22
import PackageDescription
33

4-
let checksum = "a5cc18f296cabc206fc38f06b87ae81702522b8262503963d507aae4e441f99a"
5-
let version = "146.0.20251106050323"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.146.20251106050323/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "eb602e8bdfd209b5753c5083f8757215324a2cbbd7f3ea15825728cd1882ed54"
5+
let version = "146.0.20251107050402"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.146.20251107050402/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "625be9b10c9d80ec28df67992780a4563c1b7d39d87b71d18e672d706fdb9fd0"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.146.20251106050323/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "eeff1ce9955b75ec77e7596098c21f8e00c40a16b7dccb75bc24b8628e4c38f6"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.146.20251107050402/artifacts/public/build/FocusRustComponents.xcframework.zip"
1111

1212
let package = Package(
1313
name: "MozillaRustComponentsSwift",

MozillaRustComponents/Sources/FocusRustComponentsWrapper/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: 11, day: 6, hour: 5, minute: 20, second: 43))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 11, day: 7, hour: 5, minute: 20, second: 14))
2727
}
2828

2929
enum NimbusEvents {

MozillaRustComponents/Sources/MozillaRustComponentsWrapper/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: 11, day: 6, hour: 5, minute: 20, second: 41))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 11, day: 7, hour: 5, minute: 20, second: 11))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)