Skip to content

refactor: make Swift 6.0 the default Package.swift#239

Merged
takeshishimada merged 1 commit intomainfrom
refactor/swap-package-swift-versions
Nov 29, 2025
Merged

refactor: make Swift 6.0 the default Package.swift#239
takeshishimada merged 1 commit intomainfrom
refactor/swap-package-swift-versions

Conversation

@takeshishimada
Copy link
Copy Markdown
Owner

Summary

Make Swift 6.0 the default by swapping Package.swift file names.

Changes

  • Package.swiftPackage@swift-5.9.swift (for Swift 5.9/5.10)
  • Package@swift-6.0.swiftPackage.swift (now default)

Rationale

Swift 6.0 is now the primary development target. This change makes Swift 6.0 configuration the default while maintaining backward compatibility with Swift 5.9/5.10.

Testing

  • All 589 tests pass
  • Build successful with no errors

🤖 Generated with Claude Code

- Rename Package.swift to Package@swift-5.9.swift
- Rename Package@swift-6.0.swift to Package.swift

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@takeshishimada takeshishimada added refactor Code refactoring core LockmanCore module related labels Nov 29, 2025
@takeshishimada takeshishimada self-assigned this Nov 29, 2025
@takeshishimada takeshishimada merged commit 2af8d16 into main Nov 29, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core LockmanCore module related refactor Code refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant