@@ -39,8 +39,6 @@ let package = Package(
3939 . library( name: " GitHubRestAPICode_Scanning " , targets: [ " GitHubRestAPICode_Scanning " ] ) ,
4040 . library( name: " GitHubRestAPISecurity_Advisories " , targets: [ " GitHubRestAPISecurity_Advisories " ] ) ,
4141 . library( name: " GitHubRestAPIIssues " , targets: [ " GitHubRestAPIIssues " ] ) ,
42- . library( name: " GitHubRestAPIDocumentation.Docc " , targets: [ " GitHubRestAPIDocumentation.Docc " ] ) ,
43- . library( name: " GitHubRestAPI_Resources " , targets: [ " GitHubRestAPI_Resources " ] ) ,
4442 . library( name: " GitHubRestAPIApps " , targets: [ " GitHubRestAPIApps " ] ) ,
4543 . library( name: " GitHubRestAPIGists " , targets: [ " GitHubRestAPIGists " ] ) ,
4644 . library( name: " GitHubRestAPIBilling " , targets: [ " GitHubRestAPIBilling " ] ) ,
@@ -287,22 +285,6 @@ let package = Package(
287285 ] ,
288286 path: " Sources/issues "
289287 ) ,
290- . target(
291- name: " GitHubRestAPIDocumentation.Docc " ,
292- dependencies: [
293- . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
294- . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
295- ] ,
296- path: " Sources/Documentation.docc "
297- ) ,
298- . target(
299- name: " GitHubRestAPI_Resources " ,
300- dependencies: [
301- . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
302- . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
303- ] ,
304- path: " Sources/_Resources "
305- ) ,
306288 . target(
307289 name: " GitHubRestAPIApps " ,
308290 dependencies: [
0 commit comments