Skip to content

Commit d7d3440

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (129.0.20240618050333)
1 parent 6b064ac commit d7d3440

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 = "083ae474a5b63d9a8c882c930e5722d3fb96de0eb595b224713a826d263eb5d1"
5-
let version = "129.0.20240614050247"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240614050247/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "0fb49b486ce225b3ee69aecb86a3c945343c00d7a53d67ed473b961b739cd380"
5+
let version = "129.0.20240618050333"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240618050333/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)