Skip to content

Commit 89084ef

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (133.0.20241022050402)
1 parent c87b0c4 commit 89084ef

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
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 = "73a997bca9498a01f911cb481ec632705a40584eea333b033777a265bd48cc0a"
5-
let version = "133.0.20241021163120"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241021163120/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "668bb2dd39880ce6297a3cfd6375e960992de3f3ee4836aabf1422387d9eee75"
5+
let version = "133.0.20241022050402"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241022050402/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "fc17b48450c60f66fe9d854124f9eb6491394e27eb4b282460df0cb6debac6e4"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241021163120/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "6c1fb1cddd807c1b742c2b6858af63efce4c2d0d4f379c877e36b5fd5217a423"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241022050402/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 v15.0.1. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v15.1.0. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 2024, month: 10, day: 21, hour: 16, minute: 56, second: 24))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 22, hour: 5, minute: 20, second: 49))
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
@@ -1877,7 +1877,7 @@ public enum Suggestion {
18771877
)
18781878
case mdn(title: String, url: String, description: String, score: Double
18791879
)
1880-
case weather(city: String?, region: String?, score: Double
1880+
case weather(city: String?, region: String?, country: String?, score: Double
18811881
)
18821882
case fakespot(fakespotGrade: String, productId: String, rating: Double, title: String, totalReviews: Int64, url: String, icon: Data?, iconMimetype: String?, score: Double
18831883
)
@@ -1914,7 +1914,7 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
19141914
case 6: return .mdn(title: try FfiConverterString.read(from: &buf), url: try FfiConverterString.read(from: &buf), description: try FfiConverterString.read(from: &buf), score: try FfiConverterDouble.read(from: &buf)
19151915
)
19161916

1917-
case 7: return .weather(city: try FfiConverterOptionString.read(from: &buf), region: try FfiConverterOptionString.read(from: &buf), score: try FfiConverterDouble.read(from: &buf)
1917+
case 7: return .weather(city: try FfiConverterOptionString.read(from: &buf), region: try FfiConverterOptionString.read(from: &buf), country: try FfiConverterOptionString.read(from: &buf), score: try FfiConverterDouble.read(from: &buf)
19181918
)
19191919

19201920
case 8: return .fakespot(fakespotGrade: try FfiConverterString.read(from: &buf), productId: try FfiConverterString.read(from: &buf), rating: try FfiConverterDouble.read(from: &buf), title: try FfiConverterString.read(from: &buf), totalReviews: try FfiConverterInt64.read(from: &buf), url: try FfiConverterString.read(from: &buf), icon: try FfiConverterOptionData.read(from: &buf), iconMimetype: try FfiConverterOptionString.read(from: &buf), score: try FfiConverterDouble.read(from: &buf)
@@ -1997,10 +1997,11 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
19971997
FfiConverterDouble.write(score, into: &buf)
19981998

19991999

2000-
case let .weather(city,region,score):
2000+
case let .weather(city,region,country,score):
20012001
writeInt(&buf, Int32(7))
20022002
FfiConverterOptionString.write(city, into: &buf)
20032003
FfiConverterOptionString.write(region, into: &buf)
2004+
FfiConverterOptionString.write(country, into: &buf)
20042005
FfiConverterDouble.write(score, into: &buf)
20052006

20062007

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: 2024, month: 10, day: 21, hour: 16, minute: 56, second: 27))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 22, hour: 5, minute: 20, second: 51))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)