Skip to content

Commit e452c01

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (122.0.20231130050456)
1 parent 52359b8 commit e452c01

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-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 = "2ac11b6bce2fd7ab2d822294cd9686b0f5be8859af7a80177fdfe44e57a1cca9"
5-
let version = "122.0.20231129050345"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231129050345/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "bebfcd8bf4773e5eec7808e249cbe21d02b5ab2a4c0996e08e7d6c999b563f3c"
5+
let version = "122.0.20231130050456"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231130050456/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "442761386cbb0dbfc73d377359f23e85e2547317d2451c0097f7634d235d6bbd"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231129050345/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "314d6ac65c2a3dd5d51453768a66b8bfa771a92ede8ba3823976205f7217124e"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231130050456/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: 2023, month: 11, day: 29, hour: 5, minute: 29, second: 11))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 11, day: 30, hour: 5, minute: 36, second: 56))
2929
}
3030

3131
enum NimbusEvents {

swift-source/all/Nimbus/FeatureHolder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ extension FeatureHolder: FeatureHolderInterface {
156156
public class FeatureHolderAny {
157157
let inner: FeatureHolderInterface
158158
let innerValue: FMLFeatureInterface
159-
init<T>(wrapping holder: FeatureHolder<T>) {
159+
public init<T>(wrapping holder: FeatureHolder<T>) {
160160
inner = holder
161161
innerValue = holder.value()
162162
}

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: 2023, month: 11, day: 29, hour: 5, minute: 29, second: 14))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 11, day: 30, hour: 5, minute: 36, second: 59))
2929
}
3030

3131
enum NimbusEvents {

swift-source/focus/Nimbus/FeatureHolder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ extension FeatureHolder: FeatureHolderInterface {
156156
public class FeatureHolderAny {
157157
let inner: FeatureHolderInterface
158158
let innerValue: FMLFeatureInterface
159-
init<T>(wrapping holder: FeatureHolder<T>) {
159+
public init<T>(wrapping holder: FeatureHolder<T>) {
160160
inner = holder
161161
innerValue = holder.value()
162162
}

0 commit comments

Comments
 (0)