Skip to content

Commit eceeef3

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (142.0.20250626050326)
1 parent bcdd25e commit eceeef3

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
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 = "b685cb3a1431558dbbc41e98a7be1cca1603e0a839c331f1288eaa5549ea080e"
5-
let version = "142.0.20250625050341"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250625050341/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "d70645be9af9e6da5f8dcf2dddc05bbf036597e8b6a93b8a471128ad6cf2bda4"
5+
let version = "142.0.20250626050326"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250626050326/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "6393d15bbb764a553add2c27e55f661dbe6f4763cfbf0f7b891db0803bd8d1c6"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250625050341/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "fc40c941d57198d7fb8ed9965f1be10f0cf8549292d9924b0410d17880bb1516"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250626050326/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: 2025, month: 6, day: 25, hour: 5, minute: 18, second: 49))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 26, hour: 5, minute: 16, second: 36))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/logins.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,8 @@ public func createKey()throws -> String {
25572557
})
25582558
}
25592559
/**
2560-
* Create a LoginStore by passing in a db path and a static key
2560+
* Create a LoginStore with StaticKeyManager by passing in a db path and a
2561+
* static key
25612562
*/
25622563
public func createLoginStoreWithStaticKeyManager(path: String, key: String) -> LoginStore {
25632564
return try! FfiConverterTypeLoginStore_lift(try! rustCall() {

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)