Open bkhouri opened 15 hours ago
This will not get approved until we are out of development phase or the Traits proposal gets approved. It is correctly marked 999.0 since it's a development only feature of the manifest.
Understood. Once we are out of development phase, and if the Traits proposal has not been approved yet, we can revert those changes and adjust accordingly.
Disabled development mode in the release 6.1 branch.
Motivation:
We should never release Swift Package Manager in development mode. So this disables dev mode and brings in the functionality of
999.0
over being introduced in6.1
(though behind a--experimental
flag_Modifications:
Modify
SwiftVersion
isDevelopment
tofalse
and updates theTraits
proposal from being introduced in version999.0
to6.1
.Result:
Testing this change requires executing the tests using the
swift-test
executable target, since it changes the PackageDescription of thetraits
from being introduced in999.0
to6.1
.