Skip to content

REFACTOR: NetworkManager #80

REFACTOR: NetworkManager

REFACTOR: NetworkManager #80

GitHub Actions / Xcode test results failed Jun 3, 2024 in 0s

Xcode test results

Build Summary

Emitting module for HANE24Test
error: Swift Compiler Error: Type 'FakeCalenderNetwork' does not conform to protocol 'NetworkProtocol'
error: Swift Compiler Error: Type 'FakeReissueSuccessNetwork' does not conform to protocol 'NetworkProtocol'
error: Swift Compiler Error: Type 'FakeReissueFailNetwork' does not conform to protocol 'NetworkProtocol'

HANE24TEST/FakeNetwork.swift:13:7: error: type 'FakeCalenderNetwork' does not conform to protocol 'NetworkProtocol'
class FakeCalenderNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:13:7: note: do you want to add protocol stubs?
class FakeCalenderNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:55:7: error: type 'FakeReissueSuccessNetwork' does not conform to protocol 'NetworkProtocol'
class FakeReissueSuccessNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:55:7: note: do you want to add protocol stubs?
class FakeReissueSuccessNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:94:7: error: type 'FakeReissueFailNetwork' does not conform to protocol 'NetworkProtocol'
class FakeReissueFailNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:94:7: note: do you want to add protocol stubs?
class FakeReissueFailNetwork: FakeNetworkProtocol {
      ^

Compile ReissueTest.swift (arm64)
Compile ReissueModel.swift (arm64)
Compile FakeNetwork.swift (arm64)
error: Swift Compiler Error: Type 'FakeCalenderNetwork' does not conform to protocol 'NetworkProtocol'
error: Swift Compiler Error: Type 'FakeReissueSuccessNetwork' does not conform to protocol 'NetworkProtocol'
error: Swift Compiler Error: Type 'FakeReissueFailNetwork' does not conform to protocol 'NetworkProtocol'

HANE24TEST/FakeNetwork.swift:13:7: error: type 'FakeCalenderNetwork' does not conform to protocol 'NetworkProtocol'
class FakeCalenderNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:13:7: note: do you want to add protocol stubs?
class FakeCalenderNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:55:7: error: type 'FakeReissueSuccessNetwork' does not conform to protocol 'NetworkProtocol'
class FakeReissueSuccessNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:55:7: note: do you want to add protocol stubs?
class FakeReissueSuccessNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:94:7: error: type 'FakeReissueFailNetwork' does not conform to protocol 'NetworkProtocol'
class FakeReissueFailNetwork: FakeNetworkProtocol {
      ^
HANE24TEST/FakeNetwork.swift:94:7: note: do you want to add protocol stubs?
class FakeReissueFailNetwork: FakeNetworkProtocol {
      ^

Compiling HANE24Test.swift, MockDataForTest.swift
error: Command SwiftCompile failed with a nonzero exit code

Command SwiftCompile failed with a nonzero exit code

Annotations

Check failure on line 13 in HANE24TEST/FakeNetwork.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'FakeCalenderNetwork' does not conform to protocol 'NetworkProtocol'

Check failure on line 55 in HANE24TEST/FakeNetwork.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'FakeReissueSuccessNetwork' does not conform to protocol 'NetworkProtocol'

Check failure on line 94 in HANE24TEST/FakeNetwork.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'FakeReissueFailNetwork' does not conform to protocol 'NetworkProtocol'

Check failure on line 13 in HANE24TEST/FakeNetwork.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'FakeCalenderNetwork' does not conform to protocol 'NetworkProtocol'

Check failure on line 55 in HANE24TEST/FakeNetwork.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'FakeReissueSuccessNetwork' does not conform to protocol 'NetworkProtocol'

Check failure on line 94 in HANE24TEST/FakeNetwork.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'FakeReissueFailNetwork' does not conform to protocol 'NetworkProtocol'