Skip to content

Commit 8b6a55c

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (140.0.20250501050311)
1 parent 14f64ea commit 8b6a55c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
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 = "3dcb6f7682cd6356db2d536263eaed998e751a6210d998f83e5b5f2b30a79ea0"
5-
let version = "140.0.20250430050402"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250430050402/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "323665121f9770efa157ee50669bfadc10dc04d3eaa72040917d89cd68c2a942"
5+
let version = "140.0.20250501050311"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250501050311/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "0151f1f71e32c6440a8231c57e6f30ff3c208de54d18c90a42fd68c559c0bc7b"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250430050402/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "5be063efb2ecb10f1d3aed7b4c2cab2ca08e146ba0b1535ba7fa2b1dd7a20332"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250501050311/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: 4, day: 30, hour: 5, minute: 17, second: 10))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 5, day: 1, hour: 5, minute: 19, second: 22))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/search.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ public func FfiConverterTypeSearchEngineSelector_lower(_ value: SearchEngineSele
718718
public struct JsonEngineUrl {
719719
/**
720720
* The PrePath and FilePath of the URL. May include variables for engines
721-
* which have a variable FilePath, e.g. `{searchTerm}` for when a search
721+
* which have a variable FilePath, e.g. `{searchTerms}` for when a search
722722
* term is within the path of the url.
723723
*/
724724
public var base: String?
@@ -733,7 +733,7 @@ public struct JsonEngineUrl {
733733
public var params: [SearchUrlParam]?
734734
/**
735735
* The name of the query parameter for the search term. Automatically
736-
* appended to the end of the query. This may be skipped if `{searchTerm}`
736+
* appended to the end of the query. This may be skipped if `{searchTerms}`
737737
* is included in the base.
738738
*/
739739
public var searchTermParamName: String?
@@ -743,7 +743,7 @@ public struct JsonEngineUrl {
743743
public init(
744744
/**
745745
* The PrePath and FilePath of the URL. May include variables for engines
746-
* which have a variable FilePath, e.g. `{searchTerm}` for when a search
746+
* which have a variable FilePath, e.g. `{searchTerms}` for when a search
747747
* term is within the path of the url.
748748
*/base: String?,
749749
/**
@@ -755,7 +755,7 @@ public struct JsonEngineUrl {
755755
*/params: [SearchUrlParam]?,
756756
/**
757757
* The name of the query parameter for the search term. Automatically
758-
* appended to the end of the query. This may be skipped if `{searchTerm}`
758+
* appended to the end of the query. This may be skipped if `{searchTerms}`
759759
* is included in the base.
760760
*/searchTermParamName: String?) {
761761
self.base = base
@@ -1329,7 +1329,7 @@ public func FfiConverterTypeSearchEngineDefinition_lower(_ value: SearchEngineDe
13291329
public struct SearchEngineUrl {
13301330
/**
13311331
* The PrePath and FilePath of the URL. May include variables for engines
1332-
* which have a variable FilePath, e.g. `{searchTerm}` for when a search
1332+
* which have a variable FilePath, e.g. `{searchTerms}` for when a search
13331333
* term is within the path of the url.
13341334
*/
13351335
public var base: String
@@ -1344,7 +1344,7 @@ public struct SearchEngineUrl {
13441344
public var params: [SearchUrlParam]
13451345
/**
13461346
* The name of the query parameter for the search term. Automatically
1347-
* appended to the end of the query. This may be skipped if `{searchTerm}`
1347+
* appended to the end of the query. This may be skipped if `{searchTerms}`
13481348
* is included in the base.
13491349
*/
13501350
public var searchTermParamName: String?
@@ -1354,7 +1354,7 @@ public struct SearchEngineUrl {
13541354
public init(
13551355
/**
13561356
* The PrePath and FilePath of the URL. May include variables for engines
1357-
* which have a variable FilePath, e.g. `{searchTerm}` for when a search
1357+
* which have a variable FilePath, e.g. `{searchTerms}` for when a search
13581358
* term is within the path of the url.
13591359
*/base: String,
13601360
/**
@@ -1366,7 +1366,7 @@ public struct SearchEngineUrl {
13661366
*/params: [SearchUrlParam],
13671367
/**
13681368
* The name of the query parameter for the search term. Automatically
1369-
* appended to the end of the query. This may be skipped if `{searchTerm}`
1369+
* appended to the end of the query. This may be skipped if `{searchTerms}`
13701370
* is included in the base.
13711371
*/searchTermParamName: String?) {
13721372
self.base = base

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: 4, day: 30, hour: 5, minute: 17, second: 13))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 5, day: 1, hour: 5, minute: 19, second: 25))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)