<div dir="ltr"><div>Hi, I&#39;m JPMartha.</div><div><br></div><div>Can I ask about module name?</div><div><br></div><div>The following error has occured when package&#39;s name or module&#39;s name consists of figures only. Is it invalid as the error message says?</div><div><br></div><div>Error:</div><div>```</div><div>fatal error: Invalid module name: file /Users/buildnode/jenkins/workspace/oss-swift-package-osx/swiftpm/Sources/PackageType/c99name().swift, line 202</div><div>```</div><div><br></div><div>I saw `Sources/PackageType/c99name().swift`, then I found the following document.</div><div><br></div><div>/**</div><div> Removes characters from name that are invalid in C99 module-names.</div><div>*/</div><div><br></div><div>So, I checked C99. Also, I saw the API Design Guideline and the swift-build-dev Archives.</div><div>But I&#39;m not sure that it is invalid.</div><div><br></div><div>Even though I miss a naming rule, I think this error should been prevented beforehand.<br></div><div>So, I reported <a href="https://bugs.swift.org/browse/SR-1224">https://bugs.swift.org/browse/SR-1224</a>.</div><div><br></div><div>Best regards,</div><div>JPMartha</div></div>