Add GitHub action CI builds #10
Xcode test results
Build Summary
Emitting module for Mlem
Compile APIErrorResponse.swift (x86_64)
Compile APIPrivateMessageReport.swift (x86_64)
Compile EditPost.swift (x86_64)
Compile APIPostReportView.swift (x86_64)
Compile APILocalSite.swift (x86_64)
Compile ReportPost.swift (x86_64)
Compile Instance Picker View.swift (x86_64)
Compile APICommunityView.swift (x86_64)
Compile APITagline.swift (x86_64)
Compile Loading View.swift (x86_64)
Compile APIContentAggregatesProtocol.swift (x86_64)
Compile ReplyToPost.swift (x86_64)
Compile UpvoteCounterView.swift (x86_64)
Compile View - NavigationBar Color.swift (x86_64)
Compile UserSettingsView.swift (x86_64)
Compile PostEditor.swift (x86_64)
Compile APIPost.swift (x86_64)
Compile CreatePostReport.swift (x86_64)
Compile EditorModelProtocol.swift (x86_64)
Compile Swipey Actions.swift (x86_64)
Compile CreatePost.swift (x86_64)
Compile CommentSortType.swift (x86_64)
Compile URL+Identifiable.swift (x86_64)
Compile User View.swift (x86_64)
Compile Int.swift (x86_64)
Compile MlemApp.swift (x86_64)
Compile End Of Feed View.swift (x86_64)
Compile APILanguage.swift (x86_64)
Compile TimeInterval+Period.swift (x86_64)
Compile Licenses.swift (x86_64)
Compile DeleteComment.swift (x86_64)
Compile ErrorAlert.swift (x86_64)
Compile Inbox Mention View.swift (x86_64)
Compile GetReplies.swift (x86_64)
Compile Accounts Page.swift (x86_64)
Compile Inbox View Logic.swift (x86_64)
Compile Date.swift (x86_64)
Compile Feed View.swift (x86_64)
Compile ReportMessage.swift (x86_64)
Compile ReportCommentReply.swift (x86_64)
Compile All Items Feed View.swift (x86_64)
Compile Critical Errors.swift (x86_64)
Compile CommunityListRowViews.swift (x86_64)
Compile Add Account View.swift (x86_64)
Compile Favorite Community Tracker.swift (x86_64)
Compile AppDelegate.swift (x86_64)
Compile ShareButtonView.swift (x86_64)
Compile Search View.swift (x86_64)
error: Swift Compiler Error: Main actor-isolated property 'isSearching' can not be mutated from the main actor
Mlem/Views/Tabs/Search/Search View.swift:172:21: error: main actor-isolated property 'isSearching' can not be mutated from the main actor
isSearching = false
^
Mlem/Views/Tabs/Search/Search View.swift:24:24: note: mutation of this property is only permitted within the actor
@State private var isSearching: Bool = false
^
Annotations
Check failure on line 172 in Mlem/Views/Tabs/Search/Search%20View.swift
github-actions / Xcode test results
error
Main actor-isolated property 'isSearching' can not be mutated from the main actor