swift-biome icon indicating copy to clipboard operation
swift-biome copied to clipboard

serve versioned, multi-package swift documentation, at scale

Results 17 swift-biome issues
Sort by recently updated
recently updated
newest added

default implementations like [`FixedWidthInteger.init(truncatingIfNeeded:)`](https://swiftinit.org/reference/swift/fixedwidthinteger.init(truncatingifneeded:)) don’t show up in their parent protocol’s members or requirements lists. they can only be discovered through the [requirement](https://swiftinit.org/reference/swift/binaryinteger.init%28truncatingifneeded:%29) they implement.

enhancement

this project badly needs a swift lint. in the long term, this should be added to the CI

infrastructure

we are not using gzip compression, which is killing network performance. this functionality exists in [`swift-png`](https://github.com/kelvin13/swift-png) and is already mature and reasonably-isolated, it just needs to be spun off into...

enhancement

links to apple docs are not being correctly nationalized, even when we have the identical page available

bug