Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,6 @@ struct SwiftXcodegen: AsyncParsableCommand, Sendable {
guard log.logLevel <= .note else { return }

var notes: [String] = []
if projectOpts.useBuildableFolders {
notes.append("""
- Buildable folders are enabled by default, which requires Xcode 16. You
can pass '--no-buildable-folders' to disable this. See the '--help'
entry for more info.
""")
}

if !projectOpts.addStdlibSwift {
notes.append("""
Expand Down