From b0948bd6f9c7573275efec9b6de7f1c57dafa77f Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Sat, 1 Nov 2025 18:01:17 +0000 Subject: [PATCH] [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. --- .../Sources/swift-xcodegen/SwiftXcodegen.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/utils/swift-xcodegen/Sources/swift-xcodegen/SwiftXcodegen.swift b/utils/swift-xcodegen/Sources/swift-xcodegen/SwiftXcodegen.swift index 4cddbb98d4656..f737947115a7e 100644 --- a/utils/swift-xcodegen/Sources/swift-xcodegen/SwiftXcodegen.swift +++ b/utils/swift-xcodegen/Sources/swift-xcodegen/SwiftXcodegen.swift @@ -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("""