fix: xcode 26 compile bug #1113
Triggered via pull request
September 17, 2025 16:26
Status
Failure
Total duration
5m 31s
Artifacts
–
Annotations
9 errors and 11 warnings
|
fmt
Process completed with exit code 2.
|
|
lint
Process completed with exit code 2.
|
|
lint:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L47
Parameter 'options' is unused; consider removing or replacing it with '_' (unused_parameter)
|
|
lint:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L136
Files should have a single trailing newline (trailing_newline)
|
|
lint:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L52
Line should be 120 characters or less; currently it has 133 characters (line_length)
|
|
lint:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L50
Line should be 120 characters or less; currently it has 126 characters (line_length)
|
|
lint:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L47
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
test
Process completed with exit code 2.
|
|
test:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L46
declaration 'startTunnel(options:completionHandler:)' has a type with different sendability from any potential overrides
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L55
Indent code in accordance with the scope level. (indent)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L54
Indent code in accordance with the scope level. (indent)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L53
Indent code in accordance with the scope level. (indent)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L52
Indent code in accordance with the scope level. (indent)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L51
Indent code in accordance with the scope level. (indent)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L50
Indent code in accordance with the scope level. (indent)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L49
Indent code in accordance with the scope level. (indent)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L48
Indent code in accordance with the scope level. (indent)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L47
Add or remove space around operators or delimiters. (spaceAroundOperators)
|
|
fmt:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L47
Indent code in accordance with the scope level. (indent)
|
|
test:
Coder-Desktop/VPN/PacketTunnelProvider.swift#L2
add '@preconcurrency' to treat 'Sendable'-related errors from module 'NetworkExtension' as warnings
|