Closed johnfairh closed 3 years ago
Fix some actual breakage with Xcode 13.
Prior to Swift 5.5, swift symbolgraph-extract supported longopts (--arg[=]value) as well as short opts, but this has now been deleted. Unluckily I chose to use longopts in the jazzy driver so that needs updating.
swift symbolgraph-extract
Fix some actual breakage with Xcode 13.
Prior to Swift 5.5,
swift symbolgraph-extract
supported longopts (--arg[=]value) as well as short opts, but this has now been deleted. Unluckily I chose to use longopts in the jazzy driver so that needs updating.