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
I`m having a problem when I try to install GoSwifty
With an Option 1: mint install rsrbk/GoSwifty
Error:
🌱 Encountered error during "swift build -c release --product GoSwifty -Xswiftc -target -Xswiftc x86_64-apple-macosx13.1". Use --verbose to see full output
🌱 Failed to build GoSwifty master with SPM
With an Option 2: swift build -c release after clone the repo.
Error:
/Users/vmagnani/Desktop/iOS/GoSwifty/.build/checkouts/swift-tools-support-core/Sources/TSCUtility/FSWatch.swift:848:15: error: cannot assign value of type 'Thread' to type 'Thread?'
self.thread = thread
^
Can you help me, please?
thanks
The text was updated successfully, but these errors were encountered:
Hello, how are you?
I`m having a problem when I try to install GoSwifty
mint install rsrbk/GoSwifty
Error:
🌱 Encountered error during "swift build -c release --product GoSwifty -Xswiftc -target -Xswiftc x86_64-apple-macosx13.1". Use --verbose to see full output
🌱 Failed to build GoSwifty master with SPM
swift build -c release
after clone the repo.Error:
/Users/vmagnani/Desktop/iOS/GoSwifty/.build/checkouts/swift-tools-support-core/Sources/TSCUtility/FSWatch.swift:848:15: error: cannot assign value of type 'Thread' to type 'Thread?'
self.thread = thread
^
Can you help me, please?
thanks
The text was updated successfully, but these errors were encountered: