-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor file organization for improved maintainability #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "name": "Swift 6.2", | ||
| "image": "swiftlang/swift:6.2", | ||
| "features": { | ||
| "ghcr.io/devcontainers/features/common-utils:2": { | ||
| "installZsh": "false", | ||
| "username": "vscode", | ||
| "upgradePackages": "false" | ||
| }, | ||
| "ghcr.io/devcontainers/features/git:1": { | ||
| "version": "os-provided", | ||
| "ppa": "false" | ||
| } | ||
| }, | ||
| "postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}", | ||
| "runArgs": [ | ||
| "--cap-add=SYS_PTRACE", | ||
| "--security-opt", | ||
| "seccomp=unconfined" | ||
| ], | ||
| // Configure tool-specific properties. | ||
| "customizations": { | ||
| // Configure properties specific to VS Code. | ||
| "vscode": { | ||
| // Set *default* container specific settings.json values on container create. | ||
| "settings": { | ||
| "lldb.library": "/usr/lib/liblldb.so" | ||
| }, | ||
| // Add the IDs of extensions you want installed when the container is created. | ||
| "extensions": [ | ||
| "sswg.swift-lang" | ||
| ] | ||
| } | ||
| }, | ||
| // Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
| // "forwardPorts": [], | ||
|
|
||
| // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
| "remoteUser": "root" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "name": "Swift 6.3", | ||
| "image": "swiftlang/swift:nightly-6.3-jammy", | ||
| "features": { | ||
| "ghcr.io/devcontainers/features/common-utils:2": { | ||
| "installZsh": "false", | ||
| "username": "vscode", | ||
| "upgradePackages": "false" | ||
| }, | ||
| "ghcr.io/devcontainers/features/git:1": { | ||
| "version": "os-provided", | ||
| "ppa": "false" | ||
| } | ||
| }, | ||
| "postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}", | ||
| "runArgs": [ | ||
| "--cap-add=SYS_PTRACE", | ||
| "--security-opt", | ||
| "seccomp=unconfined" | ||
| ], | ||
| // Configure tool-specific properties. | ||
| "customizations": { | ||
| // Configure properties specific to VS Code. | ||
| "vscode": { | ||
| // Set *default* container specific settings.json values on container create. | ||
| "settings": { | ||
| "lldb.library": "/usr/lib/liblldb.so" | ||
| }, | ||
| // Add the IDs of extensions you want installed when the container is created. | ||
| "extensions": [ | ||
| "sswg.swift-lang" | ||
| ] | ||
| } | ||
| }, | ||
| // Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
| // "forwardPorts": [], | ||
|
|
||
| // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
| "remoteUser": "root" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| swiftlang/swift-format@600.0.0 | ||
| realm/SwiftLint@0.58.0 | ||
| peripheryapp/periphery@2.20.0 | ||
| swiftlang/swift-format@602.0.0 | ||
| realm/SwiftLint@0.62.2 | ||
| peripheryapp/periphery@3.2.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
SwiftLint 0.59.0 0.60.0 0.61.0 0.62.0 0.62.2 breaking changes new rules💡 Result:
Summary of notable breaking changes and new/renamed rules in SwiftLint 0.59.0 → 0.62.2
0.59.0
0.60.0
0.61.0
0.62.0
Breaking:
New rule (added in 0.62.0):
0.62.2
Sources:
If you want I can paste the exact release-note lines or link to each release.
🌐 Web query:
periphery 3.0.0 breaking changes migration from 2.x💡 Result:
Summary of Periphery 3.0.0 breaking changes and migration steps
Breaking changes
Key migration actions
brew remove periphery
brew untap peripheryapp/periphery
brew update
brew install periphery. [2]
References
🏁 Script executed:
Repository: brightdigit/RadiantKit
Length of output: 82
🏁 Script executed:
Repository: brightdigit/RadiantKit
Length of output: 76
🏁 Script executed:
Repository: brightdigit/RadiantKit
Length of output: 3318
🏁 Script executed:
Repository: brightdigit/RadiantKit
Length of output: 48
Verify compatibility and configuration updates for dependency upgrades.
The dependency versions are being updated significantly with breaking changes:
operator_whitespacerule; 0.62.0 requires Swift 6+ to build, changessorted_importsbehavior)--targetsremoved,--workspaceremoved, CocoaPods support dropped)SwiftLint considerations:
.swiftlint.ymlincludessorted_imports, which has behavior changes in 0.62.0 (adjacency grouping, comment attachment). Verify imports remain correctly organized after upgrade.incompatible_concurrency_annotationrule. If enabled or discovered, it could flag Swift 5 code lacking proper concurrency annotations.Periphery considerations:
--targetsand--workspaceoptions. Verify any build scripts or CI configurations have been updated accordingly, or rely on the new index-store-based file scanning.Confirm that the "0 violations" claim holds after running lint and analysis checks with these new versions.
🤖 Prompt for AI Agents