Skip to content

Nightly auto-update (141.0.0) #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// swift-tools-version:5.4
import PackageDescription

let checksum = "937dc6e7211a10e8080f7beed98cc5a919134598f587b01c1d16b59b6c8a5011"
let version = "141.0.20250622050330"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250622050330/artifacts/public/build/MozillaRustComponents.xcframework.zip"
let checksum = "d38134ac8d93d0e17e507dad45b76084b9850b46412b8abd827d919e97d9e4c9"
let version = "141.0.0"
let url = "https://archive.mozilla.org/pub/app-services/releases/141.0/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "5bbe807793b60dc7647fd234f4708ab831f2b9224bed390eeebfce36439a88af"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.141.20250622050330/artifacts/public/build/FocusRustComponents.xcframework.zip"
let focusChecksum = "20685dbd16ce547c3b534d343c71c63af5bbe59baa43ecad4d6855be97509aa2"
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/141.0/FocusRustComponents.xcframework.zip"
let package = Package(
name: "MozillaRustComponentsSwift",
platforms: [.iOS(.v14)],
Expand Down
2 changes: 1 addition & 1 deletion swift-source/all/Generated/Metrics/Metrics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension GleanMetrics {
// Intentionally left private, no external user can instantiate a new global object.
}

public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 22, hour: 5, minute: 22, second: 58))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 23, hour: 12, minute: 20, second: 54))
}

enum NimbusEvents {
Expand Down
2 changes: 1 addition & 1 deletion swift-source/focus/Generated/Metrics/Metrics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension GleanMetrics {
// Intentionally left private, no external user can instantiate a new global object.
}

public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 22, hour: 5, minute: 23, second: 0))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 6, day: 23, hour: 12, minute: 20, second: 57))
}

enum NimbusEvents {
Expand Down