Skip to content

Commit 06304c7

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (139.0.20250404050340)
1 parent 1c84642 commit 06304c7

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 = "fbd91b60abd90c3aaa5c2bae2e2b86b52cef3db819bff2fd1e34ac4c98c72993"
5-
let version = "139.0.20250403050315"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.139.20250403050315/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "45f53d1d46273cc7bce1d9b037b838166042a9b29055870353115c3f665de3ec"
5+
let version = "139.0.20250404050340"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.139.20250404050340/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "3982c55e015029e6cd83ffb383283c796831fac887047b6a35234f179eb25bf2"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.139.20250403050315/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "971c31e4153c5758377ddd15f95e89ba208dd801eeba4a8d88cec0b5f30bb4fc"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.139.20250404050340/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: 3, hour: 5, minute: 44, second: 52))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 4, day: 4, hour: 5, minute: 23, second: 42))
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: 3, hour: 5, minute: 44, second: 55))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 4, day: 4, hour: 5, minute: 23, second: 44))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)