-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update packages and close session correctly when still on event loop #91
base: master
Are you sure you want to change the base?
Conversation
|
.../xcode/package.xcworkspace/xcuserdata/lahariganti.xcuserdatad/UserInterfaceState.xcuserstate
Outdated
Show resolved
Hide resolved
.swiftpm/xcode/xcuserdata/lahariganti.xcuserdatad/xcschemes/xcschememanagement.plist
Outdated
Show resolved
Hide resolved
@@ -27,10 +27,10 @@ let package = Package( | |||
) | |||
], | |||
dependencies: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to remote @lahariganti
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swift package is failing to work well (
swift package update
) as version requirements of cross dependencies are not compatible.master...mbarnach:SwiftyRequest:master