Sven A. Schmidt
Sven A. Schmidt
We've started [tracking an issue in the Swift Package Index](https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/1630) about test flakiness around four weeks ago. When running tests under certain conditions, we're hitting the assert ``` Assertion failed:...
Rebased version of #1905, to kick off CI and have an Xcode PR view open. To do: - [x] Review/merge review changes #1955 - [ ] Re-run/review query perf tests...
There have been a number of invalid URL 500s starting Friday, July 22 morning: - [Rollbar #75](https://rollbar.com/finestructure/SPI-server/items/75) Abort.500: http://spi-prod-docs.s3-website.us-east-2.amazonaws.com/nordicsemiconductor/ios-dfu-library/raw/main/App/fastlane/screenshots/en-US/iPhone 8 Plus-01Devices.png is an invalid URL - [Rollbar #76](https://rollbar.com/finestructure/SPI-server/items/76) Abort.500: http://spi-prod-docs.s3-website.us-east-2.amazonaws.com/nordicsemiconductor/ios-dfu-library/raw/main/App/fastlane/screenshots/en-US/iPhone...
See https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/pull/1933#discussion_r933990451 Potential bug that might not give wrong results but I suspect it selects N(search view rows) x (N keywords) rows without a join and filters on the product...
`describe` is going to replace `dump-package` in the future and has more information. For instance [`c99name` and `module_membership`](https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/pull/1171#issuecomment-859689485), which we need for package collections.
Here's a build failure that looks like a runner issue: ``` xcrun: error: unable to find utility "xctest", not a developer tool or in PATH ``` https://swiftpackageindex.com/builds/9F03B285-04E2-468E-A519-41D940AF1149 Or is this...
Example: https://rollbar.com/finestructure/SPI-server/items/74
There's some indication that TS will work again in Swift 5.7: https://forums.swift.org/t/xcode-14-beta-thread-performance-checker/57883/2
There's one monitoring gap which I'd like to close: alert if there's suspicious silence on the twitter feed as the ultimate end-to-end test as it integrates across pretty much the...
We need to fully document the `.spi.yml` somewhere beyond the blog post. In particular, we need to list the platform and swift version strings that we support.