Skip to content

fix(plugin-snowflake): keep a timestamp offset the date parser cannot represent as text #1987

fix(plugin-snowflake): keep a timestamp offset the date parser cannot represent as text

fix(plugin-snowflake): keep a timestamp offset the date parser cannot represent as text #1987

Triggered via pull request August 26, 2026 16:47
Status Cancelled
Total duration 7m 53s
Artifacts

macos-tests.yml

on: pull_request
Detect relevant changes
12s
Detect relevant changes
Matrix: ui
Unit tests
Unit tests
macOS Tests Gate
3s
macOS Tests Gate
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 18 warnings
Build for testing
Canceling since a higher priority waiting request for macos-tests-refs/heads/fix/snowflake-temporal-decoding exists
Build for testing
The operation was canceled.
macOS Tests Gate
Process completed with exit code 1.
macOS Tests
Canceling since a higher priority waiting request for macos-tests-refs/heads/fix/snowflake-temporal-decoding exists
Build for testing: LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L333
conformance of 'LineFoldModel' to protocol 'LineFoldPlaceholderDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Build for testing: LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L21
conformance of 'LineFoldModel' to protocol 'NSTextStorageDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Build for testing: LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLine/TextLine.swift#L65
initialization of immutable value 'maxWidth' was never used; consider replacing with assignment to '_' or removing it
Build for testing: LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLine/TextLine.swift#L65
constant 'maxWidth' inferred to have type '()', which may be unexpected
Build for testing: LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+Layout.swift#L257
initialization of immutable value 'relativeMaxY' was never used; consider replacing with assignment to '_' or removing it
Build for testing: LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextView/TextView+Insert.swift#L12
variable 'attachments' was never mutated; consider changing to 'let' constant
Build for testing: LocalPackages/CodeEditLanguages/Sources/TreeSitterGrammars/sql/scanner.c#L167
implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
Build for testing: Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L186
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<redisContext>?' in a '@sendable' closure
Build for testing: Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L125
capture of 'ssl' with non-Sendable type 'OpaquePointer?' in a '@sendable' closure
Build for testing: Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L124
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<redisContext>?' in a '@sendable' closure
Build for testing: Plugins/SQLExportPlugin/SQLExportPlugin.swift#L493
left side of nil coalescing operator '??' has non-optional type '[String]', so the right side is never used
Build for testing: Plugins/CassandraDriverPlugin/CassandraConnection.swift#L22
'nonisolated(unsafe)' is unnecessary for a constant actor-isolated property with 'Sendable' type 'DateFormatter', consider removing it
Build for testing: Plugins/PostgreSQLDriverPlugin/PGlitePluginDriver.swift#L15
class 'PGlitePluginDriver' must restate inherited '@unchecked Sendable' conformance
Build for testing: Packages/TableProCore/Sources/TableProTeradataCore/TeradataConnection.swift#L274
'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination.
Build for testing: Packages/TableProCore/Sources/TableProTeradataCore/TeradataTLSTransport.swift#L188
capture of 'self' with non-Sendable type 'TeradataTLSTransport?' in a '@sendable' closure
Build for testing: Packages/TableProCore/Sources/TableProTeradataCore/TeradataTLSTransport.swift#L177
mutation of captured var 'sendError' in concurrently-executing code