Skip to content

Update Swift dependencies and build with Xcode 26.6 - #1293

Merged
SeoFood merged 4 commits into
mainfrom
dependabot/swift/swift-minor-patch-21be21af2e
Sep 9, 2026
Merged

Update Swift dependencies and build with Xcode 26.6#1293
SeoFood merged 4 commits into
mainfrom
dependabot/swift/swift-minor-patch-21be21af2e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Update the Swift dependency group and make app, SDK, plugin and release builds use Xcode 26.6 / Swift 6.3, as required by MLX Swift 0.31.6. Align the app and SDK constraints on Hugging Face 0.10.1 and Jinja 2.5.0 so the committed lockfiles resolve consistently.

The pinned MLX package includes a CudaBuild plugin. Its macOS path returns no build commands; unattended Xcode build, test and archive invocations permit the package plugin so CI does not stop at an interactive trust prompt.

Package From To
github.com/mattt/eventsource 1.4.0 1.5.1
github.com/fluidinference/fluidaudio 0.15.5 0.15.6
github.com/ml-explore/mlx-swift 0.31.4 0.31.6
github.com/sparkle-project/sparkle 2.9.4 2.9.6
github.com/apple/swift-argument-parser 1.7.0 1.8.2
github.com/apple/swift-asn1 1.5.1 1.7.2
github.com/apple/swift-collections 1.3.0 1.6.0
github.com/apple/swift-crypto 4.5.1 4.5.2
github.com/huggingface/swift-huggingface 0.9.0 0.10.1
github.com/huggingface/swift-jinja 2.3.1 2.5.0
github.com/apple/swift-nio 2.101.3 2.102.0
github.com/apple/swift-system 1.8.0 1.8.1
github.com/huggingface/swift-transformers 1.2.1 1.3.4

Test plan

  • DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer swift test --package-path TypeWhisperPluginSDK --force-resolved-versions — 753 tests, 3 expected skips, no failures.
  • actionlint -shellcheck= .github/workflows/build.yml .github/workflows/release.yml .github/workflows/plugin-release.yml .github/workflows/codeql.yml
  • bash -n scripts/archive_release.sh
  • git diff --check
  • Integration with Require TypeWhisper 1.7 for new plugin releases #1294: 1,758 app tests pass; all 49 arm64 plugin bundles build and load against the new host SDK without first-party warnings. Exact commands and final-source CI are tracked in Prepare the Swift 6.3 Daily before TypeWhisper 1.7 RC1 #1297.

The combined source is being prepared as a Daily first, with RC1 deferred until everyday testing. Release tracking: #1296.

Bumps the swift-minor-patch group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/mattt/eventsource](https://github.com/mattt/EventSource) | `1.4.0` | `1.5.1` |
| [github.com/fluidinference/fluidaudio](https://github.com/FluidInference/FluidAudio) | `0.15.5` | `0.15.6` |
| [github.com/ml-explore/mlx-swift](https://github.com/ml-explore/mlx-swift) | `0.31.4` | `0.31.6` |
| [github.com/sparkle-project/sparkle](https://github.com/sparkle-project/Sparkle) | `2.9.4` | `2.9.6` |
| [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser) | `1.7.0` | `1.8.2` |
| [github.com/apple/swift-asn1](https://github.com/apple/swift-asn1) | `1.5.1` | `1.7.2` |
| [github.com/apple/swift-collections](https://github.com/apple/swift-collections) | `1.3.0` | `1.6.0` |
| [github.com/apple/swift-crypto](https://github.com/apple/swift-crypto) | `4.5.1` | `4.5.2` |
| [github.com/huggingface/swift-huggingface](https://github.com/huggingface/swift-huggingface) | `0.9.0` | `0.10.1` |
| [github.com/huggingface/swift-jinja](https://github.com/huggingface/swift-jinja) | `2.3.1` | `2.5.0` |
| [github.com/apple/swift-nio](https://github.com/apple/swift-nio) | `2.101.3` | `2.102.0` |
| [github.com/apple/swift-system](https://github.com/apple/swift-system) | `1.8.0` | `1.8.1` |
| [github.com/huggingface/swift-transformers](https://github.com/huggingface/swift-transformers) | `1.2.1` | `1.3.4` |

Bumps the swift-minor-patch group with 10 updates in the /TypeWhisperPluginSDK directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/mattt/eventsource](https://github.com/mattt/EventSource) | `1.4.1` | `1.5.1` |
| [github.com/fluidinference/fluidaudio](https://github.com/FluidInference/FluidAudio) | `0.15.5` | `0.15.6` |
| [github.com/ml-explore/mlx-swift](https://github.com/ml-explore/mlx-swift) | `0.31.4` | `0.31.6` |
| [github.com/apple/swift-asn1](https://github.com/apple/swift-asn1) | `1.7.1` | `1.7.2` |
| [github.com/apple/swift-crypto](https://github.com/apple/swift-crypto) | `4.5.1` | `4.5.2` |
| [github.com/huggingface/swift-huggingface](https://github.com/huggingface/swift-huggingface) | `0.9.0` | `0.10.0` |
| [github.com/huggingface/swift-jinja](https://github.com/huggingface/swift-jinja) | `2.3.6` | `2.4.2` |
| [github.com/apple/swift-nio](https://github.com/apple/swift-nio) | `2.101.3` | `2.102.0` |
| [github.com/apple/swift-system](https://github.com/apple/swift-system) | `1.7.5` | `1.8.1` |
| [github.com/huggingface/swift-transformers](https://github.com/huggingface/swift-transformers) | `1.3.3` | `1.3.4` |



Updates `github.com/mattt/eventsource` from 1.4.0 to 1.5.1
- [Release notes](https://github.com/mattt/EventSource/releases)
- [Commits](mattt/EventSource@1.4.0...86b5096)

Updates `github.com/fluidinference/fluidaudio` from 0.15.5 to 0.15.6
- [Release notes](https://github.com/FluidInference/FluidAudio/releases)
- [Commits](FluidInference/FluidAudio@0.15.5...4dbf4f9)

Updates `github.com/ml-explore/mlx-swift` from 0.31.4 to 0.31.6
- [Release notes](https://github.com/ml-explore/mlx-swift/releases)
- [Commits](ml-explore/mlx-swift@0.31.4...0bb916c)

Updates `github.com/sparkle-project/sparkle` from 2.9.4 to 2.9.6
- [Release notes](https://github.com/sparkle-project/Sparkle/releases)
- [Changelog](https://github.com/sparkle-project/Sparkle/blob/2.x/CHANGELOG)
- [Commits](sparkle-project/Sparkle@2.9.4...ac2def2)

Updates `github.com/apple/swift-argument-parser` from 1.7.0 to 1.8.2
- [Release notes](https://github.com/apple/swift-argument-parser/releases)
- [Changelog](https://github.com/apple/swift-argument-parser/blob/main/CHANGELOG.md)
- [Commits](apple/swift-argument-parser@1.7.0...6a52f32)

Updates `github.com/apple/swift-asn1` from 1.5.1 to 1.7.2
- [Release notes](https://github.com/apple/swift-asn1/releases)
- [Commits](apple/swift-asn1@1.5.1...d9a5b37)

Updates `github.com/apple/swift-collections` from 1.3.0 to 1.6.0
- [Release notes](https://github.com/apple/swift-collections/releases)
- [Commits](apple/swift-collections@1.3.0...a0cb095)

Updates `github.com/apple/swift-crypto` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/apple/swift-crypto/releases)
- [Commits](apple/swift-crypto@4.5.1...da9d28d)

Updates `github.com/huggingface/swift-huggingface` from 0.9.0 to 0.10.1
- [Release notes](https://github.com/huggingface/swift-huggingface/releases)
- [Commits](huggingface/swift-huggingface@0.9.0...b5403ed)

Updates `github.com/huggingface/swift-jinja` from 2.3.1 to 2.5.0
- [Release notes](https://github.com/huggingface/swift-jinja/releases)
- [Commits](huggingface/swift-jinja@2.3.1...12ea495)

Updates `github.com/apple/swift-nio` from 2.101.3 to 2.102.0
- [Release notes](https://github.com/apple/swift-nio/releases)
- [Commits](apple/swift-nio@2.101.3...a931f2c)

Updates `github.com/apple/swift-system` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/apple/swift-system/releases)
- [Commits](apple/swift-system@1.8.0...869129b)

Updates `github.com/huggingface/swift-transformers` from 1.2.1 to 1.3.4
- [Release notes](https://github.com/huggingface/swift-transformers/releases)
- [Commits](huggingface/swift-transformers@1.2.1...c21fdcd)

Updates `github.com/mattt/eventsource` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/mattt/EventSource/releases)
- [Commits](mattt/EventSource@1.4.0...86b5096)

Updates `github.com/fluidinference/fluidaudio` from 0.15.5 to 0.15.6
- [Release notes](https://github.com/FluidInference/FluidAudio/releases)
- [Commits](FluidInference/FluidAudio@0.15.5...4dbf4f9)

Updates `github.com/ml-explore/mlx-swift` from 0.31.4 to 0.31.6
- [Release notes](https://github.com/ml-explore/mlx-swift/releases)
- [Commits](ml-explore/mlx-swift@0.31.4...0bb916c)

Updates `github.com/apple/swift-asn1` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/apple/swift-asn1/releases)
- [Commits](apple/swift-asn1@1.5.1...d9a5b37)

Updates `github.com/apple/swift-crypto` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/apple/swift-crypto/releases)
- [Commits](apple/swift-crypto@4.5.1...da9d28d)

Updates `github.com/huggingface/swift-huggingface` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/huggingface/swift-huggingface/releases)
- [Commits](huggingface/swift-huggingface@0.9.0...b5403ed)

Updates `github.com/huggingface/swift-jinja` from 2.3.6 to 2.4.2
- [Release notes](https://github.com/huggingface/swift-jinja/releases)
- [Commits](huggingface/swift-jinja@2.3.1...12ea495)

Updates `github.com/apple/swift-nio` from 2.101.3 to 2.102.0
- [Release notes](https://github.com/apple/swift-nio/releases)
- [Commits](apple/swift-nio@2.101.3...a931f2c)

Updates `github.com/apple/swift-system` from 1.7.5 to 1.8.1
- [Release notes](https://github.com/apple/swift-system/releases)
- [Commits](apple/swift-system@1.8.0...869129b)

Updates `github.com/huggingface/swift-transformers` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/huggingface/swift-transformers/releases)
- [Commits](huggingface/swift-transformers@1.2.1...c21fdcd)

---
updated-dependencies:
- dependency-name: github.com/mattt/eventsource
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/fluidinference/fluidaudio
  dependency-version: 0.15.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/ml-explore/mlx-swift
  dependency-version: 0.31.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/sparkle-project/sparkle
  dependency-version: 2.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-argument-parser
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-asn1
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-collections
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-crypto
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/huggingface/swift-huggingface
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/huggingface/swift-jinja
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-nio
  dependency-version: 2.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-system
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/huggingface/swift-transformers
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/mattt/eventsource
  dependency-version: 1.5.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/fluidinference/fluidaudio
  dependency-version: 0.15.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/ml-explore/mlx-swift
  dependency-version: 0.31.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-asn1
  dependency-version: 1.7.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-crypto
  dependency-version: 4.5.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
- dependency-name: github.com/huggingface/swift-huggingface
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/huggingface/swift-jinja
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-nio
  dependency-version: 2.102.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/apple/swift-system
  dependency-version: 1.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: swift-minor-patch
- dependency-name: github.com/huggingface/swift-transformers
  dependency-version: 1.3.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: swift-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Sep 8, 2026
@dependabot
dependabot Bot requested a review from SeoFood as a code owner September 8, 2026 19:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Sep 8, 2026
@SeoFood SeoFood changed the title Bump the swift-minor-patch group across 2 directories with 13 updates Update Swift dependencies and build with Xcode 26.6 Sep 9, 2026
@SeoFood
SeoFood merged commit c81b8b7 into main Sep 9, 2026
13 of 16 checks passed
@SeoFood
SeoFood deleted the dependabot/swift/swift-minor-patch-21be21af2e branch September 9, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant