Overview of SwiftAgents
mainSwiftAgents is a collection of rules and guidelines designed for Swift and SwiftUI developers using LLMs (Large Language Models) to assist with their projects. Its primary goal is to mitigate common issues found in AI-generated Swift code by enforcing modern coding standards.
Key Characteristics:
- Modern API Focus: The rules strongly prioritize using the latest Swift and SwiftUI APIs.
- Target Platform: The rules are optimized for targeting iOS 26 and later.
Note: If your project requires support for older iOS versions or other Apple platforms, you must manually adjust these rules to accommodate your specific deployment targets.