The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of influxdb-client-swift, reference 1.7.0 (92ebb7), with Swift 6.0 for macOS (SPM) on 15 Sep 2024 23:30:54 UTC.

Swift 6 data race errors: 10

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

363 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
364 |                 case let .failure(error):
365 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:432:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
430 |                 switch result {
431 |                 case let .success(response):
432 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
433 |                 case let .failure(error):
434 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:501:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
499 |                 switch result {
500 |                 case let .success(response):
501 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
502 |                 case let .failure(error):
503 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:572:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
570 |                 switch result {
571 |                 case let .success(response):
572 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
573 |                 case let .failure(error):
574 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:642:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
640 |                 switch result {
641 |                 case let .success(response):
642 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
643 |                 case let .failure(error):
644 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:710:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
708 |                 switch result {
709 |                 case let .success(response):
710 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
711 |                 case let .failure(error):
712 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:782:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
780 |                 switch result {
781 |                 case let .success(response):
782 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
783 |                 case let .failure(error):
784 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ReadyAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:355:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 353 |                 switch result {
 354 |                 case let .success(response):
 355 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 356 |                 case let .failure(error):
 357 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:430:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 428 |                 switch result {
 429 |                 case let .success(response):
 430 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 431 |                 case let .failure(error):
 432 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:499:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 497 |                 switch result {
 498 |                 case let .success(response):
 499 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 500 |                 case let .failure(error):
 501 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:568:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 566 |                 switch result {
 567 |                 case let .success(response):
 568 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 569 |                 case let .failure(error):
 570 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:637:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 635 |                 switch result {
 636 |                 case let .success(response):
 637 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 638 |                 case let .failure(error):
 639 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:708:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 706 |                 switch result {
 707 |                 case let .success(response):
 708 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 709 |                 case let .failure(error):
 710 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:778:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 776 |                 switch result {
 777 |                 case let .success(response):
 778 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 779 |                 case let .failure(error):
 780 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:846:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 844 |                 switch result {
 845 |                 case let .success(response):
 846 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 847 |                 case let .failure(error):
 848 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:918:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 916 |                 switch result {
 917 |                 case let .success(response):
 918 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 919 |                 case let .failure(error):
 920 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:990:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 988 |                 switch result {
 989 |                 case let .success(response):
 990 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 991 |                 case let .failure(error):
 992 |                     continuation.resume(throwing: error)
[139/143] Compiling InfluxDBSwiftApis LabelsAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 |                 switch result {
129 |                 case let .success(response):
130 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 |                 case let .failure(error):
132 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:205:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
203 |                 switch result {
204 |                 case let .success(response):
205 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
206 |                 case let .failure(error):
207 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:276:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
274 |                 switch result {
275 |                 case let .success(response):
276 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
277 |                 case let .failure(error):
278 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:346:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
344 |                 switch result {
345 |                 case let .success(response):
346 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
347 |                 case let .failure(error):
348 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:361:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 359 |                 switch result {
 360 |                 case let .success(response):
 361 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 362 |                 case let .failure(error):
 363 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:442:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 440 |                 switch result {
 441 |                 case let .success(response):
 442 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 443 |                 case let .failure(error):
 444 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:511:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 509 |                 switch result {
 510 |                 case let .success(response):
 511 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 512 |                 case let .failure(error):
 513 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:580:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 578 |                 switch result {
 579 |                 case let .success(response):
 580 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 581 |                 case let .failure(error):
 582 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:649:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 647 |                 switch result {
 648 |                 case let .success(response):
 649 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 650 |                 case let .failure(error):
 651 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:720:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 718 |                 switch result {
 719 |                 case let .success(response):
 720 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 721 |                 case let .failure(error):
 722 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:795:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 793 |                 switch result {
 794 |                 case let .success(response):
 795 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 796 |                 case let .failure(error):
 797 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:865:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 863 |                 switch result {
 864 |                 case let .success(response):
 865 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 866 |                 case let .failure(error):
 867 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:933:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 931 |                 switch result {
 932 |                 case let .success(response):
 933 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 934 |                 case let .failure(error):
 935 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1005:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1003 |                 switch result {
1004 |                 case let .success(response):
1005 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1006 |                 case let .failure(error):
1007 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1077:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1075 |                 switch result {
1076 |                 case let .success(response):
1077 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1078 |                 case let .failure(error):
1079 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:146:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
144 |                 switch result {
145 |                 case let .success(response):
146 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
147 |                 case let .failure(error):
148 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:231:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
229 |                 switch result {
230 |                 case let .success(response):
231 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
232 |                 case let .failure(error):
233 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:312:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
310 |                 switch result {
311 |                 case let .success(response):
312 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
313 |                 case let .failure(error):
314 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:388:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
386 |                 switch result {
387 |                 case let .success(response):
388 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
389 |                 case let .failure(error):
390 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/HealthAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 |                 switch result {
123 |                 case let .success(response):
124 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 |                 case let .failure(error):
126 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 |                 switch result {
192 |                 case let .success(response):
193 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 |                 case let .failure(error):
195 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 |                 switch result {
263 |                 case let .success(response):
264 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 |                 case let .failure(error):
266 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:332:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
330 |                 switch result {
331 |                 case let .success(response):
332 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
333 |                 case let .failure(error):
334 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:284:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
282 |                 switch result {
283 |                 case let .success(response):
284 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
285 |                 case let .failure(error):
286 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:363:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
361 |                 switch result {
362 |                 case let .success(response):
363 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
364 |                 case let .failure(error):
365 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:432:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
430 |                 switch result {
431 |                 case let .success(response):
432 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
433 |                 case let .failure(error):
434 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:501:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
499 |                 switch result {
500 |                 case let .success(response):
501 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
502 |                 case let .failure(error):
503 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:572:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
570 |                 switch result {
571 |                 case let .success(response):
572 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
573 |                 case let .failure(error):
574 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:642:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
640 |                 switch result {
641 |                 case let .success(response):
642 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
643 |                 case let .failure(error):
644 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:710:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
708 |                 switch result {
709 |                 case let .success(response):
710 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
711 |                 case let .failure(error):
712 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:782:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
780 |                 switch result {
781 |                 case let .success(response):
782 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
783 |                 case let .failure(error):
784 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ReadyAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:355:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 353 |                 switch result {
 354 |                 case let .success(response):
 355 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 356 |                 case let .failure(error):
 357 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:430:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 428 |                 switch result {
 429 |                 case let .success(response):
 430 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 431 |                 case let .failure(error):
 432 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:499:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 497 |                 switch result {
 498 |                 case let .success(response):
 499 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 500 |                 case let .failure(error):
 501 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:568:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 566 |                 switch result {
 567 |                 case let .success(response):
 568 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 569 |                 case let .failure(error):
 570 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:637:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 635 |                 switch result {
 636 |                 case let .success(response):
 637 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 638 |                 case let .failure(error):
 639 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:708:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 706 |                 switch result {
 707 |                 case let .success(response):
 708 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 709 |                 case let .failure(error):
 710 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:778:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 776 |                 switch result {
 777 |                 case let .success(response):
 778 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 779 |                 case let .failure(error):
 780 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:846:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 844 |                 switch result {
 845 |                 case let .success(response):
 846 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 847 |                 case let .failure(error):
 848 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:918:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 916 |                 switch result {
 917 |                 case let .success(response):
 918 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 919 |                 case let .failure(error):
 920 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:990:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 988 |                 switch result {
 989 |                 case let .success(response):
 990 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 991 |                 case let .failure(error):
 992 |                     continuation.resume(throwing: error)
[140/143] Compiling InfluxDBSwiftApis OrganizationsAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 |                 switch result {
129 |                 case let .success(response):
130 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 |                 case let .failure(error):
132 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:205:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
203 |                 switch result {
204 |                 case let .success(response):
205 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
206 |                 case let .failure(error):
207 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:276:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
274 |                 switch result {
275 |                 case let .success(response):
276 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
277 |                 case let .failure(error):
278 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:346:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
344 |                 switch result {
345 |                 case let .success(response):
346 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
347 |                 case let .failure(error):
348 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:361:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 359 |                 switch result {
 360 |                 case let .success(response):
 361 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 362 |                 case let .failure(error):
 363 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:442:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 440 |                 switch result {
 441 |                 case let .success(response):
 442 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 443 |                 case let .failure(error):
 444 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:511:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 509 |                 switch result {
 510 |                 case let .success(response):
 511 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 512 |                 case let .failure(error):
 513 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:580:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 578 |                 switch result {
 579 |                 case let .success(response):
 580 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 581 |                 case let .failure(error):
 582 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:649:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 647 |                 switch result {
 648 |                 case let .success(response):
 649 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 650 |                 case let .failure(error):
 651 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:720:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 718 |                 switch result {
 719 |                 case let .success(response):
 720 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 721 |                 case let .failure(error):
 722 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:795:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 793 |                 switch result {
 794 |                 case let .success(response):
 795 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 796 |                 case let .failure(error):
 797 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:865:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 863 |                 switch result {
 864 |                 case let .success(response):
 865 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 866 |                 case let .failure(error):
 867 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:933:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 931 |                 switch result {
 932 |                 case let .success(response):
 933 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 934 |                 case let .failure(error):
 935 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1005:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1003 |                 switch result {
1004 |                 case let .success(response):
1005 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1006 |                 case let .failure(error):
1007 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1077:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1075 |                 switch result {
1076 |                 case let .success(response):
1077 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1078 |                 case let .failure(error):
1079 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:146:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
144 |                 switch result {
145 |                 case let .success(response):
146 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
147 |                 case let .failure(error):
148 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:231:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
229 |                 switch result {
230 |                 case let .success(response):
231 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
232 |                 case let .failure(error):
233 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:312:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
310 |                 switch result {
311 |                 case let .success(response):
312 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
313 |                 case let .failure(error):
314 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:388:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
386 |                 switch result {
387 |                 case let .success(response):
388 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
389 |                 case let .failure(error):
390 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/HealthAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 |                 switch result {
123 |                 case let .success(response):
124 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 |                 case let .failure(error):
126 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 |                 switch result {
192 |                 case let .success(response):
193 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 |                 case let .failure(error):
195 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 |                 switch result {
263 |                 case let .success(response):
264 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 |                 case let .failure(error):
266 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:332:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
330 |                 switch result {
331 |                 case let .success(response):
332 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
333 |                 case let .failure(error):
334 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:284:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
282 |                 switch result {
283 |                 case let .success(response):
284 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
285 |                 case let .failure(error):
286 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:363:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
361 |                 switch result {
362 |                 case let .success(response):
363 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
364 |                 case let .failure(error):
365 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:432:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
430 |                 switch result {
431 |                 case let .success(response):
432 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
433 |                 case let .failure(error):
434 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:501:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
499 |                 switch result {
500 |                 case let .success(response):
501 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
502 |                 case let .failure(error):
503 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:572:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
570 |                 switch result {
571 |                 case let .success(response):
572 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
573 |                 case let .failure(error):
574 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:642:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
640 |                 switch result {
641 |                 case let .success(response):
642 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
643 |                 case let .failure(error):
644 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:710:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
708 |                 switch result {
709 |                 case let .success(response):
710 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
711 |                 case let .failure(error):
712 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:782:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
780 |                 switch result {
781 |                 case let .success(response):
782 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
783 |                 case let .failure(error):
784 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ReadyAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:355:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 353 |                 switch result {
 354 |                 case let .success(response):
 355 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 356 |                 case let .failure(error):
 357 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:430:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 428 |                 switch result {
 429 |                 case let .success(response):
 430 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 431 |                 case let .failure(error):
 432 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:499:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 497 |                 switch result {
 498 |                 case let .success(response):
 499 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 500 |                 case let .failure(error):
 501 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:568:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 566 |                 switch result {
 567 |                 case let .success(response):
 568 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 569 |                 case let .failure(error):
 570 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:637:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 635 |                 switch result {
 636 |                 case let .success(response):
 637 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 638 |                 case let .failure(error):
 639 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:708:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 706 |                 switch result {
 707 |                 case let .success(response):
 708 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 709 |                 case let .failure(error):
 710 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:778:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 776 |                 switch result {
 777 |                 case let .success(response):
 778 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 779 |                 case let .failure(error):
 780 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:846:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 844 |                 switch result {
 845 |                 case let .success(response):
 846 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 847 |                 case let .failure(error):
 848 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:918:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 916 |                 switch result {
 917 |                 case let .success(response):
 918 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 919 |                 case let .failure(error):
 920 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:990:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 988 |                 switch result {
 989 |                 case let .success(response):
 990 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 991 |                 case let .failure(error):
 992 |                     continuation.resume(throwing: error)
[141/143] Compiling InfluxDBSwiftApis PingAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 |                 switch result {
129 |                 case let .success(response):
130 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 |                 case let .failure(error):
132 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:205:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
203 |                 switch result {
204 |                 case let .success(response):
205 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
206 |                 case let .failure(error):
207 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:276:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
274 |                 switch result {
275 |                 case let .success(response):
276 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
277 |                 case let .failure(error):
278 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:346:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
344 |                 switch result {
345 |                 case let .success(response):
346 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
347 |                 case let .failure(error):
348 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:361:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 359 |                 switch result {
 360 |                 case let .success(response):
 361 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 362 |                 case let .failure(error):
 363 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:442:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 440 |                 switch result {
 441 |                 case let .success(response):
 442 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 443 |                 case let .failure(error):
 444 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:511:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 509 |                 switch result {
 510 |                 case let .success(response):
 511 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 512 |                 case let .failure(error):
 513 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:580:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 578 |                 switch result {
 579 |                 case let .success(response):
 580 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 581 |                 case let .failure(error):
 582 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:649:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 647 |                 switch result {
 648 |                 case let .success(response):
 649 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 650 |                 case let .failure(error):
 651 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:720:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 718 |                 switch result {
 719 |                 case let .success(response):
 720 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 721 |                 case let .failure(error):
 722 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:795:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 793 |                 switch result {
 794 |                 case let .success(response):
 795 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 796 |                 case let .failure(error):
 797 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:865:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 863 |                 switch result {
 864 |                 case let .success(response):
 865 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 866 |                 case let .failure(error):
 867 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:933:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 931 |                 switch result {
 932 |                 case let .success(response):
 933 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 934 |                 case let .failure(error):
 935 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1005:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1003 |                 switch result {
1004 |                 case let .success(response):
1005 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1006 |                 case let .failure(error):
1007 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1077:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1075 |                 switch result {
1076 |                 case let .success(response):
1077 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1078 |                 case let .failure(error):
1079 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:146:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
144 |                 switch result {
145 |                 case let .success(response):
146 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
147 |                 case let .failure(error):
148 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:231:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
229 |                 switch result {
230 |                 case let .success(response):
231 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
232 |                 case let .failure(error):
233 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:312:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
310 |                 switch result {
311 |                 case let .success(response):
312 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
313 |                 case let .failure(error):
314 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:388:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
386 |                 switch result {
387 |                 case let .success(response):
388 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
389 |                 case let .failure(error):
390 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/HealthAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 |                 switch result {
123 |                 case let .success(response):
124 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 |                 case let .failure(error):
126 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 |                 switch result {
192 |                 case let .success(response):
193 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 |                 case let .failure(error):
195 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 |                 switch result {
263 |                 case let .success(response):
264 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 |                 case let .failure(error):
266 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:332:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
330 |                 switch result {
331 |                 case let .success(response):
332 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
333 |                 case let .failure(error):
334 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:284:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
282 |                 switch result {
283 |                 case let .success(response):
284 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
285 |                 case let .failure(error):
286 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:363:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
361 |                 switch result {
362 |                 case let .success(response):
363 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
364 |                 case let .failure(error):
365 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:432:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
430 |                 switch result {
431 |                 case let .success(response):
432 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
433 |                 case let .failure(error):
434 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:501:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
499 |                 switch result {
500 |                 case let .success(response):
501 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
502 |                 case let .failure(error):
503 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:572:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
570 |                 switch result {
571 |                 case let .success(response):
572 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
573 |                 case let .failure(error):
574 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:642:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
640 |                 switch result {
641 |                 case let .success(response):
642 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
643 |                 case let .failure(error):
644 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:710:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
708 |                 switch result {
709 |                 case let .success(response):
710 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
711 |                 case let .failure(error):
712 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:782:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
780 |                 switch result {
781 |                 case let .success(response):
782 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
783 |                 case let .failure(error):
784 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ReadyAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:355:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 353 |                 switch result {
 354 |                 case let .success(response):
 355 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 356 |                 case let .failure(error):
 357 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:430:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 428 |                 switch result {
 429 |                 case let .success(response):
 430 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 431 |                 case let .failure(error):
 432 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:499:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 497 |                 switch result {
 498 |                 case let .success(response):
 499 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 500 |                 case let .failure(error):
 501 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:568:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 566 |                 switch result {
 567 |                 case let .success(response):
 568 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 569 |                 case let .failure(error):
 570 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:637:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 635 |                 switch result {
 636 |                 case let .success(response):
 637 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 638 |                 case let .failure(error):
 639 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:708:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 706 |                 switch result {
 707 |                 case let .success(response):
 708 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 709 |                 case let .failure(error):
 710 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:778:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 776 |                 switch result {
 777 |                 case let .success(response):
 778 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 779 |                 case let .failure(error):
 780 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:846:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 844 |                 switch result {
 845 |                 case let .success(response):
 846 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 847 |                 case let .failure(error):
 848 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:918:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 916 |                 switch result {
 917 |                 case let .success(response):
 918 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 919 |                 case let .failure(error):
 920 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:990:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 988 |                 switch result {
 989 |                 case let .success(response):
 990 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 991 |                 case let .failure(error):
 992 |                     continuation.resume(throwing: error)
[142/143] Compiling InfluxDBSwiftApis ReadyAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 |                 switch result {
129 |                 case let .success(response):
130 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 |                 case let .failure(error):
132 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:205:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
203 |                 switch result {
204 |                 case let .success(response):
205 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
206 |                 case let .failure(error):
207 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:276:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
274 |                 switch result {
275 |                 case let .success(response):
276 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
277 |                 case let .failure(error):
278 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:346:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
344 |                 switch result {
345 |                 case let .success(response):
346 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
347 |                 case let .failure(error):
348 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:361:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 359 |                 switch result {
 360 |                 case let .success(response):
 361 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 362 |                 case let .failure(error):
 363 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:442:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 440 |                 switch result {
 441 |                 case let .success(response):
 442 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 443 |                 case let .failure(error):
 444 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:511:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 509 |                 switch result {
 510 |                 case let .success(response):
 511 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 512 |                 case let .failure(error):
 513 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:580:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 578 |                 switch result {
 579 |                 case let .success(response):
 580 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 581 |                 case let .failure(error):
 582 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:649:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 647 |                 switch result {
 648 |                 case let .success(response):
 649 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 650 |                 case let .failure(error):
 651 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:720:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 718 |                 switch result {
 719 |                 case let .success(response):
 720 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 721 |                 case let .failure(error):
 722 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:795:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 793 |                 switch result {
 794 |                 case let .success(response):
 795 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 796 |                 case let .failure(error):
 797 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:865:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 863 |                 switch result {
 864 |                 case let .success(response):
 865 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 866 |                 case let .failure(error):
 867 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:933:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 931 |                 switch result {
 932 |                 case let .success(response):
 933 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 934 |                 case let .failure(error):
 935 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1005:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1003 |                 switch result {
1004 |                 case let .success(response):
1005 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1006 |                 case let .failure(error):
1007 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1077:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1075 |                 switch result {
1076 |                 case let .success(response):
1077 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1078 |                 case let .failure(error):
1079 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:146:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
144 |                 switch result {
145 |                 case let .success(response):
146 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
147 |                 case let .failure(error):
148 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:231:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
229 |                 switch result {
230 |                 case let .success(response):
231 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
232 |                 case let .failure(error):
233 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:312:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
310 |                 switch result {
311 |                 case let .success(response):
312 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
313 |                 case let .failure(error):
314 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:388:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
386 |                 switch result {
387 |                 case let .success(response):
388 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
389 |                 case let .failure(error):
390 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/HealthAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 |                 switch result {
123 |                 case let .success(response):
124 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 |                 case let .failure(error):
126 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 |                 switch result {
192 |                 case let .success(response):
193 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 |                 case let .failure(error):
195 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 |                 switch result {
263 |                 case let .success(response):
264 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 |                 case let .failure(error):
266 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:332:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
330 |                 switch result {
331 |                 case let .success(response):
332 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
333 |                 case let .failure(error):
334 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:284:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
282 |                 switch result {
283 |                 case let .success(response):
284 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
285 |                 case let .failure(error):
286 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:363:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
361 |                 switch result {
362 |                 case let .success(response):
363 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
364 |                 case let .failure(error):
365 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:432:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
430 |                 switch result {
431 |                 case let .success(response):
432 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
433 |                 case let .failure(error):
434 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:501:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
499 |                 switch result {
500 |                 case let .success(response):
501 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
502 |                 case let .failure(error):
503 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:572:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
570 |                 switch result {
571 |                 case let .success(response):
572 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
573 |                 case let .failure(error):
574 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:642:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
640 |                 switch result {
641 |                 case let .success(response):
642 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
643 |                 case let .failure(error):
644 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:710:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
708 |                 switch result {
709 |                 case let .success(response):
710 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
711 |                 case let .failure(error):
712 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:782:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
780 |                 switch result {
781 |                 case let .success(response):
782 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
783 |                 case let .failure(error):
784 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ReadyAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:355:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 353 |                 switch result {
 354 |                 case let .success(response):
 355 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 356 |                 case let .failure(error):
 357 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:430:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 428 |                 switch result {
 429 |                 case let .success(response):
 430 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 431 |                 case let .failure(error):
 432 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:499:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 497 |                 switch result {
 498 |                 case let .success(response):
 499 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 500 |                 case let .failure(error):
 501 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:568:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 566 |                 switch result {
 567 |                 case let .success(response):
 568 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 569 |                 case let .failure(error):
 570 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:637:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 635 |                 switch result {
 636 |                 case let .success(response):
 637 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 638 |                 case let .failure(error):
 639 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:708:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 706 |                 switch result {
 707 |                 case let .success(response):
 708 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 709 |                 case let .failure(error):
 710 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:778:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 776 |                 switch result {
 777 |                 case let .success(response):
 778 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 779 |                 case let .failure(error):
 780 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:846:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 844 |                 switch result {
 845 |                 case let .success(response):
 846 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 847 |                 case let .failure(error):
 848 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:918:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 916 |                 switch result {
 917 |                 case let .success(response):
 918 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 919 |                 case let .failure(error):
 920 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:990:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 988 |                 switch result {
 989 |                 case let .success(response):
 990 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 991 |                 case let .failure(error):
 992 |                     continuation.resume(throwing: error)
[143/143] Compiling InfluxDBSwiftApis ScraperTargetsAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 |                 switch result {
129 |                 case let .success(response):
130 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 |                 case let .failure(error):
132 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:205:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
203 |                 switch result {
204 |                 case let .success(response):
205 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
206 |                 case let .failure(error):
207 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:276:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
274 |                 switch result {
275 |                 case let .success(response):
276 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
277 |                 case let .failure(error):
278 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/AuthorizationsAPI.swift:346:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
344 |                 switch result {
345 |                 case let .success(response):
346 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
347 |                 case let .failure(error):
348 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:361:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 359 |                 switch result {
 360 |                 case let .success(response):
 361 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 362 |                 case let .failure(error):
 363 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:442:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 440 |                 switch result {
 441 |                 case let .success(response):
 442 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 443 |                 case let .failure(error):
 444 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:511:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 509 |                 switch result {
 510 |                 case let .success(response):
 511 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 512 |                 case let .failure(error):
 513 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:580:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 578 |                 switch result {
 579 |                 case let .success(response):
 580 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 581 |                 case let .failure(error):
 582 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:649:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 647 |                 switch result {
 648 |                 case let .success(response):
 649 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 650 |                 case let .failure(error):
 651 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:720:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 718 |                 switch result {
 719 |                 case let .success(response):
 720 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 721 |                 case let .failure(error):
 722 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:795:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 793 |                 switch result {
 794 |                 case let .success(response):
 795 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 796 |                 case let .failure(error):
 797 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:865:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 863 |                 switch result {
 864 |                 case let .success(response):
 865 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 866 |                 case let .failure(error):
 867 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:933:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 931 |                 switch result {
 932 |                 case let .success(response):
 933 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 934 |                 case let .failure(error):
 935 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1005:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1003 |                 switch result {
1004 |                 case let .success(response):
1005 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1006 |                 case let .failure(error):
1007 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/BucketsAPI.swift:1077:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1075 |                 switch result {
1076 |                 case let .success(response):
1077 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1078 |                 case let .failure(error):
1079 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:146:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
144 |                 switch result {
145 |                 case let .success(response):
146 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
147 |                 case let .failure(error):
148 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:231:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
229 |                 switch result {
230 |                 case let .success(response):
231 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
232 |                 case let .failure(error):
233 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:312:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
310 |                 switch result {
311 |                 case let .success(response):
312 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
313 |                 case let .failure(error):
314 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/DBRPsAPI.swift:388:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
386 |                 switch result {
387 |                 case let .success(response):
388 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
389 |                 case let .failure(error):
390 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/HealthAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 |                 switch result {
123 |                 case let .success(response):
124 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 |                 case let .failure(error):
126 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 |                 switch result {
192 |                 case let .success(response):
193 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 |                 case let .failure(error):
195 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 |                 switch result {
263 |                 case let .success(response):
264 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 |                 case let .failure(error):
266 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/LabelsAPI.swift:332:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
330 |                 switch result {
331 |                 case let .success(response):
332 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
333 |                 case let .failure(error):
334 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:284:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
282 |                 switch result {
283 |                 case let .success(response):
284 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
285 |                 case let .failure(error):
286 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:363:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
361 |                 switch result {
362 |                 case let .success(response):
363 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
364 |                 case let .failure(error):
365 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:432:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
430 |                 switch result {
431 |                 case let .success(response):
432 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
433 |                 case let .failure(error):
434 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:501:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
499 |                 switch result {
500 |                 case let .success(response):
501 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
502 |                 case let .failure(error):
503 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:572:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
570 |                 switch result {
571 |                 case let .success(response):
572 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
573 |                 case let .failure(error):
574 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:642:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
640 |                 switch result {
641 |                 case let .success(response):
642 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
643 |                 case let .failure(error):
644 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:710:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
708 |                 switch result {
709 |                 case let .success(response):
710 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
711 |                 case let .failure(error):
712 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/OrganizationsAPI.swift:782:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
780 |                 switch result {
781 |                 case let .success(response):
782 |                     continuation.resume(returning: response.body)
    |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
783 |                 case let .failure(error):
784 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ReadyAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 |                 switch result {
52 |                 case let .success(response):
53 |                     continuation.resume(returning: response.body)
   |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 |                 case let .failure(error):
55 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:355:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 353 |                 switch result {
 354 |                 case let .success(response):
 355 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 356 |                 case let .failure(error):
 357 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:430:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 428 |                 switch result {
 429 |                 case let .success(response):
 430 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 431 |                 case let .failure(error):
 432 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:499:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 497 |                 switch result {
 498 |                 case let .success(response):
 499 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 500 |                 case let .failure(error):
 501 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:568:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 566 |                 switch result {
 567 |                 case let .success(response):
 568 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 569 |                 case let .failure(error):
 570 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:637:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 635 |                 switch result {
 636 |                 case let .success(response):
 637 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 638 |                 case let .failure(error):
 639 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:708:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 706 |                 switch result {
 707 |                 case let .success(response):
 708 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 709 |                 case let .failure(error):
 710 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:778:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 776 |                 switch result {
 777 |                 case let .success(response):
 778 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 779 |                 case let .failure(error):
 780 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:846:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 844 |                 switch result {
 845 |                 case let .success(response):
 846 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 847 |                 case let .failure(error):
 848 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:918:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 916 |                 switch result {
 917 |                 case let .success(response):
 918 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 919 |                 case let .failure(error):
 920 |                     continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/ScraperTargetsAPI.swift:990:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
 988 |                 switch result {
 989 |                 case let .success(response):
 990 |                     continuation.resume(returning: response.body)
     |                                  |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
     |                                  `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 991 |                 case let .failure(error):
 992 |                     continuation.resume(throwing: error)
Build complete! (28.98s)
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/allegro/swift-junit.git
Fetching https://github.com/yaslab/CSV.swift
Fetching https://github.com/apple/swift-log.git
[1/188] Fetching swift-junit
[65/1782] Fetching swift-junit, csv.swift
[257/3318] Fetching swift-junit, csv.swift, gzipswift
[1594/6904] Fetching swift-junit, csv.swift, gzipswift, swift-log
Fetched https://github.com/1024jp/GzipSwift from cache (0.89s)
[2105/5368] Fetching swift-junit, csv.swift, swift-log
Fetched https://github.com/yaslab/CSV.swift from cache (1.19s)
Fetched https://github.com/allegro/swift-junit.git from cache (1.19s)
Fetched https://github.com/apple/swift-log.git from cache (1.19s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (0.64s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.12s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.62s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.65s)
Computing version for https://github.com/yaslab/CSV.swift
Computed https://github.com/yaslab/CSV.swift at 2.5.0 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.51s)
Creating working copy for https://github.com/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at 2.1.0
Creating working copy for https://github.com/yaslab/CSV.swift
Working copy of https://github.com/yaslab/CSV.swift resolved at 2.5.0
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.1
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "gzipswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1024jp/GzipSwift"
    },
    {
      "identity" : "csv.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yaslab/CSV.swift"
    },
    {
      "identity" : "swift-junit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/allegro/swift-junit.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "influxdb-client-swift",
  "name" : "influxdb-client-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "InfluxDBSwift",
      "targets" : [
        "InfluxDBSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfluxDBSwiftApis",
      "targets" : [
        "InfluxDBSwiftApis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InfluxDBSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "InfluxDBSwiftTests",
      "path" : "Tests/InfluxDBSwiftTests",
      "product_dependencies" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "AAJunitReportInitializerTests.swift",
        "DeleteAPITests.swift",
        "FluxCSVParserTests.swift",
        "InfluxDBClientTests.swift",
        "IntegrationTests.swift",
        "InvokableScriptsAPITests.swift",
        "MockHTTP.swift",
        "PointSettingsTests.swift",
        "PointTests.swift",
        "QueryAPITests.swift",
        "WriteAPITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "InfluxDBSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfluxDBSwiftApisTests",
      "module_type" : "SwiftTarget",
      "name" : "InfluxDBSwiftApisTests",
      "path" : "Tests/InfluxDBSwiftApisTests",
      "product_dependencies" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "AuthorizationsAPITests.swift",
        "BucketsAPITests.swift",
        "DBRPsAPITests.swift",
        "HealthAPITests.swift",
        "InfluxDB2APITests.swift",
        "LabelsAPITests.swift",
        "OrganizationsAPITests.swift",
        "PingAPITests.swift",
        "ReadyAPITests.swift",
        "ScraperTargetsAPITests.swift",
        "SecretsAPITests.swift",
        "SetupAPITests.swift",
        "SourcesAPITests.swift",
        "TasksAPITests.swift",
        "UsersAPITests.swift",
        "VariablesAPITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "InfluxDBSwiftApis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfluxDBSwiftApis",
      "module_type" : "SwiftTarget",
      "name" : "InfluxDBSwiftApis",
      "path" : "Sources/InfluxDBSwiftApis",
      "product_memberships" : [
        "InfluxDBSwiftApis"
      ],
      "sources" : [
        "Generated/APIs.swift",
        "Generated/APIs/AuthorizationsAPI.swift",
        "Generated/APIs/BucketsAPI.swift",
        "Generated/APIs/DBRPsAPI.swift",
        "Generated/APIs/HealthAPI.swift",
        "Generated/APIs/LabelsAPI.swift",
        "Generated/APIs/OrganizationsAPI.swift",
        "Generated/APIs/PingAPI.swift",
        "Generated/APIs/ReadyAPI.swift",
        "Generated/APIs/ScraperTargetsAPI.swift",
        "Generated/APIs/SecretsAPI.swift",
        "Generated/APIs/SetupAPI.swift",
        "Generated/APIs/SourcesAPI.swift",
        "Generated/APIs/TasksAPI.swift",
        "Generated/APIs/UsersAPI.swift",
        "Generated/APIs/VariablesAPI.swift",
        "Generated/Extensions.swift",
        "Generated/JSONDataEncoding.swift",
        "Generated/JSONEncodingHelper.swift",
        "Generated/Models.swift",
        "Generated/Models/AddResourceMemberRequestBody.swift",
        "Generated/Models/Authorization.swift",
        "Generated/Models/AuthorizationLinks.swift",
        "Generated/Models/AuthorizationPostRequest.swift",
        "Generated/Models/AuthorizationUpdateRequest.swift",
        "Generated/Models/Authorizations.swift",
        "Generated/Models/Bucket.swift",
        "Generated/Models/BucketLinks.swift",
        "Generated/Models/Buckets.swift",
        "Generated/Models/DBRP.swift",
        "Generated/Models/DBRPCreate.swift",
        "Generated/Models/DBRPGet.swift",
        "Generated/Models/DBRPUpdate.swift",
        "Generated/Models/DBRPs.swift",
        "Generated/Models/HealthCheck.swift",
        "Generated/Models/IsOnboarding.swift",
        "Generated/Models/Label.swift",
        "Generated/Models/LabelCreateRequest.swift",
        "Generated/Models/LabelMapping.swift",
        "Generated/Models/LabelResponse.swift",
        "Generated/Models/LabelUpdate.swift",
        "Generated/Models/LabelsResponse.swift",
        "Generated/Models/Links.swift",
        "Generated/Models/LogEvent.swift",
        "Generated/Models/Logs.swift",
        "Generated/Models/OnboardingRequest.swift",
        "Generated/Models/OnboardingResponse.swift",
        "Generated/Models/Organization.swift",
        "Generated/Models/OrganizationLinks.swift",
        "Generated/Models/Organizations.swift",
        "Generated/Models/PasswordResetBody.swift",
        "Generated/Models/PatchBucketRequest.swift",
        "Generated/Models/PatchOrganizationRequest.swift",
        "Generated/Models/PatchRetentionRule.swift",
        "Generated/Models/Permission.swift",
        "Generated/Models/PostBucketRequest.swift",
        "Generated/Models/PostOrganizationRequest.swift",
        "Generated/Models/Ready.swift",
        "Generated/Models/Resource.swift",
        "Generated/Models/ResourceMember.swift",
        "Generated/Models/ResourceMembers.swift",
        "Generated/Models/ResourceMembersLinks.swift",
        "Generated/Models/ResourceOwner.swift",
        "Generated/Models/ResourceOwners.swift",
        "Generated/Models/RetentionRule.swift",
        "Generated/Models/Run.swift",
        "Generated/Models/RunLinks.swift",
        "Generated/Models/RunManually.swift",
        "Generated/Models/Runs.swift",
        "Generated/Models/SchemaType.swift",
        "Generated/Models/ScraperTargetRequest.swift",
        "Generated/Models/ScraperTargetResponse.swift",
        "Generated/Models/ScraperTargetResponseAllOfLinks.swift",
        "Generated/Models/ScraperTargetResponses.swift",
        "Generated/Models/SecretKeys.swift",
        "Generated/Models/SecretKeysResponse.swift",
        "Generated/Models/SecretKeysResponseAllOfLinks.swift",
        "Generated/Models/Source.swift",
        "Generated/Models/SourceLinks.swift",
        "Generated/Models/Sources.swift",
        "Generated/Models/Task.swift",
        "Generated/Models/TaskCreateRequest.swift",
        "Generated/Models/TaskLinks.swift",
        "Generated/Models/TaskStatusType.swift",
        "Generated/Models/TaskUpdateRequest.swift",
        "Generated/Models/Tasks.swift",
        "Generated/Models/User.swift",
        "Generated/Models/UserResponse.swift",
        "Generated/Models/UserResponseLinks.swift",
        "Generated/Models/Users.swift",
        "Generated/Models/Variable.swift",
        "Generated/Models/VariableLinks.swift",
        "Generated/Models/VariableProperties.swift",
        "Generated/Models/Variables.swift",
        "Generated/SynchronizedDictionary.swift",
        "Generated/URLSessionImplementations.swift",
        "InfluxDB2API.swift"
      ],
      "target_dependencies" : [
        "InfluxDBSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InfluxDBSwift",
      "module_type" : "SwiftTarget",
      "name" : "InfluxDBSwift",
      "path" : "Sources/InfluxDBSwift",
      "product_dependencies" : [
        "Gzip",
        "CSV",
        "Logging"
      ],
      "product_memberships" : [
        "InfluxDBSwift",
        "InfluxDBSwiftApis"
      ],
      "sources" : [
        "DeleteAPI.swift",
        "FluxCSVParser.swift",
        "Generated/APIHelper.swift",
        "Generated/CodableHelper.swift",
        "Generated/Cursor.swift",
        "Generated/Models/DeletePredicateRequest.swift",
        "Generated/Models/Dialect.swift",
        "Generated/Models/Query.swift",
        "Generated/Models/Script.swift",
        "Generated/Models/ScriptCreateRequest.swift",
        "Generated/Models/ScriptInvocationParams.swift",
        "Generated/Models/ScriptLanguage.swift",
        "Generated/Models/ScriptUpdateRequest.swift",
        "Generated/Models/Scripts.swift",
        "Generated/OpenISO8601DateFormatter.swift",
        "InfluxDBClient.swift",
        "Internal/LoggingHelper.swift",
        "InvokableScriptsAPI.swift",
        "Point.swift",
        "QueryAPI.swift",
        "WriteAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.