Skip to content

Commit 72de963

Browse files
github-actions[bot]Firefox Sync Engineering
andauthored
(Local AS flow) Nightly auto-update (145.0.20250926050402) (#29634)
* (Local AS flow) Nightly auto-update (145.0.20250926050402) * (Local AS flow) Nightly auto-update (145.0.20250927050354) * (Local AS flow) Nightly auto-update (145.0.20250927151425) * (Local AS flow) Nightly auto-update (145.0.20250930050348) * (Local AS flow) Nightly auto-update (145.0.20251001050324) --------- Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent 29332c6 commit 72de963

File tree

8 files changed

+5183
-488
lines changed

8 files changed

+5183
-488
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 = "52eae47464bda6c5e8563d8e0ae9aafd3c3de45306c0e1ad9c34d7f739f0afff"
5-
let version = "145.0.20250924215458"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.145.20250924215458/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "a0ed3db8542b505d91f5d6e39a35f20c1fe0b1ed66b185b4997ae5ecd0e4ca11"
5+
let version = "145.0.20251001050324"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.145.20251001050324/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "680c41cc6004b5e42d215b99e92d85aa0bb080d7a76c908fb8be11b6d9bc4491"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.145.20250924215458/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "383adeadf862f7f4d15539427ce6a68d27fd9c0db34948a36e92b68367eba19e"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.145.20251001050324/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: 24, hour: 22, minute: 12, second: 11))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 10, day: 1, hour: 5, minute: 16, second: 33))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)