From 153f73697fe172242081ea0ad4138b171e8b2471 Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Sat, 13 Dec 2025 11:13:46 -0500 Subject: [PATCH] Shouldn't need this availability annotation because AEIC --- stdlib/public/core/CommandLine.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/public/core/CommandLine.swift b/stdlib/public/core/CommandLine.swift index b1c3c60d3ae..a4c1731106e 100644 --- a/stdlib/public/core/CommandLine.swift +++ b/stdlib/public/core/CommandLine.swift @@ -138,7 +138,6 @@ extension CommandLine { /// disk while it is running. If the current executable file is moved, the /// value of this property is not updated to its new path. @_unavailableInEmbedded - @available(SwiftStdlib 6.3, *) @_alwaysEmitIntoClient public static var executablePath: String { // NOTE: can't be AEIC and stored! // _NSGetExecutablePath() returns non-zero if the provided buffer is too