Skip to content

Initial changes for compilation time tracking. #3100

Initial changes for compilation time tracking.

Initial changes for compilation time tracking. #3100

Triggered via pull request December 3, 2024 00:02
Status Failure
Total duration 4m 39s
Artifacts 2

pr.yml

on: pull_request
Run SwiftLint
34s
Run SwiftLint
Run unit tests (macOS)
4m 28s
Run unit tests (macOS)
Run unit tests (iOS)
3m 32s
Run unit tests (iOS)
Create Asana Task
0s
Create Asana Task
Close Asana Task
0s
Close Asana Task
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 22 warnings, and 10 notices
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockingRulesLookupTask.swift#L27
Prefer at least one space after slashes for comments (comment_spacing)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockingRulesLookupTask.swift#L28
Prefer at least one space after slashes for comments (comment_spacing)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockingRulesLookupTask.swift#L32
Prefer at least one space after slashes for comments (comment_spacing)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockerRulesManager.swift#L391
Prefer at least one space after slashes for comments (comment_spacing)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockerRulesManager.swift#L394
Prefer at least one space after slashes for comments (comment_spacing)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockerRulesManager.swift#L390
Lines should not have trailing whitespace (trailing_whitespace)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockerRulesManager.swift#L393
Lines should not have trailing whitespace (trailing_whitespace)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockingRulesCompilationTask.swift#L73
Prefer at least one space after slashes for comments (comment_spacing)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockingRulesCompilationTask.swift#L33
Lines should not have trailing whitespace (trailing_whitespace)
Run SwiftLint: Sources/BrowserServicesKit/ContentBlocking/ContentBlockingRulesCompilationTask.swift#L58
Lines should not have trailing whitespace (trailing_whitespace)
Run SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run unit tests (iOS): Sources/UserScript/UserScript.swift#L110
no calls to throwing functions occur within 'try' expression
Run unit tests (iOS): DerivedData/Build/Products/Debug-iphonesimulator/GRDB.framework/Headers/GRDB.h#L11
umbrella header for module 'GRDB' does not include header 'sqlite3.h'
Run unit tests (iOS): Sources/BrowserServicesKit/Autofill/AutofillUserScript.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (iOS): Sources/BrowserServicesKit/ContentBlocking/UserScripts/SurrogatesUserScript.swift#L19
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (iOS): Sources/BrowserServicesKit/ContentScopeScript/UserContentController.swift#L22
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (iOS): Sources/BrowserServicesKit/ContentBlocking/ContentBlockerRulesManager.swift#L392
initialization of immutable value 'iteration' was never used; consider replacing with assignment to '_' or removing it
Run unit tests (iOS): Sources/BrowserServicesKit/ContentBlocking/UserScripts/SurrogatesUserScript.swift#L19
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (iOS): Sources/BrowserServicesKit/ContentScopeScript/UserContentController.swift#L22
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (iOS): Sources/BrowserServicesKit/Autofill/AutofillUserScript.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (macOS): CoreData#L1
Multiple NSEntityDescriptions claim the NSManagedObject subclass 'DailyBlockedTrackersEntity' so +entity is unable to disambiguate.
Run unit tests (macOS): CoreData#L1
'DailyBlockedTrackersEntity' (0x60000019ca50) from NSManagedObjectModel (0x60000506e8f0) claims 'DailyBlockedTrackersEntity'.
Run unit tests (macOS): Sources/UserScript/UserScript.swift#L110
no calls to throwing functions occur within 'try' expression
Run unit tests (macOS): Sources/UserScript/UserScript.swift#L110
no calls to throwing functions occur within 'try' expression
Run unit tests (macOS): Sources/UserScript/UserScript.swift#L110
no calls to throwing functions occur within 'try' expression
Run unit tests (macOS): Sources/UserScript/UserScript.swift#L110
no calls to throwing functions occur within 'try' expression
Run unit tests (macOS): Sources/Navigation/DistributedNavigationDelegate.swift#L22
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (macOS): Sources/Navigation/Extensions/WKErrorExtension.swift#L55
extension declares a conformance of imported type 'WKError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WebKit' introduce this conformance in the future
Run unit tests (macOS): Sources/Navigation/WebKitDownload.swift#L34
sendability of function types in instance method 'cancel' does not match requirement in protocol 'WebKitDownload'; this is an error in the Swift 6 language mode
Run unit tests (macOS): Sources/Navigation/DistributedNavigationDelegate.swift#L22
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (macOS): Sources/Navigation/Extensions/WKErrorExtension.swift#L55
extension declares a conformance of imported type 'WKError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WebKit' introduce this conformance in the future
Run unit tests (macOS): Sources/Navigation/DistributedNavigationDelegate.swift#L22
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
Run unit tests (macOS)
Skipped NavigationTests.DistributedNavigationDelegateTests.testSimulatedRequestAfterCustomSchemeRequest
Run unit tests (macOS)
Skipped NavigationTests.DistributedNavigationDelegateTests.testSimulatedRequestAfterCustomSchemeRequestWithFailureAfterDidStartNavigation
Run unit tests (macOS)
Skipped NavigationTests.DistributedNavigationDelegateTests.testSimulatedRequestAfterCustomSchemeRequestWithFailureAfterWillStartNavigation
Run unit tests (macOS)
Skipped NavigationTests.DistributedNavigationDelegateTests.testSimulatedRequestAfterCustomSchemeRequestWithFailureBeforeWillStartNavigation
Run unit tests (macOS)
Skipped NavigationTests.DistributedNavigationDelegateTests.testSimulatedRequest
Run unit tests (macOS)
Skipped NavigationTests.DistributedNavigationDelegateTests.testSimulatedRequestWithData
Run unit tests (macOS)
Skipped CommonTests.URLExtensionTests.test_navigational_urls_are_valid
Run unit tests (macOS)
Skipped CommonTests.URLExtensionTests.test_non_valid_urls
Run unit tests (macOS)
Skipped CommonTests.URLExtensionTests.testBasicAuthCredential
Run unit tests (macOS)
Skipped CommonTests.URLExtensionTests.testURLRemovingBasicAuthCredential

Artifacts

Produced during runtime
Name Size
build-log.txt
55.2 KB
ios-build-log.txt
150 KB