Skip to content

Commit bb049a2

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (138.0.20250328050321)
1 parent fafd38b commit bb049a2

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

88
// Focus xcframework
9-
let focusChecksum = "b17faacdba7cc3a3eb8af066fa92393f5f06060d01c28222b84c7c58673c0200"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250327050436/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "3a966c7ac9fe1e2accc2f2f33c6d70e606bd5b4fad735082bbcbe410f3836ded"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250328050321/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: 3, day: 27, hour: 5, minute: 13, second: 48))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 28, hour: 5, minute: 16, second: 12))
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: 3, day: 27, hour: 5, minute: 13, second: 50))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 28, hour: 5, minute: 16, second: 15))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)