Skip to content

REFACTOR: NetworkManager #78

REFACTOR: NetworkManager

REFACTOR: NetworkManager #78

GitHub Actions / Xcode test results failed Jun 3, 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: Source control conflict marker in source file
error: Swift Compiler Error: Source control conflict marker in source file
error: Swift Compiler Error: Expected 'func' keyword in operator function declaration
error: Swift Compiler Error: Expected '(' in argument list of function declaration
error: Swift Compiler Error: Expected 'func' keyword in operator function declaration
error: Swift Compiler Error: Expected '(' in argument list of function declaration
error: Swift Compiler Error: Consecutive declarations on a line must be separated by ';'
error: Swift Compiler Error: Expected declaration
error: Swift Compiler Error: Operator '=======' declared in type 'AlertView' must be 'static'
error: Swift Compiler Error: Operators must have one or two arguments
error: Swift Compiler Error: Expected '{' in body of function declaration
error: Swift Compiler Error: Member operator '=======()' must have at least one argument of type 'AlertView'
error: Swift Compiler Error: Operator '>>>>>>>' declared in type 'AlertView' must be 'static'
error: Swift Compiler Error: Operators must have one or two arguments
error: Swift Compiler Error: Expected '{' in body of function declaration
error: Swift Compiler Error: Member operator '>>>>>>>()' must have at least one argument of type 'AlertView'

HANE24/View/More/AlertView.swift:60:2: error: source control conflict marker in source file
<<<<<<< HEAD
 ^
HANE24/View/MainView.swift:12:2: error: source control conflict marker in source file
<<<<<<< HEAD
 ^
HANE24/ViewModel/NetworkManager.swift:20:2: error: source control conflict marker in source file
<<<<<<< HEAD
 ^
HANE24/ViewModel/NetworkManager.swift:96:2: error: source control conflict marker in source file
<<<<<<< HEAD
 ^
HANE24/View/More/AlertView.swift:108:1: error: expected 'func' keyword in operator function declaration
=======
^
func 
HANE24/View/More/AlertView.swift:108:8: error: expected '(' in argument list of function declaration
=======
       ^
HANE24/View/More/AlertView.swift:109:1: error: expected 'func' keyword in operator function declaration
>>>>>>> efa5edf07a77692b85f4df2181e7aa8c0393209d
^
func 
HANE24/View/More/AlertView.swift:109:9: error: expected '(' in argument list of function declaration
>>>>>>> efa5edf07a77692b85f4df2181e7aa8c0393209d
        ^
HANE24/View/More/AlertView.swift:109:8: error: consecutive declarations on a line must be separated by ';'
>>>>>>> efa5edf07a77692b85f4df2181e7aa8c0393209d
       ^
       ;
HANE24/View/More/AlertView.swift:109:9: error: expected declaration
>>>>>>> efa5edf07a77692b85f4df2181e7aa8c0393209d
        ^
HANE24/View/More/AlertView.swift:10:8: note: in declaration of 'AlertView'
struct AlertView: View {
       ^
HANE24/View/More/AlertView.swift:108:1: error: operator '=======' declared in type 'AlertView' must be 'static'
=======
^
static 
HANE24/View/More/AlertView.swift:108:1: error: operators must have one or two arguments
=======
^
HANE24/View/More/AlertView.swift:108:1: error: expected '{' in body of function declaration
=======
^
HANE24/View/More/AlertView.swift:108:1: error: member operator '=======()' must have at least one argument of type 'AlertView'
=======
^
HANE24/View/More/AlertView.swift:109:1: error: operator '>>>>>>>' declared in type 'AlertView' must be 'static'
>>>>>>> efa5edf07a77692b85f4df2181e7aa8c0393209d
^
static 
HANE24/View/More/AlertView.swift:109:1: error: operators must have one or two arguments
>>>>>>> efa5edf07a77692b85f4df2181e7aa8c0393209d
^
HANE24/View/More/AlertView.swift:109:1: error: expected '{' in body of function declaration
>>>>>>> efa5edf07a77692b85f4df2181e7aa8c0393209d
^
HANE24/View/More/AlertView.swift:109:1: error: member operator '>>>>>>>()' must have at least one argument of type 'AlertView'
>>>>>>> efa5edf07a77692b85f4df2181e7aa8c0393209d
^

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

Command SwiftCompile failed with a nonzero exit code

Annotations

Check failure on line 60 in HANE24/View/More/AlertView.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 12 in HANE24/View/MainView.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 20 in HANE24/ViewModel/NetworkManager.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 96 in HANE24/ViewModel/NetworkManager.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 108 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Expected 'func' keyword in operator function declaration

Check failure on line 108 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Expected '(' in argument list of function declaration

Check failure on line 109 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Expected 'func' keyword in operator function declaration

Check failure on line 109 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Expected '(' in argument list of function declaration

Check failure on line 109 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Consecutive declarations on a line must be separated by ';'

Check failure on line 109 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Expected declaration

Check failure on line 108 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Operator '=======' declared in type 'AlertView' must be 'static'

Check failure on line 108 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Operators must have one or two arguments

Check failure on line 108 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Expected '{' in body of function declaration

Check failure on line 108 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Member operator '=======()' must have at least one argument of type 'AlertView'

Check failure on line 109 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Operator '>>>>>>>' declared in type 'AlertView' must be 'static'

Check failure on line 109 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Operators must have one or two arguments

Check failure on line 109 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Expected '{' in body of function declaration

Check failure on line 109 in HANE24/View/More/AlertView.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Member operator '>>>>>>>()' must have at least one argument of type 'AlertView'