Skip to content

Commit b0948bd

Browse files
committed
[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.
1 parent 8c1e0c8 commit b0948bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils/swift-xcodegen/Sources/swift-xcodegen/SwiftXcodegen.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,6 @@ struct SwiftXcodegen: AsyncParsableCommand, Sendable {
307307
guard log.logLevel <= .note else { return }
308308

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

318311
if !projectOpts.addStdlibSwift {
319312
notes.append("""

0 commit comments

Comments
 (0)