File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/PackageFingerprint Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import struct TSCUtility.Version
20
20
21
21
public struct FilePackageFingerprintStorage : PackageFingerprintStorage {
22
22
let fileSystem : FileSystem
23
- let directoryPath : Basics . AbsolutePath
23
+ package let directoryPath : Basics . AbsolutePath
24
24
25
25
private let encoder : JSONEncoder
26
26
private let decoder : JSONDecoder
@@ -350,13 +350,13 @@ protocol FingerprintReference {
350
350
}
351
351
352
352
extension PackageIdentity : FingerprintReference {
353
- var fingerprintsFilename : String {
353
+ package var fingerprintsFilename : String {
354
354
" \( self . description) .json "
355
355
}
356
356
}
357
357
358
358
extension PackageReference : FingerprintReference {
359
- var fingerprintsFilename : String {
359
+ package var fingerprintsFilename : String {
360
360
get throws {
361
361
guard case . remoteSourceControl( let sourceControlURL) = self . kind else {
362
362
throw StringError ( " Package kind [ \( self . kind) ] does not support fingerprints " )
You can’t perform that action at this time.
0 commit comments