Skip to content

Commit f8f647a

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (135.0.20241211011009)
1 parent 5222c26 commit f8f647a

File tree

3 files changed

+16
-23
lines changed

3 files changed

+16
-23
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 = "391db2431f2be8c64efe14df05deb8d31c35a495fb87fef3e38ba1cc1258c408"
5-
let version = "135.0.20241210050328"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241210050328/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "a5b2dd2f26d4896ed116e9687c99dddf2eaf99c3042d1c6d077b8c983c8a9ce5"
5+
let version = "135.0.20241211011009"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241211011009/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

3-
// AUTOGENERATED BY glean_parser v16.1.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v15.2.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: 2024, month: 12, day: 10, hour: 5, minute: 19, second: 46))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 11, hour: 1, minute: 26, second: 1))
2727
}
2828

2929
enum NimbusEvents {
@@ -1302,8 +1302,7 @@ extension GleanMetrics {
13021302
includeInfoSections: true,
13031303
enabled: true,
13041304
schedulesPings: [],
1305-
reasonCodes: [],
1306-
followsCollectionEnabled: true
1305+
reasonCodes: []
13071306
)
13081307

13091308
/// A ping sent for every bookmarks sync. It doesn't include the `client_id`
@@ -1316,8 +1315,7 @@ extension GleanMetrics {
13161315
includeInfoSections: true,
13171316
enabled: true,
13181317
schedulesPings: [],
1319-
reasonCodes: [],
1320-
followsCollectionEnabled: true
1318+
reasonCodes: []
13211319
)
13221320

13231321
/// A ping sent for every Credit Cards engine sync. It doesn't include the
@@ -1331,8 +1329,7 @@ extension GleanMetrics {
13311329
includeInfoSections: true,
13321330
enabled: true,
13331331
schedulesPings: [],
1334-
reasonCodes: [],
1335-
followsCollectionEnabled: true
1332+
reasonCodes: []
13361333
)
13371334

13381335
/// A ping sent for every history sync. It doesn't include the `client_id` because
@@ -1345,8 +1342,7 @@ extension GleanMetrics {
13451342
includeInfoSections: true,
13461343
enabled: true,
13471344
schedulesPings: [],
1348-
reasonCodes: [],
1349-
followsCollectionEnabled: true
1345+
reasonCodes: []
13501346
)
13511347

13521348
/// A ping sent for every logins/passwords sync. It doesn't include the `client_id`
@@ -1359,8 +1355,7 @@ extension GleanMetrics {
13591355
includeInfoSections: true,
13601356
enabled: true,
13611357
schedulesPings: [],
1362-
reasonCodes: [],
1363-
followsCollectionEnabled: true
1358+
reasonCodes: []
13641359
)
13651360

13661361
/// A summary ping, sent every time a sync is performed. During each Sync one or
@@ -1382,8 +1377,7 @@ extension GleanMetrics {
13821377
includeInfoSections: true,
13831378
enabled: true,
13841379
schedulesPings: [],
1385-
reasonCodes: [],
1386-
followsCollectionEnabled: true
1380+
reasonCodes: []
13871381
)
13881382

13891383
/// A ping sent for every Tabs engine sync. It doesn't include the `client_id`
@@ -1396,8 +1390,7 @@ extension GleanMetrics {
13961390
includeInfoSections: true,
13971391
enabled: true,
13981392
schedulesPings: [],
1399-
reasonCodes: [],
1400-
followsCollectionEnabled: true
1393+
reasonCodes: []
14011394
)
14021395

14031396
}

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v16.1.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v15.2.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: 2024, month: 12, day: 10, hour: 5, minute: 19, second: 49))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 11, hour: 1, minute: 26, second: 4))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)