Tony Li
Tony Li
@mokagio I wonder if this issue is related to how the Gutenberg framework and its dependencies are built.
I searched for the issue where non-optional properties in category are set to nil in all 24.x releases (see [this link](https://a8c.sentry.io/discover/homepage/?display=default&field=title&field=event.type&field=project&field=user.display&field=timestamp&field=release&name=All+Events&project=5716771&query=release.version%3A24.*+issue%3AJETPACK-IOS-P3&sort=-timestamp&statsPeriod=30d&yAxis=count%28%29)), there are 8 occurrences in 30 days which are...
@AliSoftware Agreed. In practice, when adding a new regex, not sure about others but I always go to [some regex tester website](https://regex101.com/) to ensure I have a valid regex for...
IMO, I don't think we should use `swift build` for this library, because `swift build` runs against macOS, but this library is an iOS library.
SPM plugin is a feature in 5.6. Have you tried to bump the swift version in `Package.swift` to a more recent version like 5.10: `// swift-tools-version:5.5`?
@spencertransier The two new "build-and-test" required PR checks are added from https://github.com/wordpress-mobile/release-toolkit/pull/492. Merging the trunk branch into this PR should satisify those two new required checks.