Change Swift Tools Version to 5.0 This should allow the package to be built using older versions of Swift.
Change Swift Tools Version to 5.0
This should allow the package to be built using older versions of Swift.
This package provides an Identifier type suitable for use with the Identifiable protocol as an ID.
Identifier
Identifiable
ID
By incorporating the Identifiable type into the type signature of its ID, it is effectively impossible to accidentally pass the wrong type of ID.
Identifier
This package provides an
Identifiertype suitable for use with theIdentifiableprotocol as anID.By incorporating the
Identifiabletype into the type signature of itsID, it is effectively impossible to accidentally pass the wrong type ofID.