Skip to content

Commit 214d8f3

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (141.0.20250619050354)
1 parent 74de743 commit 214d8f3

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 = "50d69185230c0eacb3d858038a2f1b7d164f35ea1521efe36aeca1e21fd7886a"
5-
let version = "141.0.20250618050303"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250618050303/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "9c59f638ae90853ed8726b00cb2cfda266a4edcb5239617965cf44ebe1eb7d9a"
5+
let version = "141.0.20250619050354"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250619050354/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "9ce548360292997d6c9515f90b10002821be8f20eeabbbd5bc12552f28cf80c8"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250618050303/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "c67b3c24b9162d7a1ae9fd7f073bd93478742d34060722c25683700173c096c5"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250619050354/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: 6, day: 18, hour: 5, minute: 12, second: 16))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 19, hour: 5, minute: 25, second: 59))
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: 6, day: 18, hour: 5, minute: 12, second: 19))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 19, hour: 5, minute: 26, second: 1))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)