-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
@_exportedFeature → attributes: the @_exported attributeFeature → attributes: the @_exported attributeSymbolGraphGenThe swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itself
Description
Description
Since Xcode 14 beta 4, I haven't been able to build the documentation for the following project:
https://github.com/pointfreeco/combine-schedulers
I get the following errors:
error build: Symbol with identifier 's:So9NSDecimala10FoundationE11FormatStyleV8CurrencyV' couldn't be found
error build: Symbol with identifier 's:So9NSDecimala10FoundationE11FormatStyleV7PercentV' couldn't be found
In case this is an Xcode issue I filed feedback FB11088354.
Is there a workaround that I can take advantage of to get documentation building in Xcode?
Checklist
- If possible, I've reproduced the issue using the
mainbranch of this package. - This issue hasn't been addressed in an existing GitHub issue.
Expected Behavior
I expect the documentation to compile.
Actual behavior
It fails to compile.
Steps To Reproduce
- Clone
https://github.com/pointfreeco/combine-schedulers - Open in Xcode 14 beta 4, 5, or 6
- Build documentation
Swift-DocC Version Information
Version bundled in Xcode 14
Swift Compiler Version Information
swift-driver version: 1.62.3 Apple Swift version 5.7 (swiftlang-5.7.0.123.8 clang-1400.0.29.50)
Target: arm64-apple-macosx12.0cristi-lupu and hhrvoiccristi-lupu
Metadata
Metadata
Assignees
Labels
@_exportedFeature → attributes: the @_exported attributeFeature → attributes: the @_exported attributeSymbolGraphGenThe swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itself