Skip to content

Commit d2ca7ce

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (136.0.20250118050318)
1 parent a17ff11 commit d2ca7ce

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
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 = "81e65df195db9b83a44816eef24448cd73f9f77c3112c1a0f68a6c6577c20dfd"
5-
let version = "136.0.20250117050350"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250117050350/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "e108de83f1695bedab33b9e97340a4d8a500113c6e8138699ff3665835fc47e0"
5+
let version = "136.0.20250118050318"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250118050318/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "8fa14e3b18067b64e533da4bdce090408a30902121e2b79a5680c85b0fda07cd"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250117050350/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "1d6176bc6d438f50963f1548881637a7e2b6cf2b0e4d29d4a683aa2a520a9438"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250118050318/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: 1, day: 17, hour: 5, minute: 21, second: 34))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 1, day: 18, hour: 5, minute: 18, second: 9))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2526,7 +2526,7 @@ extension SuggestProviderConfig: Equatable, Hashable {}
25262526

25272527
public enum Suggestion {
25282528

2529-
case amp(title: String, url: String, rawUrl: String, icon: Data?, iconMimetype: String?, fullKeyword: String, blockId: Int64, advertiser: String, iabCategory: String, impressionUrl: String, clickUrl: String, rawClickUrl: String, score: Double
2529+
case amp(title: String, url: String, rawUrl: String, icon: Data?, iconMimetype: String?, fullKeyword: String, blockId: Int64, advertiser: String, iabCategory: String, impressionUrl: String, clickUrl: String, rawClickUrl: String, score: Double, ftsMatchInfo: FtsMatchInfo?
25302530
)
25312531
case pocket(title: String, url: String, score: Double, isTopPick: Bool
25322532
)
@@ -2557,7 +2557,7 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
25572557
let variant: Int32 = try readInt(&buf)
25582558
switch variant {
25592559

2560-
case 1: return .amp(title: try FfiConverterString.read(from: &buf), url: try FfiConverterString.read(from: &buf), rawUrl: try FfiConverterString.read(from: &buf), icon: try FfiConverterOptionData.read(from: &buf), iconMimetype: try FfiConverterOptionString.read(from: &buf), fullKeyword: try FfiConverterString.read(from: &buf), blockId: try FfiConverterInt64.read(from: &buf), advertiser: try FfiConverterString.read(from: &buf), iabCategory: try FfiConverterString.read(from: &buf), impressionUrl: try FfiConverterString.read(from: &buf), clickUrl: try FfiConverterString.read(from: &buf), rawClickUrl: try FfiConverterString.read(from: &buf), score: try FfiConverterDouble.read(from: &buf)
2560+
case 1: return .amp(title: try FfiConverterString.read(from: &buf), url: try FfiConverterString.read(from: &buf), rawUrl: try FfiConverterString.read(from: &buf), icon: try FfiConverterOptionData.read(from: &buf), iconMimetype: try FfiConverterOptionString.read(from: &buf), fullKeyword: try FfiConverterString.read(from: &buf), blockId: try FfiConverterInt64.read(from: &buf), advertiser: try FfiConverterString.read(from: &buf), iabCategory: try FfiConverterString.read(from: &buf), impressionUrl: try FfiConverterString.read(from: &buf), clickUrl: try FfiConverterString.read(from: &buf), rawClickUrl: try FfiConverterString.read(from: &buf), score: try FfiConverterDouble.read(from: &buf), ftsMatchInfo: try FfiConverterOptionTypeFtsMatchInfo.read(from: &buf)
25612561
)
25622562

25632563
case 2: return .pocket(title: try FfiConverterString.read(from: &buf), url: try FfiConverterString.read(from: &buf), score: try FfiConverterDouble.read(from: &buf), isTopPick: try FfiConverterBool.read(from: &buf)
@@ -2592,7 +2592,7 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
25922592
switch value {
25932593

25942594

2595-
case let .amp(title,url,rawUrl,icon,iconMimetype,fullKeyword,blockId,advertiser,iabCategory,impressionUrl,clickUrl,rawClickUrl,score):
2595+
case let .amp(title,url,rawUrl,icon,iconMimetype,fullKeyword,blockId,advertiser,iabCategory,impressionUrl,clickUrl,rawClickUrl,score,ftsMatchInfo):
25962596
writeInt(&buf, Int32(1))
25972597
FfiConverterString.write(title, into: &buf)
25982598
FfiConverterString.write(url, into: &buf)
@@ -2607,6 +2607,7 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
26072607
FfiConverterString.write(clickUrl, into: &buf)
26082608
FfiConverterString.write(rawClickUrl, into: &buf)
26092609
FfiConverterDouble.write(score, into: &buf)
2610+
FfiConverterOptionTypeFtsMatchInfo.write(ftsMatchInfo, into: &buf)
26102611

26112612

26122613
case let .pocket(title,url,score,isTopPick):

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: 1, day: 17, hour: 5, minute: 21, second: 36))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 1, day: 18, hour: 5, minute: 18, second: 12))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)