[xcodegen] Remove buildable folder caveat

With the release of Xcode 26, I think it's pretty likely that folks
working on Swift will be using at least Xcode 16 now.
This commit is contained in:
Hamish Knight
2025-11-01 18:01:17 +00:00
parent 8c1e0c83ec
commit b0948bd6f9

View File

@@ -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("""