Skip to content

Commit 6c3dc1d

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (142.0.20250717050507)
1 parent f6db532 commit 6c3dc1d

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

88
// Focus xcframework
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"
9+
let focusChecksum = "c04be21f753645416a8fb0bda4acb90ac1e3cf942d13aef4c03622ec63521f7f"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250717050507/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: 22, minute: 7, second: 32))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 17, hour: 5, minute: 14, second: 53))
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: 22, minute: 7, second: 35))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 17, hour: 5, minute: 14, second: 55))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)