File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,13 @@ supported_configs = {
121
121
'Target: x86_64-apple-macosx14.0\n ' ,
122
122
'description' : 'Xcode 15.0 (contains Swift 5.9.0)' ,
123
123
'branch' : 'swift-5.9-branch'
124
+ },
125
+ '5.10' : {
126
+ 'version' : 'Apple Swift version 5.10 '
127
+ '(swiftlang-5.10.0.13 clang-1500.3.9.4)\n '
128
+ 'Target: x86_64-apple-macosx14.0\n ' ,
129
+ 'description' : 'Xcode 15.4 (contains Swift 5.10.0)' ,
130
+ 'branch' : 'swift-5.10-branch'
124
131
}
125
132
},
126
133
# NOTE: Linux isn't fully supported yet
Original file line number Diff line number Diff line change 4814
4814
]
4815
4815
}
4816
4816
]
4817
+ },
4818
+ {
4819
+ "repository" : " Git" ,
4820
+ "url" : " https://github.com/hummingbird-project/hummingbird" ,
4821
+ "path" : " hummingbird" ,
4822
+ "branch" : " main" ,
4823
+ "maintainer" :
" [email protected] " ,
4824
+ "compatibility" : [
4825
+ {
4826
+ "version" : " 5.10" ,
4827
+ "commit" : " 61ca04429d4267e7b30423b7199d7285fde7b9c6"
4828
+ }
4829
+ ],
4830
+ "platforms" : [
4831
+ " Darwin" ,
4832
+ " Linux"
4833
+ ],
4834
+ "actions" : [
4835
+ {
4836
+ "action" : " BuildSwiftPackage" ,
4837
+ "build_tests" : " true" ,
4838
+ "configuration" : " release" ,
4839
+ "tags" : " swiftpm"
4840
+ }
4841
+ ]
4817
4842
}
4818
4843
]
You can’t perform that action at this time.
0 commit comments