Skip to content

Commit 1267b9a

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (139.0.20250408050333)
1 parent 06304c7 commit 1267b9a

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

88
// Focus xcframework
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"
9+
let focusChecksum = "65715c56ff803ba14166695668487506de4c776120210eed12eeb9f36865c088"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.139.20250408050333/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: 4, hour: 5, minute: 23, second: 42))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 4, day: 8, hour: 5, minute: 27, second: 29))
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: 4, hour: 5, minute: 23, second: 44))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 4, day: 8, hour: 5, minute: 27, second: 31))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)