@testable import Binary import XCTest final class BinaryTests: XCTestCase { func testExample() {} static var allTests = [ ("testExample", testExample), ] }