Skip to content

Commit a2c0175

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (138.0.20250314050335)
1 parent 050a376 commit a2c0175

File tree

4 files changed

+13
-20
lines changed

4 files changed

+13
-20
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 = "47b480468b345cf300c716072f89342469beb50e46887dabce5a166128705f9b"
5-
let version = "138.0.20250311050358"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250311050358/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "19585472de64027d13bc44e3a3890a8a472bbf4388a2c0d013b4434865046e99"
5+
let version = "138.0.20250314050335"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250314050335/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "ac54400800c9561804f5ed774deea0026edf06c9df81cee72d6c32943a5f7b77"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250311050358/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "3523d3e0412f6cf7c74b55ba48c3d6e232b6cc4283828092d62e053aa38f6956"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250314050335/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: 3, day: 11, hour: 5, minute: 16, second: 8))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 14, hour: 5, minute: 30, second: 24))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,9 +2738,8 @@ public enum SuggestionProvider : UInt8 {
27382738
case yelp = 5
27392739
case mdn = 6
27402740
case weather = 7
2741-
case ampMobile = 8
2742-
case fakespot = 9
2743-
case exposure = 10
2741+
case fakespot = 8
2742+
case exposure = 9
27442743
}
27452744

27462745

@@ -2768,11 +2767,9 @@ public struct FfiConverterTypeSuggestionProvider: FfiConverterRustBuffer {
27682767

27692768
case 7: return .weather
27702769

2771-
case 8: return .ampMobile
2770+
case 8: return .fakespot
27722771

2773-
case 9: return .fakespot
2774-
2775-
case 10: return .exposure
2772+
case 9: return .exposure
27762773

27772774
default: throw UniffiInternalError.unexpectedEnumCase
27782775
}
@@ -2810,16 +2807,12 @@ public struct FfiConverterTypeSuggestionProvider: FfiConverterRustBuffer {
28102807
writeInt(&buf, Int32(7))
28112808

28122809

2813-
case .ampMobile:
2814-
writeInt(&buf, Int32(8))
2815-
2816-
28172810
case .fakespot:
2818-
writeInt(&buf, Int32(9))
2811+
writeInt(&buf, Int32(8))
28192812

28202813

28212814
case .exposure:
2822-
writeInt(&buf, Int32(10))
2815+
writeInt(&buf, Int32(9))
28232816

28242817
}
28252818
}

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: 3, day: 11, hour: 5, minute: 16, second: 10))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 14, hour: 5, minute: 30, second: 27))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)