Skip to content

Switch to TabView mid work commit. #965

Switch to TabView mid work commit.

Switch to TabView mid work commit. #965

Triggered via push September 26, 2024 10:12
Status Success
Total duration 2m 37s
Billable time 3m
Artifacts

Tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Tests: Sources/PromiseKit/ConcurrentDispatch.swift#L75
mutation of captured var 'activePromises' in concurrently-executing code; this is an error in the Swift 6 language mode
Tests: Sources/PromiseKit/ConcurrentDispatch.swift#L78
reference to captured var 'segmentIndex' in concurrently-executing code; this is an error in the Swift 6 language mode
Tests: Sources/PromiseKit/ConcurrentDispatch.swift#L80
mutation of captured var 'segmentIndex' in concurrently-executing code; this is an error in the Swift 6 language mode
Tests: Sources/PromiseKit/ConcurrentDispatch.swift#L84
mutation of captured var 'activePromises' in concurrently-executing code; this is an error in the Swift 6 language mode
Tests: Sources/PromiseKit/ConcurrentDispatch.swift#L90
reference to captured var 'activePromises' in concurrently-executing code; this is an error in the Swift 6 language mode
Tests: Sources/Core/Extensions/Foundation/DecodableDictionary+PovioKit.swift#L92
extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
Tests: Sources/Core/Extensions/Foundation/URL+PovioKit.swift#L37
extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
Tests: Sources/Core/Extensions/Foundation/URL+PovioKit.swift#L37
extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
Tests: Sources/Core/Extensions/Foundation/DecodableDictionary+PovioKit.swift#L92
extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
Tests: Sources/UI/SwiftUI/Views/PhotoPreview/PhotoPreview+ItemView.swift#L227
initialization of immutable value 'imageWidth' was never used; consider replacing with assignment to '_' or removing it