Skip to content

Commit b1c7976

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

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

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)