Loading...
Loading...
Compare original and translation side by side
axiom_read_skillaxiom_read_skill| Topic | Skill Name |
|---|---|
| Liquid Glass in SwiftUI | |
| Liquid Glass in UIKit | |
| Liquid Glass in AppKit | |
| Liquid Glass in WidgetKit | |
| SwiftUI toolbar features | |
| SwiftUI styled text editing | |
| SwiftUI WebKit integration | |
| SwiftUI AlarmKit integration | |
| Swift Charts 3D visualization | |
| Foundation AttributedString | |
| 主题 | 技能名称 |
|---|---|
| SwiftUI中的Liquid Glass | |
| UIKit中的Liquid Glass | |
| AppKit中的Liquid Glass | |
| WidgetKit中的Liquid Glass | |
| SwiftUI工具栏功能 | |
| SwiftUI样式文本编辑 | |
| SwiftUI WebKit集成 | |
| SwiftUI AlarmKit集成 | |
| Swift Charts 3D可视化 | |
| Foundation AttributedString | |
| Topic | Skill Name |
|---|---|
| SwiftData class inheritance | |
| 主题 | 技能名称 |
|---|---|
| SwiftData类继承 | |
| Topic | Skill Name |
|---|---|
| Swift concurrency updates | |
| InlineArray and Span | |
| 主题 | 技能名称 |
|---|---|
| Swift并发更新 | |
| InlineArray与Span | |
| Topic | Skill Name |
|---|---|
| Foundation Models (on-device LLM) | |
| 主题 | 技能名称 |
|---|---|
| Foundation Models(设备端大语言模型) | |
| Topic | Skill Name |
|---|---|
| App Intents updates | |
| StoreKit updates | |
| MapKit GeoToolbox | |
| Widgets for visionOS | |
| 主题 | 技能名称 |
|---|---|
| App Intents更新 | |
| StoreKit更新 | |
| MapKit GeoToolbox | |
| visionOS组件 | |
| Topic | Skill Name |
|---|---|
| Assistive Access in iOS | |
| 主题 | 技能名称 |
|---|---|
| iOS辅助访问实现 | |
| Topic | Skill Name |
|---|---|
| Visual Intelligence in iOS | |
| 主题 | 技能名称 |
|---|---|
| iOS视觉智能实现 | |
| Diagnostic | Skill Name |
|---|---|
| Actor-isolated call from nonisolated context | |
| Conformance isolation | |
| Isolated conformances | |
| Nonisolated nonsending by default | |
| Sendable closure captures | |
| Sendable metatypes | |
| Sending closure risks data race | |
| Sending risks data race | |
| Mutable global variable | |
| Preconcurrency import | |
| 诊断内容 | 技能名称 |
|---|---|
| 从非隔离上下文调用Actor隔离方法 | |
| 一致性隔离 | |
| 隔离一致性 | |
| 默认非隔离非发送 | |
| Sendable闭包捕获 | |
| Sendable元类型 | |
| 发送闭包存在数据竞争风险 | |
| 发送操作存在数据竞争风险 | |
| 可变全局变量 | |
| 预并发导入 | |
| Diagnostic | Skill Name |
|---|---|
| Existential any | |
| Existential member access limitations | |
| Nominal types | |
| Multiple inheritance | |
| Protocol type non-conformance | |
| Opaque type inference | |
| 诊断内容 | 技能名称 |
|---|---|
| 存在类型any | |
| 存在类型成员访问限制 | |
| 标称类型 | |
| 多重继承 | |
| 协议类型不一致 | |
| 不透明类型推断 | |
| Diagnostic | Skill Name |
|---|---|
| Deprecated declaration | |
| Error in future Swift version | |
| Strict language features | |
| Strict memory safety | |
| Implementation only deprecated | |
| Member import visibility | |
| Missing module on known paths | |
| Clang declaration import | |
| Availability unrecognized name | |
| Unknown warning group | |
| 诊断内容 | 技能名称 |
|---|---|
| 已废弃声明 | |
| 未来Swift版本中的错误 | |
| 严格语言特性 | |
| 严格内存安全 | |
| 仅实现已废弃 | |
| 成员导入可见性 | |
| 已知路径上缺少模块 | |
| Clang声明导入 | |
| 可用性未识别名称 | |
| 未知警告组 | |
| Diagnostic | Skill Name |
|---|---|
| Dynamic callable requirements | |
| Property wrapper requirements | |
| Result builder methods | |
| String interpolation conformance | |
| Trailing closure matching | |
| Temporary pointers | |
| 诊断内容 | 技能名称 |
|---|---|
| 动态可调用要求 | |
| 属性包装器要求 | |
| 结果构建器方法 | |
| 字符串插值一致性 | |
| 尾随闭包匹配 | |
| 临时指针 | |
User question about Apple API/framework?
├── Specific compiler error/warning → Read matching apple-diag-* skill
├── Liquid Glass implementation → Read apple-guide-*-liquid-glass-design (SwiftUI/UIKit/AppKit)
├── Swift concurrency patterns → Read apple-guide-swift-concurrency-updates
├── Foundation Models / on-device AI → Read apple-guide-foundationmodels-*
├── SwiftData features → Read apple-guide-swiftdata-*
├── StoreKit / IAP → Read apple-guide-storekit-updates
├── App Intents / Siri → Read apple-guide-appintents-updates
├── Charts / visualization → Read apple-guide-swift-charts-3d-visualization
├── Text editing / AttributedString → Read apple-guide-swiftui-styled-text-editing or apple-guide-foundation-attributedstring-updates
├── WebKit in SwiftUI → Read apple-guide-swiftui-webkit-integration
├── Toolbar features → Read apple-guide-swiftui-new-toolbar-features
└── Other → Search with axiom_search_skills using source filter "apple"用户的问题是否涉及Apple API/框架?
├── 特定编译器错误/警告 → 阅读对应的apple-diag-*技能
├── Liquid Glass实现 → 阅读apple-guide-*-liquid-glass-design(SwiftUI/UIKit/AppKit)
├── Swift并发模式 → 阅读apple-guide-swift-concurrency-updates
├── Foundation Models / 设备端AI → 阅读apple-guide-foundationmodels-*
├── SwiftData功能 → 阅读apple-guide-swiftdata-*
├── StoreKit / 内购 → 阅读apple-guide-storekit-updates
├── App Intents / Siri → 阅读apple-guide-appintents-updates
├── 图表/可视化 → 阅读apple-guide-swift-charts-3d-visualization
├── 文本编辑 / AttributedString → 阅读apple-guide-swiftui-styled-text-editing或apple-guide-foundation-attributedstring-updates
├── SwiftUI中的WebKit → 阅读apple-guide-swiftui-webkit-integration
├── 工具栏功能 → 阅读apple-guide-swiftui-new-toolbar-features
└── 其他情况 → 使用axiom_search_skills工具并设置源过滤器为"apple"进行搜索