Skip to content

macOS - Bump Internal Release #1

macOS - Bump Internal Release

macOS - Bump Internal Release #1

Manually triggered January 17, 2025 01:45
Status Success
Total duration 37m 59s
Artifacts 6

macos_bump_internal_release.yml

on: workflow_dispatch
Validate Input Conditions
38s
Validate Input Conditions
Matrix: Run Tests / Test
Run Tests  /  ShellCheck
7s
Run Tests / ShellCheck
Run Tests  /  SwiftLint
42s
Run Tests / SwiftLint
Run Tests  /  Test Shell Scripts
19s
Run Tests / Test Shell Scripts
Run Tests  /  Make Release Build
0s
Run Tests / Make Release Build
Run Tests  /  Verify autoconsent bundle
30s
Run Tests / Verify autoconsent bundle
Run Tests  /  ...  /  Update PR comment
1s
Run Tests / Private API Report / Update PR comment
Run Tests  /  Create Asana Task
0s
Run Tests / Create Asana Task
Run Tests  /  Close Asana Task
0s
Run Tests / Close Asana Task
Increment Build Number
53s
Increment Build Number
Prepare Release  /  ...  /  Export Notarized App
9m 52s
Prepare Release / Prepare DMG Release / Export Notarized App
Prepare Release  /  ...  /  Make App Store Connect Release
21m 8s
Prepare Release / Prepare AppStore Release / Make App Store Connect Release
Prepare Release  /  ...  /  Create DMG
1m 34s
Prepare Release / Prepare DMG Release / Create DMG
Prepare Release  /  ...  /  Send Mattermost message
30s
Prepare Release / Prepare DMG Release / Send Mattermost message
Tag and Merge Branch  /  Tag Release
44s
Tag and Merge Branch / Tag Release
Publish DMG Release  /  ...  /  Tag Release
Publish DMG Release / Tag public release / Tag Release
Publish DMG Release  /  Publish a release to Sparkle
2m 26s
Publish DMG Release / Publish a release to Sparkle
Publish DMG Release  /  ...  /  Download Release App and upload artifact
Publish DMG Release / Create DMG Variants / Download Release App and upload artifact
Publish DMG Release  /  ...  /  Set Up Variants
Publish DMG Release / Create DMG Variants / Set Up Variants
Matrix: Publish DMG Release / Create DMG Variants / Create Variant
Waiting for pending jobs
Matrix: Publish DMG Release / Create DMG Variants / Create Variant
Waiting for pending jobs
Publish DMG Release  /  ...  /  Send Mattermost message
Publish DMG Release / Create DMG Variants / Send Mattermost message
Fit to window
Zoom out
Zoom in

Annotations

1 error, 36 warnings, and 2 notices
Run Tests / Test (Non-Sandbox): IntegrationTests/NavigationProtection/NavigationProtectionIntegrationTests.swift#L273
testGPC, XCTAssertEqual failed: ("[Integration_Tests.(unknown context at $105388f40).Results.Result(id: "top frame header", value: Optional(Integration_Tests.(unknown context at $105388f40).Results.Result.Value.string("1"))), Integration_Tests.(unknown context at $105388f40).Results.Result(id: "top frame JS API", value: Optional(Integration_Tests.(unknown context at $105388f40).Results.Result.Value.null)), Integration_Tests.(unknown context at $105388f40).Results.Result(id: "frame header", value: nil), Integration_Tests.(unknown context at $105388f40).Results.Result(id: "frame JS API", value: nil), Integration_Tests.(unknown context at $105388f40).Results.Result(id: "subequest header", value: nil)]") is not equal to ("[Integration_Tests.(unknown context at $105388f40).Results.Result(id: "top frame header", value: Optional(Integration_Tests.(unknown context at $105388f40).Results.Result.Value.string("1"))), Integration_Tests.(unknown context at $105388f40).Results.Result(id: "top frame JS API", value: Optional(Integration_Tests.(unknown context at $105388f40).Results.Result.Value.null)), Integration_Tests.(unknown context at $105388f40).Results.Result(id: "frame header", value: nil), Integration_Tests.(unknown context at $105388f40).Results.Result(id: "frame JS API", value: Optional(Integration_Tests.(unknown context at $105388f40).Results.Result.Value.bool(false))), Integration_Tests.(unknown context at $105388f40).Results.Result(id: "subequest header", value: nil)]")
Run Tests / ShellCheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Tests / Verify autoconsent bundle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Tests / SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Tests / Test (Non-Sandbox): LocalPackages/UDSHelper/Sources/UDSHelper/UDSServer.swift#L25
extension declares a conformance of imported type 'NWConnection' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
Run Tests / Test (Non-Sandbox): LocalPackages/AppKitExtensions/Sources/AppKitExtensions/NSEventExtension.swift#L118
extension declares a conformance of imported type 'Set' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Run Tests / Test (Non-Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/TCPFlowManager.swift#L194
capture of 'flow' with non-sendable type 'NEAppProxyTCPFlow?' in a `@Sendable` closure
Run Tests / Test (Non-Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/TCPFlowManager.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NetworkExtension'
Run Tests / Test (Non-Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L179
global actor 'UDPFlowActor'-isolated instance method 'hash(into:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Test (Non-Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L173
global actor 'UDPFlowActor'-isolated operator function '==' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Test (Non-Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L326
global actor 'UDPFlowActor'-isolated instance method 'hash(into:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Test (Non-Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L322
global actor 'UDPFlowActor'-isolated operator function '==' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Test (Non-Sandbox): LocalPackages/SubscriptionUI/Sources/SubscriptionUI/DebugMenu/DebugPurchaseView.swift#L167
extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Run Tests / Test (Non-Sandbox): DerivedData/Build/Products/CI/GRDB.framework/Headers/GRDB.h#L11
umbrella header for module 'GRDB' does not include header 'sqlite3.h'
Run Tests / Test (Non-Sandbox)
sandbox-test-tool isn't code signed but requires entitlements. It is not possible to add entitlements to a binary without signing it. (in target 'sandbox-test-tool' from project 'DuckDuckGo')
Run Tests / Test (Sandbox)
sandbox-test-tool isn't code signed but requires entitlements. It is not possible to add entitlements to a binary without signing it. (in target 'sandbox-test-tool' from project 'DuckDuckGo')
Run Tests / Test (Sandbox): LocalPackages/UDSHelper/Sources/UDSHelper/UDSServer.swift#L25
extension declares a conformance of imported type 'NWConnection' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
Run Tests / Test (Sandbox): LocalPackages/UDSHelper/Sources/UDSHelper/UDSServer.swift#L25
extension declares a conformance of imported type 'NWConnection' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
Run Tests / Test (Sandbox): LocalPackages/AppKitExtensions/Sources/AppKitExtensions/NSEventExtension.swift#L118
extension declares a conformance of imported type 'Set' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Run Tests / Test (Sandbox): LocalPackages/AppKitExtensions/Sources/AppKitExtensions/NSEventExtension.swift#L118
extension declares a conformance of imported type 'Set' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Run Tests / Test (Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/TCPFlowManager.swift#L194
capture of 'flow' with non-sendable type 'NEAppProxyTCPFlow?' in a `@Sendable` closure
Run Tests / Test (Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/TCPFlowManager.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NetworkExtension'
Run Tests / Test (Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L179
global actor 'UDPFlowActor'-isolated instance method 'hash(into:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Test (Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L173
global actor 'UDPFlowActor'-isolated operator function '==' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Test (Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L326
global actor 'UDPFlowActor'-isolated instance method 'hash(into:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Test (Sandbox): LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L322
global actor 'UDPFlowActor'-isolated operator function '==' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Private API Report / Update PR comment
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Prepare Release / Prepare DMG Release / Export Notarized App: --- xcodebuild#L1
Using the first of multiple matching destinations:
Prepare Release / Prepare DMG Release / Export Notarized App: LocalPackages/UDSHelper/Sources/UDSHelper/UDSServer.swift#L25
extension declares a conformance of imported type 'NWConnection' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
Prepare Release / Prepare DMG Release / Export Notarized App: LocalPackages/UDSHelper/Sources/UDSHelper/UDSServer.swift#L25
extension declares a conformance of imported type 'NWConnection' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
Prepare Release / Prepare DMG Release / Export Notarized App: LocalPackages/AppKitExtensions/Sources/AppKitExtensions/NSEventExtension.swift#L118
extension declares a conformance of imported type 'Set' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Prepare Release / Prepare DMG Release / Export Notarized App: LocalPackages/AppKitExtensions/Sources/AppKitExtensions/NSEventExtension.swift#L118
extension declares a conformance of imported type 'Set' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Prepare Release / Prepare DMG Release / Export Notarized App: LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/TCPFlowManager.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NetworkExtension'
Prepare Release / Prepare DMG Release / Export Notarized App: LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L179
global actor 'UDPFlowActor'-isolated instance method 'hash(into:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Prepare Release / Prepare DMG Release / Export Notarized App: LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L173
global actor 'UDPFlowActor'-isolated operator function '==' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Prepare Release / Prepare DMG Release / Export Notarized App: LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionProxy/FlowManagers/UDPFlowManager.swift#L326
global actor 'UDPFlowActor'-isolated instance method 'hash(into:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Run Tests / Test (Sandbox)
Skipped Integration_Tests_App_Store.DownloadsIntegrationTests.testWhenLocalFile_downloadStartsAlwaysDisplayingSavePanel
Publish DMG Release / Publish a release to Sparkle
Checking out release/1.122.0 branch.

Artifacts

Produced during runtime
Name Size
DuckDuckGo-release-1.122.0.344.app
102 MB
DuckDuckGo-release-1.122.0.344.dmg
102 MB
DuckDuckGo-release-dSYM-1.122.0.344
138 MB
DuckDuckGo-testflight-dSYM-1.122.0.344
125 MB
appcast2-1.122.0.344.patch
1.6 KB
tag Expired
134 Bytes