SQLiteMigrationManager.swift
SQLiteMigrationManager.swift copied to clipboard
Xcode 16 Beta: Package does not compile; missing value: label in Expression call
Build Information
- SQLiteMigrationManager.swift 0.8.1, main
- Xcode 16.0 Beta, macOS Sonoma 14.5
- Integrated using Swift Package Manager
Issue
Just downloaded Xcode 16.0 Beta and tried running my app that uses SQLiteMigrationManager.swift. The following error is blocking the build:
Steps to reproduce:
- Start a new project.
- Add SQLiteMigrationManager.swift.
- Build.
This should be fixed in https://github.com/garriguv/SQLiteMigrationManager.swift/pull/52
@garriguv Any chance of getting that merged and released, please?
Just merged the PR. Sorry for the delay, I've been busy :)