diff --git a/swiftwinrt/Resources/Support/WinRTBridgeable.swift b/swiftwinrt/Resources/Support/WinRTBridgeable.swift index 2a215fb0..00a9edc9 100644 --- a/swiftwinrt/Resources/Support/WinRTBridgeable.swift +++ b/swiftwinrt/Resources/Support/WinRTBridgeable.swift @@ -7,7 +7,7 @@ public protocol ToAbi { @_spi(WinRTInternal) public protocol FromAbi { associatedtype ABI - static func from(abi: ABI) throws -> Self + static func from(abi: ABI) -> Self } @_spi(WinRTInternal)