robertgummesson/buildtimeanalyzer-for-xcode

Build Time Analyzer for Swift

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 16th, 2026
Created on May 4th, 2016
Open Issues & Pull Requests: 19 (+0)
GitHub issues: Enabled
Number of forks: 263
Total Stargazers: 4,348 (+0)
Total Subscribers: 70 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.2 hours
Mean response time: 0.2 hours
90th percentile: 0.2 hours
Tracked items: 1

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 294 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Build Time Analyzer for Xcode is a build profiling tool for Swift projects that identifies which files and dependencies consume the most compilation time.

The tool addresses the problem of slow Xcode builds by analyzing compilation metrics and pinpointing bottlenecks. It works by examining build logs and metrics to surface which source files and their dependencies take the longest to compile, allowing developers to focus optimization efforts on the actual sources of slowness rather than guessing.

Developers working on large Swift codebases experiencing slow build times should consider this tool. It suits projects where compilation has become a productivity concern and where understanding which files drive build duration is the first step toward improvement. The tool is particularly valuable for teams where build time directly impacts development velocity.

The project shows signs of being maintained with responsiveness to issues and pull requests, though development activity is not intensive. The codebase remains functional for its stated purpose of analyzing Swift build times in Xcode.