Skip to content

Commit 8ff87c7

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (124.0.20240125050305)
1 parent 549f0e3 commit 8ff87c7

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
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 = "d93761730b323b8c6cbda1a6d679e888671d9373c765abbc1b3405ca591129ea"
5-
let version = "124.0.20240124050356"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240124050356/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "224d759484e4d7e253023277626e02df38e6cefb85880ee08afa4c66b12a4d8c"
5+
let version = "124.0.20240125050305"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240125050305/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "f2298f5f6ac57d30da1405f40fca4b2a856b76bfa11abffe81b2f022ece02cd8"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240124050356/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "3c77adeacc171f58ade4bd934df2bcc3419981483bd9a98559214eb46767f312"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240125050305/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v10.0.3. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v11.0.1. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 1, day: 24, hour: 5, minute: 17, second: 8))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 1, day: 25, hour: 5, minute: 20, second: 8))
2929
}
3030

3131
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ extension SuggestApiError: Error { }
697697
// See https://github.com/mozilla/uniffi-rs/issues/396 for further discussion.
698698
public enum Suggestion {
699699

700-
case amp(title: String, url: String, rawUrl: String, icon: [UInt8]?, fullKeyword: String, blockId: Int64, advertiser: String, iabCategory: String, impressionUrl: String, clickUrl: String, rawClickUrl: String)
700+
case amp(title: String, url: String, rawUrl: String, icon: [UInt8]?, fullKeyword: String, blockId: Int64, advertiser: String, iabCategory: String, impressionUrl: String, clickUrl: String, rawClickUrl: String, score: Double)
701701
case pocket(title: String, url: String, score: Double, isTopPick: Bool)
702702
case wikipedia(title: String, url: String, icon: [UInt8]?, fullKeyword: String)
703703
case amo(title: String, url: String, iconUrl: String, description: String, rating: String?, numberOfRatings: Int64, guid: String, score: Double)
@@ -722,7 +722,8 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
722722
iabCategory: try FfiConverterString.read(from: &buf),
723723
impressionUrl: try FfiConverterString.read(from: &buf),
724724
clickUrl: try FfiConverterString.read(from: &buf),
725-
rawClickUrl: try FfiConverterString.read(from: &buf)
725+
rawClickUrl: try FfiConverterString.read(from: &buf),
726+
score: try FfiConverterDouble.read(from: &buf)
726727
)
727728

728729
case 2: return .pocket(
@@ -763,7 +764,7 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
763764
switch value {
764765

765766

766-
case let .amp(title,url,rawUrl,icon,fullKeyword,blockId,advertiser,iabCategory,impressionUrl,clickUrl,rawClickUrl):
767+
case let .amp(title,url,rawUrl,icon,fullKeyword,blockId,advertiser,iabCategory,impressionUrl,clickUrl,rawClickUrl,score):
767768
writeInt(&buf, Int32(1))
768769
FfiConverterString.write(title, into: &buf)
769770
FfiConverterString.write(url, into: &buf)
@@ -776,6 +777,7 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
776777
FfiConverterString.write(impressionUrl, into: &buf)
777778
FfiConverterString.write(clickUrl, into: &buf)
778779
FfiConverterString.write(rawClickUrl, into: &buf)
780+
FfiConverterDouble.write(score, into: &buf)
779781

780782

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v10.0.3. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v11.0.1. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 1, day: 24, hour: 5, minute: 17, second: 11))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 1, day: 25, hour: 5, minute: 20, second: 11))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)