Create macros: `@XCTSpec` and `@STSpec` They attach to a struct patterned after a SwiftUI view, creating the corresponding (XCTest or Swift Testing) test type that calls the attached spec.
Create macros:
@XCTSpecand@STSpecThey attach to a struct patterned after a SwiftUI view, creating the corresponding (XCTest or Swift Testing) test type that calls the attached spec.