release: v0.52.0 #260
build.yml
on: push
SwiftLint
23s
macOS Tests
/
TableProCore Package Tests
52s
macOS Tests
/
macOS App Tests
13m 15s
Build ARM64
14m 41s
Build x86_64
23m 16s
Registry Readiness
19s
Create GitHub Release
2m 22s
Annotations
1 error, 24 warnings, and 1 notice
|
Create GitHub Release
Process completed with exit code 1.
|
|
SwiftLint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
SwiftLint
The following taps are not trusted:
aws/tap
azure/bicep
Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set.
This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first.
Enable trust checks now with:
export HOMEBREW_REQUIRE_TAP_TRUST=1
Trust specific formulae, casks or commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
or trust installed formulae from these taps with:
brew trust --formula azure/bicep/bicep
You can trust all formulae, casks and commands from these taps with:
brew trust aws/tap azure/bicep
Prefer trusting only the specific formulae, casks or commands you need.
Untap them with:
brew untap aws/tap azure/bicep
To keep allowing them by default during the transition:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
|
|
Registry Readiness
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macOS Tests / TableProCore Package Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build ARM64
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build ARM64
The following taps are not trusted:
aws/tap
azure/bicep
Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set.
This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first.
Enable trust checks now with:
export HOMEBREW_REQUIRE_TAP_TRUST=1
Trust specific formulae, casks or commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
or trust installed formulae from these taps with:
brew trust --formula azure/bicep/bicep
You can trust all formulae, casks and commands from these taps with:
brew trust aws/tap azure/bicep
Prefer trusting only the specific formulae, casks or commands you need.
Untap them with:
brew untap aws/tap azure/bicep
To keep allowing them by default during the transition:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
|
|
Build ARM64
The following taps are not trusted:
aws/tap
azure/bicep
Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set.
This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first.
Enable trust checks now with:
export HOMEBREW_REQUIRE_TAP_TRUST=1
Trust specific formulae, casks or commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
or trust installed formulae from these taps with:
brew trust --formula azure/bicep/bicep
You can trust all formulae, casks and commands from these taps with:
brew trust aws/tap azure/bicep
Prefer trusting only the specific formulae, casks or commands you need.
Untap them with:
brew untap aws/tap azure/bicep
To keep allowing them by default during the transition:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
|
|
macOS Tests / macOS App Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macOS Tests / macOS App Tests:
Plugins/DuckDBDriverPlugin/DuckDBPlugin.swift#L269
result of call to 'executeQuery' is unused
|
|
macOS Tests / macOS App Tests:
Plugins/DuckDBDriverPlugin/DuckDBPlugin.swift#L268
result of call to 'executeQuery' is unused
|
|
macOS Tests / macOS App Tests:
Plugins/DuckDBDriverPlugin/DuckDBPlugin.swift#L265
result of call to 'executeQuery' is unused
|
|
macOS Tests / macOS App Tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L206
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<DBPROCESS>' (aka 'UnsafeMutablePointer<dbprocess>') in a '@sendable' closure
|
|
macOS Tests / macOS App Tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L206
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<DBPROCESS>' (aka 'UnsafeMutablePointer<dbprocess>') in a '@sendable' closure
|
|
macOS Tests / macOS App Tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L206
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<DBPROCESS>' (aka 'UnsafeMutablePointer<dbprocess>') in a '@sendable' closure
|
|
macOS Tests / macOS App Tests:
Plugins/MSSQLDriverPlugin/MSSQLPluginDriver+Schema.swift#L109
instance method 'unlock' is unavailable from asynchronous contexts; Use async-safe scoped locking instead; this is an error in the Swift 6 language mode
|
|
macOS Tests / macOS App Tests:
Plugins/MSSQLDriverPlugin/MSSQLPluginDriver+Schema.swift#L107
instance method 'lock' is unavailable from asynchronous contexts; Use async-safe scoped locking instead; this is an error in the Swift 6 language mode
|
|
macOS Tests / macOS App Tests:
Plugins/MySQLDriverPlugin/MariaDBPluginConnection.swift#L70
initialization of immutable value 'length' was never used; consider replacing with assignment to '_' or removing it
|
|
macOS Tests / macOS App Tests:
Plugins/SQLExportPlugin/SQLExportPlugin.swift#L463
left side of nil coalescing operator '??' has non-optional type '[String]', so the right side is never used
|
|
Build x86_64
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build x86_64
The following taps are not trusted:
aws/tap
azure/bicep
Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set.
This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first.
Enable trust checks now with:
export HOMEBREW_REQUIRE_TAP_TRUST=1
Trust specific formulae, casks or commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
or trust installed formulae from these taps with:
brew trust --formula azure/bicep/bicep
You can trust all formulae, casks and commands from these taps with:
brew trust aws/tap azure/bicep
Prefer trusting only the specific formulae, casks or commands you need.
Untap them with:
brew untap aws/tap azure/bicep
To keep allowing them by default during the transition:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
|
|
Create GitHub Release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/download-artifact@v4, actions/upload-artifact@v4, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/202***-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Create GitHub Release
sparkle has been deprecated because it does not pass the macOS Gatekeeper check! It will be disabled on 2026-09-01.
|
|
Create GitHub Release
sparkle has been deprecated because it does not pass the macOS Gatekeeper check! It will be disabled on 2026-09-01.
|
|
Create GitHub Release
The following taps are not trusted:
aws/tap
azure/bicep
Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set.
This will become the default in Homebrew 6.0.0 or ***.2.0, whichever comes first.
Enable trust checks now with:
export HOMEBREW_REQUIRE_TAP_TRUST=1
Trust specific formulae, casks or commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
or trust installed formulae from these taps with:
brew trust --formula azure/bicep/bicep
You can trust all formulae, casks and commands from these taps with:
brew trust aws/tap azure/bicep
Prefer trusting only the specific formulae, casks or commands you need.
Untap them with:
brew untap aws/tap azure/bicep
To keep allowing them by default during the transition:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
|
|
macOS Tests / macOS App Tests
Skipped TableProTests.VimEngineSearchTests.testDeleteToForwardSearchMatch
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
appcast-0aa8d8277c169ed3f955e124ba445348f018ac81
|
46.1 KB |
sha256:a911970fcf73801ed2b0a15d7537feb383d6b7e8f9acbb0ce51ed56ec1e3e58c
|
|
|
artifacts-arm64
|
54.2 MB |
sha256:6224df4b7869bb6d71f14dc4547576a3f2c85856744dcf7e55574d1aabd7ba05
|
|
|
artifacts-x86_64
|
59.5 MB |
sha256:16932a0c213f443f02ac326ca506897b3bb0d3cb556aa58ab6f8111b56f60239
|
|
|
macos-test-results
Expired
|
10.5 MB |
sha256:7722bcb38ba9398172ec8f73b1c31fcd07620fe81453cea5e9463dd3d2e59462
|
|