Closed dfed closed 1 month ago
@swift-ci test
@swift-ci test
@swift-ci test windows
Anything I can do to get windows tests passing?
@swift-ci please test Windows platform
@swift-ci please test
@swift-ci please clean test
@swift-ci please test
@swift-ci please test Windows platform
Avoid using
String(describing:)
to create strings that can be utilized by consumers.Motivation:
Version and revision strings with
Optional(...)
in them look less-than-greatModifications:
Utilized
thing?.description ?? "nil"
rather thanString(describing: thing)
.Result:
Improved the readability of
displayVersion
andscmRevision
in aPackage
'sorigin: PackagePlugin.PackageOrigin
.