Skip to content

FEAT: 상황에 따른 에러 핸들링 #85

FEAT: 상황에 따른 에러 핸들링

FEAT: 상황에 따른 에러 핸들링 #85

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

Xcode test results

Build Summary

Compile asset catalogs
Emitting module for Hane
error: Swift Compiler Error: Source control conflict marker in source file
error: Swift Compiler Error: Source control conflict marker in source file
error: Swift Compiler Error: Cannot find type 'CustomError' in scope

HANE24/Model/Error.swift:5:2: error: source control conflict marker in source file
<<<<<<< HEAD
 ^
HANE24/Model/Error.swift:14:2: error: source control conflict marker in source file
<<<<<<< HEAD
 ^
HANE24/ViewModel/ErrorHandler.swift:16:20: error: cannot find type 'CustomError' in scope
    var errorType: CustomError = .none
                   ^~~~~~~~~~~

Compile ReissueModel.swift (arm64)
Compile DarkMode.swift (arm64)
Compile PopulationView.swift (arm64)
Compile HomeView.swift (arm64)
Compile HomeVM.swift (arm64)
Compile AlertView.swift (arm64)
Compile AccTimeCardForCalendarView.swift (arm64)
Compile ThisMonthAccTimeCardView.swift (arm64)
Compile Tapbar.swift (arm64)
Compile ListItemButton.swift (arm64)
Compile JSONs.swift (arm64)
Compile ErrorHandler.swift (arm64)
Compile ReissueButton.swift (arm64)
Compile AccTimeCardsView.swift (arm64)
Compile MoreView.swift (arm64)
Compile MainView.swift (arm64)
Compile LoadingView.swift (arm64)
Compile UserDefaultsExtension.swift (arm64)
Compile HANE24WidgetConstant.swift (arm64)
Compiling AccumulationTimeStruct.swift, TodayAccTimeCardView.swift, ProgressToReissue.swift, MoreViewFooter.swift, Structs.swift, SignInWebView.swift, ReissuanceView.swift, ColorExtension.swift, ChartDetailView.swift, HaneVM.swift, ChartView.swift, HANE24App.swift, CardProgressView.swift, ReissueVM.swift, Error.swift, TagLogView.swift, CircularProgressBar.swift, GeneratedAssetSymbols.swift
error: Command SwiftCompile failed with a nonzero exit code

Command SwiftCompile failed with a nonzero exit code

Annotations

Check failure on line 5 in HANE24/Model/Error.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Source control conflict marker in source file

Check failure on line 14 in HANE24/Model/Error.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Source control conflict marker in source file

Check failure on line 16 in HANE24/ViewModel/ErrorHandler.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Cannot find type 'CustomError' in scope