Skip to content

Commit 047999c

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (138.0.20250321050306)
1 parent 58d75f4 commit 047999c

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

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)