Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

SPM Build Analysis

poravdlee·avdlee· v1.0.0 · atualizado em 2026-04-10
79
Score

Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow Xcode builds. Use when a developer suspects packages, plugins, or dependency graph shape are hurting clean or incremental build performance, mentions SPM slowness, package resolution time, build plugin overhead, duplicate module builds from configuration drift, circular dependencies between modules, oversized modules needing splitting, or modularization best practices.

xcodeswift-package-managerspmbuild-performancedependency-managementmodularizationci-cd
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdspm-build-analysis/workflow
1
Gather SPM data: — Collect `Package.swift`, `Package.resolved`, and build logs.
2
Analyze package graph: — Identify dependency layering, cycles, and oversized modules.
3
Inspect plugin usage: — Evaluate plugin overhead and potential inefficiencies.
4
Check for configuration drift: — Detect duplicate module builds due to varying options.
5
Verify local package references: — Ensure local packages are actually part of the project's dependency graph.
6
Check branch-pinned dependencies: — Use `check_spm_pins.py` to identify tag availability.
7
Formulate recommendations: — Suggest improvements with evidence and impact assessment.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comXcode Project Analyzer
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Compõe comXcode Compilation Analyzer
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

SPM Build Analysis
spm-build-analysis
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
Triggers7
analyze slow Xcode builds due to SPMinvestigate package resolution timecheck for build plugin overheaddetect duplicate module buildsidentify circular dependencies in SPMsuggest modularization improvements for SPMoptimize Swift Package Manager dependencies

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download spm-build-analysis
$ synaptic skills detail spm-build-analysis
$ synaptic skills live spm-build-analysis

Dependências

XcodePython

Links

GitHub Repository