Skip to content

Commit 4419a58

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (125.0.20240228050323)
1 parent bd03389 commit 4419a58

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
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 = "9933556677d584404c87d3ad28f14e8aafbcc824b209a944e9a122d2b39d9590"
5-
let version = "125.0.20240226160923"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.125.20240226160923/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "c9054490c566b9a600b0874a5d47dcac1f329d724aa80c2f303798b937de2ab5"
5+
let version = "125.0.20240228050323"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.125.20240228050323/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "9be71e9b50e0819ea7f5e27a7531f78be20119be2adc78a13fbac1bf5c253ba9"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.125.20240226160923/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "ff4670e895af6b4683dc25907b276b6d6ad1993259b818d31f3df7cf3deeb921"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.125.20240228050323/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
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 26, hour: 16, minute: 27, second: 20))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 28, hour: 5, minute: 18, second: 52))
2929
}
3030

3131
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ public enum Suggestion {
962962
case pocket(title: String, url: String, score: Double, isTopPick: Bool)
963963
case wikipedia(title: String, url: String, icon: [UInt8]?, fullKeyword: String)
964964
case amo(title: String, url: String, iconUrl: String, description: String, rating: String?, numberOfRatings: Int64, guid: String, score: Double)
965-
case yelp(url: String, title: String, icon: [UInt8]?, hasLocationSign: Bool, subjectExactMatch: Bool, locationParam: String)
965+
case yelp(url: String, title: String, icon: [UInt8]?, score: Double, hasLocationSign: Bool, subjectExactMatch: Bool, locationParam: String)
966966
case mdn(title: String, url: String, description: String, score: Double)
967967
case weather(score: Double)
968968
}
@@ -1018,6 +1018,7 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
10181018
url: try FfiConverterString.read(from: &buf),
10191019
title: try FfiConverterString.read(from: &buf),
10201020
icon: try FfiConverterOptionSequenceUInt8.read(from: &buf),
1021+
score: try FfiConverterDouble.read(from: &buf),
10211022
hasLocationSign: try FfiConverterBool.read(from: &buf),
10221023
subjectExactMatch: try FfiConverterBool.read(from: &buf),
10231024
locationParam: try FfiConverterString.read(from: &buf)
@@ -1086,11 +1087,12 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
10861087
FfiConverterDouble.write(score, into: &buf)
10871088

10881089

1089-
case let .yelp(url,title,icon,hasLocationSign,subjectExactMatch,locationParam):
1090+
case let .yelp(url,title,icon,score,hasLocationSign,subjectExactMatch,locationParam):
10901091
writeInt(&buf, Int32(5))
10911092
FfiConverterString.write(url, into: &buf)
10921093
FfiConverterString.write(title, into: &buf)
10931094
FfiConverterOptionSequenceUInt8.write(icon, into: &buf)
1095+
FfiConverterDouble.write(score, into: &buf)
10941096
FfiConverterBool.write(hasLocationSign, into: &buf)
10951097
FfiConverterBool.write(subjectExactMatch, into: &buf)
10961098
FfiConverterString.write(locationParam, into: &buf)

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 26, hour: 16, minute: 27, second: 23))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 28, hour: 5, minute: 18, second: 56))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)