XCBBuildServiceProxy 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.
Check out the Examples.
- Add tests
- Use
Codable
for XCBProtocol parsing - Use Swift Service Lifecycle
- jerrymarino/xcbuildkit for initial inspiration
- a2/MessagePack.swift for starting point of MessagePack parsing