Skip to content

Commit 8ac3428

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (142.0.20250624050336)
1 parent 5762ae9 commit 8ac3428

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-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 = "d38134ac8d93d0e17e507dad45b76084b9850b46412b8abd827d919e97d9e4c9"
5-
let version = "141.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/141.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "4eca532bf31698f33bd7569f5b46c71319d294b5d9ffb7a38687302897ba3beb"
5+
let version = "142.0.20250624050336"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250624050336/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "20685dbd16ce547c3b534d343c71c63af5bbe59baa43ecad4d6855be97509aa2"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/141.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "87c5a2120257b8bbbd2abde5436368a9dc003077e2854dcd2d0cfa61898aefd1"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250624050336/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: 6, day: 23, hour: 12, minute: 20, second: 54))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 24, hour: 5, minute: 29, second: 31))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Nimbus/FeatureManifestInterface.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ public protocol FeatureManifestInterface {
3737
func getFeature(featureId: String) -> FeatureHolderAny?
3838

3939
func getCoenrollingFeatureIds() -> [String]
40+
41+
func geckoPrefsMap() -> [String: [String: String]]
4042
}

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: 6, day: 23, hour: 12, minute: 20, second: 57))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 24, hour: 5, minute: 29, second: 34))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/Nimbus/FeatureManifestInterface.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ public protocol FeatureManifestInterface {
3737
func getFeature(featureId: String) -> FeatureHolderAny?
3838

3939
func getCoenrollingFeatureIds() -> [String]
40+
41+
func geckoPrefsMap() -> [String: [String: String]]
4042
}

0 commit comments

Comments
 (0)