File tree 3 files changed +16
-17
lines changed 3 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "object" : {
3
- "pins" : [
4
- {
5
- "package" : " Etcetera" ,
6
- "repositoryURL" : " https://github.com/jaredsinclair/etcetera" ,
7
- "state" : {
8
- "branch" : null ,
9
- "revision" : " 3dc4efd2d72bc6bb857c0d7d801e913935ce325c" ,
10
- "version" : " 3.0.0"
11
- }
2
+ "originHash" : " 5b11a844fdcecbd183317890ddae25374d46e76c0327f7544b01856b435db43d" ,
3
+ "pins" : [
4
+ {
5
+ "identity" : " etcetera" ,
6
+ "kind" : " remoteSourceControl" ,
7
+ "location" : " https://github.com/jaredsinclair/etcetera" ,
8
+ "state" : {
9
+ "revision" : " cb91e24c097f5e252aa13773b0f926fc7e03bbcb" ,
10
+ "version" : " 4.0.0"
12
11
}
13
- ]
14
- } ,
15
- "version" : 1
12
+ }
13
+ ] ,
14
+ "version" : 3
16
15
}
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.1
1
+ // swift-tools-version:5.10
2
2
3
3
import PackageDescription
4
4
@@ -11,13 +11,13 @@ let package = Package(
11
11
. library( name: " ImageCache " , targets: [ " ImageCache " ] )
12
12
] ,
13
13
dependencies: [
14
- . package ( url: " https://github.com/jaredsinclair/etcetera " , . upToNextMajor( from: " 3 .0.0" ) )
14
+ . package ( url: " https://github.com/jaredsinclair/etcetera " , . upToNextMajor( from: " 4 .0.0" ) )
15
15
] ,
16
16
targets: [
17
17
. target(
18
18
name: " ImageCache " ,
19
19
dependencies: [
20
- " Etcetera "
20
+ . product ( name : " Etcetera " , package : " Etcetera " )
21
21
]
22
22
// Uncomment to enable complete strict concurrency checking. In a
23
23
// future update, it would be handy if this were scriptable in CI:
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ import Foundation
10
10
import os. log
11
11
import Etcetera
12
12
13
- let Log = OSLog ( subsystem: " com.niceboy.ImageCache " , category: " Images " )
13
+ nonisolated ( unsafe ) let Log = OSLog ( subsystem: " com.niceboy.ImageCache " , category: " Images " )
You can’t perform that action at this time.
0 commit comments