XCBBuildServiceProxyKit
XCBBuildServiceProxyKit is a framework that enables you to write a proxy for Xcode's XCBBuildService, which enables you to extend or replace Xcode's build system.
Usage
Check out the Examples.
Future Improvements
- Add tests
- Use
Codable
for XCBProtocol parsing - Use Swift Service Lifecycle
Updating to Support New Xcode Versions
Check out our guide.
Recognition
- jerrymarino/xcbuildkit for initial inspiration
- a2/MessagePack.swift for starting point of MessagePack parsing