Skip to content

Commit 6e5ac2c

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (138.0.20250304050332)
1 parent 1b7e333 commit 6e5ac2c

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 = "9937649644615b5f755ddcfd1cd7b3932488a11b2b84e3c3764e37899edcd64d"
5-
let version = "137.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/137.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "859d768c3c165069d6f94dd9c8a673d8f9e75d39879f767b1ed3c3d594273e45"
5+
let version = "138.0.20250304050332"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250304050332/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "960b7bc0455f4b96b35d47d1f4a1f5407f55b4d4f8e880d326847b455055f78c"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/137.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "4febb3f75b8023ad02c463d7ed23cbdd8b6671a4bd46150cc45f8e0ba06f7c09"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250304050332/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: 3, day: 3, hour: 22, minute: 40, second: 8))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 4, hour: 5, minute: 12, second: 36))
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: 3, day: 3, hour: 22, minute: 40, second: 11))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 4, hour: 5, minute: 12, second: 39))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)