Skip to content

Commit f6db532

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (142.0.20250715215041)
1 parent f9d471d commit f6db532

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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 = "1745277ba6e6b7f361f662b8d04201fd9b6650975a19519e2658712a5da226e1"
5-
let version = "142.0.20250715050256"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250715050256/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "8f25359120e021972ecd20427c344b95bf26d443b402248e98ab12461f9daf7a"
5+
let version = "142.0.20250715215041"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250715215041/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "48942fef273ed53b42e2b6253d9d2691c3b07549f7e50f3a3d3b6f274ddd175f"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250715050256/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "e94779a6c6d084f70bb68c2b0c2a4c68f571cf2256e7bab81731d039f619bbbd"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250715215041/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: 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: 7, day: 15, hour: 5, minute: 20, second: 0))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 15, hour: 22, minute: 7, second: 32))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/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: 7, day: 15, hour: 5, minute: 20, second: 3))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 15, hour: 22, minute: 7, second: 35))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)