Stuart Espey

Results 3 issues of Stuart Espey

Compilation fixes for tvOS and XCode 14.0.1 Includes the change from https://github.com/airsidemobile/JOSESwift/pull/273, and updates for Xcode 14.0.1

A sufficiently complex body-writer may not be able to complete writing the body, and the only practical approach is to throw an exception. Exceptions are normally thrown from body-writers when...

This is perhaps expected, but is it correct? ```javascript it( 'results of prevous get should not be modified by future set', () => { let map = new Multimap( [['a',1]]);...