Skip to content

Commit 60d993c

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (129.0.20240628050251)
1 parent d2941d3 commit 60d993c

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-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 = "9646f74c419f0819378c52f807bad0dd3b2f23e80049e6f583da3a590868eb51"
5-
let version = "129.0.20240626050324"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240626050324/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "3a4f12fdbbf26e25b93b7b8d0935c433111c2efd1031cd5a50d42a2070c9571e"
5+
let version = "129.0.20240628050251"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240628050251/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "f902121f8fe8562fed62cfb8a337f077f0d10b37150fb6a215e752966b691363"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240626050324/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "991a9f1dbe880db4e47a44240a139ac9cec744dfd23a2d99426f2c92befacb4d"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240628050251/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: 2024, month: 6, day: 26, hour: 5, minute: 19, second: 41))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 28, hour: 5, minute: 19, second: 12))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Nimbus/Nimbus.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ extension Nimbus: FeaturesInterface {
161161
branch: event.branchSlug,
162162
experiment: event.experimentSlug
163163
))
164-
165164
case .enrollFailed:
166165
GleanMetrics.NimbusEvents.enrollFailed.record(GleanMetrics.NimbusEvents.EnrollFailedExtra(
167166
branch: event.branchSlug,

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: 6, day: 26, hour: 5, minute: 19, second: 43))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 28, hour: 5, minute: 19, second: 14))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/Nimbus/Nimbus.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ extension Nimbus: FeaturesInterface {
161161
branch: event.branchSlug,
162162
experiment: event.experimentSlug
163163
))
164-
165164
case .enrollFailed:
166165
GleanMetrics.NimbusEvents.enrollFailed.record(GleanMetrics.NimbusEvents.EnrollFailedExtra(
167166
branch: event.branchSlug,

0 commit comments

Comments
 (0)