Skip to content

Commit 88df6f0

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (138.0.20250325204448)
1 parent ba9795d commit 88df6f0

32 files changed

+2304
-1076
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 = "f03722c9d50803cd66a9b892a7b6e44be2b339cbabdfb8eccc8eeab0baffec2b"
5-
let version = "138.0.20250325050356"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250325050356/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "a5cce51d6af2494b0c116442aaf0bf6c05ee32115c20366b7fa5ebdf381944d5"
5+
let version = "138.0.20250325204448"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250325204448/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "252f9c2d1bc77952891f27d2548bc5c653fdda3b3b8e249773c3087ca2b7a21f"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250325050356/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "e803c645703c347a023ba96ff1c1c9a696fa93657f5eea62fc823ca8b4e059e2"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250325204448/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: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v16.2.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v17.0.1. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 3, day: 25, hour: 5, minute: 29, second: 48))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 25, hour: 21, minute: 13, second: 30))
2727
}
2828

2929
enum NimbusEvents {
@@ -1303,7 +1303,8 @@ extension GleanMetrics {
13031303
enabled: true,
13041304
schedulesPings: [],
13051305
reasonCodes: [],
1306-
followsCollectionEnabled: true
1306+
followsCollectionEnabled: true,
1307+
uploaderCapabilities: []
13071308
)
13081309

13091310
/// A ping sent for every bookmarks sync. It doesn't include the `client_id`
@@ -1317,7 +1318,8 @@ extension GleanMetrics {
13171318
enabled: true,
13181319
schedulesPings: [],
13191320
reasonCodes: [],
1320-
followsCollectionEnabled: true
1321+
followsCollectionEnabled: true,
1322+
uploaderCapabilities: []
13211323
)
13221324

13231325
/// A ping sent for every Credit Cards engine sync. It doesn't include the
@@ -1332,7 +1334,8 @@ extension GleanMetrics {
13321334
enabled: true,
13331335
schedulesPings: [],
13341336
reasonCodes: [],
1335-
followsCollectionEnabled: true
1337+
followsCollectionEnabled: true,
1338+
uploaderCapabilities: []
13361339
)
13371340

13381341
/// A ping sent for every history sync. It doesn't include the `client_id` because
@@ -1346,7 +1349,8 @@ extension GleanMetrics {
13461349
enabled: true,
13471350
schedulesPings: [],
13481351
reasonCodes: [],
1349-
followsCollectionEnabled: true
1352+
followsCollectionEnabled: true,
1353+
uploaderCapabilities: []
13501354
)
13511355

13521356
/// A ping sent for every logins/passwords sync. It doesn't include the `client_id`
@@ -1360,7 +1364,8 @@ extension GleanMetrics {
13601364
enabled: true,
13611365
schedulesPings: [],
13621366
reasonCodes: [],
1363-
followsCollectionEnabled: true
1367+
followsCollectionEnabled: true,
1368+
uploaderCapabilities: []
13641369
)
13651370

13661371
/// A summary ping, sent every time a sync is performed. During each Sync one or
@@ -1383,7 +1388,8 @@ extension GleanMetrics {
13831388
enabled: true,
13841389
schedulesPings: [],
13851390
reasonCodes: [],
1386-
followsCollectionEnabled: true
1391+
followsCollectionEnabled: true,
1392+
uploaderCapabilities: []
13871393
)
13881394

13891395
/// A ping sent for every Tabs engine sync. It doesn't include the `client_id`
@@ -1397,7 +1403,8 @@ extension GleanMetrics {
13971403
enabled: true,
13981404
schedulesPings: [],
13991405
reasonCodes: [],
1400-
followsCollectionEnabled: true
1406+
followsCollectionEnabled: true,
1407+
uploaderCapabilities: []
14011408
)
14021409

14031410
}

0 commit comments

Comments
 (0)