Update minimum OS versions (deployment targets) to support Swift conc… #59
Xcode test results
Build Summary
Emitting module for OAuth2Tests
error: Swift Compiler Error: Method does not override any method from its superclass
error: Swift Compiler Error: Type 'OAuth2MockPerformer' does not conform to protocol 'OAuth2RequestPerformer'
error: Swift Compiler Error: Type 'OAuth2AnyBearerPerformer' does not conform to protocol 'OAuth2RequestPerformer'
Tests/FlowTests/OAuth2DynRegTests.swift:116:16: error: method does not override any method from its superclass
override func register(client: OAuth2, callback: @escaping ((OAuth2JSON?, OAuth2Error?) -> Void)) {
~~~~~~~~ ^
Tests/FlowTests/OAuth2CodeGrantTests.swift:501:7: error: type 'OAuth2MockPerformer' does not conform to protocol 'OAuth2RequestPerformer'
class OAuth2MockPerformer: OAuth2RequestPerformer {
^
Tests/FlowTests/OAuth2CodeGrantTests.swift:501:7: note: add stubs for conformance
class OAuth2MockPerformer: OAuth2RequestPerformer {
^
Tests/DataLoaderTests/OAuth2DataLoaderTests.swift:98:7: error: type 'OAuth2AnyBearerPerformer' does not conform to protocol 'OAuth2RequestPerformer'
class OAuth2AnyBearerPerformer: OAuth2RequestPerformer {
^
Tests/DataLoaderTests/OAuth2DataLoaderTests.swift:98:7: note: add stubs for conformance
class OAuth2AnyBearerPerformer: OAuth2RequestPerformer {
^
Compile OAuth2PasswordGrantTests.swift (arm64)
Compile OAuth2AuthRequestTests.swift (arm64)
Compile OAuth2ClientCredentialsTests.swift (arm64)
Compile OAuth2DynRegTests.swift (arm64)
Compiling OAuth2CodeGrantTests.swift, OAuth2DeviceGrantTests.swift, OAuth2DataLoaderTests.swift
error: Command SwiftCompile failed with a nonzero exit code
Command SwiftCompile failed with a nonzero exit code
Annotations
Check failure on line 116 in Tests/FlowTests/OAuth2DynRegTests.swift
github-actions / results-xcode-tests-iOS
error
Method does not override any method from its superclass
Check failure on line 501 in Tests/FlowTests/OAuth2CodeGrantTests.swift
github-actions / results-xcode-tests-iOS
error
Type 'OAuth2MockPerformer' does not conform to protocol 'OAuth2RequestPerformer'
Check failure on line 98 in Tests/DataLoaderTests/OAuth2DataLoaderTests.swift
github-actions / results-xcode-tests-iOS
error
Type 'OAuth2AnyBearerPerformer' does not conform to protocol 'OAuth2RequestPerformer'