Skip to content

Commit 9187b82

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (140.0.20250508050257)
1 parent 3521ad9 commit 9187b82

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 = "52c72b841461724bb7157f7944497ad81479bfa7044dacfe1ddbf684d80a10ca"
5-
let version = "140.0.20250507050405"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250507050405/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "2b6dc8fc498c7e9cd6d2d79d04ba035bf0dcccc5693e96f52f93f3cfbc5cf5d4"
5+
let version = "140.0.20250508050257"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250508050257/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "5f8babd853f2f8c3db586e6274355b3c6aec58b0aa92b18445c75b4f930ec4ec"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250507050405/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "3b65e01ddb6b3a81a5db4edd677dc3aca3e6ab9d7f51c48fac3ff74be14ff1d1"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250508050257/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: 7, hour: 5, minute: 13, second: 11))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 5, day: 8, hour: 5, minute: 12, 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: 5, day: 7, hour: 5, minute: 13, second: 14))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 5, day: 8, hour: 5, minute: 12, second: 22))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)