Skip to content

Commit a0b1a02

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (137.0.20250222050304)
1 parent 4da5aea commit a0b1a02

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 = "ee94c9d3c09897c07387a9cce812fedbc6a2c990fdcede2323f2894ee5b227d9"
5-
let version = "137.0.20250221050225"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250221050225/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "de646f17d046e5cb1349567d8abbb27f9da295077eca5af4e63d24365f3c5051"
5+
let version = "137.0.20250222050304"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250222050304/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "08182570d283f7fa9d7587cabcadb3928ece7614610d9d79ea4ea49aabf176ee"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250221050225/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "aee3b0aa8bba29efb7b39ffef9b999d04143e52e415207c63bb3b47179fa1d42"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250222050304/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: 2, day: 21, hour: 5, minute: 23, second: 36))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 2, day: 22, hour: 5, minute: 24, second: 57))
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: 2, day: 21, hour: 5, minute: 23, second: 38))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 2, day: 22, hour: 5, minute: 24, second: 59))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)