You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CI build is failing and throwing the following issues:
❌ /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/ReportFlow/AttachmentsView.swift:16:25: function declares an opaque return type, but has no return statements in its body from which to infer an underlying type
❌ /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/Components/NotesListView.swift:19:13: type '()' cannot conform to 'View'; only struct/enum/class types can conform to protocols
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64 /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/ReportFlow/AttachmentsView.swift
CompileSwift normal arm64 /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/Components/TextField/FocusableTextFieldAdapter.swift
CompileSwift normal arm64 /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/Components/NotesListView.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(4 failures)
Describe the bug
CI build is failing and throwing the following issues:
❌ /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/ReportFlow/AttachmentsView.swift:16:25: function declares an opaque return type, but has no return statements in its body from which to infer an underlying type
❌ /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/Components/NotesListView.swift:19:13: type '()' cannot conform to 'View'; only struct/enum/class types can conform to protocols
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64 /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/ReportFlow/AttachmentsView.swift
CompileSwift normal arm64 /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/Components/TextField/FocusableTextFieldAdapter.swift
CompileSwift normal arm64 /Users/runner/work/o-fish-ios/o-fish-ios/o-fish-ios/Views/Components/NotesListView.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(4 failures)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should build cleanly.
Additional context
Looks like the issues were introduced in #375 (show new empty notes immediately, fix note deletion iOS issue)
The text was updated successfully, but these errors were encountered: