Skip to content

Commit e713052

Browse files
author
Firefox Sync Engineering
committed
(Local AS flow) Nightly auto-update (145.0.20250927151425)
1 parent ea41c4e commit e713052

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.6
22
import PackageDescription
33

4-
let checksum = "1a023794423f337da6106d287cddefce66a6f33e015df3924e0c2c0af11877a2"
5-
let version = "145.0.20250927050354"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.145.20250927050354/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "83b3a6c6f1dc937677d8b3d9523e74a8176314c615302cd6909125a4f989c308"
5+
let version = "145.0.20250927151425"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.145.20250927151425/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)