Skip to content

Commit f179c06

Browse files
authored
Add Hummingbird (#932)
* Add Hummingbird * Update compatibility, add Swift 5.10
1 parent 52f150e commit f179c06

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

project_precommit_check

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ supported_configs = {
121121
'Target: x86_64-apple-macosx14.0\n',
122122
'description': 'Xcode 15.0 (contains Swift 5.9.0)',
123123
'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'
124131
}
125132
},
126133
# NOTE: Linux isn't fully supported yet

projects.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4814,5 +4814,30 @@
48144814
]
48154815
}
48164816
]
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+
]
48174842
}
48184843
]

0 commit comments

Comments
 (0)