smithy-lang/smithy-swift

Fix Xcode support by removing Packages.swift from Packages folder

Closed this issue · 1 comments

When working in Xcode the contents of Packages are hidden because it contains Package.swift. The purpose of it is not known yet it does cause difficulties when working with this package.

By default AWSClientRuntime and Packages directories are not shown when taking a dependency on the any AWS SDK because of nested Package.swift file.

Delete above files, close XCode and re-open you will see AWSClientRuntime and Package dirs.

image

This creates frustrating developer experience. Ideally we want below Package.swift only swift package files