Skip to content

Commit e5f85da

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (140.0.20250428152438)
1 parent 05aa399 commit e5f85da

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 = "45f359935208d49e7a419c94977778c0e4774f211ee71d61df1b7c896daabca2"
5-
let version = "139.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/139.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "28c7dbe219b92a0626acc940573d2a59f87d5ccf6e2d93ea60b9763aa21c1300"
5+
let version = "140.0.20250428152438"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250428152438/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "29367e51cae398076203aa78ff64a2c7cc9204ada0ab4fbaa8b2d0b11578b000"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/139.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "b7b73b191464403078264f02643a2410ffd87774a665c10dfa792be96b73a55d"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250428152438/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: 4, day: 28, hour: 15, minute: 4, second: 57))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 4, day: 28, hour: 15, minute: 52, second: 40))
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: 4, day: 28, hour: 15, minute: 4, second: 59))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 4, day: 28, hour: 15, minute: 52, second: 43))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)