Skip to content

Update minimum OS versions (deployment targets) to support Swift conc… #59

Update minimum OS versions (deployment targets) to support Swift conc…

Update minimum OS versions (deployment targets) to support Swift conc… #59

GitHub Actions / results-xcode-tests-tvOS failed Nov 28, 2024 in 0s

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)
error: Swift Compiler Error: Method does not override any method from its superclass
error: Swift Compiler Error: Extra trailing closure passed in call
error: Swift Compiler Error: Extra trailing closure passed in call
error: Swift Compiler Error: Extra trailing closure passed in call

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/OAuth2DynRegTests.swift:74:34: error: extra trailing closure passed in call
                oauth.registerClientIfNeeded() { json, error in
                                               ^~~~~~~~~~~~~~~~
Tests/FlowTests/OAuth2DynRegTests.swift:87:32: error: extra trailing closure passed in call
                oauth.registerClientIfNeeded { json, error in
                                             ^~~~~~~~~~~~~~~~
Tests/FlowTests/OAuth2DynRegTests.swift:100:34: error: extra trailing closure passed in call
                oauth.registerClientIfNeeded() { json, error in
                                               ^~~~~~~~~~~~~~~~

Compiling OAuth2CodeGrantTests.swift, OAuth2DeviceGrantTests.swift, OAuth2DataLoaderTests.swift

Annotations

Check failure on line 116 in Tests/FlowTests/OAuth2DynRegTests.swift

See this annotation in the file changed.

@github-actions github-actions / results-xcode-tests-tvOS

error

Method does not override any method from its superclass

Check failure on line 501 in Tests/FlowTests/OAuth2CodeGrantTests.swift

See this annotation in the file changed.

@github-actions github-actions / results-xcode-tests-tvOS

error

Type 'OAuth2MockPerformer' does not conform to protocol 'OAuth2RequestPerformer'

Check failure on line 98 in Tests/DataLoaderTests/OAuth2DataLoaderTests.swift

See this annotation in the file changed.

@github-actions github-actions / results-xcode-tests-tvOS

error

Type 'OAuth2AnyBearerPerformer' does not conform to protocol 'OAuth2RequestPerformer'

Check failure on line 116 in Tests/FlowTests/OAuth2DynRegTests.swift

See this annotation in the file changed.

@github-actions github-actions / results-xcode-tests-tvOS

error

Method does not override any method from its superclass

Check failure on line 74 in Tests/FlowTests/OAuth2DynRegTests.swift

See this annotation in the file changed.

@github-actions github-actions / results-xcode-tests-tvOS

error

Extra trailing closure passed in call

Check failure on line 87 in Tests/FlowTests/OAuth2DynRegTests.swift

See this annotation in the file changed.

@github-actions github-actions / results-xcode-tests-tvOS

error

Extra trailing closure passed in call

Check failure on line 100 in Tests/FlowTests/OAuth2DynRegTests.swift

See this annotation in the file changed.

@github-actions github-actions / results-xcode-tests-tvOS

error

Extra trailing closure passed in call