REFACTOR: NetworkManager #80
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
github-actions / Xcode test results
error
Type 'FakeCalenderNetwork' does not conform to protocol 'NetworkProtocol'
Check failure on line 55 in HANE24TEST/FakeNetwork.swift
github-actions / Xcode test results
error
Type 'FakeReissueSuccessNetwork' does not conform to protocol 'NetworkProtocol'
Check failure on line 94 in HANE24TEST/FakeNetwork.swift
github-actions / Xcode test results
error
Type 'FakeReissueFailNetwork' does not conform to protocol 'NetworkProtocol'
Check failure on line 13 in HANE24TEST/FakeNetwork.swift
github-actions / Xcode test results
error
Type 'FakeCalenderNetwork' does not conform to protocol 'NetworkProtocol'
Check failure on line 55 in HANE24TEST/FakeNetwork.swift
github-actions / Xcode test results
error
Type 'FakeReissueSuccessNetwork' does not conform to protocol 'NetworkProtocol'
Check failure on line 94 in HANE24TEST/FakeNetwork.swift
github-actions / Xcode test results
error
Type 'FakeReissueFailNetwork' does not conform to protocol 'NetworkProtocol'