ra1028/DifferenceKit 2619
💻 A fast and flexible O(n) difference algorithm framework for Swift collection.
ra1028/Former 1264
Former is a fully customizable Swift library for easy creating UITableView based form.
ra1028/Carbon 980
🚴 A declarative library for building component-based user interfaces in UITableView and UICollectionView.
ra1028/DiffableDataSources 546
💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
nghialv/Hakuba 485
:cherry_blossom: Cellmodel-driven tableview manager
nghialv/Sapporo 249
Cellmodel-driven collectionview manager
ra1028/FloatingActionSheetController 143
FloatingActionSheetController is a cool design ActionSheetController library written in Swift2.
Proxy for receive delegate events more practically
ra1028/Alembic 115
:alembic: Functional JSON Parser - Linux Ready :penguin:
CPKenburnsView is ken burns effect
startedamirdew/CollectionViewPagingLayout
started time in 7 days
startedcharmbracelet/glow
started time in 7 days
startedapple/apple_rules_lint
started time in 13 days
startedpipe-cd/pipe
started time in 20 days
startedapple/swift-atomics
started time in 23 days
startedapple/swift-system
started time in a month
startedmecid/SwiftUICharts
started time in a month
startedTinder/bazel-diff
started time in a month
startedtinder-maxwellelliott/ios-bazel-test-with-coverage
started time in a month
startedgoogle/googletest
started time in a month
startedbazel-ios/rules_ios
started time in a month
push eventra1028/swift-mod
commit sha 6208e532f1635ec38758a366ce0c26c000f635c1
Update swift-syntax version which compatible with Swift5.3 of Xcode12 GM
push time in a month
startedSwiftDocOrg/GraphViz
started time in a month
startedmarumemomo/danger-swift_format
started time in a month
push eventplaybook-ui/playbook-ios
commit sha d6f9723df8619c7a65650675525933329706db96
Update version file
push time in 2 months
created tagplaybook-ui/playbook-ios
📘A library for isolated developing UI components and automatically taking snapshots of them.
created time in 2 months
push eventplaybook-ui/playbook-ios
commit sha b8dd65d4eaa84d7400ebf54ad3bc1f9262e5b141
Disable animation when snapshot
commit sha adfa5bcd3df9520e843524b7d98a915380958b3c
Fix test
commit sha 5b0ab18d2a3d7dfac709a24ded35bbf85d691bd5
Merge pull request #28 from playbook-ui/disable-animation Disable SwiftUI animation
push time in 2 months
push eventplaybook-ui/playbook-ios
commit sha adfa5bcd3df9520e843524b7d98a915380958b3c
Fix test
push time in 2 months
startedFlutterGen/flutter_gen
started time in 2 months
startedcashapp/AccessibilitySnapshot
started time in 2 months
startedandroid/compose-samples
started time in 2 months
push eventra1028/swift-format
commit sha 237814978261ea170ad0ccc301f7596449211eb2
Use swift syntax version that compatible with Xcode12 beta6
push time in 2 months
push eventra1028/swift-mod
commit sha eefdaf3e95af8a8ddd3ae61935e37c0c86427015
Update swift-syntax version which compatible with Swift5.3 of Xcode12 b6
push time in 2 months
push eventra1028/swift-format
commit sha 14b2acbe5a1944d27c2e26ae4f97f23b2cafbad5
Use swift syntax version that compatible with Xcode12 beta5
push time in 2 months
push eventra1028/swift-mod
commit sha f902e500e3bb4354405f6e51607efe7911f33db3
Update swift-syntax version which compatible with Swift5.3 of Xcode12 b5
push time in 2 months
startedKotlin/kotlinx-datetime
started time in 2 months
startedamosgyamfi/swiftui-animation-library
started time in 2 months
startedwasabeef/flutter-architecture-blueprints
started time in 2 months
startedsrc-d/hercules
started time in 3 months
startedwasabeef/droid
started time in 3 months
issue commentrenovatebot/renovate
Package.resolve isn't updated after update Package.swift
@rarkins
As you can see, Package.resolved is not changed after Package.swift is updated.
https://github.com/ra1028/sample-renovate6924/pull/1
Swift package manager documentation:
- https://github.com/apple/swift-package-manager/blob/master/Documentation/Usage.md#resolving-versions-packageresolved-file
comment created time in 3 months
issue commentrenovatebot/renovate
Package.resolve isn't updated after update Package.swift
@rarkins Hi, thanks for your response. I've created a sample public repository about this issue.
Link(s) to where this is best documented
renovate swift document: https://docs.renovatebot.com/modules/manager/swift sample pr: https://github.com/ra1028/sample-renovate6924/pull/1
Any guides to how this can be run under Linux
Just run swift package update after Package.swift is updated on the image that Swift lang is installed.
A public repo that reproduces the problem/requirement
- repo: https://github.com/ra1028/sample-renovate6924
- pr: https://github.com/ra1028/sample-renovate6924/pull/1
comment created time in 3 months
push eventra1028/swift-mod
commit sha 7b3b9c2a2bda3669096c32ccac967f19b0aa526b
Update swift-syntax version which compatible with Swift5.3 of Xcode12 b4
push time in 3 months
push eventra1028/swift-format
commit sha 92d8274b16bbbc06aa1e0e5883cb722289581ac1
Use swift syntax version that compatible with Xcode12 beta4
push time in 3 months
issue openedrenovatebot/renovate
Package.resolve is't updated after update Package.swift
What Renovate type are you using?
<!-- Tell us if you're using the hosted App, or if you are self-hosted Renovate yourself. Platform too (GitHub, GitLab, etc) if you think it's relevant. -->
Renovate for GitHub
Describe the bug
<!-- A clear and concise description of what the bug is. -->
Renovate supports Swift Package Manager, but Package.resolved isn't updated after Package.swift is updated.
That's a lock file of Swift tool dependencies, so it should be updated if it exists on git, otherwise, always diff will be made on the local environment after only Package.swift is updated.
Relevant debug logs
There is no such thing as a log, as it's a specification failure, not a runtime error.
<!--
Try not to raise a bug report unless you've looked at the logs first.
If you're running self-hosted, run with --log-level=debug or LOG_LEVEL=debug and search for whatever dependency/branch/PR that is causing the problem. If you are using the Renovate App, log into https://app.renovatebot.com/dashboard and locate the correct job log for when the problem occurred (e.g. when the PR was created). The Job ID will help us locate it.
-->
To Reproduce
This happens whenever there is an update to the Swift package listed in Package.swift.
<!-- To fix a bug, we nearly always need a minimal repo to reproduce it in, before verifying that our fix works using the same repo. If you provide a public repo that already reproduces the problem, then your bug will get highest priority for fixing. If you can't reproduce it in a simple repo, do your best to describe how it could be reproduced, or under what circumstances the bug occurs. -->
created time in 3 months
push eventra1028/ra1028
commit sha 1c0fa9fde3ea4eeb4d87474027ef1d07e3658f11
Update README.md
push time in 3 months
push eventra1028/ra1028
commit sha 43232ab53f1aec292179dd01d066839063c13c7f
Update README.md
push time in 3 months
startedabhisheknaiidu/awesome-github-profile-readme
started time in 3 months
startedanuraghazra/github-readme-stats
started time in 3 months