Skip to content

Commit 91f0dcd

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (142.0.20250712050346)
1 parent f69a818 commit 91f0dcd

File tree

9 files changed

+1693
-143
lines changed

9 files changed

+1693
-143
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 = "d0181af49578f6aeddd251f6a2014dd136510676c27e10bcdd1d72af96faed03"
5-
let version = "142.0.20250709050330"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250709050330/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "66f66a3ce5543e2898507eecb66227b66a3d636aaa46c92ac498fc6312daf184"
5+
let version = "142.0.20250712050346"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250712050346/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "08e4025450e2f7cebdf1560c65532c29702b5f1dcb1f9850b09f5818bd09dff5"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250709050330/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "8ca6c3b138ef2fbdcc4ca66df0adf75d101f19565ff6bb02596f49a12190aa02"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250712050346/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v17.2.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v17.3.0. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 7, day: 9, hour: 5, minute: 21, second: 20))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 12, hour: 5, minute: 18, second: 13))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)