Skip to content

Commit 74cb104

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (140.0.20250516050428)
1 parent d6be3e1 commit 74cb104

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 = "96c70e62417ffa7494da5c3e0cf9fb1e1c69d5e016975c4780720e3bd61b1709"
5-
let version = "140.0.20250515050352"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250515050352/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "e2dca8181ac03409c93fd66f303b1d23304c4526f1e7f91b442b380ac2273fd7"
5+
let version = "140.0.20250516050428"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250516050428/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a2607bda8f9191fd1182ef23dda75944a6aa0f304f3bd7f5f0cffb6f868d30d0"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250515050352/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "0bc1ac21f27d22e78dfde8672d88837ce72fc2b4d6960f83dea02fe6ca5e7652"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250516050428/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: 5, day: 15, hour: 5, minute: 13, second: 15))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 5, day: 16, hour: 5, minute: 19, second: 28))
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: 5, day: 15, hour: 5, minute: 13, second: 17))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 5, day: 16, hour: 5, minute: 19, second: 30))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)