Avatar
@available(_PackageDescription, introduced: 999.0) public static func executableTarget(
8:21 PM
使えそうで使えない
8:23 PM
if targetType == .executable && manifest.toolsVersion >= .vNext && warnAboutImplicitExecutableTargets { diagnostics.emit(warning: "in tools version \(ToolsVersion.vNext) and later, use 'executableTarget()' to declare executable targets") }
8:23 PM
なんかspmが@mainに追いついてない感じ。。。
8:27 PM
Implementation of support for executableTarget in the manifest. This allows use of @main by having targets be explicitly declared as executable rather than by looking for particular file names. On...
8:28 PM
タイムリーすぎる、マージされたの23時間前w