Skip to content

Commit 02669f0

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (128.0.20240608050303)
1 parent 069fcd1 commit 02669f0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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 = "5c5284119bbb0c64090d637c9ef7debeeff386023972665cdbee8a97d6e8b244"
5-
let version = "128.0.20240606050308"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240606050308/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "c1e608878f74360681864bd69a31555507a2e5e5d993a12d654a32be4760864f"
5+
let version = "128.0.20240608050303"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240608050303/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

2929
enum NimbusEvents {

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)