Installation
Add DebugSwift via Swift Package Manager or CocoaPods. DEBUG builds only.
Swift Package Manager
Recommended for most projects. Add the package through Xcode or declare it in Package.swift.
https://github.com/DebugSwift/DebugSwiftCocoaPods
pod 'DebugSwift'XCFramework (faster builds)
Use the prebuilt XCFramework for up to 50% faster compile times. Ideal for CI and large teams.
pod 'DebugSwift', :http => 'https://github.com/DebugSwift/DebugSwift/releases/latest/download/DebugSwift.xcframework.zip'Apple Silicon
DebugSwift ships native arm64 simulator slices. Remove any EXCLUDED_ARCHS arm64 exclusions from your Podfile or build settings — they are no longer needed.
Requirements
- iOS 14.0+
- Swift 6.0+
- Xcode 16.0+
- DEBUG configuration only