Skip to content

Commit fe9059d

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (137.0.20250225050335)
1 parent a0b1a02 commit fe9059d

File tree

3 files changed

+9
-9
lines changed

3 files changed

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

88
// Focus xcframework
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"
9+
let focusChecksum = "74102296fe02067655a984c2036a8312ad7c7f5d33d1249684b4c2cde4147384"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250225050335/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: 2 additions & 2 deletions
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: 22, hour: 5, minute: 24, second: 57))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 2, day: 25, hour: 5, minute: 31, second: 14))
2727
}
2828

2929
enum NimbusEvents {
@@ -294,7 +294,7 @@ extension GleanMetrics {
294294
name: "enrollment_status",
295295
sendInPings: ["events"],
296296
lifetime: .ping,
297-
disabled: true
297+
disabled: false
298298
)
299299
, ["branch", "conflict_slug", "error_string", "reason", "slug", "status"]
300300
)

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 2 additions & 2 deletions
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: 22, hour: 5, minute: 24, second: 59))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 2, day: 25, hour: 5, minute: 31, second: 17))
2727
}
2828

2929
enum NimbusEvents {
@@ -294,7 +294,7 @@ extension GleanMetrics {
294294
name: "enrollment_status",
295295
sendInPings: ["events"],
296296
lifetime: .ping,
297-
disabled: true
297+
disabled: false
298298
)
299299
, ["branch", "conflict_slug", "error_string", "reason", "slug", "status"]
300300
)

0 commit comments

Comments
 (0)