Skip to content

Commit 8ff4255

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

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

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)