Skip to content

Commit b15397c

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (139.0.20250401050332)
1 parent 74a2bf1 commit b15397c

File tree

5 files changed

+215
-401
lines changed

5 files changed

+215
-401
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 = "b0728f1d0349b4c45b18a999e955e2ab28f43d30af3f436860b0e08a56361386"
5-
let version = "138.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/138.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "29da40964b1e0f41612a724df97c89e2bc88a2bf1ab487126e500550dfa7ff7f"
5+
let version = "139.0.20250401050332"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.139.20250401050332/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a17bc729a88ba8da8b068697a05e40fb51bd75fee71dddf0ea9b4c0551cbfdfc"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/138.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "45e4878273c2d93ba51309ab6fe0ce0b34f3caee153318cb40dcd5703d1eac09"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.139.20250401050332/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: 31, hour: 14, minute: 10, second: 33))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 4, day: 1, hour: 5, minute: 30, second: 4))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)